Skip to content

Commit

Permalink
Merge pull request #4 from freeenergylab/dev
Browse files Browse the repository at this point in the history
dev to main
  • Loading branch information
freeenergylab authored Oct 18, 2024
2 parents 58399ec + c537076 commit 9d37b66
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 alanlpf
Copyright (c) 2024 freeenergylab

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 17 additions & 0 deletions testing/abfe_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
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 9d37b66

Please sign in to comment.