Skip to content

Commit

Permalink
fix: typo in orcid (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab authored Dec 2, 2024
1 parent f08d1e2 commit b665146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vitepress/data/persons/baeuerle-famke.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ export default definePerson({
socialLinks: [
{ icon: 'github', link: 'https://github.com/famosab' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/famke-b%C3%A4uerle-b2123a198/' },
{ icon: 'orchid', link: 'https://orcid.org/0000-0003-1387-0251' },
{ icon: 'orcid', link: 'https://orcid.org/0000-0003-1387-0251' },
],

interests: [
'Free and Open Source Software',
'Nextflow and nf-core',
'Reproducible Research',
'Cancer Genomics',
'Personalized Medicine'
'Personalized Medicine',
],

education: [
Expand Down

0 comments on commit b665146

Please sign in to comment.