Skip to content

Commit

Permalink
feat: adjusted matteo pilz profile (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopilz authored Dec 10, 2024
1 parent d2889c7 commit 2a60ddb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions src/.vitepress/data/persons/pilz-matteo.mjs
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',
},
],
});
Binary file added src/public/images/persons/pilz-matteo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a60ddb

Please sign in to comment.