diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2021-03-07 06:05:59 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2021-03-07 06:05:59 +0100 |
commit | 9318cf9302ecefccd7cff8461439c965b1e1edc8 (patch) | |
tree | 3743b960df6e75c920171592d1ed0a6339f9dac4 /cv.tex | |
parent | 617192d5107af675fdf27462e21f60c8459b2c5e (diff) | |
download | cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.gz cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.bz2 cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.xz cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.zip |
First draft of scientific CV
Diffstat (limited to 'cv.tex')
-rw-r--r-- | cv.tex | 76 |
1 files changed, 76 insertions, 0 deletions
@@ -0,0 +1,76 @@ +%\documentclass[localFont,alternative,10pt,compact,monochrome]{yaac-another-awesome-cv} +%\documentclass[dsvariant,alternative,12pt,compact,monochrome]{yaac-another-awesome-cv} +\documentclass[dsvariant,alternative,12pt,compact]{yaac-another-awesome-cv} +\name{Dr. Suren A. Chilingaryan}{} +\tagline{Data Processing and Performance Expert | Lead of Cloud Computing } +\addbibresource{bib/csa.bib} +\addbibresource{bib/csaproc.bib} + +\socialinfo{ + \email{csa@suren.me} +% \smartphone{+49 (176) 438-53094} + \skype{csa8000} + \website{http://suren.me}{suren.me} + \vspace{0.5em} + + \scholar{0Qa5rG8AAAAJ}{Scholar}\\ +% \orcid{0000-0002-2909-6363}{OrcID} + \linkedin{suren-chilingaryan-5501636} +% \rg{Suren-Chilingaryan-2}{ResearchGate} +} + +\headermsg{ + I do research in high-performance and heterogeneous computing and I apply it to architect online systems for scientific instrumentation. + With improvements in detector technology, I believe the new approaches are required to keep the pace with increasing data rates. + Codesign of detector, software, and analysis algorithms is often a key for successful projects. + %With deep knowledge across computer science and IT technology, I can grasp complex systems as a whole and pay attention to the performance of critical components. + Currently, I lead an effort to adopt cloud technologies for data acquisition and control systems. +} + + +%\photo{2.5cm}{darwiin.png} +%\socialinfo{ +% \linkedin{christopheroger} +% \github{darwiin}\\ +% \smartphone{+687 831 831} +% \email{christophe.roger@mail.com}\\ +% \address{17 Rue de Bretagne, 98835 Dumbéa, Nouvelle-Calédonie}\\ +% \infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie} +%} + +% Uncomment the following line and use a value from 1.5cm to 2.5cm +%\setleftcolumnlength{2.5cm} + + +\begin{document} + + \makecvheader + +% \makecvfooter +% {\selectlanguage{english}\today} +% {\textsc{Suren A. Chilingaryan - CV}} +% {\thepage} + + + \input{section_competences} + \input{section_employment} + \input{section_education} + \input{section_academic} +% \input{section_skills} + + \newpage + \input{section_experiments} + \input{section_funding} + \input{section_leadership} + \input{section_responsibilities} + \input{section_software} + \input{section_research} + \input{section_supervision} +% \input{section_references} % Section références + + \newpage + \printbibliography[title={\textsc{Selected publications}}] + + \newpage + \input{section_presentations} +\end{document}
\ No newline at end of file |