-
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.
- Loading branch information
1 parent
7d715e0
commit 21aa698
Showing
2 changed files
with
45 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,45 @@ | ||
import { TeamID, definePerson } from '../..'; | ||
|
||
export default definePerson({ | ||
avatar: '/images/persons/mueller-tom.png', | ||
name: 'Tom D. Müller', | ||
email: '[email protected]', | ||
address: 'Sand 14, Room C313, 72076 Tübingen', | ||
team: TeamID.ABI, | ||
role: 'PhD Student', | ||
|
||
socialLinks: [ | ||
{ icon: 'github', link: 'https://github.com/t0mdavid-m' }, | ||
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/tom-david-mueller' }, | ||
], | ||
|
||
interests: [ | ||
'Free and Open Source Software', | ||
'Open science', | ||
'Top-Down Mass Spectrometry', | ||
'Reproducible Research', | ||
], | ||
|
||
education: [ | ||
{ | ||
year: [2017, 2021], | ||
value: 'Technical University of Darmstadt - B. Sc. Biomolecular Engineering', | ||
}, | ||
{ | ||
year: [2021, 2024], | ||
value: 'University of Tübingen - M. Sc. Bioinformatics', | ||
}, | ||
], | ||
|
||
publications: [ | ||
{ | ||
year: 2024, | ||
value: 'Weinhold, H., Peterson, L., Müller, T. D., Wekenborg, K., Grünewald, M., & Rarey, J. (2024). Improving the Accuracy of Activity Coefficient Estimation in Specialty Chemistry Using Local Estimators. Industrial & Engineering Chemistry Research, 63(17), 7902–7914. https://doi.org/10.1021/acs.iecr.4c00372' | ||
Check failure on line 37 in src/.vitepress/data/persons/mueller-tom.mjs GitHub Actions / deploy
|
||
}, | ||
{ | ||
year: 2023, | ||
value: 'Kunzmann, P., Müller, T. D., Greil, M., Krumbach, J. H., Anter, J. M., Bauer, D., Islam, F., & Hamacher, K. (2023). Biotite: New tools for a versatile Python bioinformatics library. BMC Bioinformatics, 24(1), 236. https://doi.org/10.1186/s12859-023-05345-6' | ||
Check failure on line 41 in src/.vitepress/data/persons/mueller-tom.mjs GitHub Actions / deploy
|
||
}, | ||
], | ||
|
||
}); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.