This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33609db
commit 6b68fa7
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ const contributors = [ | |
name: "Dr. David LeBauer", | ||
email: "[email protected]", | ||
role: "PEcAn Co-PI", | ||
profession: "Director of Data Science, University of Arizona ", | ||
profession: "Staff Scientist, Indigo Ag", | ||
img: "https://datascience.cct.arizona.edu/sites/datascience.cct.arizona.edu/files/styles/large/public/images/people/david_lebauer.jpg", | ||
}, | ||
{ | ||
|
@@ -45,7 +45,7 @@ const contributors = [ | |
name: "Christopher Black", | ||
email: "[email protected]", | ||
role: "", | ||
profession: "Postdoctoral scholar, Penn State Roots Lab", | ||
profession: "Senior Scientist, Indigo Ag", | ||
img: "https://ckblack.org/2014/04/ckb-20140427-300px.jpg", | ||
}, | ||
{ | ||
|
@@ -59,7 +59,7 @@ const contributors = [ | |
name: "Hamze Dokoohaki", | ||
email: "[email protected]", | ||
role: "", | ||
profession: "Assistant Professor, National Center for Supercomputing Applications (NCSA)", | ||
profession: "Staff Scientist, Indigo Ag", | ||
img: "https://scholar.googleusercontent.com/citations?view_op=view_photo&user=91lPlxQAAAAJ&citpid=7", | ||
}, | ||
{ | ||
|
@@ -77,11 +77,18 @@ const contributors = [ | |
img: "https://people.bu.edu/dietze/images/04-elizabeth.jpg", | ||
}, | ||
{ | ||
name: "Tony Gardella", | ||
name: "Dongchen Zhang", | ||
email: "", | ||
role: "", | ||
profession: "Project Manager, Boston University", | ||
img: "https://pecanproject.github.io/images/tonyg_pic.jpg", | ||
profession: "Graduate Student, Boston University", | ||
img: "https://people.bu.edu/dietze/images/Dongchen.jpg", | ||
}, | ||
{ | ||
name: "Qianyu Li", | ||
email: "", | ||
role: "", | ||
profession: "Team Member, Brookhaven National Lab", | ||
img: "https://www.bnl.gov/assets/global/images/render.php?q=0|26462.jpg|500", | ||
} | ||
|
||
]; | ||
|