-
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.
* add person record for Axel Walter * update publications
- Loading branch information
1 parent
25e903d
commit d171bba
Showing
4 changed files
with
52 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,41 @@ | ||
import { TeamID } from "../.."; | ||
import { definePerson } from "../.."; | ||
|
||
export default definePerson({ | ||
avatar: '/images/persons/walter-axel.png', | ||
name: 'Axel Walter', | ||
address: [ | ||
"Room C322", | ||
"Sand 14, Tübingen, Germany 72076" | ||
], | ||
email: "[email protected]", | ||
team: TeamID.ABI, | ||
role: 'PostDoc', | ||
socialLinks: [ | ||
{ icon: "github", link: "https://github.com/axelwalter" } | ||
], | ||
interests: [ | ||
"Metabolomics", | ||
"Accessible Bioinformatics Workflows", | ||
"Microbiology", | ||
"LC-MS Method Development" | ||
], | ||
|
||
education: [ | ||
{ | ||
year: [2012, 2017], | ||
value: "University of Tübingen" | ||
}, | ||
{ | ||
year: [2017, 2021], | ||
value: "PhD in Microbiology, University of Tübingen", | ||
}, | ||
], | ||
|
||
biography: [ | ||
{ | ||
year: 2021, | ||
value: "PostDoc, Applied Bioinformatics at the University Tübingen", | ||
}, | ||
], | ||
}); |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.