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
|
%\documentclass[dsvariant,alternative,12pt,compact,monochrome]{yaac-another-awesome-cv}
\documentclass[dsvariant,scivariant,alternative,12pt,compact]{yaac-another-awesome-cv}
\name{Dr. Suren A. Chilingaryan}{}
\tagline{Data Processing and Performance Expert | Lead, Cloud Computing }
\addbibresource{bib/csa.bib}
\addbibresource{bib/csaproc.bib}
%\photo{2.5cm}{darwiin.png}
\socialinfo{
\email{csa@suren.me}
\smartphone{+49 (176) 68093203}
\address{Kolberger str. 26E, 76139 Karlsruhe}
% \skype{csa8000}
% \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}
% \infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie}
}
\headermsg{
I conduct research in high-performance and heterogeneous computing, focusing on software architectures for online systems supporting large-scale scientific instrumentation.
As detector technologies continue to advance, I develop approaches that keep pace with increasing data rates while ensuring the long-term sustainability of software for scientific facilities operating over decades.
I bridge research and engineering by translating novel computational methods into reliable production systems and coordinating their development across interdisciplinary teams.
% My research vision is to develop software architectures that separate stable software infrastructure from rapidly evolving domain-specific algorithms and hardware platforms.
% I have extensive experience in HPC, GPU acceleration, low-latency data paths, and cloud-native platforms,
% with a proven ability to translate research prototypes into reliable production systems and to lead cross-disciplinary software 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_employment}
\input{section_education}
\input{section_academic}
% \input{section_skills}
\newpage
\input{section_experiments}
\input{section_funding}
\newpage
\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}
|