Replace the monolithic ODT with a modular LaTeX source tree that becomes the canonical full CV: - preamble.tex: altacv color/font overrides + compact-row macros (\cvrow, \cvgrant, \cvtalk, \cvalum, \cvpub) so dense lists keep baseline-aligned dates without the tabularx misalignment the custom v1 had. - cv-full.tex: driver including the 13 chapters in order. - chapters/*.tex: header, positions, education, grants, teaching, examinations, service, talks, collaborators, alumni, publications, products (solo-founded flyRoom + Berengar), software. - tex-vendor/altacv.cls (v1.7.4): vendored, not in TeX Live. - Makefile: dockerised xelatex build via texlive/texlive:latest, with TEXINPUTS=.:./tex-vendor: so the vendored class resolves. Output: 6-page build/cv-full.pdf (down from 10 in the first pass).
11 lines
880 B
TeX
11 lines
880 B
TeX
% Chapter: Previous and current research positions
|
|
\cvsection{Research positions}
|
|
|
|
\cvrow{since 2024}{Reader / Associate Professor at \textbf{Imperial College London}, Department of Life Sciences}
|
|
\cvrow{2019 -- 2024}{Senior Lecturer at \textbf{Imperial College London}, Department of Life Sciences}
|
|
\cvrow{2012 -- 2018}{Lecturer at \textbf{Imperial College London}, Department of Life Sciences}
|
|
\cvrow{2010 -- 2012}{Junior Research Fellow at \textbf{Imperial College London}, Department of Life Sciences}
|
|
\cvrow{2009 -- 2010}{Paternity leave / career sabbatical}
|
|
\cvrow{2006 -- 2009}{Postdoc at \textbf{University of Wisconsin Madison}, Madison, WI, USA}
|
|
\cvrow{2002 -- 2006}{PhD Student at \textbf{Research Institute of Molecular Pathology (IMP)}, Vienna, Austria}
|
|
\cvrow{1998 -- 2002}{Undergraduate intern at the \textbf{Institute for Cancer Research (IRCC)}, Candiolo, Italy}
|