-
Notifications
You must be signed in to change notification settings - Fork 14
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
Showing
2 changed files
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import { TeamID, definePerson } from '../..'; | ||
|
||
export default definePerson({ | ||
address: [ | ||
'Room C104', | ||
'Sand 14, Tübingen, Germany 72076', | ||
], | ||
email: '[email protected]', | ||
phone: '+49-7071-29-70460', | ||
avatar: '/images/persons/leimeister-julia.jpg', | ||
name: 'Julia Leimeister', | ||
role: 'Scientific Project Manager', | ||
team: TeamID.ABI, | ||
socialLinks: [ | ||
{ icon: 'github', link: 'https://github.com/Julia-97' }, | ||
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/julialeimeister/' }, | ||
], | ||
education: [ | ||
{ | ||
year: [2016, 2019], | ||
value: 'BSc Biology - University of Tübingen', | ||
}, | ||
{ | ||
year: [2019, 2024], | ||
value: 'MSc Bioinformatics - University of Tübingen', | ||
}, | ||
], | ||
}); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.