Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: register tom mueller #120

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading