Skip to content

Commit

Permalink
add toms profile
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Nov 29, 2024
1 parent 7d715e0 commit 21aa698
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/.vitepress/data/persons/mueller-tom.mjs
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

View workflow job for this annotation

GitHub Actions / deploy

Missing trailing comma

Check failure on line 37 in src/.vitepress/data/persons/mueller-tom.mjs

View workflow job for this annotation

GitHub Actions / deploy

Missing trailing comma
},
{
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

View workflow job for this annotation

GitHub Actions / deploy

Missing trailing comma

Check failure on line 41 in src/.vitepress/data/persons/mueller-tom.mjs

View workflow job for this annotation

GitHub Actions / deploy

Missing trailing comma
},
],

});
Binary file added src/public/images/persons/mueller-tom.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 21aa698

Please sign in to comment.