diff --git a/_data/members.yml b/_data/members.yml index 28986d1..156e0bc 100644 --- a/_data/members.yml +++ b/_data/members.yml @@ -99,12 +99,16 @@ image: /static/img/members/pollak.jpg position: Research Associate email: clemens.pollak (at) dzne.de + scholar: GDzfdagAAAAJ + orcid: 0009-0001-1645-7609 github: clepol description: 'Clemens obtained his Master degree in Computer Science at Leibniz University Hanover. - He is interested in Deep Learning, Data Science and Software Engineering. His research focusses on - quantifying and controlling motion during MR acquisition using deep learning. - Outside of the lab he enjoys windsurfing and hiking.' - projects: 'MR Motion Tracking' + The reliability of quantitative neuroimaging is frequently compromised by image artifacts, + anatomical pathologies, and biased standardization procedures, which disrupt standard automated analysis pipelines. + Clemens has tackled these challenges in his doctoral thesis by creating strong computational frameworks for MRI analysis, + with a focus on motion quantification and segmentation based on deep learning. His current research focuses on expanding + these methods and bridging them to clinical applications.' + projects: 'Lesion robust brain segmentation, Corpus Callosum Morphometry, MR Head Motion Tracking' - name: Sebastian Rassmann image: /static/img/members/rassmann.jpg diff --git a/_data/publications.yml b/_data/publications.yml index 91ebf11..eac19df 100644 --- a/_data/publications.yml +++ b/_data/publications.yml @@ -31,6 +31,20 @@ # url: 'http://coollab.uni.edu/' # +- id: 'pollak_2026' + authors: '**Pollak C**, **Diers K**, **Estrada S.**, **Kügler D**, **Reuter M**' + title: 'FastSurfer-CC: A robust, accurate, and comprehensive framework for corpus callosum morphometry' + journal: 'Imaging Neuroscience' + type: 'journal' + year: 2026 + image: '/static/pub/pollak_2026.jpg' + bibtex: '/static/pub/pollak_2026.bib' + doi: 10.1162/IMAG.a.1221 + #pmcid: 'PMC11917724' + arxiv: 2511.16471 + github: 'deep-MI/FastSurfer' + + - id: 'rassmann_2025' authors: '**Rassmann S**, **Kügler D**, **Ewert C**, **Reuter M**' title: 'Regression is all you need for medical image translation' @@ -39,7 +53,7 @@ year: 2025 image: '/static/pub/rassmann_2025.jpg' bibtex: '/static/pub/rassmann_2025.bib' - arxiv: 'https://arxiv.org/abs/2505.02048' + arxiv: 2505.02048 doi: '10.1109/TMI.2025.3650412' pdf: 'https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=11322583' github: 'deep-mi/YODA' diff --git a/static/pub/pollak_2026.bib b/static/pub/pollak_2026.bib new file mode 100644 index 0000000..17a1895 --- /dev/null +++ b/static/pub/pollak_2026.bib @@ -0,0 +1,6 @@ +@article{pollak2026fastsurfercc, + title={FastSurfer-CC: A robust, accurate, and comprehensive framework for corpus callosum morphometry}, + author={Pollak, Clemens and Diers, Kersten and Estrada, Santiago and K{\"u}gler, David and Reuter, Martin}, + journal={arXiv preprint arXiv:2511.16471}, + year={2025} +} \ No newline at end of file diff --git a/static/pub/pollak_2026.jpg b/static/pub/pollak_2026.jpg new file mode 100644 index 0000000..714754e Binary files /dev/null and b/static/pub/pollak_2026.jpg differ