1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
%\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}
%\photo{2.5cm}{darwiin.png}
\socialinfo{
\email{csa@suren.me}
\telegram{@csa7fff}
% \smartphone{+49 (176) 438-53094}
\website{http://suren.me}{http://suren.me}
\vspace{0.5em}
\scholar{0Qa5rG8AAAAJ}{Scholar}\\
\orcid{0000-0002-2909-6363}{OrcID}
\linkedin{suren-chilingaryan-5501636}
% \rg{Suren-Chilingaryan-2}{ResearchGate}
% \address{17 Rue de Bretagne, 98835 Dumbéa, Nouvelle-Calédonie}\\
% \infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie}
}
\headermsg{
I do research in high-performance and heterogeneous computing and apply it to architect online systems for large-scale scientific instrumentation.
With improvements in detector technology, I believe new approaches are required to keep pace with the increasing data rates and still provide sustainable software for long-running experiments.
My research vision is to develop software architectures that separate stable software infrastructure from rapidly evolving domain-specific algorithms and hardware platform.
Strong background in HPC, GPU acceleration, low-latency data paths, and cloud-native platforms.
Proven ability to turn research prototypes into reliable production systems and to lead cross-team engineering efforts.
%Recently led the cloud-native transformation of the KATRIN neutrino experiment, enabling 200\,Gb/s data acquisition and integrating thousands of sensors.
}
\begin{document}
\makecvheader
% \makecvfooter
% {\selectlanguage{english}\today}
% {\textsc{Suren A. Chilingaryan - CV}}
% {\thepage}
\input{section_competences}
\input{section_skills}
\input{section_employment}
\input{section_education}
\input{section_personal}
% \input{section_academic}
\newpage
\input{section_projects}
\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}
|