Skip to content

Commit

Permalink
updates on developer info
Browse files Browse the repository at this point in the history
  • Loading branch information
freeenergylab committed Oct 18, 2024
1 parent 106057a commit c537076
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions testing/ahfe_testing/submitBFE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
if [ -f "/etc/profile" ] ; then
source /etc/profile
fi

show_developer_info() {
developer="$1"
organization="$2"
email="$3"
printf "Developer:%s\n" "$developer"
printf "Affiliation:%s\n" "$organization"
printf "E-mail:%s\n" "$email"
}

show_developer_info "Pengfei Li" \
"Single Particle, LLC Suzhou, Jiangsu, China" \
"[email protected]"
show_developer_info "Ye Mei" \
"East China Normal University, Shanghai, China" \
"[email protected]"

#==============================================================================
# Setup User-defined Variables
#==============================================================================
Expand Down

0 comments on commit c537076

Please sign in to comment.