Skip to content

Commit

Permalink
Update wein-samuel.mjs
Browse files Browse the repository at this point in the history
Filled out Information on self
  • Loading branch information
poshul authored Nov 25, 2024
1 parent e5b1cf8 commit d14d2f7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/.vitepress/data/persons/wein-samuel.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,28 @@ export default definePerson({
team: TeamID.ABI,
role: 'PostDoc',
socialLinks: [],
email: 'samuel[dot]wein[at]uni-tuebingen.de',
socialLinks: [
{ icon: 'github', link: 'https://github.com/poshul' },
{ icon: 'mastodon', link: 'https://fediscience.org/@samweingamgee' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/samuel-wein-phd-20700323/' },
{ icon: 'orcid', link: 'https://orcid.org/0000-0002-8923-6874/' },
],
education: [
{
year: [2006, 2010],
value: 'Earlham College: BA (Biology/Computer Science) '
},
{
year: [2012, 2019],
value: 'University of Pennsylvania: PhD (Biochemistry and Molecular Biophysics) '
}
],
interests: [
'Open science',
'Open source software',
'Oligonucleotide mass spectrometry',
'Backpacking',
'Photography'
]
});

0 comments on commit d14d2f7

Please sign in to comment.