Skip to content

Commit

Permalink
✨ feat: add team members
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Dec 17, 2024
1 parent d505a9c commit fa8a31c
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 4 deletions.
52 changes: 51 additions & 1 deletion public/data/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"department": "Department of Ophthalmology",
"organization": "University of Washington",
"location": "Seattle, WA",
"cd caption": "Aaron Lee is the overall principal investigator for the AI-READI project and the co-lead for the Standards module.",
"caption": "Aaron Lee is the overall principal investigator for the AI-READI project and the co-lead for the Standards module.",
"image": "https://ucarecdn.com/9e75ff67-3bbe-4d0b-93f7-52d72dd551ad/-/quality/smart_retina/-/format/auto/-/progressive/yes/",
"moduleImageParams": "-/crop/face/200px150p/",
"modules": ["team-science", "data-collection", "data-sharing"],
Expand Down Expand Up @@ -504,6 +504,36 @@
"website": ["https://med.stanford.edu/sphere.html"]
}
},
{
"id": "Jessica-Mitchell",
"name": "Jessica Mitchell",
"pronoun": "she/her",
"roles": ["Research Project Manager"],
"department": "Biomedical Informatics & Data Science Group",
"organization": "Johns Hopkins University School of Medicine",
"location": "Winston-Salem, NC",
"caption": "I am a Research Project Manager working with the Johns Hopkins University team on EHR extraction and mapping AI-READI data into the OMOP Common Data Model.",
"image": "https://ucarecdn.com/cf94f893-f997-47a5-b122-fd18b7e7c2f1/-/quality/smart_retina/-/format/auto/-/progressive/yes/",
"moduleImageParams": "-/crop/face/200px160p/",
"modules": ["data-sharing"],
"social": {}
},
{
"id": "Jorge-Contreras",
"name": "Jorge Contreras",
"pronoun": "He/him",
"roles": ["Professor"],
"department": "S.J. Quinney College of Law",
"organization": "University of Utah",
"location": "Salt Lake City, UT",
"caption": "I am a lawyer and law professor who conducts research on intellectual property transactions including data sharing and licensing.",
"image": "https://ucarecdn.com/1653b032-773c-4bdf-865c-9105a2b1e483/-/crop/face/200px200p/-/quality/smart_retina/-/format/auto/-/progressive/yes/",
"moduleImageParams": "-/crop/face/200px160p/",
"modules": ["data-sharing"],
"social": {
"profiles": "https://faculty.utah.edu/u0989706-JORGE_L_CONTRERAS/hm/index.hml"
}
},
{
"id": "Joseph-Yracheta",
"name": "Joseph Yracheta",
Expand Down Expand Up @@ -708,6 +738,26 @@
"linkedin": "https://linkedin.com/in/nada-haboudal/"
}
},
{
"id": "Nicholas-Evans",
"name": "Nicholas Evans",
"pronoun": "he/him",
"roles": ["Associate Professor"],
"department": "Philosophy",
"organization": "University of Massachusetts Lowell",
"location": "Lowell, MA",
"caption": "Working in the Ethics group at AI-READI, I'm interested in how we decide who gets access to science, how, and when.",
"image": "https://ucarecdn.com/81975a71-4a4b-4b15-922e-54e944f79f84/-/quality/smart_retina/-/format/auto/-/progressive/yes/",
"moduleImageParams": "-/crop/face/200px140p/",
"modules": [
"american-indian-engagement",
"community-engagement",
"data-sharing"
],
"social": {
"googleScholar": "https://scholar.google.com/citations?user=N_0jmg8AAAAJ&hl=en"
}
},
{
"id": "Nicole-Ehrhardt",
"name": "Nicole Ehrhardt",
Expand Down
15 changes: 15 additions & 0 deletions src/pages/team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { HiUserGroup } from 'react-icons/hi';
import { IoSchoolSharp } from 'react-icons/io5';
import { MdLocationOn } from 'react-icons/md';
import { RiInstagramFill } from 'react-icons/ri';
import { SiGooglescholar } from 'react-icons/si';

import Layout from '@/components/layout/Layout';
import Seo from '@/components/Seo';
Expand Down Expand Up @@ -217,6 +218,20 @@ const TeamPage: React.FC<InferGetStaticPropsType<typeof getStaticProps>> = ({
</li>
)}

{'googleScholar' in member.social && (
<li className='flex items-center justify-center text-gray-500 transition-all hover:text-sky-600'>
<a
href={member.social.googleScholar}
rel='noopener noreferrer'
target='_blank'
className='cursor-newtab'
>
<SiGooglescholar size={22} />
<span className='sr-only'> website </span>
</a>
</li>
)}

{'website' in member.social &&
member.social.website?.map((website: string) => (
<li
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4088,9 +4088,9 @@ camelcase@^6.2.0:
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==

caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001565:
version "1.0.30001576"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001576.tgz#893be772cf8ee6056d6c1e2d07df365b9ec0a5c4"
integrity sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg==
version "1.0.30001689"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz"
integrity sha512-CmeR2VBycfa+5/jOfnp/NpWPGd06nf1XYiefUvhXFfZE4GkRc9jv+eGPS4nT558WS/8lYCzV8SlANCIPvbWP1g==

ccount@^2.0.0:
version "2.0.1"
Expand Down

0 comments on commit fa8a31c

Please sign in to comment.