├── CV.jpg ├── CV.pdf ├── README.md └── src ├── README.md ├── cv.tex ├── fonts ├── GentiumBasic-Bold.ttf ├── GentiumBasic-BoldItalic.ttf ├── GentiumBasic-Italic.ttf ├── GentiumBasic-Regular.ttf ├── SourceSansPro-Black.otf ├── SourceSansPro-BlackIt.otf ├── SourceSansPro-Bold.otf ├── SourceSansPro-BoldIt.otf ├── SourceSansPro-ExtraLight.otf ├── SourceSansPro-ExtraLightIt.otf ├── SourceSansPro-It.otf ├── SourceSansPro-Light.otf ├── SourceSansPro-LightIt.otf ├── SourceSansPro-Regular.otf ├── SourceSansPro-Semibold.otf └── SourceSansPro-SemiboldIt.otf ├── sections ├── 0_education.tex ├── 1_experience.tex ├── 2_publications.tex ├── 3_projects.tex ├── awards.tex ├── headline.tex ├── opensource.tex ├── references.tex ├── service.tex ├── talks.tex └── teaching.tex └── yaac-another-awesome-cv.cls /CV.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/CV.jpg -------------------------------------------------------------------------------- /CV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/CV.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/README.md -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/README.md -------------------------------------------------------------------------------- /src/cv.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/cv.tex -------------------------------------------------------------------------------- /src/fonts/GentiumBasic-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/GentiumBasic-Bold.ttf -------------------------------------------------------------------------------- /src/fonts/GentiumBasic-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/GentiumBasic-BoldItalic.ttf -------------------------------------------------------------------------------- /src/fonts/GentiumBasic-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/GentiumBasic-Italic.ttf -------------------------------------------------------------------------------- /src/fonts/GentiumBasic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/GentiumBasic-Regular.ttf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-Black.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-BlackIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-BlackIt.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-Bold.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-BoldIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-BoldIt.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-ExtraLight.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-ExtraLightIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-ExtraLightIt.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-It.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-It.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-Light.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-LightIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-LightIt.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-Regular.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-Semibold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-Semibold.otf -------------------------------------------------------------------------------- /src/fonts/SourceSansPro-SemiboldIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/fonts/SourceSansPro-SemiboldIt.otf -------------------------------------------------------------------------------- /src/sections/0_education.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/0_education.tex -------------------------------------------------------------------------------- /src/sections/1_experience.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/1_experience.tex -------------------------------------------------------------------------------- /src/sections/2_publications.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/2_publications.tex -------------------------------------------------------------------------------- /src/sections/3_projects.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/3_projects.tex -------------------------------------------------------------------------------- /src/sections/awards.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/awards.tex -------------------------------------------------------------------------------- /src/sections/headline.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/headline.tex -------------------------------------------------------------------------------- /src/sections/opensource.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/opensource.tex -------------------------------------------------------------------------------- /src/sections/references.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/references.tex -------------------------------------------------------------------------------- /src/sections/service.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/service.tex -------------------------------------------------------------------------------- /src/sections/talks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/talks.tex -------------------------------------------------------------------------------- /src/sections/teaching.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/sections/teaching.tex -------------------------------------------------------------------------------- /src/yaac-another-awesome-cv.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastinSanty/Just-Another-Research-CV/HEAD/src/yaac-another-awesome-cv.cls --------------------------------------------------------------------------------