-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adjusted matteo pilz profile (#129)
- Loading branch information
1 parent
d2889c7
commit 2a60ddb
Showing
2 changed files
with
37 additions
and
2 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 |
---|---|---|
@@ -1,9 +1,44 @@ | ||
import { TeamID, definePerson } from '../..'; | ||
|
||
export default definePerson({ | ||
avatar: '/images/persons/default.png', | ||
avatar: '/images/persons/pilz-matteo.png', | ||
name: 'Matteo Pilz', | ||
team: TeamID.ABI, | ||
role: 'PhD Student', | ||
socialLinks: [], | ||
socialLinks: [ | ||
{ icon: 'github', link: 'https://github.com/matteopilz' }, | ||
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/matteo-pilz' }, | ||
], | ||
address: [ | ||
'Room C322', | ||
'Sand 14, Tübingen, Germany 72076', | ||
], | ||
email: '[email protected]', | ||
education: [ | ||
{ | ||
year: [2012, 2024], | ||
value: 'University of Tübingen', | ||
}, | ||
], | ||
|
||
interests: [ | ||
'Molecular Biology', | ||
'Deep Learning', | ||
'Data Visualization', | ||
], | ||
|
||
biography: [ | ||
{ | ||
year: [2012, 2016], | ||
value: 'University of Tübingen - B. Sc. Biology', | ||
}, | ||
{ | ||
year: [2016, 2021], | ||
value: 'University of Tübingen - M. Sc. Molecular Cell Biology and Immunology', | ||
}, | ||
{ | ||
year: [2018, 2021], | ||
value: 'University of Tübingen - M. Sc. Bioinformatics', | ||
}, | ||
], | ||
}); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.