This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
1545 lines (1444 loc) · 103 KB
/
bibliography.bib
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@techreport{Smith:2293136,
author = "Smith, Geoffrey and Mueller, Charles and Wightman, Andrew
Steven",
title = "{Tools for Trigger Rate Monitoring at CMS}",
institution = "CERN",
collaboration = "CMS Collaboration",
address = "Geneva",
number = "CMS-CR-2017-406. 4",
month = "Nov",
year = "2017",
reportNumber = "CMS-CR-2017-406",
url = "https://cds.cern.ch/record/2293136",
doi = "10.1088/1742-6596/1085/4/042032",
}
@article{Wightman2019,
abstract = {One of the major challenges for the Compact Muon Solenoid (CMS)experiment, is the task of reducing event rate from roughly 40 MHz down to a more manageable 1 kHz while keeping as many interesting physics events as possible. This is accomplished through the use of a Level-1 (L1) hardware based trigger as well as a software based High-Level Trigger (HLT). Monitoring and understanding the output rates of the L1 and HLT triggers is of key importance for determining the overall performance of the trigger system and is intimately tied to what type of data is being recorded for physics analyses. We present here a collection of tools used by CMS to monitor the L1 and HLT trigger rates. One of these tools is a script (run in the CMS control room) that gives valuable real-time feedback of trigger rates to the shift crew. Another useful tool is a plotting library, that is used for observing how trigger rates vary over a range of beam and detector conditions, in particular how the rates of individual triggers scale with event pile-up.},
author = {Wightman, Andrew and Smith, Geoffrey and Mohrman, Kelci and Mueller, Charles},
doi = {10.1051/epjconf/201921401047},
file = {:home/avivace/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Wightman et al. - 2019 - Trigger Rate Monitoring Tools at CMS.pdf:pdf},
issn = {2100-014X},
journal = {EPJ Web of Conferences},
mendeley-groups = {CMS Trigger Rates},
pages = {01047},
publisher = {EDP Sciences},
title = {{Trigger Rate Monitoring Tools at CMS}},
volume = {214},
year = {2019}
}
@article{Khachatryan_2017,
title={The {CMS} {Trigger} system},
volume={12},
ISSN={1748-0221},
url={http://dx.doi.org/10.1088/1748-0221/12/01/P01020},
DOI={10.1088/1748-0221/12/01/p01020},
number={01},
journal={Journal of Instrumentation},
publisher={IOP Publishing},
author={Khachatryan, V. and Sirunyan, A.M. and Tumasyan, A. and Adam, W. and Asilar, E. and Bergauer, T. and Brandstetter, J. and Brondolin, E. and Dragicevic, M. and Erö, J. and et al.},
year={2017},
month={Jan},
pages={P01020–P01020}
}
@book{Bayatyan:706847,
title = "{CMS TriDAS project: Technical Design Report, Volume 1:
The Trigger Systems}",
author = "CMS Collaboration (2000b)",
series = "Technical Design Report CMS",
reportNumber = "CERN-LHCC-2000-038",
url = "https://cds.cern.ch/record/706847",
}
@article{Sakuma_2014,
abstract = {We have created 3D models of the CMS detector and particle collision events in SketchUp, a 3D modelling program. SketchUp provides a Ruby API which we use to interface with the CMS Detector Description to create 3D models of the CMS detector. With the Ruby API, we also have created an interface to the JSON-based event format used for the iSpy event display to create 3D models of CMS events. These models have many applications related to 3D representation of the CMS detector and events. Figures produced based on these models were used in conference presentations, journal publications, technical design reports for the detector upgrades, art projects, outreach programs, and other presentations.},
author = {Sakuma, Tai and McCauley, Thomas},
doi = {10.1088/1742-6596/513/2/022032},
journal = {Journal of Physics: Conference Series},
month = {jun},
number = {2},
pages = {22032},
publisher = {{\{}IOP{\}} Publishing},
title = {Detector and Event Visualization with {SketchUp} at the {CMS} Experiment}},
url = {https://doi.org/10.1088{\%}2F1742-6596{\%}2F513{\%}2F2{\%}2F022032},
volume = {513},
year = {2014}
}
@article{Mobs:2684277,
author = "Mobs, Esma",
title = "{The CERN accelerator complex - 2019. Complexe des
accélérateurs du CERN - 2019}",
month = "Jul",
year = "2019",
reportNumber = "CERN-GRAPHICS-2019-002",
url = "https://cds.cern.ch/record/2684277",
note = "General Photo",
}
@article{adpol2019,
author = {Adrian Alan Pol and Gianluca Cerminara and Cecile Germain and Maurizio Pierini and Agrima Seth},
title = {{Detector monitoring with artificial neural networks at the CMS experiment at the CERN Large Hadron Collider}},
year = {2019}
}
@book{leo2012techniques,
title={Techniques for nuclear and particle physics experiments: a how-to approach},
author={Leo, William R},
year={2012},
publisher={Springer Science \& Business Media}
}
@inproceedings{Bruce:2016iew,
author = "Bruce, Roderik and others",
title = "{LHC Run 2: Results and challenges}",
booktitle = "{57th ICFA Advanced Beam Dynamics Workshop on High-Intensity and High-Brightness Hadron Beams}",
reportNumber = "CERN-ACC-2016-0103",
doi = "10.18429/JACoW-HB2016-MOAM5P50",
pages = "MOAM5P50",
year = "2016"
}
@article{Wenninger:2018cgs,
author = "Wenninger, Jorg",
title = "{LHC status and performance}",
doi = "10.22323/1.339.0001",
journal = "PoS",
volume = "CHARGED2018",
pages = "001",
year = "2019"
}
@phdthesis{Bechtel:2009zza,
author = "Bechtel, Florian",
title = "{The underlying event in proton-proton collisions}",
reportNumber = "DESY-THESIS-2009-015, CERN-THESIS-2009-215",
doi = "10.3204/DESY-THESIS-2009-015",
school = "Hamburg U.",
year = "2009"
}
@book{Quang:1998yw,
author = "Quang, Ho-Kim and Pham, Xuan-Yem",
title = "{Elementary particles and their interactions: concepts and phenomena}",
isbn = "978-3-642-08349-5",
year = "1998"
}
@unpublished{Collaboration:2627611,
author = "ATLAS Collaboration",
title = "{ATLAS Feature: The Higgs boson}",
month = "Jun",
year = "2018",
reportNumber = "ATLAS-PHOTO-2018-020",
url = "https://cds.cern.ch/record/2627611",
note = "General Photo",
}
@article{PhysRevLett.13.321,
title = {Broken Symmetry and the Mass of Gauge Vector Mesons},
author = {Englert, F. and Brout, R.},
journal = {Phys. Rev. Lett.},
volume = {13},
issue = {9},
pages = {321--323},
numpages = {0},
year = {1964},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.13.321},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.13.321}
}
@article{PhysRevLett.13.508,
title = {Broken Symmetries and the Masses of Gauge Bosons},
author = {Higgs, Peter W.},
journal = {Phys. Rev. Lett.},
volume = {13},
issue = {16},
pages = {508--509},
numpages = {0},
year = {1964},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.13.508},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.13.508}
}
@article{Bernreuther:2002uj,
author = "Bernreuther, Werner",
title = "{CP violation and baryogenesis}",
eprint = "hep-ph/0205279",
archivePrefix = "arXiv",
reportNumber = "PITHA-02-08",
journal = "Lect. Notes Phys.",
volume = "591",
pages = "237--293",
year = "2002"
}
@article{bertone2005particle,
title={Particle dark matter: Evidence, candidates and constraints},
author={Bertone, Gianfranco and Hooper, Dan and Silk, Joseph},
journal={Physics reports},
volume={405},
number={5-6},
pages={279--390},
year={2005},
publisher={Elsevier}
}
@article{Rovelli:2011eq,
author = "Rovelli, Carlo",
editor = "Barrett, John and Giesel, Kristina and Hellmann, Frank and Jonke, Larisa and Krajewski, Thomas and Lewandowski, Jerzy and Rovelli, Carlo and Sahlmann, Hanno and Steinacker, Harold",
title = "{Zakopane lectures on loop gravity}",
eprint = "1102.3660",
archivePrefix = "arXiv",
primaryClass = "gr-qc",
doi = "10.22323/1.140.0003",
journal = "PoS",
volume = "QGQGS2011",
pages = "003",
year = "2011"
}
@article{chandola2009anomaly,
title="{Anomaly detection: A survey}",
author={Chandola, Varun and Banerjee, Arindam and Kumar, Vipin},
journal={ACM computing surveys (CSUR)},
volume={41},
number={3},
pages={1--58},
year={2009},
publisher={ACM New York, NY, USA}
}
@book{hawkins1980identification,
title={Identification of outliers},
author={Hawkins, Douglas M},
volume={11},
year={1980},
publisher={Springer}
}
@INPROCEEDINGS{adpol-cvae,
author={A. A. {Pol} and V. {Berger} and C. {Germain} and G. {Cerminara} and M. {Pierini}},
booktitle={2019 18th IEEE International Conference On Machine Learning And Applications (ICMLA)},
title={Anomaly Detection with Conditional Variational Autoencoders},
year={2019},
volume={},
number={},
pages={1651-1657},}
@unpublished{Collaboration:1459463,
author = "Collaboration, CMS and Taylor, L",
title = "{CMS Higgs Seminar (4 July 2012) : images and plots from
the CMS Statement}",
month = "Jul",
year = "2013",
reportNumber = "CMS-PHO-EVENTS-2012-005",
url = "https://cds.cern.ch/record/1459463",
note = "CMS Collection.",
}
@Online {ratemon-twiki, title = {RateMonitoringScriptWithReferenceComparison < CMS < TWiki}, date = {2020-10-04}, file = {:./references/twiki-bin-viewauth-CMS-RateMonitoringScriptWithReferenceComparison.html:html}, url = {https://twiki.cern.ch/twiki/bin/viewauth/CMS/RateMonitoringScriptWithReferenceComparison}, urldate = {2020-10-04}}
@article{Herr:1982430,
author = "Herr, W. and Pieloni, T.",
title = "{Beam-Beam Effects}",
number = "arXiv:1601.05235. arXiv:1601.05235",
pages = "431-459. 29 p",
month = "Jan",
year = "2016",
reportNumber = "arXiv:1601.05235",
url = "https://cds.cern.ch/record/1982430",
note = "29 pages, contribution to the CAS - CERN Accelerator
School: Advanced Accelerator Physics Course, Trondheim,
Norway, 18-29 Aug 2013",
doi = "10.5170/CERN-2014-009.431",
}
@article{scikit-learn,
title={Scikit-learn: Machine Learning in {P}ython},
author={Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V.
and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P.
and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and
Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E.},
journal={Journal of Machine Learning Research},
volume={12},
pages={2825--2830},
year={2011}
}
@article{Barney:2628641,
author = "Barney, David",
title = "{CMS slice image with transverse/longitudinal/3-D views}",
collaboration = "CMS Collaboration",
month = "Feb",
year = "2015",
reportNumber = "CMS-OUTREACH-2018-017",
url = "https://cds.cern.ch/record/2628641",
}
@article{McCulloch1943,
author={McCulloch, Warren S. and Pitts, Walter},
title={A logical calculus of the ideas immanent in nervous activity},
journal={The bulletin of mathematical biophysics},
year={1943},
month={Dec},
day={01},
volume={5},
number={4},
pages={115--133},
abstract={Because of the all-or-none character of nervous activity, neural events and the relations among them can be treated by means of propositional logic. It is found that the behavior of every net can be described in these terms, with the addition of more complicated logical means for nets containing circles; and that for any logical expression satisfying certain conditions, one can find a net behaving in the fashion it describes. It is shown that many particular choices among possible neurophysiological assumptions are equivalent, in the sense that for every net behaving under one assumption, there exists another net which behaves under the other and gives the same results, although perhaps not in the same time. Various applications of the calculus are discussed.},
issn={1522-9602},
doi={10.1007/BF02478259},
url={http://dx.doi.org/10.1007/BF02478259}
}
@book{hebb,
title={The Organization of Behavior: A Neuropsychological Theory},
author={Hebb, D.O.},
isbn={9781135631901},
url={https://books.google.it/books?id=ddB4AgAAQBAJ},
year={2005},
publisher={Taylor \& Francis}
}
@article{rosenblatt1958perceptron,
title={The perceptron: A probabilistic model for information storage and organization in the brain.},
author={Rosenblatt, Frank},
journal={Psychological review},
volume={65},
number={6},
pages={386},
year={1958},
publisher={American Psychological Association}
}
@book{minsky1972,
title={Perceptrons: An Introduction to Computational Geometry},
author={Minsky, M.L. and Papert, S.},
isbn={9780262130431},
url={https://books.google.it/books?id=Ow1OAQAAIAAJ},
year={1972},
publisher={Mit Press}
}
@article{Cybenko1989,
title={Approximation by superpositions of a sigmoidal function},
author={Cybenko, George},
journal={Mathematics of Control, Signals, and Systems (MCSS)},
volume={2},
number={4},
pages={303--314},
year={1989},
publisher={Springer}
}
@article{L1TriggerOMSDevelopments,
author = {{K. Bunkowski and V. Sharma on behalf of A. Vivace, G. Dirkx, K. Mohrman, A. Wightman, J.Lawrence, B. Krikler, L1T DQM Team}},
title = {L1 Trigger OMS Developments},
year = {April 28, 2020},
journal = {CMS Run Coordination Meeting}
}
@article{VivaceRTM1,
author = {{Antonio Vivace, on behalf of G. Dirkx, K. Mohrman, A. Wightman, J.Lawrence }},
title = {Modernising CMS Trigger Rate Monitoring tools},
year = {February 26, 2020},
journal = {CMS Trigger Studies Group meeting},
howpublished = "\url{https://indico.cern.ch/event/878778/contributions/3762648/attachments/1994213/3326356/Modernising_Trigger_Rate_Monitoring_tools.pdf}",
}
@article{VivaceRTM2,
author = {{Antonio Vivace, on behalf of G. Dirkx, K. Mohrman, A. Wightman, J.Lawrence }},
title = {Integrating Rate Monitoring data on OMS},
year = {June 1, 2020},
journal = {L1 DQM Meeting},
}
@article{MohrmanRTM,
author = {{K. Mohrman, on behalf of A. Vivace, A. Wightman, J.Lawrence }},
title = {Update on RateMon status and plans for integrating into OMS},
year = {May 13, 2020},
journal = {CMS Trigger Studies Group meeting}
}
@article{DirkxCactus,
author = {{G. Dirkx }},
title = {Online Software report},
year = {May 5, 2020},
journal = {Level-1 Trigger Weekly Meeting},
howpublished = "\url{https://indico.cern.ch/event/915289/contributions/3848368/attachments/2032260/3401527/L1T_Weekly_5-may-2020.pdf}",
}
@Online {CERNGlossary, title = {CERN Glossary}, date = {2020-10-04}, file = {:./references/go-glossary.html:html}, url = {http://go.web.cern.ch/go/glossary}, urldate = {2020-10-04}}
@article{DBLP:journals/corr/abs-1710-05941,
author = {Prajit Ramachandran and
Barret Zoph and
Quoc V. Le},
title = {Searching for Activation Functions},
journal = {CoRR},
volume = {abs/1710.05941},
year = {2017},
url = {http://arxiv.org/abs/1710.05941},
archivePrefix = {arXiv},
eprint = {1710.05941},
timestamp = {Mon, 13 Aug 2018 16:48:44 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-1710-05941.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@Online {RateMonGit, title = {CMS TSG FOG / ratemon · GitLab}, date = {2020-10-04}, file = {:./references/cms-tsg-fog-ratemon.html:html}, url = {https://gitlab.cern.ch/cms-tsg-fog/ratemon}, urldate = {2020-10-04}}
@misc{blzquezgarca2020review,
title={A review on outlier/anomaly detection in time series data},
author={Ane Blázquez-García and Angel Conde and Usue Mori and Jose A. Lozano},
year={2020},
eprint={2002.04236},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
@article{Goldberger2000PhysioBankPA,
title={PhysioBank, PhysioToolkit, and PhysioNet: components of a new research resource for complex physiologic signals.},
author={A. Goldberger and L. A. Amaral and L. Glass and Jeffrey M. Hausdorff and P. Ivanov and R. Mark and J. Mietus and G. Moody and C. Peng and H. Stanley},
journal={Circulation},
year={2000},
volume={101 23},
pages={
E215-20
}
}
@article{Mascetti_2015,
doi = {10.1088/1742-6596/664/6/062037},
url = {https://doi.org/10.1088%2F1742-6596%2F664%2F6%2F062037},
year = 2015,
month = {dec},
publisher = {{IOP} Publishing},
volume = {664},
number = {6},
pages = {062037},
author = {L Mascetti and H Gonzalez Labrador and M Lamanna and JT Mo{\'{s}}cicki and AJ Peters},
title = {{CERNBox} {EOS}: end-user storage for science},
journal = {Journal of Physics: Conference Series},
abstract = {CERNBox is a cloud synchronisation service for end-users: it allows syncing and sharing files on all major mobile and desktop platforms (Linux, Windows, MacOSX, Android, iOS) aiming to provide offline availability to any data stored in the CERN EOS infrastructure. The successful beta phase of the service confirmed the high demand in the community for an easily accessible cloud storage solution such as CERNBox. Integration of the CERNBox service with the EOS storage back-end is the next step towards providing “sync and share” capabilities for scientific and engineering use-cases. In this report we will present lessons learnt in offering the CERNBox service, key technical aspects of CERNBox/EOS integration and new, emerging usage possibilities. The latter includes the ongoing integration of “sync and share” capabilities with the LHC data analysis tools and transfer services.}
}
@article{Peters_2015,
doi = {10.1088/1742-6596/664/4/042042},
url = {https://doi.org/10.1088%2F1742-6596%2F664%2F4%2F042042},
year = 2015,
month = {dec},
publisher = {{IOP} Publishing},
volume = {664},
number = {4},
pages = {042042},
author = {AJ Peters and EA Sindrilaru and G Adde},
title = {{EOS} as the present and future solution for data storage at {CERN}},
journal = {Journal of Physics: Conference Series},
abstract = {EOS is an open source distributed disk storage system in production since 2011 at CERN. Development focus has been on low-latency analysis use cases for LHC1 and non- LHC experiments and life-cycle management using JBOD2 hardware for multi PB storage installations. The EOS design implies a split of hot and cold storage and introduced a change of the traditional HSM3 functionality based workflows at CERN.
The 2015 deployment brings storage at CERN to a new scale and foresees to breach 100 PB of disk storage in a distributed environment using tens of thousands of (heterogeneous) hard drives. EOS has brought to CERN major improvements compared to past storage solutions by allowing quick changes in the quality of service of the storage pools. This allows the data centre to quickly meet the changing performance and reliability requirements of the LHC experiments with minimal data movements and dynamic reconfiguration. For example, the software stack has met the specific needs of the dual computing centre set-up required by CERN and allowed the fast design of new workflows accommodating the separation of long-term tape archive and disk storage required for the LHC Run II.
This paper will give a high-level state of the art overview of EOS with respect to Run II, introduce new tools and use cases and set the roadmap for the next storage solutions to come.}
}
@misc{badgett2014web,
title={Web Based Monitoring in the CMS Experiment at CERN},
author={William Badgett and Laura Borrello and Irakli Chakaberia and Dominique Gigi and Young-Kwon Jo and Juan Antonio Lopez-Perez and Kaori Maeshima and Sho Maruyama and James Patrick and Valdas Rapsevicius and Aron Soha and Balys Sulmanas and Zongru Wan},
year={2014},
eprint={1409.1133},
archivePrefix={arXiv},
primaryClass={physics.ins-det}
}
@techreport{Andre2649402,
author = "André, Jean-Marc and Behrens, Ulf and Branson, James and
Brummer, Philipp and Cittolin, Sergio and Da Silva Gomes,
Diego and Darlea, Georgiana-Lavinia and Deldicque,
Christian and Demiragli, Zeynep and Dobson, Marc and
Doualot, Nicolas and Erhan, Samim and Fulcher, Jonathan
Richard and Gigi, Dominique and Gladki, Maciej and Glege,
Frank and Gomez-Ceballos, Guillelmo and Hegeman, Jeroen and
Holzner, André and Janulis, Mindaugas and Lettrich,
Michael and Mečionis, Audrius and Meijers, Frans and
Mommsen, Remigius K. and Morovic, Srecko and O'Dell, Vivian
and Orsini, Luciano and Papakrivopoulos, Ioannis and Paus,
Christoph and Petrova, Petia and Petrucci, Andrea and
Pieri, Marco and Rabady, Dinyar and Rácz, Attila and
Rapševičius, Valdas and Reis, Thomas and Sakulin, Hannes
and Schwick, Christoph and Šimelevičius, Dainius and
Stankevičius, Mantas and Vazquez Velez, Cristina and
Wernet, Christian and Zejdl, Petr",
title = "{Presentation layer of CMS Online Monitoring System}",
institution = "CERN",
address = "Geneva",
number = "CMS-CR-2018-390",
month = "Nov",
year = "2018",
reportNumber = "CMS-CR-2018-390",
url = "https://cds.cern.ch/record/2649402",
doi = "10.1051/epjconf/201921401044",
}
@Online {LXPLUSServiceITDepartment-2020-10-01, title = {LXPLUS Service | IT Department}, date = {2020-10-01}, file = {:./references/services-lxplus-service.html:html}, url = {https://information-technology.web.cern.ch/services/lxplus-service}, urldate = {2020-10-01}}
@article{Brun:1997pa,
author = "Brun, R. and Rademakers, F.",
editor = "Werlen, M. and Perret-Gallix, D.",
title = "{ROOT: An object oriented data analysis framework}",
doi = "10.1016/S0168-9002(97)00048-X",
journal = "Nucl. Instrum. Meth. A",
volume = "389",
pages = "81--86",
year = "1997"
}
@Online{FixingtheBreakagefromtheAddTrustExternalCARootExpiration-2020-10-03, title = {Fixing the Breakage from the AddTrust External CA Root Expiration}, date = {2020-10-03}, author = {Andrew Ayer}, file = {:./references/blog-post-fixing_the_addtrust_root_expiration.html:html}, url = {https://www.agwa.name/blog/post/fixing_the_addtrust_root_expiration}, urldate = {2020-10-03}}
@Online {ErrorSSLCERTIFICATEVERIFYFAILEDIssue1CMSTrackerDPGcernrequests-2020-10-03, title = {Error: SSL: CERTIFICATE\_VERIFY\_FAILED - Issue \#1 - CMSTrackerDPG\/cernrequests}, date = {2020-10-03}, file = {:./references/CMSTrackerDPG-cernrequests-issues-1.html:html}, url = {https://github.com/CMSTrackerDPG/cernrequests/issues/1}, urldate = {2020-10-03}}
@Online {SSLerrorraisedbytheclientIssue1fabioespinosarunregistryapiclient-2020-10-03, title = {SSL error raised by the client - Issue \#1 - fabioespinosa/runregistry\_api\_client}, date = {2020-10-03}, file = {:./references/fabioespinosa-runregistry_api_client-issues-1.html:html}, url = {https://github.com/fabioespinosa/runregistry_api_client/issues/1}, urldate = {2020-10-03}}
@Online {WorkaroundskipSSLverificationbyavivacePullRequest2fabioespinosarunregistryapiclient-2020-10-03, title = {Workaround: skip SSL verification by avivace - Pull Request \#2 - fabioespinosa\/runregistry\_api\_client}, date = {2020-10-03}, file = {:./references/fabioespinosa-runregistry_api_client-pull-2.html:html}, url = {https://github.com/fabioespinosa/runregistry_api_client/pull/2}, urldate = {2020-10-03}}
@Online {Vuejs-2020-10-04, title = {Vue.js}, date = {2020-10-04}, file = {:./references/.html:html}, url = {https://vuejs.org/}, urldate = {2020-10-04}}
@Online {VuetifyAMaterialDesignFrameworkforVuejs-2020-10-04, title = {Vuetify — A Material Design Framework for Vue.js}, date = {2020-10-04}, file = {:./references/en-.html:html}, url = {https://vuetifyjs.com/en/}, urldate = {2020-10-04}}
@Online {JavaScriptROOT-2020-05-07, title = {JavaScript ROOT}, date = {2020-05-07}, file = {:./references/js-.html:html}, url = {https://root.cern.ch/js/}, urldate = {2020-10-04}}
@Online {FilesystemHierarchyStandard-2015-05-20, title = {Filesystem Hierarchy Standard}, date = {2015-05-20}, file = {:./references/FHS_3.0-fhs-index.html.html:html}, url = {https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html}, urldate = {2020-10-04}}
@Online {pyyaml-2020-06-18, title = {PyYAML, a YAML parser and emitter for Python}, date = {2020-06-18}, file = {:./references/wiki-PyYAMLDocumentation.html:html}, url = {https://pyyaml.org/wiki/PyYAMLDocumentation}, urldate = {2020-10-05}}
@Online {PythoninterfacePyROOTROOT-2020-10-02, title = {Python interface: PyROOT - ROOT}, date = {2020-10-02}, author = {ROOT team}, file = {:./references/manual-python-.html:html}, url = {https://root.cern/manual/python/}, urldate = {2020-10-05}}
@Online {fpm-packager, title = {jordansissel/fpm: Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.}, date = {2020-10-05}, file = {:./references/jordansissel-fpm.html:html}, url = {https://github.com/jordansissel/fpm}, urldate = {2020-10-05}}
@Online {Packaging1MergeRequestsCMSTSGFOGratemonGitLab-2020-10-07, title = {Packaging (!1) · Merge Requests · CMS TSG FOG / ratemon · GitLab}, date = {2020-10-07}, file = {:./references/cms-tsg-fog-ratemon---merge_requests-1.html:html}, url = {https://gitlab.cern.ch/cms-tsg-fog/ratemon/-/merge_requests/1}, urldate = {2020-10-07}}
@Online {RestructuretheplotTriggerRatescripttobeusedasamodule7MergeRequestsCMSTSGFOGratemonGitLab-2020-10-07, title = {Restructure the plotTriggerRate script to be used as a module (!7) · Merge Requests · CMS TSG FOG / ratemon · GitLab}, date = {2020-10-07}, file = {:./references/cms-tsg-fog-ratemon---merge_requests-7.html:html}, url = {https://gitlab.cern.ch/cms-tsg-fog/ratemon/-/merge_requests/7}, urldate = {2020-10-07}}
@Online {RootexporttoggleJSONexportfunction6MergeRequestsCMSTSGFOGratemonGitLab-2020-10-07, title = {Root export, toggle JSON export function (!6) · Merge Requests · CMS TSG FOG / ratemon · GitLab}, date = {2020-10-07}, file = {:./references/cms-tsg-fog-ratemon---merge_requests-6.html:html}, url = {https://gitlab.cern.ch/cms-tsg-fog/ratemon/-/merge_requests/6}, urldate = {2020-10-07}}
@Online {Python3migration4MergeRequestsCMSTSGFOGratemonGitLab-2020-10-07, title = {Python3 migration (!4) · Merge Requests · CMS TSG FOG / ratemon · GitLab}, date = {2020-10-07}, file = {:./references/cms-tsg-fog-ratemon---merge_requests-4.html:html}, url = {https://gitlab.cern.ch/cms-tsg-fog/ratemon/-/merge_requests/4}, urldate = {2020-10-07}}
@Online {ExposefunctionalitieswithaRestfulAPI8MergeRequestsCMSTSGFOGratemonGitLab-2020-10-07, title = {Expose functionalities with a Restful API (!8) · Merge Requests · CMS TSG FOG / ratemon · GitLab}, date = {2020-10-07}, file = {:./references/cms-tsg-fog-ratemon---merge_requests-8.html:html}, url = {https://gitlab.cern.ch/cms-tsg-fog/ratemon/-/merge_requests/8}, urldate = {2020-10-07}}
@Online {tsocksTransparentSOCKSProxyingLibrary-2020-10-07, title = {tsocks - Transparent SOCKS Proxying Library}, date = {2020-10-07}, file = {:./references/.html:html}, url = {http://tsocks.sourceforge.net/}, urldate = {2020-10-07}}
@Online {proxychains-ng, title = {rofl0r/proxychains-ng: proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies.}, date = {2020-10-07}, file = {:./references/rofl0r-proxychains-ng.html:html}, url = {https://github.com/rofl0r/proxychains-ng}, urldate = {2020-10-07}}
@Online {CMSWBMreview, title = {Review of CMS Web-Based Monitoring (WBM) (3 December 2015) · Indico}, date = {2020-10-10}, file = {:./references/event-463325-.html:html}, url = {https://indico.cern.ch/event/463325/}, urldate = {2020-10-10}}
@Online {chep2016wbm, title = {CHEP 2016 Conference, San Francisco, October 8-14: Web Based Monitoring project at CMS experiment · Indico}, file = {:./references/event-505613-contributions-2227944-.html:html}, url = {https://indico.cern.ch/event/505613/contributions/2227944/}, urldate = {2020-10-10}}
@Online {upgradewbmoms, title = {Run Registry workshop, from present to future (18 October 2017): Upgrade by example: WBM to OMS · Indico}, date = {2020-10-10}, file = {:./references/event-667725-contributions-2743453-.html:html}, url = {https://indico.cern.ch/event/667725/contributions/2743453/}, urldate = {2020-10-10}}
@inproceedings{Pol:2020weg,
author = "Pol, Adrian Alan and Berger, Victor and Cerminara, Gianluca and Germain, Cecile and Pierini, Maurizio",
title = "{Anomaly Detection With Conditional Variational Autoencoders}",
booktitle = "{Eighteenth International Conference on Machine Learning and Applications}",
eprint = "2010.05531",
archivePrefix = "arXiv",
primaryClass = "cs.LG",
month = "10",
year = "2020"
}
@thesis{Halilovic:2665985,
author = "Halilovic, Armin",
title = "{Anomaly Detection for the CERN Large Hadron Collider
injection magnets}",
month = "Jun",
year = "2018",
reportNumber = "CERN-THESIS-2018-372",
url = "http://cds.cern.ch/record/2665985",
note = "Presented 28 Jun 2018",
}
@misc{cms_collaboration_2019_3599323,
author = {CMS Collaboration and
Fabio Alberto Espinosa Burbano},
title = {{The CMS Run Registry: Data Certification and
Publication System tool}},
month = nov,
year = 2019,
publisher = {Zenodo},
doi = {10.5281/zenodo.3599323},
url = {https://doi.org/10.5281/zenodo.3599323}
}
@Online {smdaqatlhc2016v3pdf-2020-10-12, author= {Srećko Morović on behalf of the CMS DAQ group}, title = {The Run-2 DAQ System of CMS }, url = {https://indico.cern.ch/event/471309/contributions/1981075/attachments/1256226/1854567/sm_daq_at_lhc_2016_v3.pdf}, urldate = {2020-10-12}}
@Online {TriggeringandDataAcquisitionCMSExperiment-2020-10-12, title = {Triggering and Data Acquisition | CMS Experiment}, file = {:./references/news-triggering-and-data-acquisition.html:html}, url = {http://cms.web.cern.ch/news/triggering-and-data-acquisition}, urldate = {2020-10-12}}
@article{Herr:941318,
author = "Herr, Werner and Muratori, B",
title = "{Concept of luminosity}",
year = "2006",
url = "https://cds.cern.ch/record/941318",
doi = "10.5170/CERN-2006-002.361",
}
@Online {L1TriggerDPGResultsCMSPublicTWiki-2020-10-16, title = {L1TriggerDPGResults < CMSPublic < TWiki}, file = {:./references/twiki-bin-view-CMSPublic-L1TriggerDPGResults.html:html}, url = {https://twiki.cern.ch/twiki/bin/view/CMSPublic/L1TriggerDPGResults}}
@article{Gori_2014,
title={The CMS high level trigger},
volume={31},
ISSN={2010-1945},
url={http://dx.doi.org/10.1142/S201019451460297X},
DOI={10.1142/s201019451460297x},
journal={International Journal of Modern Physics: Conference Series},
publisher={World Scientific Pub Co Pte Lt},
author={Gori, Valentina},
year={2014},
month={Jan},
pages={1460297}
}
@Online {zalandoconnexionSwaggerOpenAPIFirstframeworkforPythonontopofFlaskwithautomaticendpointvalidationOAuth2support-2020-10-16, title = {zalando/connexion: Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation and OAuth2 support}, date = {2020-10-16}, file = {:./references/zalando-connexion.html:html}, url = {https://github.com/zalando/connexion}, urldate = {2020-10-16}}
@Online {OpenAPISpecificationVersion303Swagger-2020-10-16, title = {OpenAPI Specification - Version 3.0.3 | Swagger}, date = {2020-10-16}, file = {:./references/specification-.html:html}, url = {https://swagger.io/specification/}, urldate = {2020-10-16}}
@Online {avivacemasterthesisMyWIPmasterthesisinComputerScienceExperimentalAnomalyDetectiononCERNCMSTriggerRates-2020-10-16, title = {avivace/master-thesis: My (WIP) master thesis in Computer Science: Experimental Anomaly Detection on CERN CMS Trigger Rates}, date = {2020-10-16}, file = {:./references/avivace-master-thesis.html:html}, url = {https://github.com/avivace/master-thesis}, urldate = {2020-10-16}}
@techreport{Sirunyan:2721198,
author = "Sirunyan, Albert M and Tumasyan, Armen and Adam, Wolfgang
and Ambrogi, Federico and Arnold, Bernhard and Bergauer,
Herbert and Bergauer, Thomas and Dragicevic, Marko and
Erö, Janos and Escalante Del Valle, Alberto and Flechl,
Martin and Fruehwirth, Rudolf and Jeitler, Manfred and
Krammer, Natascha and Krätschmer, Ilse and Liko, Dietrich
and Madlener, Thomas and Mikulec, Ivan and Rad, Navid and
Schieck, Jochen and Schöfbeck, Robert and Spanring, Markus
and Templ, Sebastian and Waltenberger, Wolfgang and Wulz,
Claudia-Elisabeth and Zarucki, Mateusz and Drugakov,
Vladimir and Mossolov, Vladimir and Suarez Gonzalez, Juan
and Darwish, Mohamed Rashad and De Wolf, Eddi A and Di
Croce, Davide and Janssen, Xavier and Kello, Tomas and
Lelek, Aleksandra and Pieters, Maxim and Rejeb Sfar, Haifa
and Van Haevermaet, Hans and Van Mechelen, Pierre and Van
Putte, Senne and Van Remortel, Nick and Blekman, Freya and
Bols, Emil Sørensen and Chhibra, Simranjit Singh and
D'Hondt, Jorgen and De Clercq, Jarne and Lontkovskyi, Denys
and Lowette, Steven and Marchesini, Ivan and Moortgat, Seth
and Python, Quentin and Tavernier, Stefaan and Van Doninck,
Walter and Van Mulders, Petra and Beghin, Diego and Bilin,
Bugra and Clerbaux, Barbara and De Lentdecker, Gilles and
Delannoy, Hugo and Dorney, Brian and Favart, Laurent and
Grebenyuk, Anastasia and Kalsi, Amandeep Kaur and Moureaux,
Louis and Popov, Andrey and Postiau, Nicolas and Starling,
Elizabeth and Thomas, Laurent and Vander Velde, Catherine
and Vanlaer, Pascal and Vannerom, David and Cornelis, Tom
and Dobur, Didar and Khvastunov, Illia and Niedziela, Marek
and Roskas, Christos and Skovpen, Kirill and Tytgat,
Michael and Verbeke, Willem and Vermassen, Basile and Vit,
Martina and Bruno, Giacomo and Caputo, Claudio and David,
Pieter and Delaere, Christophe and Delcourt, Martin and
Giammanco, Andrea and Lemaitre, Vincent and Prisciandaro,
Jessica and Saggio, Alessia and Vischia, Pietro and Zobec,
Joze and Alves, Gilvan and Correia Silva, Gilson and
Hensel, Carsten and Moraes, Arthur and Belchior Batista Das
Chagas, Ewerton and Carvalho, Wagner and Chinellato, Jose
and Coelho, Eduardo and Melo Da Costa, Eliza and Da
Silveira, Gustavo Gil and De Jesus Damiao, Dilson and De
Oliveira Martins, Carley and Fonseca De Souza, Sandro and
BRANDAO MALBOUISSON, Helena and Martins, Jordan and Matos
Figueiredo, Diego and Medina Jaime, Miguel and Melo De
Almeida, Miqueias and Mora Herrera, Clemencia and Mundim,
Luiz and Nogima, Helio and Prado Da Silva, Wanda Lucia and
Rebello Teles, Patricia and Sanchez Rosas, Luis Junior and
Santoro, Alberto and Sznajder, Andre and Thiel, Mauricio
and Tonelli Manganote, Edmilson José and Torres Da Silva
De Araujo, Felipe and Vilela Pereira, Antonio and
Bernardes, Cesar Augusto and Calligaris, Luigi and Tomei,
Thiago and De Moraes Gregores, Eduardo and De Souza Lemos,
Dener and Mercadante, Pedro G and Novaes, Sergio F and
Padula, Sandra and Aleksandrov, Aleksandar and Antchev,
Georgy and Hadjiiska, Roumyana and Iaydjiev, Plamen and
Misheva, Milena and Rodozov, Mircho and Shopova, Mariana
and Sultanov, Georgi and Bonchev, Miroslav and Dimitrov,
Anton and Ivanov, Todor and Litov, Leander and Pavlov,
Borislav and Petkov, Peicho and Petrov, Anton and Fang,
Wenxing and Gao, Xuyang and Yuan, Li and Ahmad, Muhammad
and Hu, Zhen and Wang, Yi and Chen, Guo-Ming and Chen,
He-Sheng and Chen, Mingshui and Jiang, Chun-Hua and Leggat,
Duncan and Liao, Hongbo and Liu, Zhenan and Spiezia,
Aniello and Tao, Junquan and Yazgan, Efe and Zhang, Huaqiao
and Zhang, Sijing and Zhao, Jingzhou and Agapitos, Antonis
and Ban, Yong and Chen, Geng and Levin, Andrew and Li, Jing
and Li, Linwei and Li, Qiang and Mao, Yajun and Qian,
Si-Jin and Wang, Dayong and Wang, Qun and Xiao, Meng and
Avila, Carlos and Cabrera, Andrés and Florez, Carlos and
González Hernández, Carlos Felipe and Segura Delgado,
Manuel Alejandro and Mejia Guisao, Jhovanny and Ruiz
Alvarez, José David and Salazar González, Camilo Andrés
and Vanegas Arbelaez, Nelson and Giljanovic, Duje and
Godinovic, Nikola and Lelas, Damir and Puljak, Ivica and
Sculac, Toni and Antunovic, Zeljko and Kovac, Marko and
Brigljevic, Vuko and Ferencek, Dinko and Kadija, Kreso and
Majumder, Devdatta and Mesic, Benjamin and Roguljic, Matej
and Starodumov, Andrei and Susa, Tatjana and Ather, Mohsan
Waseem and Attikis, Alexandros and Erodotou, Eleni and
Ioannou, Aimilios and Kolosova, Marina and Konstantinou,
Sotiroulla and Mavromanolakis, Georgios and Mousa, Jehad
and Nicolaou, Charalambos and Ptochos, Fotios and Razis,
Panos A and Rykaczewski, Hans and Saka, Halil and
Tsiakkouri, Demetra and Finger, Miroslav and Finger Jr,
Michael and Kveton, Antonin and Tomsa, Jan and Ayala, Edy
and Carrera Jarrin, Edgar and Assran, Yasser and Elgammal,
Sherif and Bhowmik, Sandeep and Carvalho Antunes De
Oliveira, Alexandra and Dewanjee, Ram Krishna and Ehataht,
Karl and Kadastik, Mario and Raidal, Martti and Veelken,
Christian and Eerola, Paula and Forthomme, Laurent and
Kirschenmann, Henning and Osterberg, Kenneth and
Voutilainen, Mikko and Brücken, Erik and Garcia Fuentes,
Francisco Ignacio and Havukainen, Joona and Heikkilä,
Jaana Kristiina and Karimäki, Veikko and Kim, Min Suk and
Kinnunen, Ritva and Lampén, Tapio and Lassila-Perini, Kati
and Laurila, Santeri and Lehti, Sami and Lindén, Tomas and
Siikonen, Hannu and Tuominen, Eija and Tuominiemi, Jorma
and Luukka, Panja-Riina and Tuuva, Tuure and Besancon, Marc
and Couderc, Fabrice and Dejardin, Marc and Denegri, Daniel
and Fabbro, Bernard and Faure, Jean-Louis and Ferri,
Federico and Ganjour, Serguei and Givernaud, Alain and
Gras, Philippe and Hamel de Monchenault, Gautier and Jarry,
Patrick and Leloup, Clément and Lenzi, Bruno and Locci,
Elizabeth and Malcles, Julie and Rander, John and Rosowsky,
André and Sahin, Mehmet Özgür and Savoy-Navarro, Aurore
and Titov, Maksym and Yu, Geum Bong and Ahuja, Sudha and
Amendola, Chiara and Beaudette, Florian and Bonanomi,
Matteo and Busson, Philippe and Charlot, Claude and Diab,
Batoul and Falmagne, Guillaume and Granier de Cassagnac,
Raphael and Kucher, Inna and Lobanov, Artur and Martin
Perez, Cristina and Nguyen, Matthew and Ochando, Christophe
and Paganini, Pascal and Rembser, Jonas and Salerno,
Roberto and Sauvan, Jean-Baptiste and Sirois, Yves and
Zabi, Alexandre and Zghiche, Amina and Agram, Jean-Laurent
and Andrea, Jeremy and Bloch, Daniel and Bourgatte,
Guillaume and Brom, Jean-Marie and Chabert, Eric Christian
and Collard, Caroline and Conte, Eric and Fontaine,
Jean-Charles and Gelé, Denis and Goerlach, Ulrich and
Grimault, Clément and Le Bihan, Anne-Catherine and Tonon,
Nicolas and Van Hove, Pierre and Gadrat, Sébastien and
Beauceron, Stephanie and Bernet, Colin and Boudoul, Gaelle
and Camen, Camille and Carle, Aurélien and Chanon, Nicolas
and Chierici, Roberto and Contardo, Didier and Depasse,
Pierre and El Mamouni, Houmani and Fay, Jean and Gascon,
Susan and Gouzevitch, Maxime and Ille, Bernard and Jain,
Sandhya and Laktineh, Imad Baptiste and Lattaud, Hugues and
Lesauvage, Antoine and Lethuillier, Morgan and Mirabito,
Laurent and Perries, Stephane and Sordini, Viola and
Torterotot, Lucas and Touquet, Gaël and Vander Donckt,
Muriel and Viret, Sébastien and Adamov, George and
Tsamalaidze, Zviad and Autermann, Christian and Feld, Lutz
and Klein, Katja and Lipinski, Martin and Meuser, Danilo
and Pauls, Alexander and Preuten, Marius and Rauch, Max
Philip and Schulz, Johannes and Teroerde, Marius and
Erdmann, Martin and Fischer, Benjamin and Ghosh, Saranya
and Hebbeker, Thomas and Hoepfner, Kerstin and Keller,
Henning and Mastrolorenzo, Luca and Merschmeyer, Markus and
Meyer, Arnd and Millet, Philipp and Mocellin, Giovanni and
Mondal, Spandan and Mukherjee, Swagata and Noll, Dennis and
Novak, Andrzej and Pook, Tobias and Pozdnyakov, Andrey and
Quast, Thorben and Radziej, Markus and Rath, Yannik and
Reithler, Hans and Roemer, Jonas and Schmidt, Alexander and
Schuler, Simon Christoph and Sharma, Archana and
Wiedenbeck, Sebastian and Zaleski, Shawn and Flügge,
Günter and Haj Ahmad, Wael and Hlushchenko, Olena and
Kress, Thomas and Müller, Thomas and Nowack, Andreas and
Pistone, Claudia and Pooth, Oliver and Roy, Dennis and
Sert, Hale and Stahl, Achim and Aldaya Martin, Maria and
Asmuss, Paul and Babounikau, Illia and Bakhshiansohi, Hamed
and Beernaert, Kelly and Behnke, Olaf and Bermúdez
Martínez, Armando and Bin Anuar, Afiq Aizuddin and Borras,
Kerstin and Botta, Valeria and Campbell, Alan and Cardini,
Andrea and Connor, Patrick and Consuegra Rodríguez, Sandra
and Contreras-Campana, Christian and Danilov, Vladyslav and
De Wit, Adinda and Defranchis, Matteo Maria and Diez
Pardos, Carmen and Domínguez Damiani, Daniela and
Eckerlin, Guenter and Eckstein, Doris and Eichhorn, Thomas
and Elwood, Adam and Eren, Engin and Estevez Banos, Luis
Ignacio and Gallo, Elisabetta and Geiser, Achim and
Grohsjean, Alexander and Guthoff, Moritz and Haranko,
Mykyta and Harb, Ali and Jafari, Abideh and Jomhari, Nur
Zulaiha and Jung, Hannes and Mohamed, Ashraf and Kasemann,
Matthias and Kaveh, Hessamoddin and Keaveney, James and
Kleinwort, Claus and Knolle, Joscha and Krücker, Dirk and
Lange, Wolfgang and Lenz, Teresa and Lidrych, Jindrich and
Lipka, Katerina and Lohmann, Wolfgang and Mankel, Rainer
and Melzer-Pellmann, Isabell-Alissandra and Meyer, Andreas
Bernhard and Meyer, Mareike and Missiroli, Marino and
Mnich, Joachim and Mussgiller, Andreas and Myronenko,
Volodymyr and Pérez Adán, Danyer and Pflitsch, Svenja
Karen and Pitzl, Daniel and Raspereza, Alexei and Saibel,
Andrej and Savitskyi, Mykola and Scheurer, Valerie and
Schütze, Paul and Schwanenberger, Christian and
Shevchenko, Rostyslav and Singh, Akshansh and Sosa Ricardo,
Rafael Eduardo and Tholen, Heiner and Turkot, Oleksii and
Vagnerini, Antonio and Van De Klundert, Merijn and Walsh,
Roberval and Wen, Yiwen and Wichmann, Katarzyna and
Wissing, Christoph and Zenaiev, Oleksandr and Zlebcik,
Radek and Aggleton, Robin and Bein, Samuel and Benato, Lisa
and Benecke, Anna and Dreyer, Torben and Ebrahimi, Aliakbar
and Feindt, Finn and Fröhlich, Alexander and Garbers,
Christoph and Garutti, Erika and Gonzalez, Daniel and
Gunnellini, Paolo and Haller, Johannes and Hinzmann,
Andreas and Karavdina, Anastasia and Kasieczka, Gregor and
Klanner, Robert and Kogler, Roman and Kovalchuk, Nataliia
and Kurz, Simon and Kutzner, Viktor and Lange, Johannes and
Lange, Torben and Malara, Andrea and Multhaup, Jens and
Niemeyer, Caroline Elisabeth Niniane and Reimers, Arne and
Rieger, Oliver and Schleper, Peter and Schumann, Svenja and
Schwandt, Joern and Sonneveld, Jory and Stadie, Hartmut and
Steinbrück, Georg and Vormwald, Benedikt and Zoi, Irene
and Akbiyik, Melike and Baselga, Marta and Baur, Sebastian
and Berger, Thomas and Butz, Erik and Caspart, René and
Chwalek, Thorsten and De Boer, Wim and Dierlamm, Alexander
and El Morabit, Karim and Faltermann, Nils and Giffels,
Manuel and Gottmann, Artur and Hartmann, Frank and
Heidecker, Christoph and Husemann, Ulrich and Iqbal,
Muhammad Ansar and Kudella, Simon and Maier, Stefan and
Mitra, Soureek and Mozer, Matthias Ulrich and Müller,
Denise and Müller, Thomas and Musich, Marco and Nürnberg,
Andreas and Quast, Gunter and Rabbertz, Klaus and Savoiu,
Daniel and Schäfer, Daniela and Schnepf, Matthias and
Schröder, Matthias and Shvetsov, Ivan and Simonis,
Hans-Jürgen and Ulrich, Ralf and Wassmer, Michael and
Weber, Marc and Wöhrmann, Clemens and Wolf, Roger and
Wozniewski, Sebastian and Anagnostou, Georgios and Asenov,
Patrick and Daskalakis, Georgios and Geralis, Theodoros and
Kyriakis, Aristotelis and Loukas, Demetrios and Paspalaki,
Garyfallia and Stakia, Anna and Diamantopoulou, Magda and
Karathanasis, George and Kontaxakis, Pantelis and Koraka,
Charis Kleio and Manousakis-katsikakis, Arkadios and
Panagiotou, Apostolos and Papavergou, Ioanna and Saoulidou,
Niki and Sotiropoulos, Sotiris and Theofilatos,
Konstantinos and Vellidis, Konstantinos and Vourliotis,
Emmanouil and Bakas, Georgios and Kousouris, Konstantinos
and Papakrivopoulos, Ioannis and Tsipolitis, Georgios and
Zacharopoulou, Anna and Evangelou, Ioannis and Foudas,
Costas and Gianneios, Paraskevas and Katsoulis, Panagiotis
and Kokkas, Panagiotis and Mallios, Stavros and Manitara,
Kalliopi and Manthos, Nikolaos and Papadopoulos, Ioannis
and Strologas, John and Triantis, Frixos A and Tsitsonis,
Dimitrios and Bartók, Márton and Chudasama, Ruchi and
Csanad, Mate and Major, Péter and Mandal, Koushik and
Mehta, Ankita and Pasztor, Gabriella and Surányi, Olivér
and Veres, Gabor Istvan and Bencze, Gyorgy and Hajdu, Csaba
and Horvath, Dezso and Sikler, Ferenc and Veszpremi, Viktor
and Vesztergombi, Gyorgy and Beni, Noemi and Czellar,
Sandor and Karancsi, János and Molnar, Jozsef and
Szillasi, Zoltan and Raics, Peter and Teyssier, Daniel and
Ujvari, Balazs and Zilizi, Gyula and Csorgo, Tamas Ferenc
and Lökös, Sándor and Metzger, Wesley James and Nemes,
Frigyes and Novak, Tamas and Choudhury, Somnath and
Komaragiri, Jyothsna Rani and Panwar, Lata and Tiwari,
Praveen Chandra and Bahinipati, Seema and Das, Aloke Kumar
and Kar, Chandiprasad and Kole, Gouranga and Mal, Prolay
and Muraleedharan Nair Bindhu, Vinaya Krishnan and Nayak,
Aruna and Sahoo, Deepak Kumar and Swain, Sanjay Kumar and
Bansal, Sunil and Beri, Suman Bala and Bhatnagar, Vipin and
Chauhan, Sushil and Dhingra, Nitish and Gupta, Rajat and
Kaur, Anterpreet and Kaur, Manjit and Kaur, Sandeep and
Kumari, Priyanka and Lohan, Manisha and Meena, Meena and
Sandeep, Kaur and Sharma, Sandeep and Singh, Jasbir and
Kaur, Amandeep and Bhardwaj, Ashutosh and Choudhary,
Brajesh C and Garg, Rocky Bala and Gola, Mohit and Keshri,
Sumit and Kumar, Ashok and Naimuddin, Md and Priyanka,
Priyanka and Ranjan, Kirti and Shah, Aashaq and Sharma,
Ramkrishna and Bhardwaj, Rishika and Bharti, Monika and
Bhattacharya, Rajarshi and Bhattacharya, Satyaki and
Bhawandeep, Bhawandeep and Bhowmik, Debabrata and Dutta,
Suchandra and Ghosh, Shamik and Gomber, Bhawna and Maity,
Manas and Mondal, Kuntal and Nandan, Saswati and Purohit,
Arnab and Rout, Prasant Kumar and Saha, Gourab and Sarkar,
Subir and Sharan, Manoj and Singh, Bipen and Thakur,
Shalini and Behera, Prafulla Kumar and Behera, Subash
Chandra and Kalbhor, Pritam and Muhammad, Alibordi and
Pradhan, Raghunath and Pujahari, Prabhat Ranjan and Sharma,
Ashish and Sikdar, Anup Kumar and Dutta, Dipanwita and Jha,
Vishwajeet and Mishra, Dipak Kumar and Netrakanti, Pawan
Kumar and Pant, Lalit Mohan and Shukla, Prashant and Aziz,
Tariq and Bhat, Muzamil Ahmad and Dugad, Shashikant and
Kumar Verma, Ravindra and Mohanty, Gagan Bihari and Sur,
Nairit and Banerjee, Sudeshna and Bhattacharya, Soham and
Chatterjee, Suman and Das, Pallabi and Guchait, Monoranjan
and Karmakar, Saikat and Kumar, Sanjeev and Majumder,
Gobinda and Mazumdar, Kajari and Sahoo, Niladribihari and
Sawant, Siddhesh and Dube, Sourabh and Kansal, Bhumika and
Kapoor, Anshul and Kothekar, Kunal and Pandey, Shubham and
Rane, Aditee and Rastogi, Angira and Sharma, Seema and
Chenarani, Shirin and Etesami, Seyed Mohsen and Khakzad,
Mohsen and Mohammadi Najafabadi, Mojtaba and Naseri, Mohsen
and Rezaei Hosseinabadi, Ferdos and Felcini, Marta and
Grunewald, Martin and Abbrescia, Marcello and Aly, Reham
and Calabria, Cesare and Colaleo, Anna and Creanza, Donato
and Cristella, Leonardo and De Filippis, Nicola and De
Palma, Mauro and Di Florio, Adriano and Elmetenawee, Walaa
and Fiore, Luigi and Gelmi, Andrea and Iaselli, Giuseppe
and Ince, Merve and Lezki, Samet and Maggi, Giorgio and
Maggi, Marcello and Merlin, Jeremie Alexandre and Miniello,
Giorgia and My, Salvatore and Nuzzo, Salvatore and Pompili,
Alexis and Pugliese, Gabriella and Radogna, Raffaella and
Ranieri, Antonio and Selvaggi, Giovanna and Silvestris,
Lucia and Simone, Federica Maria and Venditti, Rosamaria
and Verwilligen, Piet and Abbiendi, Giovanni and Battilana,
Carlo and Bonacorsi, Daniele and Borgonovi, Lisa and
Braibant-Giacomelli, Sylvie and Campanini, Renato and
Capiluppi, Paolo and Castro, Andrea and Cavallo, Francesca
Romana and Ciocca, Claudia and Codispoti, Giuseppe and
Cuffiani, Marco and Dallavalle, Gaetano-Marco and Fabbri,
Fabrizio and Fanfani, Alessandra and Fontanesi, Elisa and
Giacomelli, Paolo and Grandi, Claudio and Guiducci, Luigi
and Iemmi, Fabio and Lo Meo, Sergio and Marcellini, Stefano
and Masetti, Gianni and Navarria, Francesco and Perrotta,
Andrea and Primavera, Federica and Rossi, Antonio and
Rovelli, Tiziano and Siroli, Gian Piero and Tosi, Nicolò
and Albergo, Sebastiano and Costa, Salvatore and Di Mattia,
Alessandro and Potenza, Renato and Tricomi, Alessia and
Tuve, Cristina and Barbagli, Giuseppe and Cassese, Antonio
and Ceccarelli, Rudy and Ciulli, Vitaliano and Civinini,
Carlo and D'Alessandro, Raffaello and Fiori, Francesco and
Focardi, Ettore and Latino, Giuseppe and Lenzi, Piergiulio
and Lizzo, Mattia and Meschini, Marco and Paoletti, Simone
and Seidita, Roberto and Sguazzoni, Giacomo and Viliani,
Lorenzo and Benussi, Luigi and Bianco, Stefano and Piccolo,
Davide and Bozzo, Marco and Ferro, Fabrizio and Mulargia,
Roberto and Robutti, Enrico and Tosi, Silvano and Benaglia,
Andrea and Beschi, Andrea and Brivio, Francesco and
Ciriolo, Vincenzo and De Guio, Federico and Dinardo, Mauro
Emanuele and Dini, Paolo and Gennai, Simone and Ghezzi,
Alessio and Govoni, Pietro and Guzzi, Luca and Malberti,
Martina and Malvezzi, Sandra and Menasce, Dario and Monti,
Fabio and Moroni, Luigi and Paganoni, Marco and Pedrini,
Daniele and Ragazzi, Stefano and Tabarelli de Fatis,
Tommaso and Valsecchi, Davide and Zuolo, Davide and
Buontempo, Salvatore and Cavallo, Nicola and De Iorio,
Agostino and Di Crescenzo, Antonia and Fabozzi, Francesco
and Fienga, Francesco and Galati, Giuliana and Iorio,
Alberto Orso Maria and Layer, Lukas and Lista, Luca and
Meola, Sabino and Paolucci, Pierluigi and Rossi, Biagio and
Sciacca, Crisostomo and Voevodina, Elena and Azzi, Patrizia
and Bacchetta, Nicola and Barcellan, Lorenzo and Bellato,
Marco and Benettoni, Massimo and Bergnoli, Antonio and
Bisello, Dario and Boletti, Alessio and Bragagnolo, Alberto
and Carlin, Roberto and Castellani, Lorenzo and Checchia,
Paolo and Ciano, Luca and Corti, D and De Castro Manzano,
Pablo and Dorigo, Tommaso and Dosselli, Umberto and
Fanzago, Federica and Gasparini, Fabrizio and Gasparini,
Ugo and Gonella, Franco and Gozzelino, Andrea and Griggio,
A and Hoh, Siew Yan and Isocrate, Roberto and Margoni,
Martino and Meneguzzo, Anna Teresa and Modenese, L and
Montecassiano, Fabio and Passaseo, Marina and Pazzini,
Jacopo and Presilla, Matteo and Ronchese, Paolo and Rossin,
Roberto and Simonetto, Franco and Tiko, Andres and Tosi,
Mia and Ventura, Sandro and Zanetti, Marco and Zotto,
Pierluigi and Zucchetta, Alberto and Zumerle, Gianni and
Braghieri, Alessandro and Fiorina, Davide and Montagna,
Paolo and Ratti, Sergio P and Re, Valerio and Ressegotti,
Martina and Riccardi, Cristina and Salvini, Paola and Vai,
Ilaria and Vitulo, Paolo and Biasini, Maurizio and Bilei,
Gian Mario and Ciangottini, Diego and Fanò, Livio and
Lariccia, Paolo and Leonardi, Roberto and Manoni, Elisa and
Mantovani, Giancarlo and Mariani, Valentina and Menichelli,
Mauro and Rossi, Alessandro and Santocchia, Attilio and
Spiga, Daniele and Androsov, Konstantin and Azzurri, Paolo
and Bagliesi, Giuseppe and Bertacchi, Valerio and
Bianchini, Lorenzo and Boccali, Tommaso and Castaldi, Rino
and Ciocci, Maria Agnese and Dell'Orso, Roberto and Donato,
Silvio and Giannini, Leonardo and Giassi, Alessandro and
Grippo, Maria Teresa and Ligabue, Franco and Manca,
Elisabetta and Mandorli, Giulio and Messineo, Alberto and
Palla, Fabrizio and Rizzi, Andrea and Rolandi, Gigi and Roy
Chowdhury, Suvankar and Scribano, A and Spagnolo, Paolo and
Tenchini, Roberto and Tonelli, Guido and Turini, Nicola and
Venturi, Andrea and Verdini, Piero Giorgio and Cavallari,
Francesca and Cipriani, Marco and Del Re, Daniele and Di
Marco, Emanuele and Diemoz, Marcella and Longo, Egidio and
Meridiani, Paolo and Organtini, Giovanni and Pandolfi,
Francesco and Paramatti, Riccardo and Quaranta, Claudio and
Rahatlou, Shahram and Rovelli, Chiara and Santanastasio,
Francesco and Soffi, Livia and Tramontano, Raffaella and
Amapane, Nicola and Arcidiacono, Roberta and Argiro,
Stefano and Arneodo, Michele and Bartosik, Nazar and
Bellan, Riccardo and Bellora, Andrea and Biino, Cristina
and Cappati, Alessandra and Cartiglia, Nicolo and Cometti,
Simona and Costa, Marco and Covarelli, Roberto and Demaria,
Natale and González Fernández, Juan Rodrigo and Kiani,
Bilal and Legger, Federica and Mariotti, Chiara and
Maselli, Silvia and Migliore, Ernesto and Monaco, Vincenzo
and Monteil, Ennio and Monteno, Marco and Obertino, Maria
Margherita and Ortona, Giacomo and Pacher, Luca and
Pastrone, Nadia and Pelliccioni, Mario and Pinna Angioni,
Gian Luca and Romero, Alessandra and Ruspa, Marta and
Salvatico, Riccardo and Sola, Valentina and Solano, Ada and
Soldi, Dario and Staiano, Amedeo and Trocino, Daniele and
Belforte, Stefano and Candelise, Vieri and Casarsa, Massimo
and Cossutti, Fabio and Da Rold, Alessandro and Della
Ricca, Giuseppe and Vazzoler, Federico and Zanetti, Anna
and Kim, Bobae and Kim, Dong Hee and Kim, Gui Nyun and Lee,
Jeongeun and Lee, Seh Wook and Moon, Chang-Seong and Oh,
Young Do and Pak, Sang Il and Sekmen, Sezen and Son,
Dong-Chul and Yang, Yu Chul and Kim, Hyunchul and Moon,
Dong Ho and Francois, Brieuc and Kim, Tae Jeong and Park,