From 524b613f3f9018405cd2ed684216b2a2fd9662b8 Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Thu, 18 Apr 2024 09:17:28 -0400 Subject: [PATCH 01/10] Adds msup tag to allowed MathML in base.py modified: adsingestp/parsers/base.py --- adsingestp/parsers/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/adsingestp/parsers/base.py b/adsingestp/parsers/base.py index 3659cd6..5ad0252 100644 --- a/adsingestp/parsers/base.py +++ b/adsingestp/parsers/base.py @@ -489,6 +489,7 @@ class BaseBeautifulSoupParser(IngestBase): "mml:mn", "mml:annotation", "mml:msubsup", + "mml:msup", ] HTML_TAGS_HTML = ["sub", "sup", "a", "astrobj", "i", "b"] From 711ec364e43385b9136474c72cc1e1de6c8115b2 Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Thu, 18 Apr 2024 09:38:27 -0400 Subject: [PATCH 02/10] Uniform test output jsons (indent, sort_keys) modified: tests/stubdata/output/copernicus_ESSD_essd-15-3075-2023.json modified: tests/stubdata/output/copernicus_GeChr_gchron-5-323-2023.json modified: tests/stubdata/output/copernicus_ISPAn_isprs-annals-X-M-1-2023-237-2023.json modified: tests/stubdata/output/copernicus_ISPAr_isprs-archives-XLVIII-M-2-2023-721-2023.json modified: tests/stubdata/output/crossref_10.1002_1521-3994.json modified: tests/stubdata/output/crossref_10.1103_PhysRevD_64-117303.json modified: tests/stubdata/output/crossref_10.1146_annurev.energy.25.1.441.json modified: tests/stubdata/output/crossref_10.3137_a0410105.json modified: tests/stubdata/output/crossref_10.3847_2041-8213.json modified: tests/stubdata/output/crossref_book_10.1007-978-1-4614-3520-4.json modified: tests/stubdata/output/crossref_book_10.1017-CBO9780511709265.json modified: tests/stubdata/output/crossref_cn_10.1051=0004-6361=202243540.json modified: tests/stubdata/output/crossref_cn_10.1088=1475-7516=2022=10=098.json modified: tests/stubdata/output/crossref_cn_10.1093=mnras=stac2975.json modified: tests/stubdata/output/crossref_cn_10.1093=pasj=psac053.json modified: tests/stubdata/output/crossref_cn_10.3847=1538-4357=ac8c2f.json modified: tests/stubdata/output/crossref_conf_10.1049-cp.2010.1342.json modified: tests/stubdata/output/crossref_conf_10.1109-MWSYM.2013.6697399.json modified: tests/stubdata/output/crossref_preprint_10.1002-essoar.10508651.1.json modified: tests/stubdata/output/crossref_preprint_10.1002-essoar.10511074.2.json modified: tests/stubdata/output/crossref_preprint_10.31223-X55K7G.json modified: tests/stubdata/output/crossref_preprint_10.31223-X5FW25.json modified: tests/stubdata/output/crossref_preprint_10.31223-X5WD2C.json modified: tests/stubdata/output/datacite_schema3.1_example-full.json modified: tests/stubdata/output/datacite_schema4.1_example-full.json modified: tests/stubdata/output/datacite_schema4.1_example-software.json modified: tests/stubdata/output/datacite_schema4_example-habanero-pdsdataset.json modified: tests/stubdata/output/els_missing_keywords_tag.json modified: tests/stubdata/output/jats_a+a_multiparagraph_abstract.json modified: tests/stubdata/output/jats_a+a_subtitle.json modified: tests/stubdata/output/jats_aip_aipc_2470_040010.json modified: tests/stubdata/output/jats_aip_amjph_90_286.json modified: tests/stubdata/output/jats_aj_158_4_139.json modified: tests/stubdata/output/jats_aj_158_4_139_fulltext.json modified: tests/stubdata/output/jats_aj_158_4_139_fulltext_tags.json modified: tests/stubdata/output/jats_iop_aj_162_1.json modified: tests/stubdata/output/jats_iop_ansnn_12_2_025001.json modified: tests/stubdata/output/jats_iop_apj_923_1_47.json modified: tests/stubdata/output/jats_iop_no_contribs.json modified: tests/stubdata/output/jats_iop_no_orcid_tag.json modified: tests/stubdata/output/jats_iop_preprint_in_record.json modified: tests/stubdata/output/jats_mnras_493_1_141.json modified: tests/stubdata/output/jats_phrvd_106_023001.json modified: tests/stubdata/output/jats_pnas_1715554115.json modified: tests/stubdata/output/jats_spie_opten_1.OE.62.4.048103.json modified: tests/stubdata/output/jats_spie_opten_1.OE.62.4.066101.json modified: tests/stubdata/output/jats_spie_spie_12.2690579.json modified: tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json modified: tests/stubdata/output/jats_springer_EPJC_s10052-023-11733-2.json modified: tests/stubdata/output/jats_springer_NatCo_s41467-023-40272-3.json modified: tests/stubdata/output/jats_springer_Natur_s41598-023-38673-x.json modified: tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json modified: tests/stubdata/output/wiley_jgra_12057.json modified: tests/stubdata/output/wiley_jgra_57392.json modified: tests/stubdata/output/wiley_swe_21103.json modified: tests/stubdata/output/wiley_swe_461.json modified: tests/stubdata/output/wiley_swe_539.json modified: tests/stubdata/output/zenodo_test.json modified: tests/stubdata/output/zenodo_test2.json modified: tests/stubdata/output/zenodo_test3.json modified: tests/stubdata/output/zenodo_test4.json --- .../copernicus_ESSD_essd-15-3075-2023.json | 490 +- .../copernicus_GeChr_gchron-5-323-2023.json | 140 +- ...SPAn_isprs-annals-X-M-1-2023-237-2023.json | 124 +- ...prs-archives-XLVIII-M-2-2023-721-2023.json | 132 +- .../output/crossref_10.1002_1521-3994.json | 82 +- .../crossref_10.1103_PhysRevD_64-117303.json | 92 +- ...ssref_10.1146_annurev.energy.25.1.441.json | 102 +- .../output/crossref_10.3137_a0410105.json | 104 +- .../output/crossref_10.3847_2041-8213.json | 136 +- ...ossref_book_10.1007-978-1-4614-3520-4.json | 96 +- ...rossref_book_10.1017-CBO9780511709265.json | 70 +- ...ossref_cn_10.1051=0004-6361=202243540.json | 116 +- ...sref_cn_10.1088=1475-7516=2022=10=098.json | 112 +- .../crossref_cn_10.1093=mnras=stac2975.json | 206 +- .../crossref_cn_10.1093=pasj=psac053.json | 166 +- .../crossref_cn_10.3847=1538-4357=ac8c2f.json | 164 +- .../crossref_conf_10.1049-cp.2010.1342.json | 80 +- ...ssref_conf_10.1109-MWSYM.2013.6697399.json | 138 +- ...ef_preprint_10.1002-essoar.10508651.1.json | 262 +- ...ef_preprint_10.1002-essoar.10511074.2.json | 170 +- .../crossref_preprint_10.31223-X55K7G.json | 118 +- .../crossref_preprint_10.31223-X5FW25.json | 190 +- .../crossref_preprint_10.31223-X5WD2C.json | 78 +- .../datacite_schema3.1_example-full.json | 134 +- .../datacite_schema4.1_example-full.json | 130 +- .../datacite_schema4.1_example-software.json | 154 +- ...e_schema4_example-habanero-pdsdataset.json | 134 +- .../output/els_missing_keywords_tag.json | 2 +- .../jats_a+a_multiparagraph_abstract.json | 494 +- tests/stubdata/output/jats_a+a_subtitle.json | 750 +- .../output/jats_aip_aipc_2470_040010.json | 218 +- .../output/jats_aip_amjph_90_286.json | 242 +- tests/stubdata/output/jats_aj_158_4_139.json | 422 +- .../output/jats_aj_158_4_139_fulltext.json | 22 +- .../jats_aj_158_4_139_fulltext_tags.json | 17 +- tests/stubdata/output/jats_iop_aj_162_1.json | 244 +- .../output/jats_iop_ansnn_12_2_025001.json | 272 +- .../output/jats_iop_apj_923_1_47.json | 318 +- .../stubdata/output/jats_iop_no_contribs.json | 82 +- .../output/jats_iop_no_orcid_tag.json | 5284 +-- .../output/jats_iop_preprint_in_record.json | 186 +- .../stubdata/output/jats_mnras_493_1_141.json | 326 +- .../output/jats_phrvd_106_023001.json | 276 +- .../stubdata/output/jats_pnas_1715554115.json | 3216 +- .../jats_spie_opten_1.OE.62.4.048103.json | 200 +- .../jats_spie_opten_1.OE.62.4.066101.json | 194 +- .../output/jats_spie_spie_12.2690579.json | 134 +- ...jats_springer_EPJC_s10052-023-11699-1.json | 36752 ++++++++-------- ...jats_springer_EPJC_s10052-023-11733-2.json | 17722 ++++---- ...ats_springer_NatCo_s41467-023-40272-3.json | 722 +- ...ats_springer_Natur_s41598-023-38673-x.json | 850 +- ...jats_springer_ZaMP_s00033-023-02064-z.json | 256 +- tests/stubdata/output/wiley_jgra_12057.json | 193 +- tests/stubdata/output/wiley_jgra_57392.json | 329 +- tests/stubdata/output/wiley_swe_21103.json | 441 +- tests/stubdata/output/wiley_swe_461.json | 74 +- tests/stubdata/output/wiley_swe_539.json | 74 +- tests/stubdata/output/zenodo_test.json | 92 +- tests/stubdata/output/zenodo_test2.json | 330 +- tests/stubdata/output/zenodo_test3.json | 262 +- tests/stubdata/output/zenodo_test4.json | 134 +- 61 files changed, 37882 insertions(+), 37168 deletions(-) diff --git a/tests/stubdata/output/copernicus_ESSD_essd-15-3075-2023.json b/tests/stubdata/output/copernicus_ESSD_essd-15-3075-2023.json index 8e2137d..c101c5d 100644 --- a/tests/stubdata/output/copernicus_ESSD_essd-15-3075-2023.json +++ b/tests/stubdata/output/copernicus_ESSD_essd-15-3075-2023.json @@ -1,48 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2023-07-20", - "printDate": "2023-07-20" - }, - "publication": { - "pubName": "Earth System Science Data", - "volumeNum": "15", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "print", - "issnString": "1866-3508" - }, - { - "pubtype": "electronic", - "issnString": "1866-3516" - } - ] - }, - "pagination": { - "electronicID": "145", - "firstPage": "3075", - "lastPage": "3094" + "abstract": { + "textEnglish": "Saharan dust outbreaks have profound effects on ecosystems, climate, human health, and the cryosphere in Europe. However, the spatial deposition pattern of Saharan dust is poorly known due to a sparse network of ground measurements. Following the extreme dust deposition event of February 2021 across Europe, a citizen science campaign was launched to sample dust on snow over the Pyrenees and the European Alps. This somewhat improvised campaign triggered wide interest since 152 samples were collected from the snow in the Pyrenees, the French Alps, and the Swiss Alps in less than 4 weeks. Among the 152 samples, 113 in total could be analysed, corresponding to 70 different locations. The analysis of the samples showed a large variability in the dust properties and amount. We found a decrease in the deposited mass and particle sizes with distance from the source along the transport path. This spatial trend was also evident in the elemental composition of the dust as the iron mass fraction decreased from 11 % in the Pyrenees to 2 % in the Swiss Alps. At the local scale, we found a higher dust mass on south-facing slopes, in agreement with estimates from high-resolution remote sensing data. This unique dataset, which resulted from the collaboration of several research laboratories and citizens, is provided as an open dataset to benefit a large community and to enable further scientific investigations. Data presented in this study are available at https://doi.org/10.5281/zenodo.7969515 (Dumont et al., 2022a)." }, - "persistentIDs": [ - { - "DOI": "10.5194/essd-15-3075-2023" - } - ], "authors": [ { - "name": { - "surname": "Dumont", - "given_name": "Marie", - "pubraw": "Marie Dumont" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -51,14 +12,14 @@ "attrib": { "email": "marie.dumont@meteo.fr", "orcid": "0000-0002-4002-5873" + }, + "name": { + "given_name": "Marie", + "pubraw": "Marie Dumont", + "surname": "Dumont" } }, { - "name": { - "surname": "Gascoin", - "given_name": "Simon", - "pubraw": "Simon Gascoin" - }, "affiliation": [ { "affPubRaw": "CESBIO, Universit\u00e9 de Toulouse, CNES/CNRS/INRA/IRD/UPS, Toulouse, France" @@ -67,14 +28,14 @@ "attrib": { "email": "sgascoin@gmail.com", "orcid": "0000-0002-4996-6768" + }, + "name": { + "given_name": "Simon", + "pubraw": "Simon Gascoin", + "surname": "Gascoin" } }, { - "name": { - "surname": "R\u00e9veillet", - "given_name": "Marion", - "pubraw": "Marion R\u00e9veillet" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -86,14 +47,14 @@ "attrib": { "email": "marion.reveillet@univ-grenoble-alpes.fr", "orcid": "0000-0001-9802-4649" + }, + "name": { + "given_name": "Marion", + "pubraw": "Marion R\u00e9veillet", + "surname": "R\u00e9veillet" } }, { - "name": { - "surname": "Voisin", - "given_name": "Didier", - "pubraw": "Didier Voisin" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, IRD, G-INP, IGE, Grenoble, France" @@ -102,14 +63,14 @@ "attrib": { "email": "didier.voisin@univ-grenoble-alpes.fr", "orcid": "0000-0003-1317-7561" + }, + "name": { + "given_name": "Didier", + "pubraw": "Didier Voisin", + "surname": "Voisin" } }, { - "name": { - "surname": "Tuzet", - "given_name": "Fran\u00e7ois", - "pubraw": "Fran\u00e7ois Tuzet" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -117,14 +78,14 @@ ], "attrib": { "email": "francois.tuzet@gmail.com" + }, + "name": { + "given_name": "Fran\u00e7ois", + "pubraw": "Fran\u00e7ois Tuzet", + "surname": "Tuzet" } }, { - "name": { - "surname": "Arnaud", - "given_name": "Laurent", - "pubraw": "Laurent Arnaud" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, IRD, G-INP, IGE, Grenoble, France" @@ -133,14 +94,14 @@ "attrib": { "email": "laurent.arnaud@univ-grenoble-alpes.fr", "orcid": "0000-0002-4432-4205" + }, + "name": { + "given_name": "Laurent", + "pubraw": "Laurent Arnaud", + "surname": "Arnaud" } }, { - "name": { - "surname": "Bonnefoy", - "given_name": "Myl\u00e8ne", - "pubraw": "Myl\u00e8ne Bonnefoy" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, INRAE, UR ETGR, Grenoble, France" @@ -148,14 +109,14 @@ ], "attrib": { "email": "mylene.bonnefoy@inrae.fr" + }, + "name": { + "given_name": "Myl\u00e8ne", + "pubraw": "Myl\u00e8ne Bonnefoy", + "surname": "Bonnefoy" } }, { - "name": { - "surname": "Bacardit Pe\u00f1arroya", - "given_name": "Montse", - "pubraw": "Montse Bacardit Pe\u00f1arroya" - }, "affiliation": [ { "affPubRaw": "Centre de Lauegi d'Aran, Conselh Generau d'Aran, Viella, Spain" @@ -163,14 +124,14 @@ ], "attrib": { "email": "m.bacardit@aran.org" + }, + "name": { + "given_name": "Montse", + "pubraw": "Montse Bacardit Pe\u00f1arroya", + "surname": "Bacardit Pe\u00f1arroya" } }, { - "name": { - "surname": "Carmagnola", - "given_name": "Carlo", - "pubraw": "Carlo Carmagnola" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -178,14 +139,14 @@ ], "attrib": { "email": "carlo.carmagnola@meteo.fr" + }, + "name": { + "given_name": "Carlo", + "pubraw": "Carlo Carmagnola", + "surname": "Carmagnola" } }, { - "name": { - "surname": "Deguine", - "given_name": "Alexandre", - "pubraw": "Alexandre Deguine" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 de Lille, CNRS, UMR 8518 \u2013 LOA \u2013 Laboratoire d'Optique Atmosph\u00e9rique, 59000 Lille, France" @@ -197,14 +158,14 @@ "attrib": { "email": "alexandre.deguine@univ-lille.fr", "orcid": "0000-0001-7125-3759" + }, + "name": { + "given_name": "Alexandre", + "pubraw": "Alexandre Deguine", + "surname": "Deguine" } }, { - "name": { - "surname": "Diacre", - "given_name": "Aur\u00e9lie", - "pubraw": "Aur\u00e9lie Diacre" - }, "affiliation": [ { "affPubRaw": "Commissariat \u00c0 L\u2019Energie Atomique Et aux \u00c9nergies Alternatives (CEA, DAM, DIF), 91297 Arpajon, France" @@ -213,14 +174,14 @@ "attrib": { "email": "aurelie.diacre@lsce.ipsl.fr", "orcid": "0000-0001-6988-1828" + }, + "name": { + "given_name": "Aur\u00e9lie", + "pubraw": "Aur\u00e9lie Diacre", + "surname": "Diacre" } }, { - "name": { - "surname": "D\u00fcrr", - "given_name": "Lukas", - "pubraw": "Lukas D\u00fcrr" - }, "affiliation": [ { "affPubRaw": "WSL Institute for Snow and Avalanche Research SLF, Fl\u00fcelastr. 11, 7260 Davos, Switzerland" @@ -228,14 +189,14 @@ ], "attrib": { "email": "duerr@slf.ch" + }, + "name": { + "given_name": "Lukas", + "pubraw": "Lukas D\u00fcrr", + "surname": "D\u00fcrr" } }, { - "name": { - "surname": "Evrard", - "given_name": "Olivier", - "pubraw": "Olivier Evrard" - }, "affiliation": [ { "affPubRaw": "LSCE \u2013 IPSL \u2013 Laboratoire des Sciences du Climat et de l'Environnement, CEA, CNRS, UVSQ, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" @@ -244,14 +205,14 @@ "attrib": { "email": "olivier.evrard@lsce.ipsl.fr", "orcid": "0000-0002-3503-6543" + }, + "name": { + "given_name": "Olivier", + "pubraw": "Olivier Evrard", + "surname": "Evrard" } }, { - "name": { - "surname": "Fontaine", - "given_name": "Firmin", - "pubraw": "Firmin Fontaine" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, INRAE, UR ETGR, Grenoble, France" @@ -259,14 +220,14 @@ ], "attrib": { "email": "firmin.fontaine@inrae.fr" + }, + "name": { + "given_name": "Firmin", + "pubraw": "Firmin Fontaine", + "surname": "Fontaine" } }, { - "name": { - "surname": "Frankl", - "given_name": "Amaury", - "pubraw": "Amaury Frankl" - }, "affiliation": [ { "affPubRaw": "INRAE, AMAP, IRD, CIRAD, CNRS, University Montpellier, Bld de la Lironde, 34398, Montpellier CEDEX 5, France" @@ -278,14 +239,14 @@ "attrib": { "email": "amaury.frankl@ugent.be", "orcid": "0000-0002-1685-2780" + }, + "name": { + "given_name": "Amaury", + "pubraw": "Amaury Frankl", + "surname": "Frankl" } }, { - "name": { - "surname": "Fructus", - "given_name": "Mathieu", - "pubraw": "Mathieu Fructus" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -293,14 +254,14 @@ ], "attrib": { "email": "mathieu.fructus@meteo.fr" + }, + "name": { + "given_name": "Mathieu", + "pubraw": "Mathieu Fructus", + "surname": "Fructus" } }, { - "name": { - "surname": "Gandois", - "given_name": "Laure", - "pubraw": "Laure Gandois" - }, "affiliation": [ { "affPubRaw": "Laboratoire Ecologie Fonctionnelle et Environnement, Universit\u00e9 de Toulouse, CNRS, INPT, UPS, Toulouse, France" @@ -308,14 +269,14 @@ ], "attrib": { "email": "laure.gandois@toulouse-inp.fr" + }, + "name": { + "given_name": "Laure", + "pubraw": "Laure Gandois", + "surname": "Gandois" } }, { - "name": { - "surname": "Gouttevin", - "given_name": "Isabelle", - "pubraw": "Isabelle Gouttevin" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -324,14 +285,14 @@ "attrib": { "email": "isabelle.gouttevin@meteo.fr", "orcid": "0000-0002-1801-684X" + }, + "name": { + "given_name": "Isabelle", + "pubraw": "Isabelle Gouttevin", + "surname": "Gouttevin" } }, { - "name": { - "surname": "Gherab", - "given_name": "Abdelfateh", - "pubraw": "Abdelfateh Gherab" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, IRD, G-INP, IGE, Grenoble, France" @@ -339,14 +300,14 @@ ], "attrib": { "email": "abdelfateh.gherab@gmail.com" + }, + "name": { + "given_name": "Abdelfateh", + "pubraw": "Abdelfateh Gherab", + "surname": "Gherab" } }, { - "name": { - "surname": "Hagenmuller", - "given_name": "Pascal", - "pubraw": "Pascal Hagenmuller" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -355,14 +316,14 @@ "attrib": { "email": "pascal.hagenmuller@meteo.fr", "orcid": "0000-0002-6581-2048" + }, + "name": { + "given_name": "Pascal", + "pubraw": "Pascal Hagenmuller", + "surname": "Hagenmuller" } }, { - "name": { - "surname": "Hansson", - "given_name": "Sophia", - "pubraw": "Sophia Hansson" - }, "affiliation": [ { "affPubRaw": "Laboratoire Ecologie Fonctionnelle et Environnement, Universit\u00e9 de Toulouse, CNRS, INPT, UPS, Toulouse, France" @@ -370,14 +331,14 @@ ], "attrib": { "email": "sophia.hansson@toulouse-inp.fr" + }, + "name": { + "given_name": "Sophia", + "pubraw": "Sophia Hansson", + "surname": "Hansson" } }, { - "name": { - "surname": "Herbin", - "given_name": "Herv\u00e9", - "pubraw": "Herv\u00e9 Herbin" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 de Lille, CNRS, UMR 8518 \u2013 LOA \u2013 Laboratoire d'Optique Atmosph\u00e9rique, 59000 Lille, France" @@ -385,14 +346,14 @@ ], "attrib": { "email": "herve.herbin@univ-lille.fr" + }, + "name": { + "given_name": "Herv\u00e9", + "pubraw": "Herv\u00e9 Herbin", + "surname": "Herbin" } }, { - "name": { - "surname": "Josse", - "given_name": "B\u00e9atrice", - "pubraw": "B\u00e9atrice Josse" - }, "affiliation": [ { "affPubRaw": "CNRM, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, Toulouse, France" @@ -400,14 +361,14 @@ ], "attrib": { "email": "beatrice.josse@meteo.fr" + }, + "name": { + "given_name": "B\u00e9atrice", + "pubraw": "B\u00e9atrice Josse", + "surname": "Josse" } }, { - "name": { - "surname": "Jourdain", - "given_name": "Bruno", - "pubraw": "Bruno Jourdain" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, IRD, G-INP, IGE, Grenoble, France" @@ -415,14 +376,14 @@ ], "attrib": { "email": "bruno.jourdain@univ-grenoble-alpes.fr" + }, + "name": { + "given_name": "Bruno", + "pubraw": "Bruno Jourdain", + "surname": "Jourdain" } }, { - "name": { - "surname": "Lefevre", - "given_name": "Irene", - "pubraw": "Irene Lefevre" - }, "affiliation": [ { "affPubRaw": "LSCE \u2013 IPSL \u2013 Laboratoire des Sciences du Climat et de l'Environnement, CEA, CNRS, UVSQ, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" @@ -430,14 +391,14 @@ ], "attrib": { "email": "irene.lefevre@lsce.ipsl.fr" + }, + "name": { + "given_name": "Irene", + "pubraw": "Irene Lefevre", + "surname": "Lefevre" } }, { - "name": { - "surname": "Le Roux", - "given_name": "Ga\u00ebl", - "pubraw": "Ga\u00ebl Le Roux" - }, "affiliation": [ { "affPubRaw": "Laboratoire Ecologie Fonctionnelle et Environnement, Universit\u00e9 de Toulouse, CNRS, INPT, UPS, Toulouse, France" @@ -446,14 +407,14 @@ "attrib": { "email": "gael.leroux@ensat.fr", "orcid": "0000-0002-1579-0178" + }, + "name": { + "given_name": "Ga\u00ebl", + "pubraw": "Ga\u00ebl Le Roux", + "surname": "Le Roux" } }, { - "name": { - "surname": "Libois", - "given_name": "Quentin", - "pubraw": "Quentin Libois" - }, "affiliation": [ { "affPubRaw": "CNRM, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, Toulouse, France" @@ -462,14 +423,14 @@ "attrib": { "email": "quentin.libois@meteo.fr", "orcid": "0000-0001-8963-4170" + }, + "name": { + "given_name": "Quentin", + "pubraw": "Quentin Libois", + "surname": "Libois" } }, { - "name": { - "surname": "Liger", - "given_name": "Lucie", - "pubraw": "Lucie Liger" - }, "affiliation": [ { "affPubRaw": "Jardin du Lautaret, CNRS, Universit\u00e9 Grenoble Alpes, Grenoble, France" @@ -477,14 +438,14 @@ ], "attrib": { "email": "lucie.liger@univ-grenoble-alpes.fr" + }, + "name": { + "given_name": "Lucie", + "pubraw": "Lucie Liger", + "surname": "Liger" } }, { - "name": { - "surname": "Morin", - "given_name": "Samuel", - "pubraw": "Samuel Morin" - }, "affiliation": [ { "affPubRaw": "CNRM, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, Toulouse, France" @@ -493,14 +454,14 @@ "attrib": { "email": "samuel.morin@meteo.fr", "orcid": "0000-0002-1781-687X" + }, + "name": { + "given_name": "Samuel", + "pubraw": "Samuel Morin", + "surname": "Morin" } }, { - "name": { - "surname": "Petitprez", - "given_name": "Denis", - "pubraw": "Denis Petitprez" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 de Lille, CNRS, UMR 8522 \u2013 PC2A \u2013 Physicochimie des Processus de Combustion et de l\u2019Atmosph\u00e8re, 59000 Lille, France" @@ -508,14 +469,14 @@ ], "attrib": { "email": "denis.petitprez@univ-lille.fr" + }, + "name": { + "given_name": "Denis", + "pubraw": "Denis Petitprez", + "surname": "Petitprez" } }, { - "name": { - "surname": "Robledano", - "given_name": "Alvaro", - "pubraw": "Alvaro Robledano" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, IRD, G-INP, IGE, Grenoble, France" @@ -527,14 +488,14 @@ "attrib": { "email": "alvaro.robledano-perez@univ-grenoble-alpes.fr", "orcid": "0000-0002-4046-7065" + }, + "name": { + "given_name": "Alvaro", + "pubraw": "Alvaro Robledano", + "surname": "Robledano" } }, { - "name": { - "surname": "Schneebeli", - "given_name": "Martin", - "pubraw": "Martin Schneebeli" - }, "affiliation": [ { "affPubRaw": "WSL Institute for Snow and Avalanche Research SLF, Fl\u00fcelastr. 11, 7260 Davos, Switzerland" @@ -543,14 +504,14 @@ "attrib": { "email": "schneebeli@slf.ch", "orcid": "0000-0003-2872-4409" + }, + "name": { + "given_name": "Martin", + "pubraw": "Martin Schneebeli", + "surname": "Schneebeli" } }, { - "name": { - "surname": "Salze", - "given_name": "Pascal", - "pubraw": "Pascal Salze" - }, "affiliation": [ { "affPubRaw": "Jardin du Lautaret, CNRS, Universit\u00e9 Grenoble Alpes, Grenoble, France" @@ -558,14 +519,14 @@ ], "attrib": { "email": "pascal.salze@univ-grenoble-alpes.fr" + }, + "name": { + "given_name": "Pascal", + "pubraw": "Pascal Salze", + "surname": "Salze" } }, { - "name": { - "surname": "Six", - "given_name": "Delphine", - "pubraw": "Delphine Six" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, IRD, G-INP, IGE, Grenoble, France" @@ -573,14 +534,14 @@ ], "attrib": { "email": "delphine.six@univ-grenoble-alpes.fr" + }, + "name": { + "given_name": "Delphine", + "pubraw": "Delphine Six", + "surname": "Six" } }, { - "name": { - "surname": "Thibert", - "given_name": "Emmanuel", - "pubraw": "Emmanuel Thibert" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, INRAE, UR ETGR, Grenoble, France" @@ -589,14 +550,14 @@ "attrib": { "email": "emmanuel.thibert@inrae.fr", "orcid": "0000-0003-2843-5367" + }, + "name": { + "given_name": "Emmanuel", + "pubraw": "Emmanuel Thibert", + "surname": "Thibert" } }, { - "name": { - "surname": "Trachsel", - "given_name": "J\u00fcrg", - "pubraw": "J\u00fcrg Trachsel" - }, "affiliation": [ { "affPubRaw": "WSL Institute for Snow and Avalanche Research SLF, Fl\u00fcelastr. 11, 7260 Davos, Switzerland" @@ -605,14 +566,14 @@ "attrib": { "email": "juerg.trachsel@slf.ch", "orcid": "0000-0003-2560-9907" + }, + "name": { + "given_name": "J\u00fcrg", + "pubraw": "J\u00fcrg Trachsel", + "surname": "Trachsel" } }, { - "name": { - "surname": "Vernay", - "given_name": "Matthieu", - "pubraw": "Matthieu Vernay" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -620,14 +581,14 @@ ], "attrib": { "email": "matthieu.vernay@meteo.fr" + }, + "name": { + "given_name": "Matthieu", + "pubraw": "Matthieu Vernay", + "surname": "Vernay" } }, { - "name": { - "surname": "Viallon-Galinier", - "given_name": "L\u00e9o", - "pubraw": "L\u00e9o Viallon-Galinier" - }, "affiliation": [ { "affPubRaw": "Univ. Grenoble Alpes, Universit\u00e9 de Toulouse, M\u00e9t\u00e9o-France, CNRS, CNRM, Centre d\u2019\u00c9tudes de la Neige, 38000 Grenoble, France" @@ -635,14 +596,14 @@ ], "attrib": { "email": "leo.viallon@meteo.fr" + }, + "name": { + "given_name": "L\u00e9o", + "pubraw": "L\u00e9o Viallon-Galinier", + "surname": "Viallon-Galinier" } }, { - "name": { - "surname": "Voiron", - "given_name": "C\u00e9line", - "pubraw": "C\u00e9line Voiron" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, IRD, G-INP, IGE, Grenoble, France" @@ -650,14 +611,60 @@ ], "attrib": { "email": "celine.voiron@ird.fr" + }, + "name": { + "given_name": "C\u00e9line", + "pubraw": "C\u00e9line Voiron", + "surname": "Voiron" } } ], - "title": { - "textEnglish": "Spatial Variability Of Saharan Dust Deposition Revealed Through A Citizen Science Campaign" + "esources": [ + { + "location": "https://essd.copernicus.org/articles/15/3075/2023/essd-15-3075-2023.pdf", + "source": "pub_pdf" + }, + { + "location": "https://essd.copernicus.org/articles/15/3075/2023/essd-15-3075-2023.html", + "source": "pub_html" + } + ], + "pagination": { + "electronicID": "145", + "firstPage": "3075", + "lastPage": "3094" }, - "abstract": { - "textEnglish": "Saharan dust outbreaks have profound effects on ecosystems, climate, human health, and the cryosphere in Europe. However, the spatial deposition pattern of Saharan dust is poorly known due to a sparse network of ground measurements. Following the extreme dust deposition event of February 2021 across Europe, a citizen science campaign was launched to sample dust on snow over the Pyrenees and the European Alps. This somewhat improvised campaign triggered wide interest since 152 samples were collected from the snow in the Pyrenees, the French Alps, and the Swiss Alps in less than 4 weeks. Among the 152 samples, 113 in total could be analysed, corresponding to 70 different locations. The analysis of the samples showed a large variability in the dust properties and amount. We found a decrease in the deposited mass and particle sizes with distance from the source along the transport path. This spatial trend was also evident in the elemental composition of the dust as the iron mass fraction decreased from 11 % in the Pyrenees to 2 % in the Swiss Alps. At the local scale, we found a higher dust mass on south-facing slopes, in agreement with estimates from high-resolution remote sensing data. This unique dataset, which resulted from the collaboration of several research laboratories and citizens, is provided as an open dataset to benefit a large community and to enable further scientific investigations. Data presented in this study are available at https://doi.org/10.5281/zenodo.7969515 (Dumont et al., 2022a)." + "persistentIDs": [ + { + "DOI": "10.5194/essd-15-3075-2023" + } + ], + "pubDate": { + "electrDate": "2023-07-20", + "printDate": "2023-07-20" + }, + "publication": { + "ISSN": [ + { + "issnString": "1866-3508", + "pubtype": "print" + }, + { + "issnString": "1866-3516", + "pubtype": "electronic" + } + ], + "pubName": "Earth System Science Data", + "pubYear": "2023", + "volumeNum": "15" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ "Adebiyi, A., Kok, J. F., Murray, B. J., Ryder, C. L., Stuut, J.-B. W., Kahn, R. A., Knippertz, P., Formenti, P., Mahowald, N. M., P\u00e9rez Garc\u00eda-Pando, C., Klose, M., Ansmann, A., Samset, B. H., Ito, A., Balkanski, Y., Di Biagio, C., Romanias, M. N., Huang, Y., and Meng, J.: A review of coarse mineral dust in the Earth system, Aeolian Res., 60, 100849, https://doi.org/10.1016/j.aeolia.2022.100849, 2023.\u2002a", @@ -710,14 +717,7 @@ "Vernay, M., Lafaysse, M., Monteiro, D., Hagenmuller, P., Nheili, R., Samaco\u00efts, R., Verfaillie, D., and Morin, S.: The S2M meteorological and snow cover reanalysis over the French mountainous areas: description and evaluation (1958\u20132021), Earth Syst. Sci. Data, 14, 1707\u20131733, https://doi.org/10.5194/essd-14-1707-2022, 2022. \u2002a", "Yu, H., Chin, M., Yuan, T., Bian, H., Remer, L. A., Prospero, J. M., Omar, A., Winker, D., Yang, Y., Zhang, Y., Zhang, Z., and Zhao, C.: The fertilizing role of African dust in the Amazon rainforest: A first multiyear assessment based on data from Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observations, Geophys. Res. Lett., 42, 1984\u20131991, https://doi.org/10.1002/2015GL063040, 2015.\u2002a" ], - "esources": [ - { - "source": "pub_pdf", - "location": "https://essd.copernicus.org/articles/15/3075/2023/essd-15-3075-2023.pdf" - }, - { - "source": "pub_html", - "location": "https://essd.copernicus.org/articles/15/3075/2023/essd-15-3075-2023.html" - } - ] + "title": { + "textEnglish": "Spatial Variability Of Saharan Dust Deposition Revealed Through A Citizen Science Campaign" + } } diff --git a/tests/stubdata/output/copernicus_GeChr_gchron-5-323-2023.json b/tests/stubdata/output/copernicus_GeChr_gchron-5-323-2023.json index 82dea0b..075160d 100644 --- a/tests/stubdata/output/copernicus_GeChr_gchron-5-323-2023.json +++ b/tests/stubdata/output/copernicus_GeChr_gchron-5-323-2023.json @@ -1,48 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2023-07-19", - "printDate": "2023-07-19" - }, - "publication": { - "pubName": "Geochronology", - "volumeNum": "5", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "print", - "issnString": "2628-3697" - }, - { - "pubtype": "electronic", - "issnString": "2628-3719" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.5194/gchron-5-323-2023" - } - ], - "pagination": { - "electronicID": "18", - "firstPage": "323", - "lastPage": "332" + "abstract": { + "textEnglish": "In situ U\u2013Th\u2013He geochronology is a potentially disruptive technique that combines laser ablation inductively coupled plasma mass spectrometry (LA-ICP-MS) with laser microprobe noble gas mass spectrometry. Despite its potential to revolutionize (detrital) thermochronology, in situ U\u2013Th\u2013He dating is not widely used due to persistent analytical challenges. A major issue is that current in situ U\u2013Th\u2013He dating approaches require that the U, Th, and He measurements are expressed in units of molar concentration, in contrast with conventional methods, which use units of molar abundance. Whereas molar abundances can be reliably determined by isotope dilution, accurate concentration measurements are not so easy to obtain. In the absence of matrix-matched U\u2013Th concentration standards and accurate He ablation pit measurements, the required molar concentration calculations introduce an uncertainty that is higher than the conventional method, an uncertainty that is itself difficult to accurately quantify. We present a solution to this problem by using proton-induced 3He as a proxy for ablation pit volume and by pairing samples with a standard of known U\u2013Th\u2013He age. Thus, the U\u2013Th\u2013He age equation can be solved using relative rather than absolute concentration measurements. Pilot experiments show that the new method produces accurate results. However, it is prone to overdispersion, which is attributed to gradients in the proton fluence. These gradients can be measured, and their effect can be removed by fixing the geometry of the sample and the standard during the proton irradiation." }, "authors": [ { - "name": { - "surname": "Vermeesch", - "given_name": "Pieter", - "pubraw": "Pieter Vermeesch" - }, "affiliation": [ { "affPubRaw": "London Geochronology Centre, Department of Earth Sciences, University College London, Gower Street, London WC1E 6BT, UK" @@ -51,14 +12,14 @@ "attrib": { "email": "p.vermeesch@ucl.ac.uk", "orcid": "0000-0003-3404-1209" + }, + "name": { + "given_name": "Pieter", + "pubraw": "Pieter Vermeesch", + "surname": "Vermeesch" } }, { - "name": { - "surname": "Tian", - "given_name": "Yuntao", - "pubraw": "Yuntao Tian" - }, "affiliation": [ { "affPubRaw": "London Geochronology Centre, Department of Earth Sciences, University College London, Gower Street, London WC1E 6BT, UK" @@ -69,14 +30,14 @@ ], "attrib": { "email": "tianyuntao@mail.sysu.edu.cn" + }, + "name": { + "given_name": "Yuntao", + "pubraw": "Yuntao Tian", + "surname": "Tian" } }, { - "name": { - "surname": "Schwanethal", - "given_name": "Jae", - "pubraw": "Jae Schwanethal" - }, "affiliation": [ { "affPubRaw": "London Geochronology Centre, Department of Earth Sciences, University College London, Gower Street, London WC1E 6BT, UK" @@ -84,14 +45,14 @@ ], "attrib": { "email": "schwana@gmail.com" + }, + "name": { + "given_name": "Jae", + "pubraw": "Jae Schwanethal", + "surname": "Schwanethal" } }, { - "name": { - "surname": "Buret", - "given_name": "Yannick", - "pubraw": "Yannick Buret" - }, "affiliation": [ { "affPubRaw": "Department of Earth Sciences, Natural History Museum, Cromwell Road, London SW7 5BD, UK" @@ -99,14 +60,60 @@ ], "attrib": { "email": "y.buret@nhm.ac.uk" + }, + "name": { + "given_name": "Yannick", + "pubraw": "Yannick Buret", + "surname": "Buret" } } ], - "title": { - "textEnglish": "Technical Note: In Situ U\u2013Th\u2013He Dating By 4He\u2009\u2215\u20093He Laser Microprobe Analysis" + "esources": [ + { + "location": "https://gchron.copernicus.org/articles/5/323/2023/gchron-5-323-2023.pdf", + "source": "pub_pdf" + }, + { + "location": "https://gchron.copernicus.org/articles/5/323/2023/gchron-5-323-2023.html", + "source": "pub_html" + } + ], + "pagination": { + "electronicID": "18", + "firstPage": "323", + "lastPage": "332" }, - "abstract": { - "textEnglish": "In situ U\u2013Th\u2013He geochronology is a potentially disruptive technique that combines laser ablation inductively coupled plasma mass spectrometry (LA-ICP-MS) with laser microprobe noble gas mass spectrometry. Despite its potential to revolutionize (detrital) thermochronology, in situ U\u2013Th\u2013He dating is not widely used due to persistent analytical challenges. A major issue is that current in situ U\u2013Th\u2013He dating approaches require that the U, Th, and He measurements are expressed in units of molar concentration, in contrast with conventional methods, which use units of molar abundance. Whereas molar abundances can be reliably determined by isotope dilution, accurate concentration measurements are not so easy to obtain. In the absence of matrix-matched U\u2013Th concentration standards and accurate He ablation pit measurements, the required molar concentration calculations introduce an uncertainty that is higher than the conventional method, an uncertainty that is itself difficult to accurately quantify. We present a solution to this problem by using proton-induced 3He as a proxy for ablation pit volume and by pairing samples with a standard of known U\u2013Th\u2013He age. Thus, the U\u2013Th\u2013He age equation can be solved using relative rather than absolute concentration measurements. Pilot experiments show that the new method produces accurate results. However, it is prone to overdispersion, which is attributed to gradients in the proton fluence. These gradients can be measured, and their effect can be removed by fixing the geometry of the sample and the standard during the proton irradiation." + "persistentIDs": [ + { + "DOI": "10.5194/gchron-5-323-2023" + } + ], + "pubDate": { + "electrDate": "2023-07-19", + "printDate": "2023-07-19" + }, + "publication": { + "ISSN": [ + { + "issnString": "2628-3697", + "pubtype": "print" + }, + { + "issnString": "2628-3719", + "pubtype": "electronic" + } + ], + "pubName": "Geochronology", + "pubYear": "2023", + "volumeNum": "5" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ "Boyce, J. W., Hodges, K. V., Olszewski, W. J., Jercinovic, M. J., Carpenter, B. D., and Reiners, P. W.: Laser microprobe (U-Th)/He geochronology, Geochim. Cosmochim. Ac., 70, 3031\u20133039, https://doi.org/10.1016/j.gca.2006.03.019, 2006.\u2002a, b", @@ -135,14 +142,7 @@ "Vermeesch, P.: Logratio table of in-situ U-Th-4He/3He dated Fish Canyon zircon, Zenodo [data set], https://doi.org/10.5281/zenodo.8005223, 2023.\u2002a", "Vermeesch, P., Sherlock, S. C., Roberts, N. M. W., and Carter, A.: A simple method for in-situ U-Th-He dating, Geochim. Cosmochim. Ac., 79, 140\u2013147, https://doi.org/10.1016/j.gca.2011.11.042, 2012.\u2002a, b, c, d, e" ], - "esources": [ - { - "source": "pub_pdf", - "location": "https://gchron.copernicus.org/articles/5/323/2023/gchron-5-323-2023.pdf" - }, - { - "source": "pub_html", - "location": "https://gchron.copernicus.org/articles/5/323/2023/gchron-5-323-2023.html" - } - ] + "title": { + "textEnglish": "Technical Note: In Situ U\u2013Th\u2013He Dating By 4He\u2009\u2215\u20093He Laser Microprobe Analysis" + } } diff --git a/tests/stubdata/output/copernicus_ISPAn_isprs-annals-X-M-1-2023-237-2023.json b/tests/stubdata/output/copernicus_ISPAn_isprs-annals-X-M-1-2023-237-2023.json index ce1d52e..7bb8361 100644 --- a/tests/stubdata/output/copernicus_ISPAn_isprs-annals-X-M-1-2023-237-2023.json +++ b/tests/stubdata/output/copernicus_ISPAn_isprs-annals-X-M-1-2023-237-2023.json @@ -1,48 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2023-06-23", - "printDate": "2023-06-23" - }, - "publication": { - "pubName": "ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences", - "volumeNum": "X-M-1-2023", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "print", - "issnString": "2194-9042" - }, - { - "pubtype": "electronic", - "issnString": "2194-9050" - } - ] - }, - "pagination": { - "firstPage": "237", - "lastPage": "244" + "abstract": { + "textEnglish": "The article focuses on modern methods of mining activity documentation and visualization. The development of technologies that allow us to display 3D models are many in recent years, from web portals, augmented reality using smartphones or tablets to virtual reality glasses. These technologies give us a whole new way of looking at and viewing 3D models. In this study, we will use most of the available options to visualize mining activities in the UNESCO-protected Ore Mountains. Each of these technologies needs differently prepared data. Because each of these technologies have different limits, we need to find these limits and modify the 3D models. The ZEB Revo laser scanner was used for data acquisition, which uses SLAM technology and is much more suitable for such areas than conventional terrestrial scanners, with which the work is lengthy and not nearly as efficient, and not the least of which eliminates the time-consuming post-scan work of merging scans. Especially when using scanning for mining, where there is not quite enough to go around, manually splicing scans is a nightmare, and automatic post-production merging is also often problematic." }, - "persistentIDs": [ - { - "DOI": "10.5194/isprs-annals-X-M-1-2023-237-2023" - } - ], "authors": [ { - "name": { - "surname": "Pavelka", - "given_name": "K.", - "suffix": "jr.", - "pubraw": "K. Pavelka jr." - }, "affiliation": [ { "affPubRaw": "Czech Technical University in Prague, Faculty of Civil Engineering, 16629 Prague 6, Thakurova 7, Czech Republic" @@ -50,14 +11,15 @@ ], "attrib": { "email": "karel.pavelka@cvut.cz" + }, + "name": { + "given_name": "K.", + "pubraw": "K. Pavelka jr.", + "suffix": "jr.", + "surname": "Pavelka" } }, { - "name": { - "surname": "B\u011bloch", - "given_name": "L.", - "pubraw": "L. B\u011bloch" - }, "affiliation": [ { "affPubRaw": "Czech Technical University in Prague, Faculty of Civil Engineering, 16629 Prague 6, Thakurova 7, Czech Republic" @@ -65,14 +27,14 @@ ], "attrib": { "email": "lukas.beloch@fsv.cvut.cz" + }, + "name": { + "given_name": "L.", + "pubraw": "L. B\u011bloch", + "surname": "B\u011bloch" } }, { - "name": { - "surname": "Pavelka", - "given_name": "K.", - "pubraw": "K. Pavelka" - }, "affiliation": [ { "affPubRaw": "Czech Technical University in Prague, Faculty of Civil Engineering, 16629 Prague 6, Thakurova 7, Czech Republic" @@ -80,23 +42,61 @@ ], "attrib": { "email": "pavelka@fsv.cvut.cz" + }, + "name": { + "given_name": "K.", + "pubraw": "K. Pavelka", + "surname": "Pavelka" } } ], - "title": { - "textEnglish": "Modern Methods Of Documentation And Visualization Of Historical Mines In The Unesco Mining Region In The Ore Mountains" - }, - "abstract": { - "textEnglish": "The article focuses on modern methods of mining activity documentation and visualization. The development of technologies that allow us to display 3D models are many in recent years, from web portals, augmented reality using smartphones or tablets to virtual reality glasses. These technologies give us a whole new way of looking at and viewing 3D models. In this study, we will use most of the available options to visualize mining activities in the UNESCO-protected Ore Mountains. Each of these technologies needs differently prepared data. Because each of these technologies have different limits, we need to find these limits and modify the 3D models. The ZEB Revo laser scanner was used for data acquisition, which uses SLAM technology and is much more suitable for such areas than conventional terrestrial scanners, with which the work is lengthy and not nearly as efficient, and not the least of which eliminates the time-consuming post-scan work of merging scans. Especially when using scanning for mining, where there is not quite enough to go around, manually splicing scans is a nightmare, and automatic post-production merging is also often problematic." - }, "esources": [ { - "source": "pub_pdf", - "location": "https://isprs-annals.copernicus.org/articles/X-M-1-2023/237/2023/isprs-annals-X-M-1-2023-237-2023.pdf" + "location": "https://isprs-annals.copernicus.org/articles/X-M-1-2023/237/2023/isprs-annals-X-M-1-2023-237-2023.pdf", + "source": "pub_pdf" }, { - "source": "pub_html", - "location": "https://isprs-annals.copernicus.org/articles/X-M-1-2023/237/2023/isprs-annals-X-M-1-2023-237-2023.html" + "location": "https://isprs-annals.copernicus.org/articles/X-M-1-2023/237/2023/isprs-annals-X-M-1-2023-237-2023.html", + "source": "pub_html" } - ] + ], + "pagination": { + "firstPage": "237", + "lastPage": "244" + }, + "persistentIDs": [ + { + "DOI": "10.5194/isprs-annals-X-M-1-2023-237-2023" + } + ], + "pubDate": { + "electrDate": "2023-06-23", + "printDate": "2023-06-23" + }, + "publication": { + "ISSN": [ + { + "issnString": "2194-9042", + "pubtype": "print" + }, + { + "issnString": "2194-9050", + "pubtype": "electronic" + } + ], + "pubName": "ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences", + "pubYear": "2023", + "volumeNum": "X-M-1-2023" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Modern Methods Of Documentation And Visualization Of Historical Mines In The Unesco Mining Region In The Ore Mountains" + } } diff --git a/tests/stubdata/output/copernicus_ISPAr_isprs-archives-XLVIII-M-2-2023-721-2023.json b/tests/stubdata/output/copernicus_ISPAr_isprs-archives-XLVIII-M-2-2023-721-2023.json index b63aff0..b5ddaf3 100644 --- a/tests/stubdata/output/copernicus_ISPAr_isprs-archives-XLVIII-M-2-2023-721-2023.json +++ b/tests/stubdata/output/copernicus_ISPAr_isprs-archives-XLVIII-M-2-2023-721-2023.json @@ -1,47 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2023-06-24", - "printDate": "2023-06-24" - }, - "publication": { - "pubName": "The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences", - "volumeNum": "XLVIII-M-2-2023", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "print", - "issnString": "1682-1750" - }, - { - "pubtype": "electronic", - "issnString": "2194-9034" - } - ] - }, - "pagination": { - "firstPage": "721", - "lastPage": "727" + "abstract": { + "textEnglish": "3D imaging of large painted and vaulted historic ceilings offers many challenges, including those due to complex small and large-scale geometry, environmental conditions and limited access. In this paper we introduce CHAPI (Cultural Heritage Automated Photogrammetric Imaging), a low cost solution to these problems which provides an efficient, semi-automated method of capturing large vaulted ceiling paintings in high detail, with a consistent photogrammetric network and in limited time. We will present and examine two different case studies from the Plafond3D project, the baroque ceiling paintings of the Schloss Rheinsberg Spiegelsaal (mirror room) and the Ansbach Residence Festsaal (great hall/ballroom). The paper will examine the particular challenges of capturing large painted areas with accurate colour and geometric reproduction, and suggest how the photogrammetric recording and reconstruction process of ceilings can be optimised for large rooms. This paper also gives technical specifications and Open Access Code for the CHAPI build." }, - "persistentIDs": [ - { - "DOI": "10.5194/isprs-archives-XLVIII-M-2-2023-721-2023" - } - ], "authors": [ { - "name": { - "surname": "Hindmarch", - "given_name": "J.", - "pubraw": "J. Hindmarch" - }, "affiliation": [ { "affPubRaw": "Digital Technologies in Heritage Conservation, Institute of Archaeology, Heritage Conservation Studies and Art History, University of Bamberg, 96047, Germany" @@ -49,14 +11,14 @@ ], "attrib": { "email": "johnhindmarch@gmail.com" + }, + "name": { + "given_name": "J.", + "pubraw": "J. Hindmarch", + "surname": "Hindmarch" } }, { - "name": { - "surname": "Hess", - "given_name": "M.", - "pubraw": "M. Hess" - }, "affiliation": [ { "affPubRaw": "Digital Technologies in Heritage Conservation, Institute of Archaeology, Heritage Conservation Studies and Art History, University of Bamberg, 96047, Germany" @@ -64,14 +26,14 @@ ], "attrib": { "email": "mona.hess@uni-bamberg.de" + }, + "name": { + "given_name": "M.", + "pubraw": "M. Hess", + "surname": "Hess" } }, { - "name": { - "surname": "Groh", - "given_name": "M.", - "pubraw": "M. Groh" - }, "affiliation": [ { "affPubRaw": "Digital Technologies in Heritage Conservation, Institute of Archaeology, Heritage Conservation Studies and Art History, University of Bamberg, 96047, Germany" @@ -79,14 +41,14 @@ ], "attrib": { "email": "michael.groh@uni-bamberg.de" + }, + "name": { + "given_name": "M.", + "pubraw": "M. Groh", + "surname": "Groh" } }, { - "name": { - "surname": "Burioni", - "given_name": "M.", - "pubraw": "M. Burioni" - }, "affiliation": [ { "affPubRaw": "Corpus of Baroque Ceiling Paintings, Institute of Art History, LMU Munich, 80798, Germany" @@ -94,23 +56,61 @@ ], "attrib": { "email": "matteo.burioni@lmu.de" + }, + "name": { + "given_name": "M.", + "pubraw": "M. Burioni", + "surname": "Burioni" } } ], - "title": { - "textEnglish": "A Semi-Automated Methodology For 3D Imaging Of Large Vaulted Ceiling Paintings" - }, - "abstract": { - "textEnglish": "3D imaging of large painted and vaulted historic ceilings offers many challenges, including those due to complex small and large-scale geometry, environmental conditions and limited access. In this paper we introduce CHAPI (Cultural Heritage Automated Photogrammetric Imaging), a low cost solution to these problems which provides an efficient, semi-automated method of capturing large vaulted ceiling paintings in high detail, with a consistent photogrammetric network and in limited time. We will present and examine two different case studies from the Plafond3D project, the baroque ceiling paintings of the Schloss Rheinsberg Spiegelsaal (mirror room) and the Ansbach Residence Festsaal (great hall/ballroom). The paper will examine the particular challenges of capturing large painted areas with accurate colour and geometric reproduction, and suggest how the photogrammetric recording and reconstruction process of ceilings can be optimised for large rooms. This paper also gives technical specifications and Open Access Code for the CHAPI build." - }, "esources": [ { - "source": "pub_pdf", - "location": "https://isprs-archives.copernicus.org/articles/XLVIII-M-2-2023/721/2023/isprs-archives-XLVIII-M-2-2023-721-2023.pdf" + "location": "https://isprs-archives.copernicus.org/articles/XLVIII-M-2-2023/721/2023/isprs-archives-XLVIII-M-2-2023-721-2023.pdf", + "source": "pub_pdf" }, { - "source": "pub_html", - "location": "https://isprs-archives.copernicus.org/articles/XLVIII-M-2-2023/721/2023/isprs-archives-XLVIII-M-2-2023-721-2023.html" + "location": "https://isprs-archives.copernicus.org/articles/XLVIII-M-2-2023/721/2023/isprs-archives-XLVIII-M-2-2023-721-2023.html", + "source": "pub_html" + } + ], + "pagination": { + "firstPage": "721", + "lastPage": "727" + }, + "persistentIDs": [ + { + "DOI": "10.5194/isprs-archives-XLVIII-M-2-2023-721-2023" } - ] + ], + "pubDate": { + "electrDate": "2023-06-24", + "printDate": "2023-06-24" + }, + "publication": { + "ISSN": [ + { + "issnString": "1682-1750", + "pubtype": "print" + }, + { + "issnString": "2194-9034", + "pubtype": "electronic" + } + ], + "pubName": "The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences", + "pubYear": "2023", + "volumeNum": "XLVIII-M-2-2023" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "A Semi-Automated Methodology For 3D Imaging Of Large Vaulted Ceiling Paintings" + } } diff --git a/tests/stubdata/output/crossref_10.1002_1521-3994.json b/tests/stubdata/output/crossref_10.1002_1521-3994.json index a840cba..c94939b 100644 --- a/tests/stubdata/output/crossref_10.1002_1521-3994.json +++ b/tests/stubdata/output/crossref_10.1002_1521-3994.json @@ -1,50 +1,53 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "printDate": "1999-03-00" - }, - "publication": { - "pubName": "Astronomische Nachrichten", - "issueNum": "1", - "volumeNum": "320", - "pubYear": "1999", - "ISSN": [ - { - "pubtype": "print", - "issnString": "0004-6337" - }, - { - "pubtype": "electronic", - "issnString": "1521-3994" + "authors": [ + { + "name": { + "given_name": "E.", + "surname": "Schmutzer" } - ] - }, - "persistentIDs": [ + } + ], + "esources": [ { - "DOI": "10.1002/1521-3994(199903)320:1<1::AID-ASNA1>3.0.CO;2-8" + "location": "https://onlinelibrary.wiley.com/doi/10.1002/1521-3994(199903)320:1<1::AID-ASNA1>3.0.CO;2-8", + "source": "pub_html" } ], "pagination": { "firstPage": "1", "lastPage": "19" }, - "authors": [ + "persistentIDs": [ { - "name": { - "surname": "Schmutzer", - "given_name": "E." - } + "DOI": "10.1002/1521-3994(199903)320:1<1::AID-ASNA1>3.0.CO;2-8" } ], - "title": { - "textEnglish": "Cosmology without Big Bang within the framework of the Projective Unified Field Theory and the influence on the motion of cosmic objects" + "pubDate": { + "printDate": "1999-03-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-6337", + "pubtype": "print" + }, + { + "issnString": "1521-3994", + "pubtype": "electronic" + } + ], + "issueNum": "1", + "pubName": "Astronomische Nachrichten", + "pubYear": "1999", + "volumeNum": "320" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ "3.0.CO;2-8-BIB1\"> Astron. Nachr. Avakian 311 343 1990 10.1002/asna.2113110604 ", @@ -64,10 +67,7 @@ "3.0.CO;2-8-BIB15\"> Schmutzer 1998 : 1998, Schriften der Sudetendeutschen Akademie der Wissenschaften und K\u00fcnste in M\u00fcnchen, 19, p. 153; Abstract in: P. Brosche et al. (eds.): \u201cThe Message of the Angles - Astronomy from 1798 to 1998\u201d, H. Deutsch 1998, p. 259 (Conf. Astronomische Gesellschaft, Gotha, May 1998 ", "3.0.CO;2-8-BIB16\"> Zimmermann and : ABC-Lexikon Astronomie. 8th Edition, Spektrum Address of the author: Ernst Schmutzer Cospedaer Grund 57 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://onlinelibrary.wiley.com/doi/10.1002/1521-3994(199903)320:1<1::AID-ASNA1>3.0.CO;2-8" - } - ] + "title": { + "textEnglish": "Cosmology without Big Bang within the framework of the Projective Unified Field Theory and the influence on the motion of cosmic objects" + } } diff --git a/tests/stubdata/output/crossref_10.1103_PhysRevD_64-117303.json b/tests/stubdata/output/crossref_10.1103_PhysRevD_64-117303.json index 32ecea8..68677c9 100644 --- a/tests/stubdata/output/crossref_10.1103_PhysRevD_64-117303.json +++ b/tests/stubdata/output/crossref_10.1103_PhysRevD_64-117303.json @@ -1,55 +1,58 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" + "authors": [ + { + "name": { + "given_name": "Ernest", + "surname": "Ma" + } + }, + { + "name": { + "given_name": "G.", + "surname": "Rajasekaran" + } + } + ], + "esources": [ + { + "location": "https://link.aps.org/doi/10.1103/PhysRevD.64.117303", + "source": "pub_html" + } + ], + "pagination": { + "electronicID": "117303" }, + "persistentIDs": [ + { + "DOI": "10.1103/PhysRevD.64.117303" + } + ], "pubDate": { "electrDate": "2001-11-08" }, "publication": { - "pubName": "Physical Review D", - "issueNum": "11", - "volumeNum": "64", - "pubYear": "2001", "ISSN": [ { - "pubtype": "print", - "issnString": "0556-2821" + "issnString": "0556-2821", + "pubtype": "print" }, { - "pubtype": "electronic", - "issnString": "1089-4918" + "issnString": "1089-4918", + "pubtype": "electronic" } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1103/PhysRevD.64.117303" - } - ], - "pagination": { - "electronicID": "117303" + ], + "issueNum": "11", + "pubName": "Physical Review D", + "pubYear": "2001", + "volumeNum": "64" }, - "authors": [ - { - "name": { - "surname": "Ma", - "given_name": "Ernest" - } - }, - { - "name": { - "surname": "Rajasekaran", - "given_name": "G." - } - } - ], - "title": { - "textEnglish": "Light unstable sterile neutrino" + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Phys. Rev. Lett. S. Fukuda 85 3999 2000 10.1103/PhysRevLett.85.3999 ", @@ -79,10 +82,7 @@ " Nucl. Phys. K.A. Olive B180 497 1981 10.1016/0550-3213(81)90065-1 ", " Phys. Lett. J. Ellis 167B 457 1986 10.1016/0370-2693(86)91301-8 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://link.aps.org/doi/10.1103/PhysRevD.64.117303" - } - ] + "title": { + "textEnglish": "Light unstable sterile neutrino" + } } diff --git a/tests/stubdata/output/crossref_10.1146_annurev.energy.25.1.441.json b/tests/stubdata/output/crossref_10.1146_annurev.energy.25.1.441.json index 67833f1..4afd536 100644 --- a/tests/stubdata/output/crossref_10.1146_annurev.energy.25.1.441.json +++ b/tests/stubdata/output/crossref_10.1146_annurev.energy.25.1.441.json @@ -1,65 +1,68 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "printDate": "2000-11-00" - }, - "publication": { - "pubName": "Annual Review of Energy and the Environment", - "issueNum": "1", - "volumeNum": "25", - "pubYear": "2000", - "ISSN": [ - { - "pubtype": "print", - "issnString": "1056-3466" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1146/annurev.energy.25.1.441" - } - ], - "pagination": { - "firstPage": "441", - "lastPage": "475" + "abstract": { + "textEnglish": "\u25aa Abstract Water vapor is the dominant greenhouse gas, the most important gaseous source of infrared opacity in the atmosphere. As the concentrations of other greenhouse gases, particularly carbon dioxide, increase because of human activity, it is centrally important to predict how the water vapor distribution will be affected. To the extent that water vapor concentrations increase in a warmer world, the climatic effects of the other greenhouse gases will be amplified. Models of the Earth's climate indicate that this is an important positive feedback that increases the sensitivity of surface temperatures to carbon dioxide by nearly a factor of two when considered in isolation from other feedbacks, and possibly by as much as a factor of three or more when interactions with other feedbacks are considered. Critics of this consensus have attempted to provide reasons why modeling results are overestimating the strength of this feedback. Our uncertainty concerning climate sensitivity is disturbing. The range most often quoted for the equilibrium global mean surface temperature response to a doubling of CO 2 concentrations in the atmosphere is 1.5\u00b0C to 4.5\u00b0C. If the Earth lies near the upper bound of this sensitivity range, climate changes in the twenty-first century will be profound. The range in sensitivity is primarily due to differing assumptions about how the Earth's cloud distribution is maintained; all the models on which these estimates are based possess strong water vapor feedback. If this feedback is, in fact, substantially weaker than predicted in current models, sensitivities in the upper half of this range would be much less likely, a conclusion that would clearly have important policy implications. In this review, we describe the background behind the prevailing view on water vapor feedback and some of the arguments raised by its critics, and attempt to explain why these arguments have not modified the consensus within the climate research community." }, "authors": [ { - "name": { - "surname": "Held", - "given_name": "Isaac M." - }, "affiliation": [ { "affPubRaw": "Geophysical Fluid Dynamics Laboratory/National Oceanic and Atmospheric Administration, Princeton, New Jersey 08542" } - ] + ], + "name": { + "given_name": "Isaac M.", + "surname": "Held" + } }, { - "name": { - "surname": "Soden", - "given_name": "Brian J." - }, "affiliation": [ { "affPubRaw": "Geophysical Fluid Dynamics Laboratory/National Oceanic and Atmospheric Administration, Princeton, New Jersey 08542" } - ] + ], + "name": { + "given_name": "Brian J.", + "surname": "Soden" + } } ], - "title": { - "textEnglish": "Water Vapor Feedback and Global Warming" + "esources": [ + { + "location": "https://www.annualreviews.org/doi/10.1146/annurev.energy.25.1.441", + "source": "pub_html" + } + ], + "pagination": { + "firstPage": "441", + "lastPage": "475" }, - "abstract": { - "textEnglish": "\u25aa Abstract Water vapor is the dominant greenhouse gas, the most important gaseous source of infrared opacity in the atmosphere. As the concentrations of other greenhouse gases, particularly carbon dioxide, increase because of human activity, it is centrally important to predict how the water vapor distribution will be affected. To the extent that water vapor concentrations increase in a warmer world, the climatic effects of the other greenhouse gases will be amplified. Models of the Earth's climate indicate that this is an important positive feedback that increases the sensitivity of surface temperatures to carbon dioxide by nearly a factor of two when considered in isolation from other feedbacks, and possibly by as much as a factor of three or more when interactions with other feedbacks are considered. Critics of this consensus have attempted to provide reasons why modeling results are overestimating the strength of this feedback. Our uncertainty concerning climate sensitivity is disturbing. The range most often quoted for the equilibrium global mean surface temperature response to a doubling of CO 2 concentrations in the atmosphere is 1.5\u00b0C to 4.5\u00b0C. If the Earth lies near the upper bound of this sensitivity range, climate changes in the twenty-first century will be profound. The range in sensitivity is primarily due to differing assumptions about how the Earth's cloud distribution is maintained; all the models on which these estimates are based possess strong water vapor feedback. If this feedback is, in fact, substantially weaker than predicted in current models, sensitivities in the upper half of this range would be much less likely, a conclusion that would clearly have important policy implications. In this review, we describe the background behind the prevailing view on water vapor feedback and some of the arguments raised by its critics, and attempt to explain why these arguments have not modified the consensus within the climate research community." + "persistentIDs": [ + { + "DOI": "10.1146/annurev.energy.25.1.441" + } + ], + "pubDate": { + "printDate": "2000-11-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1056-3466", + "pubtype": "print" + } + ], + "issueNum": "1", + "pubName": "Annual Review of Energy and the Environment", + "pubYear": "2000", + "volumeNum": "25" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Fourier JB. 1827. Memoire sur les temperatures du globe terrestre et des espaces planetaires. Mem. Acad. R. Sci. Inst. France7:569\u2013604 ", @@ -152,10 +155,7 @@ " 10.1029/1998GL900169 ", " 10.1175/1520-0442(2000)013<3337:DVITWV>2.0.CO;2 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://www.annualreviews.org/doi/10.1146/annurev.energy.25.1.441" - } - ] + "title": { + "textEnglish": "Water Vapor Feedback and Global Warming" + } } diff --git a/tests/stubdata/output/crossref_10.3137_a0410105.json b/tests/stubdata/output/crossref_10.3137_a0410105.json index d9ded0a..7ddd36d 100644 --- a/tests/stubdata/output/crossref_10.3137_a0410105.json +++ b/tests/stubdata/output/crossref_10.3137_a0410105.json @@ -1,68 +1,71 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "printDate": "2003-03-00" - }, - "publication": { - "pubName": "Atmosphere-Ocean", - "issueNum": "1", - "volumeNum": "41", - "pubYear": "2003", - "ISSN": [ - { - "pubtype": "print", - "issnString": "0705-5900" - }, - { - "pubtype": "electronic", - "issnString": "1480-9214" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.3137/ao.410105" - } - ], - "pagination": { - "firstPage": "65", - "lastPage": "98" - }, "authors": [ { "name": { - "surname": "Article", - "given_name": "Survey" + "given_name": "Survey", + "surname": "Article" } }, { "name": { - "surname": "Kim", - "given_name": "Young\u2010Joon" + "given_name": "Young\u2010Joon", + "surname": "Kim" } }, { "name": { - "surname": "Eckermann", - "given_name": "Stephen D." + "given_name": "Stephen D.", + "surname": "Eckermann" } }, { "name": { - "surname": "Chun", - "given_name": "Hye\u2010Yeong" + "given_name": "Hye\u2010Yeong", + "surname": "Chun" } } ], - "title": { - "textEnglish": "An overview of the past, present and future of gravity\u2010wave drag parametrization for numerical climate and weather prediction models" + "esources": [ + { + "location": "http://www.tandfonline.com/doi/abs/10.3137/ao.410105", + "source": "pub_html" + } + ], + "pagination": { + "firstPage": "65", + "lastPage": "98" + }, + "persistentIDs": [ + { + "DOI": "10.3137/ao.410105" + } + ], + "pubDate": { + "printDate": "2003-03-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0705-5900", + "pubtype": "print" + }, + { + "issnString": "1480-9214", + "pubtype": "electronic" + } + ], + "issueNum": "1", + "pubName": "Atmosphere-Ocean", + "pubYear": "2003", + "volumeNum": "41" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " 10.1029/2000JD900520 ", @@ -369,10 +372,7 @@ " 10.1002/qj.49712757702 ", " 10.1002/qj.49712253206 " ], - "esources": [ - { - "source": "pub_html", - "location": "http://www.tandfonline.com/doi/abs/10.3137/ao.410105" - } - ] + "title": { + "textEnglish": "An overview of the past, present and future of gravity\u2010wave drag parametrization for numerical climate and weather prediction models" + } } diff --git a/tests/stubdata/output/crossref_10.3847_2041-8213.json b/tests/stubdata/output/crossref_10.3847_2041-8213.json index a2463d3..af09c06 100644 --- a/tests/stubdata/output/crossref_10.3847_2041-8213.json +++ b/tests/stubdata/output/crossref_10.3847_2041-8213.json @@ -1,86 +1,93 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2020-11-09" - ], - "acceptedDate": "2020-12-09" - }, - "pubDate": { - "electrDate": "2021-01-13", - "printDate": "2021-01-01" - }, - "publication": { - "pubName": "The Astrophysical Journal Letters", - "issueNum": "2", - "volumeNum": "906", - "pubYear": "2021", - "ISSN": [ - { - "pubtype": "print", - "issnString": "2041-8205" - }, - { - "pubtype": "electronic", - "issnString": "2041-8213" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.3847/2041-8213/abd256" - } - ], - "pagination": { - "firstPage": "L14" + "abstract": { + "textEnglish": "We present the results of a search in LIGO O2 public data for continuous gravitational waves from the neutron star in the low-mass X-ray binary Scorpius X-1. We search for signals with \u2248 constant frequency in the range 40\u2013180 Hz. Thanks to the efficiency of our search pipeline we can use a long coherence time and achieve unprecedented sensitivity, significantly improving on existing results. This is the first search that has been able to probe gravitational wave amplitudes that could balance the accretion torque at the neutron star radius. Our search excludes emission at this level between 67.5 and 131.5 Hz, for an inclination angle 44\u00b0 \u00b1 6\u00b0 derived from radio observations, and assuming that the spin axis is perpendicular to the orbital plane. If the torque arm is \u224826 km\u2014a conservative estimate of the Alfv\u00e9n radius\u2014our results are more constraining than the indirect limit across the band. This allows us to exclude certain mass\u2013radius combinations and to place upper limits on the strength of the star\u2019s magnetic field with a different probe than ever used before. We also correct a mistake that appears in the literature in the equation that gives the gravitational wave amplitude at the torque balance and we re-interpret the associated latest LIGO/Virgo results in light of this." }, "authors": [ { "name": { - "surname": "Zhang", - "given_name": "Yuanhao" + "given_name": "Yuanhao", + "surname": "Zhang" } }, { - "name": { - "surname": "Papa", - "given_name": "Maria Alessandra" - }, "attrib": { "orcid": "0000-0002-1007-5298" + }, + "name": { + "given_name": "Maria Alessandra", + "surname": "Papa" } }, { - "name": { - "surname": "Krishnan", - "given_name": "Badri" - }, "attrib": { "orcid": "0000-0003-3015-234X" + }, + "name": { + "given_name": "Badri", + "surname": "Krishnan" } }, { - "name": { - "surname": "Watts", - "given_name": "Anna L." - }, "attrib": { "orcid": "0000-0002-1009-2354" + }, + "name": { + "given_name": "Anna L.", + "surname": "Watts" } } ], - "title": { - "textEnglish": "Search for Continuous Gravitational Waves from Scorpius X-1 in LIGO O2 Data" + "copyright": { + "statement": "\u00a9 2021. The Author(s). Published by the American Astronomical Society.", + "status": true }, - "abstract": { - "textEnglish": "We present the results of a search in LIGO O2 public data for continuous gravitational waves from the neutron star in the low-mass X-ray binary Scorpius X-1. We search for signals with \u2248 constant frequency in the range 40\u2013180 Hz. Thanks to the efficiency of our search pipeline we can use a long coherence time and achieve unprecedented sensitivity, significantly improving on existing results. This is the first search that has been able to probe gravitational wave amplitudes that could balance the accretion torque at the neutron star radius. Our search excludes emission at this level between 67.5 and 131.5 Hz, for an inclination angle 44\u00b0 \u00b1 6\u00b0 derived from radio observations, and assuming that the spin axis is perpendicular to the orbital plane. If the torque arm is \u224826 km\u2014a conservative estimate of the Alfv\u00e9n radius\u2014our results are more constraining than the indirect limit across the band. This allows us to exclude certain mass\u2013radius combinations and to place upper limits on the strength of the star\u2019s magnetic field with a different probe than ever used before. We also correct a mistake that appears in the literature in the equation that gives the gravitational wave amplitude at the torque balance and we re-interpret the associated latest LIGO/Virgo results in light of this." + "editorialHistory": { + "acceptedDate": "2020-12-09", + "receivedDates": [ + "2020-11-09" + ] + }, + "esources": [ + { + "location": "https://iopscience.iop.org/article/10.3847/2041-8213/abd256", + "source": "pub_html" + } + ], + "pagination": { + "firstPage": "L14" + }, + "persistentIDs": [ + { + "DOI": "10.3847/2041-8213/abd256" + } + ], + "pubDate": { + "electrDate": "2021-01-13", + "printDate": "2021-01-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "2041-8205", + "pubtype": "print" + }, + { + "issnString": "2041-8213", + "pubtype": "electronic" + } + ], + "issueNum": "2", + "pubName": "The Astrophysical Journal Letters", + "pubYear": "2021", + "volumeNum": "906" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " PhRvD Abbott 10.1103/PhysRevD.100.122002 100 122002 2019a ", @@ -153,14 +160,7 @@ " ApJL Woan 10.3847/2041-8213/aad86a 863 L40 2018 ", " Zhang 2020 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://iopscience.iop.org/article/10.3847/2041-8213/abd256" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2021. The Author(s). Published by the American Astronomical Society." + "title": { + "textEnglish": "Search for Continuous Gravitational Waves from Scorpius X-1 in LIGO O2 Data" } } diff --git a/tests/stubdata/output/crossref_book_10.1007-978-1-4614-3520-4.json b/tests/stubdata/output/crossref_book_10.1007-978-1-4614-3520-4.json index 2ca50be..6772f4c 100644 --- a/tests/stubdata/output/crossref_book_10.1007-978-1-4614-3520-4.json +++ b/tests/stubdata/output/crossref_book_10.1007-978-1-4614-3520-4.json @@ -1,67 +1,67 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "printDate": "2012-00-00" - }, - "publication": { - "publisher": "Springer New York", - "volumeNum": "902", - "pubYear": "2012", - "bookSeries": { - "seriesName": "Lecture Notes in Statistics", - "seriesID": "0930-0325", - "seriesDescription": "issn" - } - }, - "persistentIDs": [ + "esources": [ { - "ISBN": [ - { - "pubtype": "print", - "isbnString": "978-1-4614-3519-8" - }, - { - "pubtype": "electronic", - "isbnString": "978-1-4614-3520-4" - } - ], - "DOI": "10.1007/978-1-4614-3520-4" + "location": "http://link.springer.com/10.1007/978-1-4614-3520-4", + "source": "pub_html" } ], "otherContributor": [ { - "role": "editor", "contrib": { "name": { - "surname": "Feigelson", - "given_name": "Eric D." + "given_name": "Eric D.", + "surname": "Feigelson" } - } + }, + "role": "editor" }, { - "role": "editor", "contrib": { "name": { - "surname": "Babu", - "given_name": "G. Jogesh" + "given_name": "G. Jogesh", + "surname": "Babu" } - } + }, + "role": "editor" } ], - "title": { - "textEnglish": "Lecture Notes in Statistics" - }, - "esources": [ + "persistentIDs": [ { - "source": "pub_html", - "location": "http://link.springer.com/10.1007/978-1-4614-3520-4" + "DOI": "10.1007/978-1-4614-3520-4", + "ISBN": [ + { + "isbnString": "978-1-4614-3519-8", + "pubtype": "print" + }, + { + "isbnString": "978-1-4614-3520-4", + "pubtype": "electronic" + } + ] } - ] + ], + "pubDate": { + "printDate": "2012-00-00" + }, + "publication": { + "bookSeries": { + "seriesDescription": "issn", + "seriesID": "0930-0325", + "seriesName": "Lecture Notes in Statistics" + }, + "pubYear": "2012", + "publisher": "Springer New York", + "volumeNum": "902" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Lecture Notes in Statistics" + } } diff --git a/tests/stubdata/output/crossref_book_10.1017-CBO9780511709265.json b/tests/stubdata/output/crossref_book_10.1017-CBO9780511709265.json index f8d6b33..ecc49d1 100644 --- a/tests/stubdata/output/crossref_book_10.1017-CBO9780511709265.json +++ b/tests/stubdata/output/crossref_book_10.1017-CBO9780511709265.json @@ -1,46 +1,46 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2009-00-00", - "printDate": "2010-00-00" - }, - "publication": { - "publisher": "Cambridge University Press", - "pubYear": "2010" - }, - "persistentIDs": [ - { - "ISBN": [ - { - "pubtype": "print", - "isbnString": "9780511709265" - } - ], - "DOI": "10.1017/CBO9780511709265" - } - ], "authors": [ { "name": { - "surname": "Clerke", - "given_name": "Agnes Mary" + "given_name": "Agnes Mary", + "surname": "Clerke" } } ], - "title": { - "textEnglish": "The Herschels and Modern Astronomy" - }, "esources": [ { - "source": "pub_html", - "location": "http://ebooks.cambridge.org/ref/id/CBO9780511709265" + "location": "http://ebooks.cambridge.org/ref/id/CBO9780511709265", + "source": "pub_html" } - ] + ], + "persistentIDs": [ + { + "DOI": "10.1017/CBO9780511709265", + "ISBN": [ + { + "isbnString": "9780511709265", + "pubtype": "print" + } + ] + } + ], + "pubDate": { + "electrDate": "2009-00-00", + "printDate": "2010-00-00" + }, + "publication": { + "pubYear": "2010", + "publisher": "Cambridge University Press" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "The Herschels and Modern Astronomy" + } } diff --git a/tests/stubdata/output/crossref_cn_10.1051=0004-6361=202243540.json b/tests/stubdata/output/crossref_cn_10.1051=0004-6361=202243540.json index 8f49b39..572d543 100644 --- a/tests/stubdata/output/crossref_cn_10.1051=0004-6361=202243540.json +++ b/tests/stubdata/output/crossref_cn_10.1051=0004-6361=202243540.json @@ -1,79 +1,79 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2022-11-09", - "printDate": "2022-11-00" - }, - "publication": { - "pubName": "Astronomy & Astrophysics", - "volumeNum": "667", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "print", - "issnString": "0004-6361" - }, - { - "pubtype": "electronic", - "issnString": "1432-0746" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1051/0004-6361/202243540" - } - ], - "pagination": { - "firstPage": "A75" + "abstract": { + "textEnglish": "Aims. We present the implementation of the treatment of particle ejection and dust nucleation in the smoothed particle hydrodynamics (SPH) code P HANTOM . These developments represent the first step toward a more complete modeling of dust-driven winds emanating from asymptotic giant branch (AGB) stars that can be used for comparison with high resolution imaging of these stars. Methods. The AGB outflow is modeled by injecting the SPH particles from a spherical inner boundary. This boundary is a series of concentric shells, with the AGB star at its center, and the particles are positioned on these shells on the vertices of an isocahedron geodesic surface. The outermost shell is ejected with a predefined radial velocity, and subsequent lower shells replenish the ejected ones, all rotated randomly to improve the isotropy of the outflow. The physical properties of the particles on these shells are set by solving the 1D analytic steady wind equations. The formation of dust is calculated starting from a compact chemical network for carbon-rich material, which creates the building blocks of the solid-state particles. Subsequently, the theory of the moments is used to obtain dust growth rates, without requiring knowledge on the grain size distribution. Results. We tested our implementation against a series of 1D reference solutions. We demonstrate that our method is able to reproduce Parker-type wind solutions. For the trans-sonic solution, small oscillations are present in the vicinity of the sonic point, but these do not impact the trans-sonic passage or terminal wind velocity. Supersonic solutions always compare nicely with 1D analytic profiles. We also tested our implementation of dust using two formalisms: an analytic prescription for the opacity devised by Bowen and the full treatment of carbon-dust formation. Both simulations reproduce the 1D analytic solution displaying the expected additional acceleration when the gas temperature falls below the condensation temperature." }, "authors": [ { - "name": { - "surname": "Siess", - "given_name": "L." - }, "attrib": { "orcid": "0000-0001-6008-1103" + }, + "name": { + "given_name": "L.", + "surname": "Siess" } }, { "name": { - "surname": "Homan", - "given_name": "W." + "given_name": "W.", + "surname": "Homan" } }, { "name": { - "surname": "Toupin", - "given_name": "S." + "given_name": "S.", + "surname": "Toupin" } }, { - "name": { - "surname": "Price", - "given_name": "D. J." - }, "attrib": { "orcid": "0000-0002-4716-4235" + }, + "name": { + "given_name": "D. J.", + "surname": "Price" } } ], - "title": { - "textEnglish": "3D simulations of AGB stellar winds" + "esources": [ + { + "location": "https://www.aanda.org/10.1051/0004-6361/202243540", + "source": "pub_html" + } + ], + "pagination": { + "firstPage": "A75" }, - "subtitle": { - "textEnglish": "I. Steady winds and dust formation" + "persistentIDs": [ + { + "DOI": "10.1051/0004-6361/202243540" + } + ], + "pubDate": { + "electrDate": "2022-11-09", + "printDate": "2022-11-00" }, - "abstract": { - "textEnglish": "Aims. We present the implementation of the treatment of particle ejection and dust nucleation in the smoothed particle hydrodynamics (SPH) code P HANTOM . These developments represent the first step toward a more complete modeling of dust-driven winds emanating from asymptotic giant branch (AGB) stars that can be used for comparison with high resolution imaging of these stars. Methods. The AGB outflow is modeled by injecting the SPH particles from a spherical inner boundary. This boundary is a series of concentric shells, with the AGB star at its center, and the particles are positioned on these shells on the vertices of an isocahedron geodesic surface. The outermost shell is ejected with a predefined radial velocity, and subsequent lower shells replenish the ejected ones, all rotated randomly to improve the isotropy of the outflow. The physical properties of the particles on these shells are set by solving the 1D analytic steady wind equations. The formation of dust is calculated starting from a compact chemical network for carbon-rich material, which creates the building blocks of the solid-state particles. Subsequently, the theory of the moments is used to obtain dust growth rates, without requiring knowledge on the grain size distribution. Results. We tested our implementation against a series of 1D reference solutions. We demonstrate that our method is able to reproduce Parker-type wind solutions. For the trans-sonic solution, small oscillations are present in the vicinity of the sonic point, but these do not impact the trans-sonic passage or terminal wind velocity. Supersonic solutions always compare nicely with 1D analytic profiles. We also tested our implementation of dust using two formalisms: an analytic prescription for the opacity devised by Bowen and the full treatment of carbon-dust formation. Both simulations reproduce the 1D analytic solution displaying the expected additional acceleration when the gas temperature falls below the condensation temperature." + "publication": { + "ISSN": [ + { + "issnString": "0004-6361", + "pubtype": "print" + }, + { + "issnString": "1432-0746", + "pubtype": "electronic" + } + ], + "pubName": "Astronomy & Astrophysics", + "pubYear": "2022", + "volumeNum": "667" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " MNRAS Altay 434 748 2013 10.1093/mnras/stt1067 ", @@ -178,10 +178,10 @@ " MNRAS Whitehouse 364 1367 2005 10.1111/j.1365-2966.2005.09683.x ", " A&A Winters 361 641 2000 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://www.aanda.org/10.1051/0004-6361/202243540" - } - ] + "subtitle": { + "textEnglish": "I. Steady winds and dust formation" + }, + "title": { + "textEnglish": "3D simulations of AGB stellar winds" + } } diff --git a/tests/stubdata/output/crossref_cn_10.1088=1475-7516=2022=10=098.json b/tests/stubdata/output/crossref_cn_10.1088=1475-7516=2022=10=098.json index 06f838e..28e8e0d 100644 --- a/tests/stubdata/output/crossref_cn_10.1088=1475-7516=2022=10=098.json +++ b/tests/stubdata/output/crossref_cn_10.1088=1475-7516=2022=10=098.json @@ -1,67 +1,74 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-05-06" - ], - "acceptedDate": "2022-10-16" - }, - "pubDate": { - "electrDate": "2022-10-31", - "printDate": "2022-10-01" - }, - "publication": { - "pubName": "Journal of Cosmology and Astroparticle Physics", - "issueNum": "10", - "volumeNum": "2022", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "electronic", - "issnString": "1475-7516" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1088/1475-7516/2022/10/098" - } - ], - "pagination": { - "firstPage": "098" + "abstract": { + "textEnglish": "Microlensing of extragalactic sources, in particular the probability of significant amplifications, is a potentially powerful probe of the abundance of compact objects outside the halo of the Milky Way. Accurate experimental constraints require an equally accurate theoretical model for the amplification statistics produced by such a population. In this article, we argue that the simplest (strongest-lens) model does not meet this demanding requirement. We thus propose an elaborate practical modelling scheme for extragalactic microlensing. We derive from first principles an expression for the amplification probability that consistently allows for: (i) the coupling between microlenses; (ii) realistic perturbations from the cosmic large-scale structure; (iii) extended-source corrections. An important conclusion is that the external shear applied on the dominant microlens, both by the other lenses and by the large-scale structure, is practically negligible. Yet, the predictions of our approach can still differ by a factor of a few with respect to existing models of the literature. Updated constraints on the abundance of compact objects accounting for such discrepancies may be required." }, "authors": [ { "name": { - "surname": "Bosc\u00e1", - "given_name": "V\u00edctor" + "given_name": "V\u00edctor", + "surname": "Bosc\u00e1" } }, { "name": { - "surname": "Fleury", - "given_name": "Pierre" + "given_name": "Pierre", + "surname": "Fleury" } }, { "name": { - "surname": "Garc\u00eda-Bellido", - "given_name": "Juan" + "given_name": "Juan", + "surname": "Garc\u00eda-Bellido" } } ], - "title": { - "textEnglish": "Accurate modelling of extragalactic microlensing by compact objects" + "copyright": { + "statement": "\u00a9 2022 IOP Publishing Ltd and Sissa Medialab", + "status": true }, - "abstract": { - "textEnglish": "Microlensing of extragalactic sources, in particular the probability of significant amplifications, is a potentially powerful probe of the abundance of compact objects outside the halo of the Milky Way. Accurate experimental constraints require an equally accurate theoretical model for the amplification statistics produced by such a population. In this article, we argue that the simplest (strongest-lens) model does not meet this demanding requirement. We thus propose an elaborate practical modelling scheme for extragalactic microlensing. We derive from first principles an expression for the amplification probability that consistently allows for: (i) the coupling between microlenses; (ii) realistic perturbations from the cosmic large-scale structure; (iii) extended-source corrections. An important conclusion is that the external shear applied on the dominant microlens, both by the other lenses and by the large-scale structure, is practically negligible. Yet, the predictions of our approach can still differ by a factor of a few with respect to existing models of the literature. Updated constraints on the abundance of compact objects accounting for such discrepancies may be required." + "editorialHistory": { + "acceptedDate": "2022-10-16", + "receivedDates": [ + "2022-05-06" + ] + }, + "esources": [ + { + "location": "https://iopscience.iop.org/article/10.1088/1475-7516/2022/10/098", + "source": "pub_html" + } + ], + "pagination": { + "firstPage": "098" + }, + "persistentIDs": [ + { + "DOI": "10.1088/1475-7516/2022/10/098" + } + ], + "pubDate": { + "electrDate": "2022-10-31", + "printDate": "2022-10-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "1475-7516", + "pubtype": "electronic" + } + ], + "issueNum": "10", + "pubName": "Journal of Cosmology and Astroparticle Physics", + "pubYear": "2022", + "volumeNum": "2022" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Phys. Rev. Lett. Abbott 10.1103/PhysRevLett.116.241103 116 2016 GW151226: Observation of Gravitational Waves from a 22-Solar-Mass Binary Black Hole Coalescence ", @@ -157,14 +164,7 @@ "", "" ], - "esources": [ - { - "source": "pub_html", - "location": "https://iopscience.iop.org/article/10.1088/1475-7516/2022/10/098" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2022 IOP Publishing Ltd and Sissa Medialab" + "title": { + "textEnglish": "Accurate modelling of extragalactic microlensing by compact objects" } } diff --git a/tests/stubdata/output/crossref_cn_10.1093=mnras=stac2975.json b/tests/stubdata/output/crossref_cn_10.1093=mnras=stac2975.json index 73ca4b8..7468317 100644 --- a/tests/stubdata/output/crossref_cn_10.1093=mnras=stac2975.json +++ b/tests/stubdata/output/crossref_cn_10.1093=mnras=stac2975.json @@ -1,99 +1,141 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2022-09-20", - "printDate": "2022-11-10" - }, - "publication": { - "pubName": "Monthly Notices of the Royal Astronomical Society", - "issueNum": "4", - "volumeNum": "517", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "print", - "issnString": "0035-8711" - }, - { - "pubtype": "electronic", - "issnString": "1365-2966" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1093/mnras/stac2975" - } - ], - "pagination": { - "firstPage": "5496", - "lastPage": "5523" + "abstract": { + "textEnglish": "Clustering is an effective tool for astronomical spectral analysis, to mine clustering patterns among data. With the implementation of large sky surveys, many clustering methods have been applied to tackle spectroscopic and photometric data effectively and automatically. Meanwhile, the performance of clustering methods under different data characteristics varies greatly. With the aim of summarizing astronomical spectral clustering algorithms and laying the foundation for further research, this work gives a review of clustering methods applied to astronomical spectra data in three parts. First, many clustering methods for astronomical spectra are investigated and analysed theoretically, looking at algorithmic ideas, applications, and features. Secondly, experiments are carried out on unified datasets constructed using three criteria (spectra data type, spectra quality, and data volume) to compare the performance of typical algorithms; spectra data are selected from the Large Sky Area Multi-Object Fibre Spectroscopic Telescope (LAMOST) survey and Sloan Digital Sky Survey (SDSS). Finally, source codes of the comparison clustering algorithms and manuals for usage and improvement are provided on GitHub." }, "authors": [ { "name": { - "surname": "Yang", - "given_name": "Haifeng" + "given_name": "Haifeng", + "surname": "Yang" } }, { "name": { - "surname": "Shi", - "given_name": "Chenhui" + "given_name": "Chenhui", + "surname": "Shi" } }, { - "name": { - "surname": "Cai", - "given_name": "Jianghui" - }, "attrib": { "orcid": "0000-0001-6945-8093" + }, + "name": { + "given_name": "Jianghui", + "surname": "Cai" } }, { "name": { - "surname": "Zhou", - "given_name": "Lichan" + "given_name": "Lichan", + "surname": "Zhou" } }, { "name": { - "surname": "Yang", - "given_name": "Yuqing" + "given_name": "Yuqing", + "surname": "Yang" } }, { "name": { - "surname": "Zhao", - "given_name": "Xujun" + "given_name": "Xujun", + "surname": "Zhao" } }, { "name": { - "surname": "He", - "given_name": "Yanting" + "given_name": "Yanting", + "surname": "He" } }, { "name": { - "surname": "Hao", - "given_name": "Jing" + "given_name": "Jing", + "surname": "Hao" } } ], - "title": { - "textEnglish": "Data mining techniques on astronomical spectra data \u2013 I. Clustering analysis" + "esources": [ + { + "location": "https://academic.oup.com/mnras/article/517/4/5496/6764744", + "source": "pub_html" + } + ], + "funding": [ + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100002367" + }, + "agencyname": "Chinese Academy of Sciences" + }, + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100010453" + }, + "agencyname": "National Development and Reform Commission" + }, + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100001809" + }, + "agencyname": "National Natural Science Foundation of China", + "awardnumber": "U1931209" + }, + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100013317" + }, + "agencyname": "Key Research and Development Project of Shanxi Province", + "awardnumber": "201903D121116" + }, + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100003009" + }, + "agencyname": "Science and Technology Development Fund", + "awardnumber": "20201070" + }, + { + "agencyname": "Fundamental Research Program of Shanxi Province", + "awardnumber": "20210302123223" + } + ], + "pagination": { + "firstPage": "5496", + "lastPage": "5523" }, - "abstract": { - "textEnglish": "Clustering is an effective tool for astronomical spectral analysis, to mine clustering patterns among data. With the implementation of large sky surveys, many clustering methods have been applied to tackle spectroscopic and photometric data effectively and automatically. Meanwhile, the performance of clustering methods under different data characteristics varies greatly. With the aim of summarizing astronomical spectral clustering algorithms and laying the foundation for further research, this work gives a review of clustering methods applied to astronomical spectra data in three parts. First, many clustering methods for astronomical spectra are investigated and analysed theoretically, looking at algorithmic ideas, applications, and features. Secondly, experiments are carried out on unified datasets constructed using three criteria (spectra data type, spectra quality, and data volume) to compare the performance of typical algorithms; spectra data are selected from the Large Sky Area Multi-Object Fibre Spectroscopic Telescope (LAMOST) survey and Sloan Digital Sky Survey (SDSS). Finally, source codes of the comparison clustering algorithms and manuals for usage and improvement are provided on GitHub." + "persistentIDs": [ + { + "DOI": "10.1093/mnras/stac2975" + } + ], + "pubDate": { + "electrDate": "2022-09-20", + "printDate": "2022-11-10" + }, + "publication": { + "ISSN": [ + { + "issnString": "0035-8711", + "pubtype": "print" + }, + { + "issnString": "1365-2966", + "pubtype": "electronic" + } + ], + "issueNum": "4", + "pubName": "Monthly Notices of the Royal Astronomical Society", + "pubYear": "2022", + "volumeNum": "517" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " MNRAS Acuner 475 1708 2018 10.1093/mnras/stx3106 ", @@ -209,49 +251,7 @@ " A&A Zari 628 A123 2019 10.1051/0004-6361/201935781 ", " Proc. 1996 ACM SIGMOD International Conference on Management of Data (SIGMOD\u201996 Zhang 103 1996 10.1145/233269.233324 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://academic.oup.com/mnras/article/517/4/5496/6764744" - } - ], - "funding": [ - { - "agencyname": "Chinese Academy of Sciences", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100002367" - } - }, - { - "agencyname": "National Development and Reform Commission", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100010453" - } - }, - { - "agencyname": "National Natural Science Foundation of China", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100001809" - }, - "awardnumber": "U1931209" - }, - { - "agencyname": "Key Research and Development Project of Shanxi Province", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100013317" - }, - "awardnumber": "201903D121116" - }, - { - "agencyname": "Science and Technology Development Fund", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100003009" - }, - "awardnumber": "20201070" - }, - { - "agencyname": "Fundamental Research Program of Shanxi Province", - "awardnumber": "20210302123223" - } - ] + "title": { + "textEnglish": "Data mining techniques on astronomical spectra data \u2013 I. Clustering analysis" + } } diff --git a/tests/stubdata/output/crossref_cn_10.1093=pasj=psac053.json b/tests/stubdata/output/crossref_cn_10.1093=pasj=psac053.json index a8399a3..a5faa64 100644 --- a/tests/stubdata/output/crossref_cn_10.1093=pasj=psac053.json +++ b/tests/stubdata/output/crossref_cn_10.1093=pasj=psac053.json @@ -1,93 +1,117 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2022-07-19", - "printDate": "2022-10-03" - }, - "publication": { - "pubName": "Publications of the Astronomical Society of Japan", - "issueNum": "5", - "volumeNum": "74", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "print", - "issnString": "0004-6264" - }, - { - "pubtype": "electronic", - "issnString": "2053-051X" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1093/pasj/psac053" - } - ], - "pagination": { - "firstPage": "1022", - "lastPage": "1040" + "abstract": { + "textEnglish": "A novel collisionless shock jump condition is suggested by modeling the entropy production at the shock transition region. We also calculate downstream developments of the atomic ionization balance and the ion temperature relaxation in supernova remnants (SNRs). The injection process and subsequent acceleration of cosmic rays (CRs) in the SNR shocks are closely related to the formation process of the collisionless shocks. The formation of the shock is caused by wave\u2013particle interactions. Since the wave\u2013particle interactions result in energy exchanges between electromagnetic fields and charged particles, the randomization of particles associated with the shock transition may occur at a rate given by the scalar product of the electric field and current. We find that order-of-magnitude estimates of the randomization with reasonable strength of the electromagnetic fields in the SNR constrain the amount of CR nuclei and the ion temperatures. The constrained amount of CR nuclei can be sufficient to explain the Galactic CRs. The ion temperature becomes significantly lower than that in the case without CRs. To distinguish the case without CRs, we perform synthetic observations of atomic line emissions from the downstream region of the SNR RCW 86. Future observations by XRISM and Athena can distinguish whether the SNR shock accelerates the CRs or not from the ion temperatures." }, "authors": [ { - "name": { - "surname": "Shimoda", - "given_name": "Jiro" - }, "attrib": { "orcid": "0000-0003-3383-2279" + }, + "name": { + "given_name": "Jiro", + "surname": "Shimoda" } }, { "name": { - "surname": "Ohira", - "given_name": "Yutaka" + "given_name": "Yutaka", + "surname": "Ohira" } }, { "name": { - "surname": "Bamba", - "given_name": "Aya" + "given_name": "Aya", + "surname": "Bamba" } }, { "name": { - "surname": "Terada", - "given_name": "Yukikatsu" + "given_name": "Yukikatsu", + "surname": "Terada" } }, { "name": { - "surname": "Yamazaki", - "given_name": "Ryo" + "given_name": "Ryo", + "surname": "Yamazaki" } }, { "name": { - "surname": "Inoue", - "given_name": "Tsuyoshi" + "given_name": "Tsuyoshi", + "surname": "Inoue" } }, { "name": { - "surname": "Tanaka", - "given_name": "Shuta J" + "given_name": "Shuta J", + "surname": "Tanaka" } } ], - "title": { - "textEnglish": "X-ray line diagnostics of ion temperature at cosmic ray accelerating collisionless shocks" + "esources": [ + { + "location": "https://academic.oup.com/pasj/article/74/5/1022/6646725", + "source": "pub_html" + } + ], + "funding": [ + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100001691" + }, + "agencyname": "JSPS", + "awardnumber": "20J01086" + }, + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100001700" + }, + "agencyname": "MEXT" + }, + { + "agencyid": { + "idvalue": "http://dx.doi.org/10.13039/501100004968" + }, + "agencyname": "Aoyama Gakuin University Research Institute" + } + ], + "pagination": { + "firstPage": "1022", + "lastPage": "1040" }, - "abstract": { - "textEnglish": "A novel collisionless shock jump condition is suggested by modeling the entropy production at the shock transition region. We also calculate downstream developments of the atomic ionization balance and the ion temperature relaxation in supernova remnants (SNRs). The injection process and subsequent acceleration of cosmic rays (CRs) in the SNR shocks are closely related to the formation process of the collisionless shocks. The formation of the shock is caused by wave\u2013particle interactions. Since the wave\u2013particle interactions result in energy exchanges between electromagnetic fields and charged particles, the randomization of particles associated with the shock transition may occur at a rate given by the scalar product of the electric field and current. We find that order-of-magnitude estimates of the randomization with reasonable strength of the electromagnetic fields in the SNR constrain the amount of CR nuclei and the ion temperatures. The constrained amount of CR nuclei can be sufficient to explain the Galactic CRs. The ion temperature becomes significantly lower than that in the case without CRs. To distinguish the case without CRs, we perform synthetic observations of atomic line emissions from the downstream region of the SNR RCW 86. Future observations by XRISM and Athena can distinguish whether the SNR shock accelerates the CRs or not from the ion temperatures." + "persistentIDs": [ + { + "DOI": "10.1093/pasj/psac053" + } + ], + "pubDate": { + "electrDate": "2022-07-19", + "printDate": "2022-10-03" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-6264", + "pubtype": "print" + }, + { + "issnString": "2053-051X", + "pubtype": "electronic" + } + ], + "issueNum": "5", + "pubName": "Publications of the Astronomical Society of Japan", + "pubYear": "2022", + "volumeNum": "74" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " ApJ Abdo 736 131 2011 10.1088/0004-637X/736/2/131 ", @@ -183,31 +207,7 @@ " A&A Zatsarinny 412 587 2003 10.1051/0004-6361:20031462 ", " A&A Zatsarinny 417 1173 2004 10.1051/0004-6361:20034174 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://academic.oup.com/pasj/article/74/5/1022/6646725" - } - ], - "funding": [ - { - "agencyname": "JSPS", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100001691" - }, - "awardnumber": "20J01086" - }, - { - "agencyname": "MEXT", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100001700" - } - }, - { - "agencyname": "Aoyama Gakuin University Research Institute", - "agencyid": { - "idvalue": "http://dx.doi.org/10.13039/501100004968" - } - } - ] + "title": { + "textEnglish": "X-ray line diagnostics of ion temperature at cosmic ray accelerating collisionless shocks" + } } diff --git a/tests/stubdata/output/crossref_cn_10.3847=1538-4357=ac8c2f.json b/tests/stubdata/output/crossref_cn_10.3847=1538-4357=ac8c2f.json index c254832..915e1e8 100644 --- a/tests/stubdata/output/crossref_cn_10.3847=1538-4357=ac8c2f.json +++ b/tests/stubdata/output/crossref_cn_10.3847=1538-4357=ac8c2f.json @@ -1,116 +1,123 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-04-05" - ], - "acceptedDate": "2022-08-22" - }, - "pubDate": { - "electrDate": "2022-11-08", - "printDate": "2022-11-01" - }, - "publication": { - "pubName": "The Astrophysical Journal", - "issueNum": "2", - "volumeNum": "939", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "print", - "issnString": "0004-637X" - }, - { - "pubtype": "electronic", - "issnString": "1538-4357" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.3847/1538-4357/ac8c2f" - } - ], - "pagination": { - "firstPage": "83" + "abstract": { + "textEnglish": "Motivated by the measured velocity profile of the M87 jet using the Korean very-long-baseline interferometry (VLBI) network (KVN) and VLBI Exploration of Radio Astrometry (VERA) Array (KaVA) by Park et al. indicating that the starting position of the jet acceleration is farther from the central engine of the jet than predicted in general relativistic magnetohydrodynamic simulations, we explore how to mitigate the apparent discrepancy between the simulations and the KaVA observation. We use a semi-analytic jet model proposed by Tomimatsu & Takahashi consistently solving the transmagnetic field structure but neglecting any dissipation effects. By comparing the jet model with the observed M87 jet velocity profile, we find that the model can reproduce the logarithmic feature of the velocity profile and can fit the observed data when choosing c /(100 r g ) \u2272 \u03a9 F \u2272 c /(70 r g ), where r g is the gravitational radius. While a total specific energy ( \ue231 ) of the jet changes the terminal bulk Lorentz factor of the jet, a slower angular velocity of the black hole magnetosphere (\u03a9 F ) makes a light-cylinder radius ( r lc ) larger, and it consequently pushes out a location of a starting point of the jet acceleration. Using the estimated \u03a9 F we further estimate the magnetic field strength on the event horizon scale in M87 by assuming Blandford\u2013Znajek process is in action. The corresponding magnetic flux threading the event horizon of M87 is in good agreement with a magnetically arrested disk regime." }, "authors": [ { - "name": { - "surname": "Kino", - "given_name": "Motoki" - }, "attrib": { "orcid": "0000-0002-2709-7338" + }, + "name": { + "given_name": "Motoki", + "surname": "Kino" } }, { - "name": { - "surname": "Takahashi", - "given_name": "Masaaki" - }, "attrib": { "orcid": "0000-0001-9360-0846" + }, + "name": { + "given_name": "Masaaki", + "surname": "Takahashi" } }, { - "name": { - "surname": "Kawashima", - "given_name": "Tomohisa" - }, "attrib": { "orcid": "0000-0001-8527-0496" + }, + "name": { + "given_name": "Tomohisa", + "surname": "Kawashima" } }, { - "name": { - "surname": "Park", - "given_name": "Jongho" - }, "attrib": { "orcid": "0000-0001-6558-9053" + }, + "name": { + "given_name": "Jongho", + "surname": "Park" } }, { - "name": { - "surname": "Hada", - "given_name": "Kazuhiro" - }, "attrib": { "orcid": "0000-0001-6906-772X" + }, + "name": { + "given_name": "Kazuhiro", + "surname": "Hada" } }, { - "name": { - "surname": "Ro", - "given_name": "Hyunwook" - }, "attrib": { "orcid": "0000-0002-7322-6436" + }, + "name": { + "given_name": "Hyunwook", + "surname": "Ro" } }, { - "name": { - "surname": "Cui", - "given_name": "Yuzhu" - }, "attrib": { "orcid": "0000-0001-6311-4345" + }, + "name": { + "given_name": "Yuzhu", + "surname": "Cui" } } ], - "title": { - "textEnglish": "Implications from the Velocity Profile of the M87 Jet: A Possibility of a Slowly Rotating Black Hole Magnetosphere" + "copyright": { + "statement": "\u00a9 2022. The Author(s). Published by the American Astronomical Society.", + "status": true }, - "abstract": { - "textEnglish": "Motivated by the measured velocity profile of the M87 jet using the Korean very-long-baseline interferometry (VLBI) network (KVN) and VLBI Exploration of Radio Astrometry (VERA) Array (KaVA) by Park et al. indicating that the starting position of the jet acceleration is farther from the central engine of the jet than predicted in general relativistic magnetohydrodynamic simulations, we explore how to mitigate the apparent discrepancy between the simulations and the KaVA observation. We use a semi-analytic jet model proposed by Tomimatsu & Takahashi consistently solving the transmagnetic field structure but neglecting any dissipation effects. By comparing the jet model with the observed M87 jet velocity profile, we find that the model can reproduce the logarithmic feature of the velocity profile and can fit the observed data when choosing c /(100 r g ) \u2272 \u03a9 F \u2272 c /(70 r g ), where r g is the gravitational radius. While a total specific energy ( \ue231 ) of the jet changes the terminal bulk Lorentz factor of the jet, a slower angular velocity of the black hole magnetosphere (\u03a9 F ) makes a light-cylinder radius ( r lc ) larger, and it consequently pushes out a location of a starting point of the jet acceleration. Using the estimated \u03a9 F we further estimate the magnetic field strength on the event horizon scale in M87 by assuming Blandford\u2013Znajek process is in action. The corresponding magnetic flux threading the event horizon of M87 is in good agreement with a magnetically arrested disk regime." + "editorialHistory": { + "acceptedDate": "2022-08-22", + "receivedDates": [ + "2022-04-05" + ] + }, + "esources": [ + { + "location": "https://iopscience.iop.org/article/10.3847/1538-4357/ac8c2f", + "source": "pub_html" + } + ], + "pagination": { + "firstPage": "83" + }, + "persistentIDs": [ + { + "DOI": "10.3847/1538-4357/ac8c2f" + } + ], + "pubDate": { + "electrDate": "2022-11-08", + "printDate": "2022-11-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-637X", + "pubtype": "print" + }, + { + "issnString": "1538-4357", + "pubtype": "electronic" + } + ], + "issueNum": "2", + "pubName": "The Astrophysical Journal", + "pubYear": "2022", + "volumeNum": "939" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " ApJ Abramowski 10.1088/0004-637X/746/2/151 746 151 2012 ", @@ -227,14 +234,7 @@ " Natur Zamaninasab 10.1038/nature13399 510 126 2014 ", " MNRAS Znajek 10.1093/mnras/179.3.457 179 457 1977 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://iopscience.iop.org/article/10.3847/1538-4357/ac8c2f" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2022. The Author(s). Published by the American Astronomical Society." + "title": { + "textEnglish": "Implications from the Velocity Profile of the M87 Jet: A Possibility of a Slowly Rotating Black Hole Magnetosphere" } } diff --git a/tests/stubdata/output/crossref_conf_10.1049-cp.2010.1342.json b/tests/stubdata/output/crossref_conf_10.1049-cp.2010.1342.json index eca0964..53d2c1f 100644 --- a/tests/stubdata/output/crossref_conf_10.1049-cp.2010.1342.json +++ b/tests/stubdata/output/crossref_conf_10.1049-cp.2010.1342.json @@ -1,38 +1,4 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "printDate": "2010-00-00" - }, - "publication": { - "pubName": "International Conference on Advanced Technology of Design and Manufacture (ATDM 2010)", - "confName": "International Conference on Advanced Technology of Design and Manufacture (ATDM 2010)", - "confLocation": "Beijing, China", - "confDates": "23-25 Nov. 2010", - "publisher": "IET", - "pubYear": "2010" - }, - "persistentIDs": [ - { - "ISBN": [ - { - "pubtype": "print", - "isbnString": "978 1 84919 238 5" - } - ], - "DOI": "10.1049/cp.2010.1342" - } - ], - "pagination": { - "firstPage": "447", - "lastPage": "449" - }, "authors": [ { "name": { @@ -55,13 +21,47 @@ } } ], - "title": { - "textEnglish": "Analysis of electrochemical degradation of coking wastewater using multiwall carbon nanotubes modified electrode" - }, "esources": [ { - "source": "pub_html", - "location": "https://digital-library.theiet.org/content/conferences/10.1049/cp.2010.1342" + "location": "https://digital-library.theiet.org/content/conferences/10.1049/cp.2010.1342", + "source": "pub_html" } - ] + ], + "pagination": { + "firstPage": "447", + "lastPage": "449" + }, + "persistentIDs": [ + { + "DOI": "10.1049/cp.2010.1342", + "ISBN": [ + { + "isbnString": "978 1 84919 238 5", + "pubtype": "print" + } + ] + } + ], + "pubDate": { + "printDate": "2010-00-00" + }, + "publication": { + "confDates": "23-25 Nov. 2010", + "confLocation": "Beijing, China", + "confName": "International Conference on Advanced Technology of Design and Manufacture (ATDM 2010)", + "pubName": "International Conference on Advanced Technology of Design and Manufacture (ATDM 2010)", + "pubYear": "2010", + "publisher": "IET" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Analysis of electrochemical degradation of coking wastewater using multiwall carbon nanotubes modified electrode" + } } diff --git a/tests/stubdata/output/crossref_conf_10.1109-MWSYM.2013.6697399.json b/tests/stubdata/output/crossref_conf_10.1109-MWSYM.2013.6697399.json index 8d76ef4..111b2d7 100644 --- a/tests/stubdata/output/crossref_conf_10.1109-MWSYM.2013.6697399.json +++ b/tests/stubdata/output/crossref_conf_10.1109-MWSYM.2013.6697399.json @@ -1,112 +1,112 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "printDate": "2013-06-00" - }, - "publication": { - "pubName": "2013 IEEE MTT-S International Microwave Symposium Digest (MTT)", - "confName": "2013 IEEE/MTT-S International Microwave Symposium - MTT 2013", - "confLocation": "Seattle, WA, USA", - "publisher": "IEEE", - "pubYear": "2013" - }, - "persistentIDs": [ - { - "ISBN": [ - { - "pubtype": "electronic", - "isbnString": "978-1-4673-6176-7" - } - ], - "DOI": "10.1109/MWSYM.2013.6697399" - } - ], - "pagination": { - "firstPage": "1", - "lastPage": "3" - }, "authors": [ { - "name": { - "surname": "Lewark", - "given_name": "Ulrich J." - }, "affiliation": [ { "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut fu\u00a8r Hochfrequenztechnik und Elektronik, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "Ulrich J.", + "surname": "Lewark" + } }, { - "name": { - "surname": "Tessmann", - "given_name": "Axel" - }, "affiliation": [ { "affPubRaw": "Fraunhofer IAF, Freiburg, Germany Universita\u00a8t Stuttgart, Institute of Robust Power Semiconductor Systems, Stuttgart, Germany" } - ] + ], + "name": { + "given_name": "Axel", + "surname": "Tessmann" + } }, { - "name": { - "surname": "Massler", - "given_name": "Hermann" - }, "affiliation": [ { "affPubRaw": "Fraunhofer IAF, Freiburg, Germany Universita\u00a8t Stuttgart, Institute of Robust Power Semiconductor Systems, Stuttgart, Germany" } - ] + ], + "name": { + "given_name": "Hermann", + "surname": "Massler" + } }, { - "name": { - "surname": "Leuther", - "given_name": "Arnulf" - }, "affiliation": [ { "affPubRaw": "Fraunhofer IAF, Freiburg, Germany Universita\u00a8t Stuttgart, Institute of Robust Power Semiconductor Systems, Stuttgart, Germany" } - ] + ], + "name": { + "given_name": "Arnulf", + "surname": "Leuther" + } }, { - "name": { - "surname": "Zwick", - "given_name": "Thomas" - }, "affiliation": [ { "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut fu\u00a8r Hochfrequenztechnik und Elektronik, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "Thomas", + "surname": "Zwick" + } }, { - "name": { - "surname": "Kallfass", - "given_name": "Ingmar" - }, "affiliation": [ { "affPubRaw": "Fraunhofer IAF, Freiburg, Germany Universita\u00a8t Stuttgart, Institute of Robust Power Semiconductor Systems, Stuttgart, Germany" } - ] + ], + "name": { + "given_name": "Ingmar", + "surname": "Kallfass" + } } ], - "title": { - "textEnglish": "An active 600 GHz frequency multiplier-by-six S-MMIC" - }, "esources": [ { - "source": "pub_html", - "location": "https://ieeexplore.ieee.org/document/6697399/" + "location": "https://ieeexplore.ieee.org/document/6697399/", + "source": "pub_html" } - ] + ], + "pagination": { + "firstPage": "1", + "lastPage": "3" + }, + "persistentIDs": [ + { + "DOI": "10.1109/MWSYM.2013.6697399", + "ISBN": [ + { + "isbnString": "978-1-4673-6176-7", + "pubtype": "electronic" + } + ] + } + ], + "pubDate": { + "printDate": "2013-06-00" + }, + "publication": { + "confLocation": "Seattle, WA, USA", + "confName": "2013 IEEE/MTT-S International Microwave Symposium - MTT 2013", + "pubName": "2013 IEEE MTT-S International Microwave Symposium Digest (MTT)", + "pubYear": "2013", + "publisher": "IEEE" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "An active 600 GHz frequency multiplier-by-six S-MMIC" + } } diff --git a/tests/stubdata/output/crossref_preprint_10.1002-essoar.10508651.1.json b/tests/stubdata/output/crossref_preprint_10.1002-essoar.10508651.1.json index 72853fc..42a2306 100644 --- a/tests/stubdata/output/crossref_preprint_10.1002-essoar.10508651.1.json +++ b/tests/stubdata/output/crossref_preprint_10.1002-essoar.10508651.1.json @@ -1,30 +1,6 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2021-11-08" - }, - "publication": { - "publisher": "Earth and Space Science Open Archive (ESSOAr)", - "pubYear": "2021" - }, - "persistentIDs": [ - { - "DOI": "10.1002/essoar.10508651.1" - } - ], "authors": [ { - "name": { - "surname": "Livi", - "given_name": "Roberto" - }, "affiliation": [ { "affPubRaw": "University of California" @@ -32,24 +8,24 @@ ], "attrib": { "orcid": "0000-0002-0396-0547" + }, + "name": { + "given_name": "Roberto", + "surname": "Livi" } }, { - "name": { - "surname": "Larson", - "given_name": "Davin E" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Davin E", + "surname": "Larson" + } }, { - "name": { - "surname": "Kasper", - "given_name": "Justin C" - }, "affiliation": [ { "affPubRaw": "University of Michigan" @@ -57,35 +33,35 @@ { "affPubRaw": "Smithsonian Astrophysical Observatory" } - ] + ], + "name": { + "given_name": "Justin C", + "surname": "Kasper" + } }, { - "name": { - "surname": "Abiad", - "given_name": "Robert" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Robert", + "surname": "Abiad" + } }, { - "name": { - "surname": "Case", - "given_name": "Anthony W" - }, "affiliation": [ { "affPubRaw": "Smithsonian Astrophysical Observatory" } - ] + ], + "name": { + "given_name": "Anthony W", + "surname": "Case" + } }, { - "name": { - "surname": "Klein", - "given_name": "Kristopher G" - }, "affiliation": [ { "affPubRaw": "University of Michigan" @@ -93,190 +69,214 @@ { "affPubRaw": "University of Arizona" } - ] + ], + "name": { + "given_name": "Kristopher G", + "surname": "Klein" + } }, { - "name": { - "surname": "Curtis", - "given_name": "David W" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "David W", + "surname": "Curtis" + } }, { - "name": { - "surname": "Dalton", - "given_name": "Gregory" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Gregory", + "surname": "Dalton" + } }, { - "name": { - "surname": "Stevens", - "given_name": "Michael" - }, "affiliation": [ { "affPubRaw": "Smithsonian Astrophysical Observatory" } - ] + ], + "name": { + "given_name": "Michael", + "surname": "Stevens" + } }, { - "name": { - "surname": "Korreck", - "given_name": "Kelly E" - }, "affiliation": [ { "affPubRaw": "Smithsonian Astrophysical Observatory" } - ] + ], + "name": { + "given_name": "Kelly E", + "surname": "Korreck" + } }, { - "name": { - "surname": "Ho", - "given_name": "George" - }, "affiliation": [ { "affPubRaw": "Applied Physics Laboratory, Johns Hopkins University" } - ] + ], + "name": { + "given_name": "George", + "surname": "Ho" + } }, { - "name": { - "surname": "Robinson", - "given_name": "Miles" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Miles", + "surname": "Robinson" + } }, { - "name": { - "surname": "Tiu", - "given_name": "Chris" - }, "affiliation": [ { "affPubRaw": "NASA" } - ] + ], + "name": { + "given_name": "Chris", + "surname": "Tiu" + } }, { - "name": { - "surname": "Whittlesey", - "given_name": "Phyllis L" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Phyllis L", + "surname": "Whittlesey" + } }, { - "name": { - "surname": "Verniero", - "given_name": "J L" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "J L", + "surname": "Verniero" + } }, { - "name": { - "surname": "Halekas", - "given_name": "Jasper" - }, "affiliation": [ { "affPubRaw": "University of Iowa" } - ] + ], + "name": { + "given_name": "Jasper", + "surname": "Halekas" + } }, { - "name": { - "surname": "Mcfadden", - "given_name": "James" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "James", + "surname": "Mcfadden" + } }, { - "name": { - "surname": "Marckwordt", - "given_name": "Mario" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Mario", + "surname": "Marckwordt" + } }, { - "name": { - "surname": "Slagle", - "given_name": "Amanda" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Amanda", + "surname": "Slagle" + } }, { - "name": { - "surname": "Abatcha", - "given_name": "Mamuda" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Mamuda", + "surname": "Abatcha" + } }, { - "name": { - "surname": "Rahmati", - "given_name": "Ali" - }, "affiliation": [ { "affPubRaw": "University of California" } - ] + ], + "name": { + "given_name": "Ali", + "surname": "Rahmati" + } } ], - "title": { - "textEnglish": "The Solar Probe ANalyzer -Ions on Parker Solar Probe" - }, "esources": [ { - "source": "pub_html", - "location": "https://essopenarchive.org/doi/full/10.1002/essoar.10508651.1" + "location": "https://essopenarchive.org/doi/full/10.1002/essoar.10508651.1", + "source": "pub_html" } ], "funding": [ { - "agencyname": "National Aeronautics and Space Administration", "agencyid": { "idvalue": "100000104" }, + "agencyname": "National Aeronautics and Space Administration", "awardnumber": "NNN06AA01C" } - ] + ], + "persistentIDs": [ + { + "DOI": "10.1002/essoar.10508651.1" + } + ], + "pubDate": { + "electrDate": "2021-11-08" + }, + "publication": { + "pubYear": "2021", + "publisher": "Earth and Space Science Open Archive (ESSOAr)" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "The Solar Probe ANalyzer -Ions on Parker Solar Probe" + } } diff --git a/tests/stubdata/output/crossref_preprint_10.1002-essoar.10511074.2.json b/tests/stubdata/output/crossref_preprint_10.1002-essoar.10511074.2.json index 49ec262..9445f76 100644 --- a/tests/stubdata/output/crossref_preprint_10.1002-essoar.10511074.2.json +++ b/tests/stubdata/output/crossref_preprint_10.1002-essoar.10511074.2.json @@ -1,30 +1,6 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2022-04-11" - }, - "publication": { - "publisher": "Earth and Space Science Open Archive (ESSOAr)", - "pubYear": "2022" - }, - "persistentIDs": [ - { - "DOI": "10.1002/essoar.10511074.2" - } - ], "authors": [ { - "name": { - "surname": "Drilleau", - "given_name": "M\u00e9lanie" - }, "affiliation": [ { "affPubRaw": "31400 Toulouse" @@ -41,137 +17,161 @@ ], "attrib": { "orcid": "0000-0001-5625-9706" + }, + "name": { + "given_name": "M\u00e9lanie", + "surname": "Drilleau" } }, { - "name": { - "surname": "Samuel", - "given_name": "Henri" - }, "affiliation": [ { "affPubRaw": "Institut de Physique du Globe de Paris, CNRS, Universit\u00e9 de Paris, 1 rue Jussieu, 75005 Paris - France" } - ] + ], + "name": { + "given_name": "Henri", + "surname": "Samuel" + } }, { - "name": { - "surname": "Garcia", - "given_name": "Rapha\u00ebl F." - }, "affiliation": [ { "affPubRaw": "Institut Sup\u00e9rieur de l\u2019A\u00e9ronautique et de l\u2019Espace ISAE-SUPAERO, 10 Avenue Edouard Belin, 31400 Toulouse, France" } - ] + ], + "name": { + "given_name": "Rapha\u00ebl F.", + "surname": "Garcia" + } }, { - "name": { - "surname": "Rivoldini", - "given_name": "Attilio" - }, "affiliation": [ { "affPubRaw": "Royal Observatory of Belgium, Brussels, Belgium" } - ] + ], + "name": { + "given_name": "Attilio", + "surname": "Rivoldini" + } }, { - "name": { - "surname": "Perrin", - "given_name": "Cl\u00e9ment" - }, "affiliation": [ { "affPubRaw": "Nantes Universit\u00e9, Universit\u00e9 d\u2019Angers, Le Mans Universit\u00e9, CNRS UMR 6112, Laboratoire de Plan\u00e9tologie et G\u00e9osciences, UAR 3281, Observatoire des Sciences de l\u2019Univers de Nantes Atlantique, F-44000 Nantes, France" } - ] + ], + "name": { + "given_name": "Cl\u00e9ment", + "surname": "Perrin" + } }, { - "name": { - "surname": "Michaut", - "given_name": "Chlo\u00e9" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 de Lyon, Ecole Normale Sup\u00e9rieure de Lyon, Universit\u00e9 Claude Bernard Lyon 1, CNRS, Laboratoire de G\u00e9ologie de Lyon : Terre, Plan\u00e8tes, Environnement, 69622 Villeurbanne, France" } - ] + ], + "name": { + "given_name": "Chlo\u00e9", + "surname": "Michaut" + } }, { - "name": { - "surname": "Wieczorek", - "given_name": "Mark" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 C\u00f4te d\u2019Azur, Observatoire de la C\u00f4te d\u2019Azur, CNRS, Laboratoire Lagrange, France." } - ] + ], + "name": { + "given_name": "Mark", + "surname": "Wieczorek" + } }, { - "name": { - "surname": "Tauzin", - "given_name": "Beno\u00eet" - }, "affiliation": [ { "affPubRaw": "Universit\u00e9 de Lyon, Ecole Normale Sup\u00e9rieure de Lyon, Universit\u00e9 Claude Bernard Lyon 1, CNRS, Laboratoire de G\u00e9ologie de Lyon : Terre, Plan\u00e8tes, Environnement, 69622 Villeurbanne, France" } - ] + ], + "name": { + "given_name": "Beno\u00eet", + "surname": "Tauzin" + } }, { - "name": { - "surname": "Connolly", - "given_name": "James A. D." - }, "affiliation": [ { "affPubRaw": "Institute of Geophysics, ETH Zurich, Sonneggstrasse 5, Zurich, Switzerland" } - ] + ], + "name": { + "given_name": "James A. D.", + "surname": "Connolly" + } }, { - "name": { - "surname": "Meyer", - "given_name": "Pauline" - }, "affiliation": [ { "affPubRaw": "Ecole et Observatoire des Sciences de la Terre, Universit\u00e9 de Strasbourg, 5 rue Ren\u00e9 Descartes, 67084 Strasbourg, France" } - ] + ], + "name": { + "given_name": "Pauline", + "surname": "Meyer" + } }, { - "name": { - "surname": "Lognonn\u00e9", - "given_name": "Philippe" - }, "affiliation": [ { "affPubRaw": "Institut de Physique du Globe de Paris, CNRS, Universit\u00e9 de Paris, 1 rue Jussieu, 75005 Paris - France" } - ] + ], + "name": { + "given_name": "Philippe", + "surname": "Lognonn\u00e9" + } }, { - "name": { - "surname": "Banerdt", - "given_name": "William B." - }, "affiliation": [ { "affPubRaw": "Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, CA 91109, USA" } - ] + ], + "name": { + "given_name": "William B.", + "surname": "Banerdt" + } } ], - "title": { - "textEnglish": "Marsquake locations and 1-D seismic models for Mars from InSight data" - }, "esources": [ { - "source": "pub_html", - "location": "https://essopenarchive.org/doi/full/10.1002/essoar.10511074.2" + "location": "https://essopenarchive.org/doi/full/10.1002/essoar.10511074.2", + "source": "pub_html" } - ] + ], + "persistentIDs": [ + { + "DOI": "10.1002/essoar.10511074.2" + } + ], + "pubDate": { + "electrDate": "2022-04-11" + }, + "publication": { + "pubYear": "2022", + "publisher": "Earth and Space Science Open Archive (ESSOAr)" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Marsquake locations and 1-D seismic models for Mars from InSight data" + } } diff --git a/tests/stubdata/output/crossref_preprint_10.31223-X55K7G.json b/tests/stubdata/output/crossref_preprint_10.31223-X55K7G.json index ab36024..300c5d8 100644 --- a/tests/stubdata/output/crossref_preprint_10.31223-X55K7G.json +++ b/tests/stubdata/output/crossref_preprint_10.31223-X55K7G.json @@ -1,110 +1,110 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2021-08-06" - }, - "publication": { - "pubYear": "2021" + "abstract": { + "textEnglish": "Near-term forecasts of environmental outcomes can inform real-time decision making. Data assimilation modeling techniques can be used for forecasts to leverage real-time data streams, where the difference between model predictions and observations can be used to adjust the model to make better predictions tomorrow. In this use case, we developed a process-guided deep learning and data assimilation approach to make 7-day forecasts of daily maximum water temperature in the Delaware River Basin. Our modeling system produced forecasts of daily maximum stream temperature with an average root mean squared error (RMSE) from 1.2 to 1.6\u00b0C for 1-day lead time across all sites. The data assimilation algorithm successfully adjusted the process-guided deep learning model states and marginally improved forecast performance when compared to forecasts produced using the process-guided deep learning model alone (7-13% lower RMSE with the data assimilation algorithm). Our model characterized forecast uncertainty relatively well as 57-80% of observations were within 90% forecast confidence intervals across all sites and lead times, and the uncertainty associated with our forecasts allow managers to anticipate probability of exceedances of ecologically relevant thresholds and aid in decisions about releasing reservoir water downstream. The flexibility of deep learning models to be applied to various prediction problems shows promise for using these types of models to forecast many other important environmental variables and aid in decision making." }, - "persistentIDs": [ - { - "DOI": "10.31223/X55K7G" - } - ], "authors": [ { - "name": { - "surname": "Zwart", - "given_name": "Jacob" - }, "attrib": { "orcid": "0000-0002-3870-405X" + }, + "name": { + "given_name": "Jacob", + "surname": "Zwart" } }, { - "name": { - "surname": "Oliver", - "given_name": "Samantha" - }, "attrib": { "orcid": "0000-0001-5668-1165" + }, + "name": { + "given_name": "Samantha", + "surname": "Oliver" } }, { - "name": { - "surname": "Watkins", - "given_name": "William" - }, "attrib": { "orcid": "0000-0002-7544-0700" + }, + "name": { + "given_name": "William", + "surname": "Watkins" } }, { - "name": { - "surname": "Sadler", - "given_name": "Jeffrey" - }, "attrib": { "orcid": "0000-0001-8776-4844" + }, + "name": { + "given_name": "Jeffrey", + "surname": "Sadler" } }, { - "name": { - "surname": "Appling", - "given_name": "Alison" - }, "attrib": { "orcid": "0000-0003-3638-8572" + }, + "name": { + "given_name": "Alison", + "surname": "Appling" } }, { - "name": { - "surname": "Corson-Dosch", - "given_name": "Hayley" - }, "attrib": { "orcid": "0000-0001-8695-1584" + }, + "name": { + "given_name": "Hayley", + "surname": "Corson-Dosch" } }, { - "name": { - "surname": "Jia", - "given_name": "Xiaowei" - }, "attrib": { "orcid": "0000-0001-8544-5233" + }, + "name": { + "given_name": "Xiaowei", + "surname": "Jia" } }, { "name": { - "surname": "Kumar", - "given_name": "Vipin" + "given_name": "Vipin", + "surname": "Kumar" } }, { "name": { - "surname": "Read", - "given_name": "Jordan" + "given_name": "Jordan", + "surname": "Read" } } ], - "title": { - "textEnglish": "Near-term forecasts of stream temperature using process-guided deep learning and data assimilation" - }, - "abstract": { - "textEnglish": "Near-term forecasts of environmental outcomes can inform real-time decision making. Data assimilation modeling techniques can be used for forecasts to leverage real-time data streams, where the difference between model predictions and observations can be used to adjust the model to make better predictions tomorrow. In this use case, we developed a process-guided deep learning and data assimilation approach to make 7-day forecasts of daily maximum water temperature in the Delaware River Basin. Our modeling system produced forecasts of daily maximum stream temperature with an average root mean squared error (RMSE) from 1.2 to 1.6\u00b0C for 1-day lead time across all sites. The data assimilation algorithm successfully adjusted the process-guided deep learning model states and marginally improved forecast performance when compared to forecasts produced using the process-guided deep learning model alone (7-13% lower RMSE with the data assimilation algorithm). Our model characterized forecast uncertainty relatively well as 57-80% of observations were within 90% forecast confidence intervals across all sites and lead times, and the uncertainty associated with our forecasts allow managers to anticipate probability of exceedances of ecologically relevant thresholds and aid in decisions about releasing reservoir water downstream. The flexibility of deep learning models to be applied to various prediction problems shows promise for using these types of models to forecast many other important environmental variables and aid in decision making." - }, "esources": [ { - "source": "pub_html", - "location": "http://eartharxiv.org/repository/view/2590/" + "location": "http://eartharxiv.org/repository/view/2590/", + "source": "pub_html" + } + ], + "persistentIDs": [ + { + "DOI": "10.31223/X55K7G" } - ] + ], + "pubDate": { + "electrDate": "2021-08-06" + }, + "publication": { + "pubYear": "2021" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Near-term forecasts of stream temperature using process-guided deep learning and data assimilation" + } } diff --git a/tests/stubdata/output/crossref_preprint_10.31223-X5FW25.json b/tests/stubdata/output/crossref_preprint_10.31223-X5FW25.json index 3f4e054..cd18072 100644 --- a/tests/stubdata/output/crossref_preprint_10.31223-X5FW25.json +++ b/tests/stubdata/output/crossref_preprint_10.31223-X5FW25.json @@ -1,236 +1,236 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2022-01-31" - }, - "publication": { - "pubYear": "2022" + "abstract": { + "textEnglish": "Four first-order (Hadean, Archean, Proterozoic and Phanerozoic eon) and nine second-order (Paleoarchean, Mesoarchean, Neoarchean, Paleoproterozoic, Mesoproterozoic, Neoproterozoic, Paleozoic, Mesozoic and Cenozoic era) units continue to provide intuitive subdivision of geological time. Major transitions in Earth\u2019s tectonic, biological and environmental history occurred at approximately 2.5-2.3, 1.8-1.6, 1.0-0.8 and 0.7-0.5 Ga, and so future rock-based subdivision of pre-Cryogenian time, eventually by use of global stratotypes (GSSPs), will likely require only modest deviation from current chronometric boundaries (GSSAs) at 2.5, 1.6 and 1.0 Ga, respectively. Here we argue that removal of GSSAs could be expedited by establishing event-based concepts and provisional, approximate ages for eon-, era- and period-level subdivisions as soon as practicable, in line with ratification of an Ediacaran GSSP in 2004 and chronostratigraphic definition of the Cryogenian Period at c. 720 Ma in 2012. We also outline the geological basis behind current chronometric divisions, explore how they might differ in any future rock-based scheme, identify where major issues might arise during the transition, and outline where some immediate changes to the present scheme could be easily updated/formalised, as a framework for future GSSP development. In line with these aims, we note that the currently recommended four-fold Archean subdivision has not been formally ratified and agree with previous workers that it could be simplified to an informal three-fold subdivision, pending more detailed analysis. Although the ages of period boundaries would inevitably change in a more closely rock-based or chronostratigraphic scheme, we support retention of all currently ratified period names. Existing period names, borrowed from the Greek, were chosen to delimit natural phenomena of global reach. Any new global nomenclature ought to follow this lead for consistency, and so we discourage the use of supercontinent names (e.g. Rodinian, Columbian) and regional phenomena, however exceptional. In this regard, we tentatively suggest that a new period (e.g. the \u2018Kratian\u2019), could precede the Tonian as the first period of the Neoproterozoic Era and we concur with previous authors that the existing Siderian Period (named for banded iron formations) would fit better as a chronostratigraphically defined period of the terminal Archean. Indeed, all pre-Cryogenian subdivisions will need more conceptual grounding in any future chronostratigraphic scheme. We conclude that improved rock-based division of the Proterozoic Eon would likely comprise a three-fold, period-level subdivision of the Paleoproterozoic Era (Oxygenian Rhyacian, Orosirian), a four-fold subdivision of the Mesoproterozoic Era (Statherian, Calymmian, Ectasian, Stenian) and potentially four-fold subdivision of the Neoproterozoic Era (pre-Tonian \u2018Kratian\u2019, Tonian, Cryogenian and Ediacaran). Future refinements towards an improved rock-based pre-Cryogenian geological time scale could be propoosed by new international bodies to cover the 1) pre-Ediacaran Neoproterozoic, 2) Mesoproterozoic, 3) Paleoproterozoic and 4) Archean (and Hadean) as few experts and disciplines can speak to the entire pre-Cryogenian rock record." }, - "persistentIDs": [ - { - "DOI": "10.31223/X5FW25" - } - ], "authors": [ { - "name": { - "surname": "Shields", - "given_name": "Graham" - }, "attrib": { "orcid": "0000-0002-7828-3966" + }, + "name": { + "given_name": "Graham", + "surname": "Shields" } }, { "name": { - "surname": "Strachan", - "given_name": "Robin" + "given_name": "Robin", + "surname": "Strachan" } }, { "name": { - "surname": "Porter", - "given_name": "Susannah" + "given_name": "Susannah", + "surname": "Porter" } }, { "name": { - "surname": "Halverson", - "given_name": "Galen" + "given_name": "Galen", + "surname": "Halverson" } }, { "name": { - "surname": "Macdonald", - "given_name": "Francis" + "given_name": "Francis", + "surname": "Macdonald" } }, { "name": { - "surname": "Plumb", - "given_name": "Kenneth" + "given_name": "Kenneth", + "surname": "Plumb" } }, { "name": { - "surname": "de Alvarenga", - "given_name": "Carlos" + "given_name": "Carlos", + "surname": "de Alvarenga" } }, { "name": { - "surname": "Banerjee", - "given_name": "Dhiraj" + "given_name": "Dhiraj", + "surname": "Banerjee" } }, { "name": { - "surname": "Bekker", - "given_name": "Andrey" + "given_name": "Andrey", + "surname": "Bekker" } }, { "name": { - "surname": "Brasier", - "given_name": "Alexander" + "given_name": "Alexander", + "surname": "Brasier" } }, { "name": { - "surname": "Chakraborty", - "given_name": "Partha" + "given_name": "Partha", + "surname": "Chakraborty" } }, { "name": { - "surname": "Condie", - "given_name": "Kent" + "given_name": "Kent", + "surname": "Condie" } }, { "name": { - "surname": "Das", - "given_name": "Kaushik" + "given_name": "Kaushik", + "surname": "Das" } }, { "name": { - "surname": "Ernst", - "given_name": "Richard" + "given_name": "Richard", + "surname": "Ernst" } }, { "name": { - "surname": "Fallick", - "given_name": "Anthony" + "given_name": "Anthony", + "surname": "Fallick" } }, { "name": { - "surname": "Frimmel", - "given_name": "Hartwig" + "given_name": "Hartwig", + "surname": "Frimmel" } }, { "name": { - "surname": "Fuck", - "given_name": "Reinhardt" + "given_name": "Reinhardt", + "surname": "Fuck" } }, { "name": { - "surname": "Hoffman", - "given_name": "Paul" + "given_name": "Paul", + "surname": "Hoffman" } }, { "name": { - "surname": "Kamber", - "given_name": "Balz" + "given_name": "Balz", + "surname": "Kamber" } }, { "name": { - "surname": "Kuznetsov", - "given_name": "Anton" + "given_name": "Anton", + "surname": "Kuznetsov" } }, { "name": { - "surname": "Mitchell", - "given_name": "Ross" + "given_name": "Ross", + "surname": "Mitchell" } }, { "name": { - "surname": "Poire", - "given_name": "Daniel" + "given_name": "Daniel", + "surname": "Poire" } }, { "name": { - "surname": "Poulton", - "given_name": "Simon" + "given_name": "Simon", + "surname": "Poulton" } }, { "name": { - "surname": "Riding", - "given_name": "Robert" + "given_name": "Robert", + "surname": "Riding" } }, { "name": { - "surname": "Sharma", - "given_name": "Mukund" + "given_name": "Mukund", + "surname": "Sharma" } }, { "name": { - "surname": "Storey", - "given_name": "Craig" + "given_name": "Craig", + "surname": "Storey" } }, { "name": { - "surname": "Stueeken", - "given_name": "Eva" + "given_name": "Eva", + "surname": "Stueeken" } }, { "name": { - "surname": "Tostevin", - "given_name": "Rosalie" + "given_name": "Rosalie", + "surname": "Tostevin" } }, { "name": { - "surname": "Turner", - "given_name": "Elizabeth" + "given_name": "Elizabeth", + "surname": "Turner" } }, { "name": { - "surname": "Xiao", - "given_name": "Shuhai" + "given_name": "Shuhai", + "surname": "Xiao" } }, { "name": { - "surname": "Zhang", - "given_name": "Shuanhong" + "given_name": "Shuanhong", + "surname": "Zhang" } }, { "name": { - "surname": "Zhou", - "given_name": "Ying" + "given_name": "Ying", + "surname": "Zhou" } }, { "name": { - "surname": "Zhu", - "given_name": "Maoyan" + "given_name": "Maoyan", + "surname": "Zhu" } } ], - "title": { - "textEnglish": "Towards a new geological time scale: A template for improved rock-based subdivision of pre-Cryogenian time" - }, - "abstract": { - "textEnglish": "Four first-order (Hadean, Archean, Proterozoic and Phanerozoic eon) and nine second-order (Paleoarchean, Mesoarchean, Neoarchean, Paleoproterozoic, Mesoproterozoic, Neoproterozoic, Paleozoic, Mesozoic and Cenozoic era) units continue to provide intuitive subdivision of geological time. Major transitions in Earth\u2019s tectonic, biological and environmental history occurred at approximately 2.5-2.3, 1.8-1.6, 1.0-0.8 and 0.7-0.5 Ga, and so future rock-based subdivision of pre-Cryogenian time, eventually by use of global stratotypes (GSSPs), will likely require only modest deviation from current chronometric boundaries (GSSAs) at 2.5, 1.6 and 1.0 Ga, respectively. Here we argue that removal of GSSAs could be expedited by establishing event-based concepts and provisional, approximate ages for eon-, era- and period-level subdivisions as soon as practicable, in line with ratification of an Ediacaran GSSP in 2004 and chronostratigraphic definition of the Cryogenian Period at c. 720 Ma in 2012. We also outline the geological basis behind current chronometric divisions, explore how they might differ in any future rock-based scheme, identify where major issues might arise during the transition, and outline where some immediate changes to the present scheme could be easily updated/formalised, as a framework for future GSSP development. In line with these aims, we note that the currently recommended four-fold Archean subdivision has not been formally ratified and agree with previous workers that it could be simplified to an informal three-fold subdivision, pending more detailed analysis. Although the ages of period boundaries would inevitably change in a more closely rock-based or chronostratigraphic scheme, we support retention of all currently ratified period names. Existing period names, borrowed from the Greek, were chosen to delimit natural phenomena of global reach. Any new global nomenclature ought to follow this lead for consistency, and so we discourage the use of supercontinent names (e.g. Rodinian, Columbian) and regional phenomena, however exceptional. In this regard, we tentatively suggest that a new period (e.g. the \u2018Kratian\u2019), could precede the Tonian as the first period of the Neoproterozoic Era and we concur with previous authors that the existing Siderian Period (named for banded iron formations) would fit better as a chronostratigraphically defined period of the terminal Archean. Indeed, all pre-Cryogenian subdivisions will need more conceptual grounding in any future chronostratigraphic scheme. We conclude that improved rock-based division of the Proterozoic Eon would likely comprise a three-fold, period-level subdivision of the Paleoproterozoic Era (Oxygenian Rhyacian, Orosirian), a four-fold subdivision of the Mesoproterozoic Era (Statherian, Calymmian, Ectasian, Stenian) and potentially four-fold subdivision of the Neoproterozoic Era (pre-Tonian \u2018Kratian\u2019, Tonian, Cryogenian and Ediacaran). Future refinements towards an improved rock-based pre-Cryogenian geological time scale could be propoosed by new international bodies to cover the 1) pre-Ediacaran Neoproterozoic, 2) Mesoproterozoic, 3) Paleoproterozoic and 4) Archean (and Hadean) as few experts and disciplines can speak to the entire pre-Cryogenian rock record." - }, "esources": [ { - "source": "pub_html", - "location": "http://eartharxiv.org/repository/view/1712/" + "location": "http://eartharxiv.org/repository/view/1712/", + "source": "pub_html" } - ] + ], + "persistentIDs": [ + { + "DOI": "10.31223/X5FW25" + } + ], + "pubDate": { + "electrDate": "2022-01-31" + }, + "publication": { + "pubYear": "2022" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Towards a new geological time scale: A template for improved rock-based subdivision of pre-Cryogenian time" + } } diff --git a/tests/stubdata/output/crossref_preprint_10.31223-X5WD2C.json b/tests/stubdata/output/crossref_preprint_10.31223-X5WD2C.json index c3c708f..a7d0214 100644 --- a/tests/stubdata/output/crossref_preprint_10.31223-X5WD2C.json +++ b/tests/stubdata/output/crossref_preprint_10.31223-X5WD2C.json @@ -1,74 +1,74 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2022-04-17" - }, - "publication": { - "pubYear": "2022" - }, - "persistentIDs": [ - { - "DOI": "10.31223/X5WD2C" - } - ], "authors": [ { "name": { - "surname": "Halamka", - "given_name": "Toby" + "given_name": "Toby", + "surname": "Halamka" } }, { "name": { - "surname": "Raberg", - "given_name": "Jonathan" + "given_name": "Jonathan", + "surname": "Raberg" } }, { "name": { - "surname": "McFarlin", - "given_name": "Jamie" + "given_name": "Jamie", + "surname": "McFarlin" } }, { "name": { - "surname": "Younkin", - "given_name": "Adam" + "given_name": "Adam", + "surname": "Younkin" } }, { "name": { - "surname": "Mulligan", - "given_name": "Christopher" + "given_name": "Christopher", + "surname": "Mulligan" } }, { "name": { - "surname": "Liu", - "given_name": "Xiao-Lei" + "given_name": "Xiao-Lei", + "surname": "Liu" } }, { "name": { - "surname": "Kopf", - "given_name": "Sebastian" + "given_name": "Sebastian", + "surname": "Kopf" } } ], - "title": { - "textEnglish": "Production of diverse brGDGTs by Acidobacterium Solibacter usitatus in response to temperature, pH, and O2 provides a culturing perspective on brGDGT paleoproxies and biosynthesis" - }, "esources": [ { - "source": "pub_html", - "location": "http://eartharxiv.org/repository/view/3263/" + "location": "http://eartharxiv.org/repository/view/3263/", + "source": "pub_html" } - ] + ], + "persistentIDs": [ + { + "DOI": "10.31223/X5WD2C" + } + ], + "pubDate": { + "electrDate": "2022-04-17" + }, + "publication": { + "pubYear": "2022" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Production of diverse brGDGTs by Acidobacterium Solibacter usitatus in response to temperature, pH, and O2 provides a culturing perspective on brGDGT paleoproxies and biosynthesis" + } } diff --git a/tests/stubdata/output/datacite_schema3.1_example-full.json b/tests/stubdata/output/datacite_schema3.1_example-full.json index 63451cd..279eaaf 100644 --- a/tests/stubdata/output/datacite_schema3.1_example-full.json +++ b/tests/stubdata/output/datacite_schema3.1_example-full.json @@ -1,53 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "relatedTo": [ - { - "relationship": "related", - "relatedDocID": "http://data.datacite.org/application/citeproc+json/10.5072/example-full" - }, - { - "relationship": "related", - "relatedDocID": "arXiv:0706.0001" - } - ], - "pubDate": { - "electrDate": "2014", - "otherDate": [ - { - "otherDateType": "Updated", - "otherDateValue": "2014-10-17" - } - ] - }, - "publication": { - "publisher": "DataCite", - "pubYear": "2014" + "abstract": { + "textEnglish": "XML example of all DataCite Metadata Schema v3.1 properties." }, - "persistentIDs": [ - { - "DOI": "10.5072/example-full" - } - ], - "publisherIDs": [ - { - "attribute": "URL", - "Identifier": "http://schema.datacite.org/schema/meta/kernel-3.1/example/datacite-example-full-v3.1.xml" - } - ], "authors": [ { - "name": { - "surname": "Miller", - "given_name": "Elizabeth", - "pubraw": "Miller, Elizabeth" - }, "affiliation": [ { "affPubRaw": "DataCite" @@ -55,18 +11,29 @@ ], "attrib": { "orcid": "0000-0001-5000-0007" + }, + "name": { + "given_name": "Elizabeth", + "pubraw": "Miller, Elizabeth", + "surname": "Miller" } } ], + "doctype": "software", + "keywords": [ + { + "keyString": "000 computer science", + "keySystem": "datacite" + } + ], + "openAccess": { + "license": "CC0 1.0 Universal", + "licenseURL": "http://creativecommons.org/publicdomain/zero/1.0/", + "open": true + }, "otherContributor": [ { - "role": "ProjectLeader", "contrib": { - "name": { - "surname": "Starr", - "given_name": "Joan", - "pubraw": "Starr, Joan" - }, "affiliation": [ { "affPubRaw": "California Digital Library" @@ -74,29 +41,62 @@ ], "attrib": { "orcid": "0000-0002-7285-027X" + }, + "name": { + "given_name": "Joan", + "pubraw": "Starr, Joan", + "surname": "Starr" } - } + }, + "role": "ProjectLeader" } ], - "title": { - "textEnglish": "Full DataCite XML Example" + "persistentIDs": [ + { + "DOI": "10.5072/example-full" + } + ], + "pubDate": { + "electrDate": "2014", + "otherDate": [ + { + "otherDateType": "Updated", + "otherDateValue": "2014-10-17" + } + ] }, - "subtitle": { - "textEnglish": "Demonstration of DataCite Properties." + "publication": { + "pubYear": "2014", + "publisher": "DataCite" }, - "abstract": { - "textEnglish": "XML example of all DataCite Metadata Schema v3.1 properties." + "publisherIDs": [ + { + "Identifier": "http://schema.datacite.org/schema/meta/kernel-3.1/example/datacite-example-full-v3.1.xml", + "attribute": "URL" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, - "doctype": "software", - "keywords": [ + "relatedTo": [ { - "keyString": "000 computer science", - "keySystem": "datacite" + "relatedDocID": "http://data.datacite.org/application/citeproc+json/10.5072/example-full", + "relationship": "related" + }, + { + "relatedDocID": "arXiv:0706.0001", + "relationship": "related" } ], - "openAccess": { - "open": true, - "license": "CC0 1.0 Universal", - "licenseURL": "http://creativecommons.org/publicdomain/zero/1.0/" + "subtitle": { + "textEnglish": "Demonstration of DataCite Properties." + }, + "title": { + "textEnglish": "Full DataCite XML Example" } } diff --git a/tests/stubdata/output/datacite_schema4.1_example-full.json b/tests/stubdata/output/datacite_schema4.1_example-full.json index aa10e03..e1cc2f4 100644 --- a/tests/stubdata/output/datacite_schema4.1_example-full.json +++ b/tests/stubdata/output/datacite_schema4.1_example-full.json @@ -1,52 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "relatedTo": [ - { - "relationship": "related", - "relatedDocID": "https://data.datacite.org/application/citeproc+json/10.5072/example-full" - }, - { - "relationship": "related", - "relatedDocID": "arXiv:0706.0001" - } - ], - "pubDate": { - "electrDate": "2014", - "otherDate": [ - { - "otherDateType": "Updated", - "otherDateValue": "2017-09-13" - } - ] - }, - "publication": { - "publisher": "DataCite", - "pubYear": "2014" + "abstract": { + "textEnglish": "XML example of all DataCite Metadata Schema v4.1 properties." }, - "persistentIDs": [ - { - "DOI": "10.5072/example-full" - } - ], - "publisherIDs": [ - { - "attribute": "URL", - "Identifier": "https://schema.datacite.org/meta/kernel-4.1/example/datacite-example-full-v4.1.xml" - } - ], "authors": [ { - "name": { - "surname": "Miller", - "given_name": "Elizabeth" - }, "affiliation": [ { "affPubRaw": "DataCite" @@ -54,17 +11,28 @@ ], "attrib": { "orcid": "0000-0001-5000-0007" + }, + "name": { + "given_name": "Elizabeth", + "surname": "Miller" } } ], + "doctype": "software", + "keywords": [ + { + "keyString": "000 computer science", + "keySystem": "datacite" + } + ], + "openAccess": { + "license": "CC0 1.0 Universal", + "licenseURL": "http://creativecommons.org/publicdomain/zero/1.0/", + "open": true + }, "otherContributor": [ { - "role": "ProjectLeader", "contrib": { - "name": { - "surname": "Starr", - "given_name": "Joan" - }, "affiliation": [ { "affPubRaw": "California Digital Library" @@ -72,29 +40,61 @@ ], "attrib": { "orcid": "0000-0002-7285-027X" + }, + "name": { + "given_name": "Joan", + "surname": "Starr" } - } + }, + "role": "ProjectLeader" } ], - "title": { - "textEnglish": "Full DataCite XML Example" + "persistentIDs": [ + { + "DOI": "10.5072/example-full" + } + ], + "pubDate": { + "electrDate": "2014", + "otherDate": [ + { + "otherDateType": "Updated", + "otherDateValue": "2017-09-13" + } + ] }, - "subtitle": { - "textEnglish": "Demonstration of DataCite Properties." + "publication": { + "pubYear": "2014", + "publisher": "DataCite" }, - "abstract": { - "textEnglish": "XML example of all DataCite Metadata Schema v4.1 properties." + "publisherIDs": [ + { + "Identifier": "https://schema.datacite.org/meta/kernel-4.1/example/datacite-example-full-v4.1.xml", + "attribute": "URL" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, - "doctype": "software", - "keywords": [ + "relatedTo": [ { - "keyString": "000 computer science", - "keySystem": "datacite" + "relatedDocID": "https://data.datacite.org/application/citeproc+json/10.5072/example-full", + "relationship": "related" + }, + { + "relatedDocID": "arXiv:0706.0001", + "relationship": "related" } ], - "openAccess": { - "open": true, - "license": "CC0 1.0 Universal", - "licenseURL": "http://creativecommons.org/publicdomain/zero/1.0/" + "subtitle": { + "textEnglish": "Demonstration of DataCite Properties." + }, + "title": { + "textEnglish": "Full DataCite XML Example" } } diff --git a/tests/stubdata/output/datacite_schema4.1_example-software.json b/tests/stubdata/output/datacite_schema4.1_example-software.json index b65784b..d68cb84 100644 --- a/tests/stubdata/output/datacite_schema4.1_example-software.json +++ b/tests/stubdata/output/datacite_schema4.1_example-software.json @@ -1,117 +1,61 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "relatedTo": [ - { - "relationship": "updated", - "relatedDocID": "doi:10.5072/example-software-1.0" - }, - { - "relationship": "related", - "relatedDocID": "doi:10.5072/example-software-repository" - } - ], - "pubDate": { - "electrDate": "2017", - "otherDate": [ - { - "otherDateType": "Issued", - "otherDateValue": "2017-05-08" - }, - { - "otherDateType": "Available", - "otherDateValue": "2017-05-08" - } - ] - }, - "publication": { - "publisher": "Apollo - University of Cambridge Repository", - "pubYear": "2017" + "abstract": { + "textEnglish": "Set of scripts used to process direct infusion mass spectrometry data as described in the associated paper" }, - "persistentIDs": [ - { - "DOI": "10.5072/example-software-2.0" - } - ], "authors": [ { - "name": { - "surname": "Zielinski", - "given_name": "AT", - "pubraw": "Zielinski, AT" - }, "attrib": { "orcid": "0000-0002-2997-2175" + }, + "name": { + "given_name": "AT", + "pubraw": "Zielinski, AT", + "surname": "Zielinski" } }, { "name": { - "surname": "Kalberer", "given_name": "M", - "pubraw": "Kalberer, M" + "pubraw": "Kalberer, M", + "surname": "Kalberer" } }, { "name": { - "surname": "Bortolini", "given_name": "C", - "pubraw": "Bortolini, C" + "pubraw": "Bortolini, C", + "surname": "Bortolini" } }, { "name": { - "surname": "Giorio", "given_name": "C", - "pubraw": "Giorio, C" + "pubraw": "Giorio, C", + "surname": "Giorio" } }, { "name": { - "surname": "Fuller", "given_name": "SJ", - "pubraw": "Fuller, SJ" + "pubraw": "Fuller, SJ", + "surname": "Fuller" } }, { "name": { - "surname": "Kourtchev", "given_name": "I", - "pubraw": "Kourtchev, I" + "pubraw": "Kourtchev, I", + "surname": "Kourtchev" } }, { "name": { - "surname": "Popoola", "given_name": "O", - "pubraw": "Popoola, O" + "pubraw": "Popoola, O", + "surname": "Popoola" } } ], - "otherContributor": [ - { - "role": "HostingInstitution", - "contrib": { - "name": { - "surname": "Cambridge Repository", - "given_name": "Apollo", - "middle_name": "- University of", - "pubraw": "Apollo - University of Cambridge Repository" - } - } - } - ], - "title": { - "textEnglish": "Code supporting \"A new processing scheme for ultra-high resolution direct infusion mass spectrometry data\"" - }, - "abstract": { - "textEnglish": "Set of scripts used to process direct infusion mass spectrometry data as described in the associated paper" - }, "doctype": "software", "keywords": [ { @@ -140,8 +84,64 @@ } ], "openAccess": { - "open": true, "license": "GNU General Public License version 3", - "licenseURL": "https://opensource.org/licenses/GPL-3.0" + "licenseURL": "https://opensource.org/licenses/GPL-3.0", + "open": true + }, + "otherContributor": [ + { + "contrib": { + "name": { + "given_name": "Apollo", + "middle_name": "- University of", + "pubraw": "Apollo - University of Cambridge Repository", + "surname": "Cambridge Repository" + } + }, + "role": "HostingInstitution" + } + ], + "persistentIDs": [ + { + "DOI": "10.5072/example-software-2.0" + } + ], + "pubDate": { + "electrDate": "2017", + "otherDate": [ + { + "otherDateType": "Issued", + "otherDateValue": "2017-05-08" + }, + { + "otherDateType": "Available", + "otherDateValue": "2017-05-08" + } + ] + }, + "publication": { + "pubYear": "2017", + "publisher": "Apollo - University of Cambridge Repository" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "relatedTo": [ + { + "relatedDocID": "doi:10.5072/example-software-1.0", + "relationship": "updated" + }, + { + "relatedDocID": "doi:10.5072/example-software-repository", + "relationship": "related" + } + ], + "title": { + "textEnglish": "Code supporting \"A new processing scheme for ultra-high resolution direct infusion mass spectrometry data\"" } } diff --git a/tests/stubdata/output/datacite_schema4_example-habanero-pdsdataset.json b/tests/stubdata/output/datacite_schema4_example-habanero-pdsdataset.json index 3acddee..365fa7b 100644 --- a/tests/stubdata/output/datacite_schema4_example-habanero-pdsdataset.json +++ b/tests/stubdata/output/datacite_schema4_example-habanero-pdsdataset.json @@ -1,104 +1,104 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "relatedTo": [ - { - "relationship": "supplement", - "relatedDocID": "10.1016/j.icarus.2009.02.005" - } - ], - "pubDate": { - "electrDate": "2020", - "otherDate": [ - { - "otherDateType": "Available", - "otherDateValue": "2020-08-14" - } - ] - }, - "publication": { - "publisher": "NASA Planetary Data System ", - "pubYear": "2020" + "abstract": { + "textEnglish": "The Bus-DeMeo asteroid taxonomy classification system, described in DeMeo et al. (2009), is based on reflectance spectrum characteristics for 371 asteroids measured over the wavelength 0.45 to 2.45 microns. This system of 24 classes is constructed using principal component analysis, following most closely the visible wavelength taxonomy of Bus (1999), which itself builds upon the system of Tholen (1984). Nearly all of the Bus taxonomy classes are preserved, with one new class (Sv) defined. This data set includes a table of classifications in the Bus-DeMeo system for the 371 asteroids upon which the system is based. It also includes mean spectra for each of the classes." }, - "persistentIDs": [ - { - "DOI": "10.26033/089P-C283" - } - ], - "publisherIDs": [ - { - "attribute": "PDS4 Bundle LIDVID", - "Identifier": "urn:nasa:pds:ast.bus-demeo.taxonomy::1.0" - } - ], "authors": [ { - "name": { - "surname": "DeMeo", - "given_name": "Francesca" - }, "attrib": { "orcid": "0000-0002-8397-4219" + }, + "name": { + "given_name": "Francesca", + "surname": "DeMeo" } }, { - "name": { - "surname": "Binzel", - "given_name": "Richard P." - }, "attrib": { "orcid": "0000-0002-9995-7341" + }, + "name": { + "given_name": "Richard P.", + "surname": "Binzel" } }, { - "name": { - "surname": "Slivan", - "given_name": "Stephen M." - }, "attrib": { "orcid": "0000-0003-3291-8708" + }, + "name": { + "given_name": "Stephen M.", + "surname": "Slivan" } }, { - "name": { - "surname": "Bus", - "given_name": "Schelte J." - }, "attrib": { "orcid": "0000-0003-4191-6536" + }, + "name": { + "given_name": "Schelte J.", + "surname": "Bus" } } ], + "doctype": "misc", + "keywords": [ + { + "keyID": "72", + "keyString": "Asteroids", + "keySystem": "UAT" + } + ], "otherContributor": [ { - "role": "DataCurator", "contrib": { "name": { - "surname": "Small Bodies Node", "given_name": "PDS", - "pubraw": "PDS Small Bodies Node" + "pubraw": "PDS Small Bodies Node", + "surname": "Small Bodies Node" } - } + }, + "role": "DataCurator" } ], - "title": { - "textEnglish": "Bus-DeMeo Asteroid Taxonomy Bundle V1.0" + "persistentIDs": [ + { + "DOI": "10.26033/089P-C283" + } + ], + "pubDate": { + "electrDate": "2020", + "otherDate": [ + { + "otherDateType": "Available", + "otherDateValue": "2020-08-14" + } + ] }, - "abstract": { - "textEnglish": "The Bus-DeMeo asteroid taxonomy classification system, described in DeMeo et al. (2009), is based on reflectance spectrum characteristics for 371 asteroids measured over the wavelength 0.45 to 2.45 microns. This system of 24 classes is constructed using principal component analysis, following most closely the visible wavelength taxonomy of Bus (1999), which itself builds upon the system of Tholen (1984). Nearly all of the Bus taxonomy classes are preserved, with one new class (Sv) defined. This data set includes a table of classifications in the Bus-DeMeo system for the 371 asteroids upon which the system is based. It also includes mean spectra for each of the classes." + "publication": { + "pubYear": "2020", + "publisher": "NASA Planetary Data System " }, - "doctype": "misc", - "keywords": [ + "publisherIDs": [ { - "keyString": "Asteroids", - "keySystem": "UAT", - "keyID": "72" + "Identifier": "urn:nasa:pds:ast.bus-demeo.taxonomy::1.0", + "attribute": "PDS4 Bundle LIDVID" } - ] + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "relatedTo": [ + { + "relatedDocID": "10.1016/j.icarus.2009.02.005", + "relationship": "supplement" + } + ], + "title": { + "textEnglish": "Bus-DeMeo Asteroid Taxonomy Bundle V1.0" + } } diff --git a/tests/stubdata/output/els_missing_keywords_tag.json b/tests/stubdata/output/els_missing_keywords_tag.json index d95db44..11b97f0 100644 --- a/tests/stubdata/output/els_missing_keywords_tag.json +++ b/tests/stubdata/output/els_missing_keywords_tag.json @@ -1,6 +1,6 @@ { "abstract": { - "textEnglish": "In this issue of Chem, Nagib and co-workers report an operationally simple approach for direct C–H halogenation of arenes and (hetero)arenes through in situ activation of commercially available PhI(OAc)2. The resulting non-symmetrical iodanes offer chemists new tools for the mild halogenation of arene scaffolds with exquisite selectivity and tunability." + "textEnglish": "In this issue of Chem, Nagib and co-workers report an operationally simple approach for direct C\u2013H halogenation of arenes and (hetero)arenes through in situ activation of commercially available PhI(OAc)2. The resulting non-symmetrical iodanes offer chemists new tools for the mild halogenation of arene scaffolds with exquisite selectivity and tunability." }, "authors": [ { diff --git a/tests/stubdata/output/jats_a+a_multiparagraph_abstract.json b/tests/stubdata/output/jats_a+a_multiparagraph_abstract.json index d5d6691..d9399ea 100644 --- a/tests/stubdata/output/jats_a+a_multiparagraph_abstract.json +++ b/tests/stubdata/output/jats_a+a_multiparagraph_abstract.json @@ -1,314 +1,367 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2021-12-20" - ], - "acceptedDate": "2022-11-12" - }, - "pubDate": { - "electrDate": "2023-01-27", - "printDate": "2023-02-00" - }, - "publication": { - "pubName": "Astronomy & Astrophysics", - "publisher": "EDP Sciences", - "issueNum": "None", - "volumeNum": "670", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0004-6361" - }, - { - "pubtype": "epub", - "issnString": "1432-0746" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1051/0004-6361/202142959" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "aa42959-21" - }, - { - "attribute": "other", - "Identifier": "2023A%26A...670A..13L" - } - ], - "pagination": { - "pageCount": "13", - "electronicID": "A13" + "abstract": { + "textEnglish": "Context. V838 Monocerotis is a peculiar binary that underwent an immense stellar explosion in 2002, leaving behind an expanding cool supergiant and a hot B3V companion. Five years after the outburst, the B3V companion disappeared from view, and has not returned to its original state.\nAims. We investigate the changes in the light curve and spectral features to explain the behaviour of V838 Mon during the current long-lasting minimum.\nMethods. A monitoring campaign has been performed over the past 13 years with the Nordic Optical Telescope to obtain optical photometric and spectroscopic data. The datasets are used to analyse the temporal evolution of the spectral features and the spectral energy distribution, and to characterise the object.\nResults. Our photometric data show a steady brightening in all bands over the past 13 years, which is particularly prominent in the blue. This rise is also reflected in the spectra, showing a gradual relative increase in the continuum flux at shorter wavelengths. In addition, a slow brightening of the H\u03b1 emission line starting in 2015 was detected. These changes might imply that the B3V companion is slowly reappearing. During the same time interval, our analysis reveals a considerable change in the observed colours of the object along with a steady decrease in the strength and width of molecular absorption bands in our low-resolution spectra. These changes suggest a rising temperature of the cool supergiant along with a weakening of its wind, most likely combined with a slow recovery of the secondary due to the evaporation of the dust and accretion of the material from the shell in which the hot companion is embedded. From our medium-resolution spectra, we find that the heliocentric radial velocity of the atomic absorption line of Ti I 6556.06 \u00c5 has been stable for more than a decade. We propose that Ti I lines are tracing the velocity of the red supergiant in V838 Mon, and do not represent the infalling matter as previously stated. \u22c6 Full Tables 2 and 4 and spectra (FITS files) are only available at the CDS via anonymous ftp to cdsarc.cds.unistra.fr (130.79.128.5) or via https://cdsarc.cds.unistra.fr/viz-bin/cat/J/A+A/670/A13" }, "authors": [ { - "name": { - "surname": "Liimets", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic" }, { - "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia", - "affPubID": "AFF2" + "affPubID": "AFF2", + "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia" } ], "attrib": { "orcid": "0000-0003-2196-9091" + }, + "name": { + "given_name": "T.", + "surname": "Liimets" } }, { - "name": { - "surname": "Kolka", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia", - "affPubID": "AFF2" + "affPubID": "AFF2", + "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Kolka" + } }, { - "name": { - "surname": "Kraus", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic" } ], "attrib": { "orcid": "0000-0002-4502-6330" + }, + "name": { + "given_name": "M.", + "surname": "Kraus" } }, { - "name": { - "surname": "Eenm\u00e4e", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia", - "affPubID": "AFF2" + "affPubID": "AFF2", + "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Eenm\u00e4e" + } }, { - "name": { - "surname": "Tuvikene", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia", - "affPubID": "AFF2" + "affPubID": "AFF2", + "affPubRaw": "Tartu Observatory, University of Tartu, Observatooriumi 1, 61602 T\u00f5ravere, Estonia" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Tuvikene" + } }, { - "name": { - "surname": "Augusteijn", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain", - "affPubID": "AFF3" + "affPubID": "AFF3", + "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain" }, { - "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark", - "affPubID": "AFF4" + "affPubID": "AFF4", + "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Augusteijn" + } }, { - "name": { - "surname": "Antunes Amaral", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica y Astronom\u00eda, Universidad de Valpara\u00edso, Gran Breta\u00f1a 1111, Playa Ancha, Valpara\u00edso 2360102, Chile", - "affPubID": "AFF5" + "affPubID": "AFF5", + "affPubRaw": "Instituto de F\u00edsica y Astronom\u00eda, Universidad de Valpara\u00edso, Gran Breta\u00f1a 1111, Playa Ancha, Valpara\u00edso 2360102, Chile" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Antunes Amaral" + } }, { - "name": { - "surname": "Djupvik", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain", - "affPubID": "AFF3" + "affPubID": "AFF3", + "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain" }, { - "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark", - "affPubID": "AFF4" + "affPubID": "AFF4", + "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark" } ], "attrib": { "orcid": "0000-0001-6316-9880" + }, + "name": { + "given_name": "A. A.", + "surname": "Djupvik" } }, { - "name": { - "surname": "Telting", - "given_name": "J. H." - }, "affiliation": [ { - "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain", - "affPubID": "AFF3" + "affPubID": "AFF3", + "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain" }, { - "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark", - "affPubID": "AFF4" + "affPubID": "AFF4", + "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark" } - ] + ], + "name": { + "given_name": "J. H.", + "surname": "Telting" + } }, { - "name": { - "surname": "Deshev", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Deshev" + } }, { - "name": { - "surname": "Kankare", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Tuorla Observatory, Department of Physics and Astronomy, University of Turku, 20014 Turku, Finland", - "affPubID": "AFF6" + "affPubID": "AFF6", + "affPubRaw": "Tuorla Observatory, Department of Physics and Astronomy, University of Turku, 20014 Turku, Finland" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Kankare" + } }, { - "name": { - "surname": "Kankare", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Kankare" + } }, { - "name": { - "surname": "Lindberg", - "given_name": "J. E." - }, "affiliation": [ { - "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "Astronomical Institute, Czech Academy of Sciences, Fri\u010dova 298, 25165 Ond\u0159ejov, Czech Republic" } ], "attrib": { "orcid": "0000-0003-3811-4591" + }, + "name": { + "given_name": "J. E.", + "surname": "Lindberg" } }, { - "name": { - "surname": "Amby", - "given_name": "T. M." - }, "affiliation": [ { - "affPubRaw": "Viborg Katedralskole, Gl.Skivevej 2, 8800 Viborg, Denmark", - "affPubID": "AFF7" + "affPubID": "AFF7", + "affPubRaw": "Viborg Katedralskole, Gl.Skivevej 2, 8800 Viborg, Denmark" } - ] + ], + "name": { + "given_name": "T. M.", + "surname": "Amby" + } }, { - "name": { - "surname": "Pursimo", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain", - "affPubID": "AFF3" + "affPubID": "AFF3", + "affPubRaw": "Nordic Optical Telescope, Rambla Jos\u00e9 Ana Fern\u00e1ndez, P\u00e9rez 7, 38711 Bre\u00f1a Baja, Spain" }, { - "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark", - "affPubID": "AFF4" + "affPubID": "AFF4", + "affPubRaw": "Department of Physics and Astronomy, Aarhus University, Munkegade 120, 8000 Aarhus C, Denmark" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Pursimo" + } }, { - "name": { - "surname": "Somero", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Tuorla Observatory, Department of Physics and Astronomy, University of Turku, 20014 Turku, Finland", - "affPubID": "AFF6" + "affPubID": "AFF6", + "affPubRaw": "Tuorla Observatory, Department of Physics and Astronomy, University of Turku, 20014 Turku, Finland" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Somero" + } }, { - "name": { - "surname": "Thygesen", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, University of Warwick, Coventry CV4 7AL, UK", - "affPubID": "AFF8" + "affPubID": "AFF8", + "affPubRaw": "Department of Physics, University of Warwick, Coventry CV4 7AL, UK" }, { - "affPubRaw": "Institut d\u2019astrophysique de Paris, CNRS, UMR 7095 & Sorbonne Universit\u00e9s, UPMC Paris 6, 98 Boulevard Arago, 75014 Paris, France", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Institut d\u2019astrophysique de Paris, CNRS, UMR 7095 & Sorbonne Universit\u00e9s, UPMC Paris 6, 98 Boulevard Arago, 75014 Paris, France" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Thygesen" + } }, { "name": { - "surname": "Str\u00f8m", - "given_name": "P. A." + "given_name": "P. A.", + "surname": "Str\u00f8m" } } ], - "title": { - "textEnglish": "V838 Mon: A slow waking up of Sleeping Beauty?", - "textNotes": [ - "\u22c6 Full Tables 2 and 4 and spectra (FITS files) are only available at the CDS via anonymous ftp to cdsarc.cds.unistra.fr (130.79.128.5) or via https://cdsarc.cds.unistra.fr/viz-bin/cat/J/A+A/670/A13" + "copyright": { + "statement": "\u00a9 T. Liimets et al. 2023", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-11-12", + "receivedDates": [ + "2021-12-20" ] }, - "abstract": { - "textEnglish": "Context. V838 Monocerotis is a peculiar binary that underwent an immense stellar explosion in 2002, leaving behind an expanding cool supergiant and a hot B3V companion. Five years after the outburst, the B3V companion disappeared from view, and has not returned to its original state.\nAims. We investigate the changes in the light curve and spectral features to explain the behaviour of V838 Mon during the current long-lasting minimum.\nMethods. A monitoring campaign has been performed over the past 13 years with the Nordic Optical Telescope to obtain optical photometric and spectroscopic data. The datasets are used to analyse the temporal evolution of the spectral features and the spectral energy distribution, and to characterise the object.\nResults. Our photometric data show a steady brightening in all bands over the past 13 years, which is particularly prominent in the blue. This rise is also reflected in the spectra, showing a gradual relative increase in the continuum flux at shorter wavelengths. In addition, a slow brightening of the H\u03b1 emission line starting in 2015 was detected. These changes might imply that the B3V companion is slowly reappearing. During the same time interval, our analysis reveals a considerable change in the observed colours of the object along with a steady decrease in the strength and width of molecular absorption bands in our low-resolution spectra. These changes suggest a rising temperature of the cool supergiant along with a weakening of its wind, most likely combined with a slow recovery of the secondary due to the evaporation of the dust and accretion of the material from the shell in which the hot companion is embedded. From our medium-resolution spectra, we find that the heliocentric radial velocity of the atomic absorption line of Ti I 6556.06 \u00c5 has been stable for more than a decade. We propose that Ti I lines are tracing the velocity of the red supergiant in V838 Mon, and do not represent the infalling matter as previously stated. \u22c6 Full Tables 2 and 4 and spectra (FITS files) are only available at the CDS via anonymous ftp to cdsarc.cds.unistra.fr (130.79.128.5) or via https://cdsarc.cds.unistra.fr/viz-bin/cat/J/A+A/670/A13" + "esources": [ + { + "location": "https://www.aanda.org/articles/aa/full_html/2023/02/aa42959-21/aa42959-21.html", + "source": "pub_html" + }, + { + "location": "https://www.aanda.org/articles/aa/pdf/2023/02/aa42959-21.pdf", + "source": "pub_pdf" + } + ], + "funding": [ + { + "agencyid": { + "idvalue": "Czech Science Foundation" + }, + "awardnumber": "20-00150S" + }, + { + "agencyid": { + "idvalue": "European Union\u2019s Framework Programme for Research and Innovation Horizon 2020" + }, + "awardnumber": "823734" + } + ], + "keywords": [ + { + "keyString": "stars: individual: V838 Mon", + "keySystem": "misc" + }, + { + "keyString": "stars: evolution", + "keySystem": "misc" + }, + { + "keyString": "stars: peculiar", + "keySystem": "misc" + }, + { + "keyString": "stars: mass-loss", + "keySystem": "misc" + }, + { + "keyString": "techniques: photometric", + "keySystem": "misc" + }, + { + "keyString": "techniques: spectroscopic", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "Open Access article, published by EDP Sciences, under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.", + "licenseURL": "https://www.edpsciences.org", + "open": true + }, + "pagination": { + "electronicID": "A13", + "pageCount": "13" + }, + "persistentIDs": [ + { + "DOI": "10.1051/0004-6361/202142959" + } + ], + "pubDate": { + "electrDate": "2023-01-27", + "printDate": "2023-02-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-6361", + "pubtype": "ppub" + }, + { + "issnString": "1432-0746", + "pubtype": "epub" + } + ], + "issueNum": "None", + "pubName": "Astronomy & Astrophysics", + "pubYear": "2023", + "publisher": "EDP Sciences", + "volumeNum": "670" + }, + "publisherIDs": [ + { + "Identifier": "aa42959-21", + "attribute": "publisher-id" + }, + { + "Identifier": "2023A%26A...670A..13L", + "attribute": "other" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Af\u015far, M., & Bond, H. E. 2007, AJ, 133, 387 ", @@ -367,63 +420,10 @@ " Woodward, C. E., Evans, A., Banerjee, D. P. K., et al. 2021, AJ, 162, 183 ", " Worthey, G., & Lee, H.-C. 2011, A&AS, 193, 1 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://www.aanda.org/articles/aa/full_html/2023/02/aa42959-21/aa42959-21.html" - }, - { - "source": "pub_pdf", - "location": "https://www.aanda.org/articles/aa/pdf/2023/02/aa42959-21.pdf" - } - ], - "keywords": [ - { - "keyString": "stars: individual: V838 Mon", - "keySystem": "misc" - }, - { - "keyString": "stars: evolution", - "keySystem": "misc" - }, - { - "keyString": "stars: peculiar", - "keySystem": "misc" - }, - { - "keyString": "stars: mass-loss", - "keySystem": "misc" - }, - { - "keyString": "techniques: photometric", - "keySystem": "misc" - }, - { - "keyString": "techniques: spectroscopic", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 T. Liimets et al. 2023" - }, - "openAccess": { - "open": true, - "license": "Open Access article, published by EDP Sciences, under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.", - "licenseURL": "https://www.edpsciences.org" - }, - "funding": [ - { - "agencyid": { - "idvalue": "Czech Science Foundation" - }, - "awardnumber": "20-00150S" - }, - { - "agencyid": { - "idvalue": "European Union\u2019s Framework Programme for Research and Innovation Horizon 2020" - }, - "awardnumber": "823734" - } - ] + "title": { + "textEnglish": "V838 Mon: A slow waking up of Sleeping Beauty?", + "textNotes": [ + "\u22c6 Full Tables 2 and 4 and spectra (FITS files) are only available at the CDS via anonymous ftp to cdsarc.cds.unistra.fr (130.79.128.5) or via https://cdsarc.cds.unistra.fr/viz-bin/cat/J/A+A/670/A13" + ] + } } diff --git a/tests/stubdata/output/jats_a+a_subtitle.json b/tests/stubdata/output/jats_a+a_subtitle.json index a7a1f0d..77b545f 100644 --- a/tests/stubdata/output/jats_a+a_subtitle.json +++ b/tests/stubdata/output/jats_a+a_subtitle.json @@ -1,664 +1,704 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-06-07" - ], - "acceptedDate": "2022-11-28" - }, - "pubDate": { - "electrDate": "2023-03-00" - }, - "publication": { - "pubName": "Astronomy & Astrophysics", - "publisher": "EDP Sciences", - "issueNum": "None", - "volumeNum": "671", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0004-6361" - }, - { - "pubtype": "epub", - "issnString": "1432-0746" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1051/0004-6361/202244205" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "aa44205-22" - } - ], - "pagination": { - "pageCount": "21", - "electronicID": "A84" + "abstract": { + "textEnglish": "The study of the properties of galaxies in the first billion years after the Big Bang is one of the major topics of current astrophysics. Optical and near-infrared spectroscopy of the afterglows of long gamma-ray bursts (GRBs) provides a powerful diagnostic tool to probe the interstellar medium (ISM) of their host galaxies and foreground absorbers, even up to the highest redshifts. We analyze the VLT/X-shooter afterglow spectrum of GRB 210905A, triggered by the Neil Gehrels Swift Observatory, and detect neutral hydrogen, low-ionization, high-ionization, and fine-structure absorption lines from a complex system at z = 6.3118, which we associate with the GRB host galaxy. We use them to study the ISM properties of the host system, revealing the metallicity, kinematics, and chemical abundance pattern of its gas along the GRB line of sight. We also detect absorption lines from at least two foreground absorbers at z = 5.7390 and z = 2.8296. The total metallicity of the z \u223c 6.3 system is [M/H]tot = \u22121.72 \u00b1 0.13, after correcting for dust depletion and taking \u03b1-element enhancement into account, as suggested by our analysis. This is consistent with the values found for the other two GRBs at z \u223c 6 with spectroscopic data showing metal absorption lines (GRB 050904 and GRB 130606A), and it is at the higher end of the metallicity distribution of quasar damped Lyman-\u03b1 systems (QSO-DLAs) extrapolated to such a high redshift. In addition, we determine the overall amount of dust and dust-to-metal mass ratio (DTM) ([Zn/Fe]fit = 0.33 \u00b1 0.09 and DTM = 0.18 \u00b1 0.03). We find indications of nucleosynthesis due to massive stars and, for some of the components of the gas clouds, we find evidence of peculiar nucleosynthesis, with an overabundance of aluminum (as also found for GRB 130606A). From the analysis of fine-structure lines, we determine distances of several kiloparsecs for the low-ionization gas clouds closest to the GRB. Those are farther distances than usually found for GRB host absorption systems, possibly due to the very high number of ionizing photons produced by the GRB that could ionize the line of sight up to several hundreds of parsecs. Using the HST/F140W image of the GRB field, we show the GRB host galaxy (with a possible afterglow contamination) as well as multiple objects within 2\u2033 from the GRB position. We discuss the galaxy structure and kinematics that could explain our observations, also taking into account a tentative detection of Lyman-\u03b1 emission at z = 6.3449 (\u223c1200 km s\u22121 from the GRB redshift in velocity space), and the observational properties of Lyman-\u03b1 emitters at very high redshift. This study shows the amazing potential of GRBs to access detailed information on the properties (metal enrichment, gas kinematic, dust content, nucleosynthesis...) of very high-redshift galaxies, independently of the galaxy luminosity. Deep spectroscopic observations with VLT/MUSE and JWST will offer the unique possibility of combining the information presented in this paper with the properties of the ionized gas, with the goal of better understanding how galaxies in the reionization era form and evolve." }, "authors": [ { - "name": { - "surname": "Saccardi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "GEPI, Observatoire de Paris, Universit\u00e9 PSL, CNRS, 5 place Jules Janssen, 92190 Meudon, France", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "GEPI, Observatoire de Paris, Universit\u00e9 PSL, CNRS, 5 place Jules Janssen, 92190 Meudon, France" } ], "attrib": { "orcid": "0000-0002-6950-4587" + }, + "name": { + "given_name": "A.", + "surname": "Saccardi" } }, { - "name": { - "surname": "Vergani", - "given_name": "S. D." - }, "affiliation": [ { - "affPubRaw": "GEPI, Observatoire de Paris, Universit\u00e9 PSL, CNRS, 5 place Jules Janssen, 92190 Meudon, France", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "GEPI, Observatoire de Paris, Universit\u00e9 PSL, CNRS, 5 place Jules Janssen, 92190 Meudon, France" }, { - "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Brera, Via E. Bianchi 46, 23807 Merate, LC, Italy", - "affPubID": "AFF2" + "affPubID": "AFF2", + "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Brera, Via E. Bianchi 46, 23807 Merate, LC, Italy" }, { - "affPubRaw": "Institut d\u2019Astrophysique de Paris, UMR 7095, CNRS-SU, 98 bis boulevard Arago, 75014 Paris, France", - "affPubID": "AFF3" + "affPubID": "AFF3", + "affPubRaw": "Institut d\u2019Astrophysique de Paris, UMR 7095, CNRS-SU, 98 bis boulevard Arago, 75014 Paris, France" } ], "attrib": { "orcid": "0000-0001-9398-4907" + }, + "name": { + "given_name": "S. D.", + "surname": "Vergani" } }, { - "name": { - "surname": "De Cia", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Astronomy, University of Geneva, Chemin Pegasi 51, 1290 Versoix, Switzerland", - "affPubID": "AFF4" + "affPubID": "AFF4", + "affPubRaw": "Department of Astronomy, University of Geneva, Chemin Pegasi 51, 1290 Versoix, Switzerland" } ], "attrib": { "orcid": "0000-0003-2082-1626" + }, + "name": { + "given_name": "A.", + "surname": "De Cia" } }, { - "name": { - "surname": "D\u2019Elia", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Space Science Data Center (SSDC) \u2013 Agenzia Spaziale Italiana (ASI), 00133 Roma, Italy", - "affPubID": "AFF5" + "affPubID": "AFF5", + "affPubRaw": "Space Science Data Center (SSDC) \u2013 Agenzia Spaziale Italiana (ASI), 00133 Roma, Italy" }, { - "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Roma, Via Frascati 33, 00040 Monte Porzio Catone, Italy", - "affPubID": "AFF6" + "affPubID": "AFF6", + "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Roma, Via Frascati 33, 00040 Monte Porzio Catone, Italy" } ], "attrib": { "orcid": "0000-0003-3703-4418" + }, + "name": { + "given_name": "V.", + "surname": "D\u2019Elia" } }, { - "name": { - "surname": "Heintz", - "given_name": "K. E." - }, "affiliation": [ { - "affPubRaw": "Centre for Astrophysics and Cosmology, Science Institute, University of Iceland, Dunhagi 5, 107 Reykjav\u00edk, Iceland", - "affPubID": "AFF7" + "affPubID": "AFF7", + "affPubRaw": "Centre for Astrophysics and Cosmology, Science Institute, University of Iceland, Dunhagi 5, 107 Reykjav\u00edk, Iceland" }, { - "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark", - "affPubID": "AFF8" + "affPubID": "AFF8", + "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark" }, { - "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark" } - ] + ], + "name": { + "given_name": "K. E.", + "surname": "Heintz" + } }, { - "name": { - "surname": "Izzo", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "DARK, Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen, Denmark", - "affPubID": "AFF10" + "affPubID": "AFF10", + "affPubRaw": "DARK, Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen, Denmark" } ], "attrib": { "orcid": "0000-0001-9695-8472" + }, + "name": { + "given_name": "L.", + "surname": "Izzo" } }, { - "name": { - "surname": "Palmerio", - "given_name": "J. T." - }, "affiliation": [ { - "affPubRaw": "GEPI, Observatoire de Paris, Universit\u00e9 PSL, CNRS, 5 place Jules Janssen, 92190 Meudon, France", - "affPubID": "AFF1" + "affPubID": "AFF1", + "affPubRaw": "GEPI, Observatoire de Paris, Universit\u00e9 PSL, CNRS, 5 place Jules Janssen, 92190 Meudon, France" } ], "attrib": { "orcid": "0000-0002-9408-1563" + }, + "name": { + "given_name": "J. T.", + "surname": "Palmerio" } }, { - "name": { - "surname": "Petitjean", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institut d\u2019Astrophysique de Paris, UMR 7095, CNRS-SU, 98 bis boulevard Arago, 75014 Paris, France", - "affPubID": "AFF3" + "affPubID": "AFF3", + "affPubRaw": "Institut d\u2019Astrophysique de Paris, UMR 7095, CNRS-SU, 98 bis boulevard Arago, 75014 Paris, France" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Petitjean" + } }, { - "name": { - "surname": "Rossi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy", - "affPubID": "AFF11" + "affPubID": "AFF11", + "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy" } ], "attrib": { "orcid": "0000-0002-8860-6538" + }, + "name": { + "given_name": "A.", + "surname": "Rossi" } }, { - "name": { - "surname": "de Ugarte Postigo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Artemis, Observatoire de la C\u00f4te d\u2019Azur, Universit\u00e9 C\u00f4te d\u2019Azur, CNRS, 06304 Nice, France", - "affPubID": "AFF12" + "affPubID": "AFF12", + "affPubRaw": "Artemis, Observatoire de la C\u00f4te d\u2019Azur, Universit\u00e9 C\u00f4te d\u2019Azur, CNRS, 06304 Nice, France" } ], "attrib": { "orcid": "0000-0001-7717-5085" + }, + "name": { + "given_name": "A.", + "surname": "de Ugarte Postigo" } }, { - "name": { - "surname": "Christensen", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark", - "affPubID": "AFF8" + "affPubID": "AFF8", + "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark" }, { - "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark" } ], "attrib": { "orcid": "0000-0001-8415-7547" + }, + "name": { + "given_name": "L.", + "surname": "Christensen" } }, { - "name": { - "surname": "Konstantopoulou", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Astronomy, University of Geneva, Chemin Pegasi 51, 1290 Versoix, Switzerland", - "affPubID": "AFF4" + "affPubID": "AFF4", + "affPubRaw": "Department of Astronomy, University of Geneva, Chemin Pegasi 51, 1290 Versoix, Switzerland" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Konstantopoulou" + } }, { - "name": { - "surname": "Levan", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Department of Astrophysics/IMAPP, Radboud University, 6525 AJ, Nijmegen, The Netherlands", - "affPubID": "AFF13" + "affPubID": "AFF13", + "affPubRaw": "Department of Astrophysics/IMAPP, Radboud University, 6525 AJ, Nijmegen, The Netherlands" } - ] + ], + "name": { + "given_name": "A. J.", + "surname": "Levan" + } }, { - "name": { - "surname": "Malesani", - "given_name": "D. B." - }, "affiliation": [ { - "affPubRaw": "Department of Astrophysics/IMAPP, Radboud University, 6525 AJ, Nijmegen, The Netherlands", - "affPubID": "AFF13" + "affPubID": "AFF13", + "affPubRaw": "Department of Astrophysics/IMAPP, Radboud University, 6525 AJ, Nijmegen, The Netherlands" }, { - "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark", - "affPubID": "AFF8" + "affPubID": "AFF8", + "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark" }, { - "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark" } ], "attrib": { "orcid": "0000-0002-7517-326X" + }, + "name": { + "given_name": "D. B.", + "surname": "Malesani" } }, { - "name": { - "surname": "M\u00f8ller", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark" }, { - "affPubRaw": "European Southern Observatory, Karl-Schwarzschildstrasse 2, 85748 Garching bei M\u00fcnchen, Germany", - "affPubID": "AFF14" + "affPubID": "AFF14", + "affPubRaw": "European Southern Observatory, Karl-Schwarzschildstrasse 2, 85748 Garching bei M\u00fcnchen, Germany" } ], "attrib": { "orcid": "0000-0002-9994-505X" + }, + "name": { + "given_name": "P.", + "surname": "M\u00f8ller" } }, { - "name": { - "surname": "Ramburuth-Hurt", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Astronomy, University of Geneva, Chemin Pegasi 51, 1290 Versoix, Switzerland", - "affPubID": "AFF4" + "affPubID": "AFF4", + "affPubRaw": "Department of Astronomy, University of Geneva, Chemin Pegasi 51, 1290 Versoix, Switzerland" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Ramburuth-Hurt" + } }, { - "name": { - "surname": "Salvaterra", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INAF IASF-Milano, Via Alfonso Corti 12, 20133 Milano, Italy", - "affPubID": "AFF15" + "affPubID": "AFF15", + "affPubRaw": "INAF IASF-Milano, Via Alfonso Corti 12, 20133 Milano, Italy" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Salvaterra" + } }, { - "name": { - "surname": "Tanvir", - "given_name": "N. R." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy, University of Leicester, University Road, Leicester LE1 7RH, UK", - "affPubID": "AFF16" + "affPubID": "AFF16", + "affPubRaw": "School of Physics and Astronomy, University of Leicester, University Road, Leicester LE1 7RH, UK" } ], "attrib": { "orcid": "0000-0003-3274-6336" + }, + "name": { + "given_name": "N. R.", + "surname": "Tanvir" } }, { - "name": { - "surname": "Th\u00f6ne", - "given_name": "C. C." - }, "affiliation": [ { - "affPubRaw": "Astronomical Institute (ASU CAS), Ondejov, Czech Republic", - "affPubID": "AFF17" + "affPubID": "AFF17", + "affPubRaw": "Astronomical Institute (ASU CAS), Ondejov, Czech Republic" } - ] + ], + "name": { + "given_name": "C. C.", + "surname": "Th\u00f6ne" + } }, { - "name": { - "surname": "Vejlgaard", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark", - "affPubID": "AFF8" + "affPubID": "AFF8", + "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark" }, { - "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark" } ], "attrib": { "orcid": "0000-0003-0471-5647" + }, + "name": { + "given_name": "S.", + "surname": "Vejlgaard" } }, { - "name": { - "surname": "Fynbo", - "given_name": "J. P. U." - }, "affiliation": [ { - "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark", - "affPubID": "AFF8" + "affPubID": "AFF8", + "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark" }, { - "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark" } ], "attrib": { "orcid": "0000-0002-8149-8298" + }, + "name": { + "given_name": "J. P. U.", + "surname": "Fynbo" } }, { - "name": { - "surname": "Kann", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Astrof\u00edsica de Andaluc\u00eda (IAA-CSIC), Glorieta de la Astronom\u00eda s/n, 18008 Granada, Spain", - "affPubID": "AFF18" + "affPubID": "AFF18", + "affPubRaw": "Instituto de Astrof\u00edsica de Andaluc\u00eda (IAA-CSIC), Glorieta de la Astronom\u00eda s/n, 18008 Granada, Spain" } - ] + ], + "name": { + "given_name": "D. A.", + "surname": "Kann" + } }, { - "name": { - "surname": "Schady", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, University of Bath, Bath BA2 7AY, UK", - "affPubID": "AFF19" + "affPubID": "AFF19", + "affPubRaw": "Department of Physics, University of Bath, Bath BA2 7AY, UK" } ], "attrib": { "orcid": "0000-0002-1214-770X" + }, + "name": { + "given_name": "P.", + "surname": "Schady" } }, { - "name": { - "surname": "Watson", - "given_name": "D. J." - }, "affiliation": [ { - "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark", - "affPubID": "AFF8" + "affPubID": "AFF8", + "affPubRaw": "Cosmic Dawn Center (DAWN), Copenhagen, Denmark" }, { - "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark", - "affPubID": "AFF9" + "affPubID": "AFF9", + "affPubRaw": "Niels Bohr Institute, University of Copenhagen, Jagtvej 128, 2200 Copenhagen N, Denmark" } ], "attrib": { "orcid": "0000-0002-4465-8264" + }, + "name": { + "given_name": "D. J.", + "surname": "Watson" } }, { - "name": { - "surname": "Wiersema", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physics Department, Lancaster University, Lancaster LA1 4YB, UK", - "affPubID": "AFF20" + "affPubID": "AFF20", + "affPubRaw": "Physics Department, Lancaster University, Lancaster LA1 4YB, UK" } ], "attrib": { "orcid": "0000-0002-9133-7957" + }, + "name": { + "given_name": "K.", + "surname": "Wiersema" } }, { - "name": { - "surname": "Campana", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Brera, Via E. Bianchi 46, 23807 Merate, LC, Italy", - "affPubID": "AFF2" + "affPubID": "AFF2", + "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Brera, Via E. Bianchi 46, 23807 Merate, LC, Italy" } ], "attrib": { "orcid": "0000-0001-6278-1576" + }, + "name": { + "given_name": "S.", + "surname": "Campana" } }, { - "name": { - "surname": "Covino", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Brera, Via E. Bianchi 46, 23807 Merate, LC, Italy", - "affPubID": "AFF2" + "affPubID": "AFF2", + "affPubRaw": "INAF \u2013 Osservatorio Astronomico di Brera, Via E. Bianchi 46, 23807 Merate, LC, Italy" } ], "attrib": { "orcid": "0000-0001-9078-5507" + }, + "name": { + "given_name": "S.", + "surname": "Covino" } }, { - "name": { - "surname": "De Pasquale", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 degli Studi di Messina \u2013 Dipartimento MIFT, Polo Papardo, Via F. S. D\u2019Alcontres 31, 98166 Messina, Italy", - "affPubID": "AFF21" + "affPubID": "AFF21", + "affPubRaw": "Universit\u00e0 degli Studi di Messina \u2013 Dipartimento MIFT, Polo Papardo, Via F. S. D\u2019Alcontres 31, 98166 Messina, Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "De Pasquale" + } }, { - "name": { - "surname": "Fausey", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, the George Washington University, 725 21st Street NW, Washington, DC 20052, USA", - "affPubID": "AFF22" + "affPubID": "AFF22", + "affPubRaw": "Department of Physics, the George Washington University, 725 21st Street NW, Washington, DC 20052, USA" } ], "attrib": { "orcid": "0000-0002-2927-2398" + }, + "name": { + "given_name": "H.", + "surname": "Fausey" } }, { - "name": { - "surname": "Hartmann", - "given_name": "D. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy, Clemson University, Kinard Lab of Physics, Clemson, SC 29634-0978, USA", - "affPubID": "AFF23" + "affPubID": "AFF23", + "affPubRaw": "Department of Physics and Astronomy, Clemson University, Kinard Lab of Physics, Clemson, SC 29634-0978, USA" } - ] + ], + "name": { + "given_name": "D. H.", + "surname": "Hartmann" + } }, { - "name": { - "surname": "van der Horst", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, the George Washington University, 725 21st Street NW, Washington, DC 20052, USA", - "affPubID": "AFF22" + "affPubID": "AFF22", + "affPubRaw": "Department of Physics, the George Washington University, 725 21st Street NW, Washington, DC 20052, USA" }, { - "affPubRaw": "Astronomy, Physics and Statistics Institute of Sciences (APSIS), 725 21st Street NW, Washington, DC 20052, USA", - "affPubID": "AFF24" + "affPubID": "AFF24", + "affPubRaw": "Astronomy, Physics and Statistics Institute of Sciences (APSIS), 725 21st Street NW, Washington, DC 20052, USA" } - ] + ], + "name": { + "given_name": "A. J.", + "surname": "van der Horst" + } }, { - "name": { - "surname": "Jakobsson", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Centre for Astrophysics and Cosmology, Science Institute, University of Iceland, Dunhagi 5, 107 Reykjav\u00edk, Iceland", - "affPubID": "AFF7" + "affPubID": "AFF7", + "affPubRaw": "Centre for Astrophysics and Cosmology, Science Institute, University of Iceland, Dunhagi 5, 107 Reykjav\u00edk, Iceland" } ], "attrib": { "orcid": "0000-0002-9404-5650" + }, + "name": { + "given_name": "P.", + "surname": "Jakobsson" } }, { - "name": { - "surname": "Palazzi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy", - "affPubID": "AFF11" + "affPubID": "AFF11", + "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy" } ], "attrib": { "orcid": "0000-0002-8691-7666" + }, + "name": { + "given_name": "E.", + "surname": "Palazzi" } }, { - "name": { - "surname": "Pugliese", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Anton Pannekoek Institute for Astronomy, University of Amsterdam, Science Park 904, 1098 XH, Amsterdam, The Netherlands", - "affPubID": "AFF25" + "affPubID": "AFF25", + "affPubRaw": "Anton Pannekoek Institute for Astronomy, University of Amsterdam, Science Park 904, 1098 XH, Amsterdam, The Netherlands" }, { - "affPubRaw": "Leiden Observatory, University of Leiden, Niels Bohrweg 2, 2333 CA Leiden, The Netherlands", - "affPubID": "AFF26" + "affPubID": "AFF26", + "affPubRaw": "Leiden Observatory, University of Leiden, Niels Bohrweg 2, 2333 CA Leiden, The Netherlands" } ], "attrib": { "orcid": "0000-0003-3457-9375" + }, + "name": { + "given_name": "G.", + "surname": "Pugliese" } }, { - "name": { - "surname": "Savaglio", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy", - "affPubID": "AFF11" + "affPubID": "AFF11", + "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy" }, { - "affPubRaw": "Physics Department, University of Calabria, 87036 Arcavacata di Rende, CS, Italy", - "affPubID": "AFF27" + "affPubID": "AFF27", + "affPubRaw": "Physics Department, University of Calabria, 87036 Arcavacata di Rende, CS, Italy" }, { - "affPubRaw": "INFN \u2013 Laboratori Nazionali di Frascati, Frascati, Italy", - "affPubID": "AFF28" + "affPubID": "AFF28", + "affPubRaw": "INFN \u2013 Laboratori Nazionali di Frascati, Frascati, Italy" } ], "attrib": { "orcid": "0000-0003-2354-3238" + }, + "name": { + "given_name": "S.", + "surname": "Savaglio" } }, { - "name": { - "surname": "Starling", - "given_name": "R. L. C." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy, University of Leicester, University Road, Leicester LE1 7RH, UK", - "affPubID": "AFF16" + "affPubID": "AFF16", + "affPubRaw": "School of Physics and Astronomy, University of Leicester, University Road, Leicester LE1 7RH, UK" } ], "attrib": { "orcid": "0000-0001-5803-2038" + }, + "name": { + "given_name": "R. L. C.", + "surname": "Starling" } }, { - "name": { - "surname": "Stratta", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy", - "affPubID": "AFF11" + "affPubID": "AFF11", + "affPubRaw": "INAF \u2013 Osservatorio di Astrofisica e Scienza dello Spazio, Via Piero Gobetti 93/3, 40129 Bologna, Italy" } ], "attrib": { "orcid": "0000-0003-1055-7980" + }, + "name": { + "given_name": "G.", + "surname": "Stratta" } }, { - "name": { - "surname": "Zafar", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Australian Astronomical Optics, Macquarie University, 105 Delhi Road, North Ryde, NSW 2113, Australia", - "affPubID": "AFF29" + "affPubID": "AFF29", + "affPubRaw": "Australian Astronomical Optics, Macquarie University, 105 Delhi Road, North Ryde, NSW 2113, Australia" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Zafar" + } } ], - "title": { - "textEnglish": "Dissecting the interstellar medium of a z = 6.3 galaxy" + "copyright": { + "statement": "\u00a9 The Authors 2023", + "status": true }, - "subtitle": { - "textEnglish": "X-shooter spectroscopy and HST imaging of the afterglow and environment of the Swift GRB 210905A", - "textNotes": [ - "\u22c6 Based on observations carried out under ESO prog. ID 106.21T6.010 and ID 106.21T6.015 (PI: N. Tanvir) with the X-shooter spectrograph installed at the Cassegrain focus of the Very Large Telescope (VLT), Unit 3 \u2013 Melipal, operated by the European Southern Observatory (ESO) on Cerro Paranal, Chile. Partly based on observations with the NASA/ESA Hubble Space Telescope, obtained at the Space Telescope Science Institute, which is operated by the Association of Universities for Research in Astronomy (AURA). This observation is primarily associated with proposal GO 16918, PI: N. Tanvir." + "editorialHistory": { + "acceptedDate": "2022-11-28", + "receivedDates": [ + "2022-06-07" ] }, - "abstract": { - "textEnglish": "The study of the properties of galaxies in the first billion years after the Big Bang is one of the major topics of current astrophysics. Optical and near-infrared spectroscopy of the afterglows of long gamma-ray bursts (GRBs) provides a powerful diagnostic tool to probe the interstellar medium (ISM) of their host galaxies and foreground absorbers, even up to the highest redshifts. We analyze the VLT/X-shooter afterglow spectrum of GRB 210905A, triggered by the Neil Gehrels Swift Observatory, and detect neutral hydrogen, low-ionization, high-ionization, and fine-structure absorption lines from a complex system at z = 6.3118, which we associate with the GRB host galaxy. We use them to study the ISM properties of the host system, revealing the metallicity, kinematics, and chemical abundance pattern of its gas along the GRB line of sight. We also detect absorption lines from at least two foreground absorbers at z = 5.7390 and z = 2.8296. The total metallicity of the z \u223c 6.3 system is [M/H]tot = \u22121.72 \u00b1 0.13, after correcting for dust depletion and taking \u03b1-element enhancement into account, as suggested by our analysis. This is consistent with the values found for the other two GRBs at z \u223c 6 with spectroscopic data showing metal absorption lines (GRB 050904 and GRB 130606A), and it is at the higher end of the metallicity distribution of quasar damped Lyman-\u03b1 systems (QSO-DLAs) extrapolated to such a high redshift. In addition, we determine the overall amount of dust and dust-to-metal mass ratio (DTM) ([Zn/Fe]fit = 0.33 \u00b1 0.09 and DTM = 0.18 \u00b1 0.03). We find indications of nucleosynthesis due to massive stars and, for some of the components of the gas clouds, we find evidence of peculiar nucleosynthesis, with an overabundance of aluminum (as also found for GRB 130606A). From the analysis of fine-structure lines, we determine distances of several kiloparsecs for the low-ionization gas clouds closest to the GRB. Those are farther distances than usually found for GRB host absorption systems, possibly due to the very high number of ionizing photons produced by the GRB that could ionize the line of sight up to several hundreds of parsecs. Using the HST/F140W image of the GRB field, we show the GRB host galaxy (with a possible afterglow contamination) as well as multiple objects within 2\u2033 from the GRB position. We discuss the galaxy structure and kinematics that could explain our observations, also taking into account a tentative detection of Lyman-\u03b1 emission at z = 6.3449 (\u223c1200 km s\u22121 from the GRB redshift in velocity space), and the observational properties of Lyman-\u03b1 emitters at very high redshift. This study shows the amazing potential of GRBs to access detailed information on the properties (metal enrichment, gas kinematic, dust content, nucleosynthesis...) of very high-redshift galaxies, independently of the galaxy luminosity. Deep spectroscopic observations with VLT/MUSE and JWST will offer the unique possibility of combining the information presented in this paper with the properties of the ionized gas, with the goal of better understanding how galaxies in the reionization era form and evolve." + "esources": [ + { + "location": "https://www.aanda.org/articles/aa/full_html/2023/03/aa44205-22/aa44205-22.html", + "source": "pub_html" + }, + { + "location": "https://www.aanda.org/articles/aa/pdf/2023/03/aa44205-22.pdf", + "source": "pub_pdf" + } + ], + "keywords": [ + { + "keyString": "gamma-ray burst: general", + "keySystem": "misc" + }, + { + "keyString": "gamma-ray burst: individual: GRB 210905A", + "keySystem": "misc" + }, + { + "keyString": "galaxies: abundances", + "keySystem": "misc" + }, + { + "keyString": "galaxies: ISM", + "keySystem": "misc" + }, + { + "keyString": "dust", + "keySystem": "misc" + }, + { + "keyString": "extinction", + "keySystem": "misc" + }, + { + "keyString": "galaxies: high-redshift", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "Open Access article, published by EDP Sciences, under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.", + "licenseURL": "https://www.edpsciences.org", + "open": true + }, + "pagination": { + "electronicID": "A84", + "pageCount": "21" + }, + "persistentIDs": [ + { + "DOI": "10.1051/0004-6361/202244205" + } + ], + "pubDate": { + "electrDate": "2023-03-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-6361", + "pubtype": "ppub" + }, + { + "issnString": "1432-0746", + "pubtype": "epub" + } + ], + "issueNum": "None", + "pubName": "Astronomy & Astrophysics", + "pubYear": "2023", + "publisher": "EDP Sciences", + "volumeNum": "671" + }, + "publisherIDs": [ + { + "Identifier": "aa44205-22", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Alves-Brito, A., Mel\u00e9ndez, J., Asplund, M., Ram\u00edrez, I., & Yong, D. 2010, A&A, 513, A35 ", @@ -794,53 +834,13 @@ " Zafar, T., & M\u00f8ller, P. 2019, MNRAS, 482, 2731 ", " Zafar, T., P\u00e9roux, C., Popping, A., et al. 2013, A&A, 556, A141 " ], - "esources": [ - { - "source": "pub_html", - "location": "https://www.aanda.org/articles/aa/full_html/2023/03/aa44205-22/aa44205-22.html" - }, - { - "source": "pub_pdf", - "location": "https://www.aanda.org/articles/aa/pdf/2023/03/aa44205-22.pdf" - } - ], - "keywords": [ - { - "keyString": "gamma-ray burst: general", - "keySystem": "misc" - }, - { - "keyString": "gamma-ray burst: individual: GRB 210905A", - "keySystem": "misc" - }, - { - "keyString": "galaxies: abundances", - "keySystem": "misc" - }, - { - "keyString": "galaxies: ISM", - "keySystem": "misc" - }, - { - "keyString": "dust", - "keySystem": "misc" - }, - { - "keyString": "extinction", - "keySystem": "misc" - }, - { - "keyString": "galaxies: high-redshift", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 The Authors 2023" + "subtitle": { + "textEnglish": "X-shooter spectroscopy and HST imaging of the afterglow and environment of the Swift GRB 210905A", + "textNotes": [ + "\u22c6 Based on observations carried out under ESO prog. ID 106.21T6.010 and ID 106.21T6.015 (PI: N. Tanvir) with the X-shooter spectrograph installed at the Cassegrain focus of the Very Large Telescope (VLT), Unit 3 \u2013 Melipal, operated by the European Southern Observatory (ESO) on Cerro Paranal, Chile. Partly based on observations with the NASA/ESA Hubble Space Telescope, obtained at the Space Telescope Science Institute, which is operated by the Association of Universities for Research in Astronomy (AURA). This observation is primarily associated with proposal GO 16918, PI: N. Tanvir." + ] }, - "openAccess": { - "open": true, - "license": "Open Access article, published by EDP Sciences, under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.", - "licenseURL": "https://www.edpsciences.org" + "title": { + "textEnglish": "Dissecting the interstellar medium of a z = 6.3 galaxy" } } diff --git a/tests/stubdata/output/jats_aip_aipc_2470_040010.json b/tests/stubdata/output/jats_aip_aipc_2470_040010.json index 61d1cb8..482e283 100644 --- a/tests/stubdata/output/jats_aip_aipc_2470_040010.json +++ b/tests/stubdata/output/jats_aip_aipc_2470_040010.json @@ -1,62 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "printDate": "2022-04-25" - }, - "publication": { - "pubName": "AIP Conference Proceedings", - "confName": "INTERNATIONAL CONFERENCE ON INFORMATICS, TECHNOLOGY, AND ENGINEERING 2021 (InCITE 2021): Leveraging Smart Engineering", - "confLocation": "Surabaya, Indonesia", - "confDates": "25\u201326 August 2021", - "publisher": "AIP Publishing LLC", - "issueNum": "1", - "volumeNum": "2470", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0094-243X" - }, - { - "pubtype": "epub", - "issnString": "1551-7616" - } - ] - }, - "persistentIDs": [ - { - "ISBN": [ - { - "pubtype": "conf-proc", - "isbnString": "978-0-7354-4180-4" - } - ], - "DOI": "10.1063/5.0080203" - } - ], - "publisherIDs": [ - { - "attribute": "manuscript", - "Identifier": "AIPCP21-AR-InCITE2021-00025" - } - ], - "pagination": { - "pageCount": "9", - "electronicID": "040010" + "abstract": { + "textEnglish": "Garlic and chitosan are well-known have an antimicrobial activity to terminate or inhibit the growth of bacteria. This study aims to synthesize, characterize chitosan-garlic film using FTIR, SEM, UV-VIS Spectrophotometry, and swelling analysis; and obtain antimicrobial activity during period time. The variation processes were a type of garlic extract, type of bacteria, and the concentration of garlic extract 1%, 2%, 3%, 10%, and 20%. Chitosan-garlic composite film as a product has an elastic and greasy texture. FTIR analysis shows that chitosan-garlic composite film has ionic interaction between chitosan and garlic extract. The water absorption ability of chitosan-garlic composite film cannot be well determined as not using a crosslinking agent that links garlic extract to composite film. SEM analysis shows the heterogeneous morphology surface of the chitosan-garlic film. Chitosan-garlic powder composite film at 20% concentration (b/v) tested against S. aureus has the highest antimicrobial activity with OD600 0,001342. Chitosan-garlic oil composite film at 20% concentration (v/v) tested against S. aureus has the highest antimicrobial activity with OD600 0,0013. Spectrophotometry UV-VIS method confirmed that the antimicrobial activity of chitosan-garlic composite film increased compared to the concentration of garlic extract and decreased compared to storage time. The elasticity of chitosan-garlic composite film decreased compared to the concentration of garlic extract." }, "authors": [ { - "name": { - "surname": "Savitri", - "given_name": "Emma" - }, "affiliation": [ { "affPubRaw": "Chemical Engineering Department, University of Surabaya, Surabaya 60293, Indonesia" @@ -64,94 +11,157 @@ ], "attrib": { "email": "savitri_ma@staff.ubaya.ac.id" + }, + "name": { + "given_name": "Emma", + "surname": "Savitri" } }, { - "name": { - "surname": "Tjahayani", - "given_name": "Maria Irine" - }, "affiliation": [ { "affPubRaw": "Chemical Engineering Department, University of Surabaya, Surabaya 60293, Indonesia" } - ] + ], + "name": { + "given_name": "Maria Irine", + "surname": "Tjahayani" + } }, { - "name": { - "surname": "Say", - "given_name": "Anastasia Apriyani Ngene" - }, "affiliation": [ { "affPubRaw": "Chemical Engineering Department, University of Surabaya, Surabaya 60293, Indonesia" } - ] + ], + "name": { + "given_name": "Anastasia Apriyani Ngene", + "surname": "Say" + } } ], + "copyright": { + "statement": "\u00a9 2022 Author(s)", + "status": true + }, + "keywords": [ + { + "keyString": "POWER SYSTEM AND SMART ENERGY MANAGEMENT", + "keySystem": "subject" + } + ], + "openAccess": { + "license": "Published by AIP Publishing." + }, "otherContributor": [ { - "role": "Conference Editor", "contrib": { - "name": { - "surname": "Parung", - "given_name": "Joniarto" - }, "affiliation": [ { "affPubRaw": "Universitas Surabaya, Surabaya, Indonesia" } - ] - } + ], + "name": { + "given_name": "Joniarto", + "surname": "Parung" + } + }, + "role": "Conference Editor" }, { - "role": "Conference Editor", "contrib": { - "name": { - "surname": "Pah", - "given_name": "Nemuel Daniel" - }, "affiliation": [ { "affPubRaw": "Universitas Surabaya, Surabaya, Indonesia" } - ] - } + ], + "name": { + "given_name": "Nemuel Daniel", + "surname": "Pah" + } + }, + "role": "Conference Editor" }, { - "role": "Conference Editor", "contrib": { - "name": { - "surname": "Sutrisna", - "given_name": "Putu Doddy" - }, "affiliation": [ { "affPubRaw": "Universitas Surabaya, Surabaya, Indonesia" } - ] - } + ], + "name": { + "given_name": "Putu Doddy", + "surname": "Sutrisna" + } + }, + "role": "Conference Editor" }, { - "role": "Conference Editor", "contrib": { - "name": { - "surname": "Suciadi", - "given_name": "Marcellinus Ferdinand" - }, "affiliation": [ { "affPubRaw": "Universitas Surabaya, Surabaya, Indonesia" } - ] - } + ], + "name": { + "given_name": "Marcellinus Ferdinand", + "surname": "Suciadi" + } + }, + "role": "Conference Editor" } ], - "title": { - "textEnglish": "Synthesis and characterization of chitosan-Allium sativum film" + "pagination": { + "electronicID": "040010", + "pageCount": "9" }, - "abstract": { - "textEnglish": "Garlic and chitosan are well-known have an antimicrobial activity to terminate or inhibit the growth of bacteria. This study aims to synthesize, characterize chitosan-garlic film using FTIR, SEM, UV-VIS Spectrophotometry, and swelling analysis; and obtain antimicrobial activity during period time. The variation processes were a type of garlic extract, type of bacteria, and the concentration of garlic extract 1%, 2%, 3%, 10%, and 20%. Chitosan-garlic composite film as a product has an elastic and greasy texture. FTIR analysis shows that chitosan-garlic composite film has ionic interaction between chitosan and garlic extract. The water absorption ability of chitosan-garlic composite film cannot be well determined as not using a crosslinking agent that links garlic extract to composite film. SEM analysis shows the heterogeneous morphology surface of the chitosan-garlic film. Chitosan-garlic powder composite film at 20% concentration (b/v) tested against S. aureus has the highest antimicrobial activity with OD600 0,001342. Chitosan-garlic oil composite film at 20% concentration (v/v) tested against S. aureus has the highest antimicrobial activity with OD600 0,0013. Spectrophotometry UV-VIS method confirmed that the antimicrobial activity of chitosan-garlic composite film increased compared to the concentration of garlic extract and decreased compared to storage time. The elasticity of chitosan-garlic composite film decreased compared to the concentration of garlic extract." + "persistentIDs": [ + { + "DOI": "10.1063/5.0080203", + "ISBN": [ + { + "isbnString": "978-0-7354-4180-4", + "pubtype": "conf-proc" + } + ] + } + ], + "pubDate": { + "printDate": "2022-04-25" + }, + "publication": { + "ISSN": [ + { + "issnString": "0094-243X", + "pubtype": "ppub" + }, + { + "issnString": "1551-7616", + "pubtype": "epub" + } + ], + "confDates": "25\u201326 August 2021", + "confLocation": "Surabaya, Indonesia", + "confName": "INTERNATIONAL CONFERENCE ON INFORMATICS, TECHNOLOGY, AND ENGINEERING 2021 (InCITE 2021): Leveraging Smart Engineering", + "issueNum": "1", + "pubName": "AIP Conference Proceedings", + "pubYear": "2022", + "publisher": "AIP Publishing LLC", + "volumeNum": "2470" + }, + "publisherIDs": [ + { + "Identifier": "AIPCP21-AR-InCITE2021-00025", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ "S. Qomariah, Lisdiana, and W. Christijanti, Unnes Journal of Life Science, 79, (2014).", @@ -172,17 +182,7 @@ "A. Lucas, A. Pengaruh Plasticizer terhadap Sifat Mekanik dan Struktur Kimia Film Kitosan-Pati. Penelitian. (2010)", "A.M. Far\u00edas-Campomanes, C. N. Horita, M.A.R. Pollonio, M. A. A. Meireles. Allicin-Rich Extract Obtained from Garlic by Pressurized Liquid Extraction: Quantitative Determination of Allicin in Garlic Samples, Food and Public Health 4(6): 272\u2013278 (2014)" ], - "keywords": [ - { - "keyString": "POWER SYSTEM AND SMART ENERGY MANAGEMENT", - "keySystem": "subject" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2022 Author(s)" - }, - "openAccess": { - "license": "Published by AIP Publishing." + "title": { + "textEnglish": "Synthesis and characterization of chitosan-Allium sativum film" } } diff --git a/tests/stubdata/output/jats_aip_amjph_90_286.json b/tests/stubdata/output/jats_aip_amjph_90_286.json index 0919972..35bc14e 100644 --- a/tests/stubdata/output/jats_aip_amjph_90_286.json +++ b/tests/stubdata/output/jats_aip_amjph_90_286.json @@ -1,61 +1,9 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2020-11-19" - ], - "acceptedDate": "2021-12-07" - }, - "pubDate": { - "printDate": "2022-04-00" - }, - "publication": { - "pubName": "American Journal of Physics", - "publisher": "American Association of Physics Teachers", - "issueNum": "4", - "volumeNum": "90", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0002-9505" - }, - { - "pubtype": "epub", - "issnString": "1943-2909" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1119/10.0009409" - } - ], - "publisherIDs": [ - { - "attribute": "manuscript", - "Identifier": "AJP22-AR-00002" - } - ], - "pagination": { - "firstPage": "286", - "lastPage": "296", - "pageCount": "11", - "pageRange": "286-296" + "abstract": { + "textEnglish": "Gravitational-wave observatories around the world are searching for continuous waves: persistent signals from sources, such as spinning neutron stars. These searches use sophisticated statistical techniques to look for weak signals in noisy data. In this paper, we demonstrate these techniques using a table-top model gravitational-wave detector: a Michelson interferometer where sound is used as an analog for gravitational waves. Using signal processing techniques from continuous-wave searches, we demonstrate the recovery of tones with constant and wandering frequencies. We also explore the use of the interferometer as a teaching tool for educators in physics and electrical engineering by using it as an \u201coptical microphone\u201d to capture music and speech. A range of filtering techniques used to recover signals from noisy data are detailed in the supplementary material of this article. Here, we present the highlights of our results using a combined notch plus Wiener filter and the statistical log minimum mean-square error (logMMSE) estimator. Using these techniques, we easily recover recordings of simple chords and drums, but complex music and speech are more challenging. This demonstration can be used by educators in undergraduate laboratories and can be adapted for communicating gravitational-wave and signal-processing topics to nonspecialist audiences." }, "authors": [ { - "name": { - "surname": "Gardner", - "given_name": "James W." - }, "affiliation": [ { "affPubRaw": "Centre for Gravitational Astrophysics, The Australian National University , Acton, ACT 2601, Australia ;" @@ -63,79 +11,79 @@ { "affPubRaw": "OzGrav-ANU, Australian Research Council Centre of Excellence for Gravitational Wave Discovery, The Australian National University , Acton, ACT 2601, Australia ; and School of Physics, University of Melbourne , Parkville, Victoria 3010, Australia" } - ] + ], + "name": { + "given_name": "James W.", + "surname": "Gardner" + } }, { - "name": { - "surname": "Middleton", - "given_name": "Hannah" - }, "affiliation": [ { "affPubRaw": "School of Physics, University of Melbourne, Parkville, Victoria 3010, Australia; Centre for Astrophysics and Supercomputing, Swinburne University of Technology , Hawthorn, Victoria 3122, Australia ; OzGrav-Melbourne, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Parkville, Victoria 3010, Australia ; and School of Physics and Astronomy and Institute for Gravitational Wave Astronomy, University of Birmingham, Edgbaston, Birmingham, B15 9TT, United Kingdom" } - ] + ], + "name": { + "given_name": "Hannah", + "surname": "Middleton" + } }, { - "name": { - "surname": "Liu", - "given_name": "Changrong" - }, "affiliation": [ { "affPubRaw": "Department of Electrical and Electronic Engineering, University of Melbourne, Parkville, Victoria 3010, Australia and OzGrav-Melbourne, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Parkville, Victoria 3010, Australia" } - ] + ], + "name": { + "given_name": "Changrong", + "surname": "Liu" + } }, { - "name": { - "surname": "Melatos", - "given_name": "Andrew" - }, "affiliation": [ { "affPubRaw": "School of Physics, University of Melbourne , Parkville, Victoria 3010, Australia and OzGrav-Melbourne, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Parkville, Victoria 3010, Australia" } - ] + ], + "name": { + "given_name": "Andrew", + "surname": "Melatos" + } }, { - "name": { - "surname": "Evans", - "given_name": "Robin" - }, "affiliation": [ { "affPubRaw": "Department of Electrical and Electronic Engineering, University of Melbourne, Parkville, Victoria 3010, Australia and OzGrav-Melbourne, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Parkville, Victoria 3010, Australia" } - ] + ], + "name": { + "given_name": "Robin", + "surname": "Evans" + } }, { - "name": { - "surname": "Moran", - "given_name": "William" - }, "affiliation": [ { "affPubRaw": "Department of Electrical and Electronic Engineering, University of Melbourne , Parkville, Victoria 3010, Australia" } - ] + ], + "name": { + "given_name": "William", + "surname": "Moran" + } }, { - "name": { - "surname": "Beniwal", - "given_name": "Deeksha" - }, "affiliation": [ { "affPubRaw": "Department of Physics, The University of Adelaide , Adelaide, South Australia 5005, Australia ; The Institute of Photonics and Advanced Sensing (IPAS), The University of Adelaide , Adelaide, South Australia 5005, Australia ; and OzGrav-Adelaide, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Adelaide, South Australia 5005, Australia" } - ] + ], + "name": { + "given_name": "Deeksha", + "surname": "Beniwal" + } }, { - "name": { - "surname": "Cao", - "given_name": "Huy Tuong" - }, "affiliation": [ { "affPubRaw": "Department of Physics, The University of Adelaide , Adelaide, South Australia 5005, Australia ;" @@ -143,47 +91,109 @@ { "affPubRaw": "The Institute of Photonics and Advanced Sensing (IPAS), The University of Adelaide , Adelaide, South Australia 5005, Australia ; and OzGrav-Adelaide, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Adelaide, South Australia 5005, Australia" } - ] + ], + "name": { + "given_name": "Huy Tuong", + "surname": "Cao" + } }, { - "name": { - "surname": "Ingram", - "given_name": "Craig" - }, "affiliation": [ { "affPubRaw": "Department of Physics, The University of Adelaide , Adelaide, South Australia 5005, Australia ; The Institute of Photonics and Advanced Sensing (IPAS), The University of Adelaide , Adelaide, South Australia 5005, Australia ; and OzGrav-Adelaide, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Adelaide, South Australia 5005, Australia" } - ] + ], + "name": { + "given_name": "Craig", + "surname": "Ingram" + } }, { - "name": { - "surname": "Brown", - "given_name": "Daniel" - }, "affiliation": [ { "affPubRaw": "Department of Physics, The University of Adelaide , Adelaide, South Australia 5005, Australia ; The Institute of Photonics and Advanced Sensing (IPAS), The University of Adelaide , Adelaide, South Australia 5005, Australia ; and OzGrav-Adelaide, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Adelaide, South Australia 5005, Australia" } - ] + ], + "name": { + "given_name": "Daniel", + "surname": "Brown" + } }, { - "name": { - "surname": "Ng", - "given_name": "Sebastian" - }, "affiliation": [ { "affPubRaw": "Department of Physics, The University of Adelaide , Adelaide, South Australia 5005, Australia ; The Institute of Photonics and Advanced Sensing (IPAS), The University of Adelaide , Adelaide, South Australia 5005, Australia ; and OzGrav-Adelaide, Australian Research Council Centre of Excellence for Gravitational Wave Discovery , Adelaide, South Australia 5005, Australia" } - ] + ], + "name": { + "given_name": "Sebastian", + "surname": "Ng" + } } ], - "title": { - "textEnglish": "Continuous gravitational waves in the lab: Recovering audio signals with a table-top optical microphone" + "copyright": { + "statement": "\u00a9 2022 Author(s).", + "status": true }, - "abstract": { - "textEnglish": "Gravitational-wave observatories around the world are searching for continuous waves: persistent signals from sources, such as spinning neutron stars. These searches use sophisticated statistical techniques to look for weak signals in noisy data. In this paper, we demonstrate these techniques using a table-top model gravitational-wave detector: a Michelson interferometer where sound is used as an analog for gravitational waves. Using signal processing techniques from continuous-wave searches, we demonstrate the recovery of tones with constant and wandering frequencies. We also explore the use of the interferometer as a teaching tool for educators in physics and electrical engineering by using it as an \u201coptical microphone\u201d to capture music and speech. A range of filtering techniques used to recover signals from noisy data are detailed in the supplementary material of this article. Here, we present the highlights of our results using a combined notch plus Wiener filter and the statistical log minimum mean-square error (logMMSE) estimator. Using these techniques, we easily recover recordings of simple chords and drums, but complex music and speech are more challenging. This demonstration can be used by educators in undergraduate laboratories and can be adapted for communicating gravitational-wave and signal-processing topics to nonspecialist audiences." + "editorialHistory": { + "acceptedDate": "2021-12-07", + "receivedDates": [ + "2020-11-19" + ] + }, + "keywords": [ + { + "keyString": "PAPERS", + "keySystem": "subject" + } + ], + "openAccess": { + "license": "Published under an exclusive license by American Association of Physics Teachers." + }, + "pagination": { + "firstPage": "286", + "lastPage": "296", + "pageCount": "11", + "pageRange": "286-296" + }, + "persistentIDs": [ + { + "DOI": "10.1119/10.0009409" + } + ], + "pubDate": { + "printDate": "2022-04-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0002-9505", + "pubtype": "ppub" + }, + { + "issnString": "1943-2909", + "pubtype": "epub" + } + ], + "issueNum": "4", + "pubName": "American Journal of Physics", + "pubYear": "2022", + "publisher": "American Association of Physics Teachers", + "volumeNum": "90" + }, + "publisherIDs": [ + { + "Identifier": "AJP22-AR-00002", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " B. P. Abbott , R. Abbott , T. D. Abbott et al., \u201c Observation of gravitational waves from a binary black hole merger,\u201d Phys. Rev. Lett. 116, 061102 (2016).10.1103/PhysRevLett.116.061102 ", @@ -213,17 +223,7 @@ " E. T. Jaynes , Probability Theory: The Logic of Science ( Cambridge U. P., Cambridge, 2003). ", " See supplementary material at https://www.scitation.org/doi/suppl/10.1119/10.0009409 for further resources and a detailed explanation and discussion of the different signal-processing techniques used for speech enhancement of the recordings from the optical microphone, including techniques not presented in the main text. " ], - "keywords": [ - { - "keyString": "PAPERS", - "keySystem": "subject" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2022 Author(s)." - }, - "openAccess": { - "license": "Published under an exclusive license by American Association of Physics Teachers." + "title": { + "textEnglish": "Continuous gravitational waves in the lab: Recovering audio signals with a table-top optical microphone" } } diff --git a/tests/stubdata/output/jats_aj_158_4_139.json b/tests/stubdata/output/jats_aj_158_4_139.json index 50314e8..a35d6f0 100644 --- a/tests/stubdata/output/jats_aj_158_4_139.json +++ b/tests/stubdata/output/jats_aj_158_4_139.json @@ -1,334 +1,367 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2019-04-06" - ], - "revisedDates": [ - "2019-07-23" - ], - "acceptedDate": "2019-07-25" - }, - "pubDate": { - "electrDate": "2019-09-09", - "printDate": "2019-10-00" - }, - "publication": { - "pubName": "The Astronomical Journal", - "publisher": "The American Astronomical Society", - "issueNum": "4", - "volumeNum": "158", - "pubYear": "2019", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0004-6256" - }, - { - "pubtype": "epub", - "issnString": "1538-3881" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.3847/1538-3881/ab3643" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "ajab3643" - }, - { - "attribute": "manuscript", - "Identifier": "ab3643" - }, - { - "attribute": "other", - "Identifier": "AAS17124" - } - ], - "pagination": { - "pageCount": "17", - "electronicID": "139" + "abstract": { + "textEnglish": "We obtained the first maps of Jupiter at 13 mm wavelength with the Atacama Large Millimeter/Submillimeter Array (ALMA) on 2017 January 35, just days after an energetic eruption at 165S jovigraphic latitude had been reported by the amateur community, and about two to three months after the detection of similarly energetic eruptions in the northern hemisphere, at 222230N. Our observations, probing below the ammonia cloud deck, show that the erupting plumes in the South Equatorial Belt bring up ammonia gas from the deep atmosphere. While models of plume eruptions that are triggered at the water condensation level explain data taken at uvvisible and mid-infrared wavelengths, our ALMA observations provide a crucial, hitherto missing, link in the moist convection theory by showing that ammonia gas from the deep atmosphere is indeed brought up in these plumes. Contemporaneous Hubble Space Telescope data show that the plumes reach altitudes as high as the tropopause. We suggest that the plumes at 222230N also rise up well above the ammonia cloud deck and that descending air may dry the neighboring belts even more than in quiescent times, which would explain our observations in the north." }, "authors": [ { - "name": { - "surname": "de Pater", - "given_name": "Imke" - }, "affiliation": [ { - "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA", - "affPubID": "ajab3643af1" + "affPubID": "ajab3643af1", + "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA" } ], "attrib": { "email": "imke@berkeley.edu", "orcid": "0000-0002-4278-3168" + }, + "name": { + "given_name": "Imke", + "surname": "de Pater" } }, { - "name": { - "surname": "Sault", - "given_name": "R. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics, University of Melbourne, Victoria, 3010, Australia", - "affPubID": "ajab3643af2" + "affPubID": "ajab3643af2", + "affPubRaw": "School of Physics, University of Melbourne, Victoria, 3010, Australia" } ], "attrib": { "orcid": "0000-0001-9209-7716" + }, + "name": { + "given_name": "R. J.", + "surname": "Sault" } }, { - "name": { - "surname": "Moeckel", - "given_name": "Chris" - }, "affiliation": [ { - "affPubRaw": "Department of Earth and Planetary Sciences, McCone Hall, University of California, Berkeley, CA 94720, USA", - "affPubID": "ajab3643af3" + "affPubID": "ajab3643af3", + "affPubRaw": "Department of Earth and Planetary Sciences, McCone Hall, University of California, Berkeley, CA 94720, USA" } - ] + ], + "name": { + "given_name": "Chris", + "surname": "Moeckel" + } }, { - "name": { - "surname": "Moullet", - "given_name": "Arielle" - }, "affiliation": [ { - "affPubRaw": "SOFIA/USRA, NASA Ames Building N232, Moffett Field, CA 94035, USA", - "affPubID": "ajab3643af4" + "affPubID": "ajab3643af4", + "affPubRaw": "SOFIA/USRA, NASA Ames Building N232, Moffett Field, CA 94035, USA" } - ] + ], + "name": { + "given_name": "Arielle", + "surname": "Moullet" + } }, { - "name": { - "surname": "Wong", - "given_name": "Michael H." - }, "affiliation": [ { - "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA", - "affPubID": "ajab3643af1" + "affPubID": "ajab3643af1", + "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA" } ], "attrib": { "orcid": "0000-0003-2804-5086" + }, + "name": { + "given_name": "Michael H.", + "surname": "Wong" } }, { - "name": { - "surname": "Goullaud", - "given_name": "Charles" - }, "affiliation": [ { - "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA", - "affPubID": "ajab3643af1" + "affPubID": "ajab3643af1", + "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA" } - ] + ], + "name": { + "given_name": "Charles", + "surname": "Goullaud" + } }, { - "name": { - "surname": "DeBoer", - "given_name": "David" - }, "affiliation": [ { - "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA", - "affPubID": "ajab3643af1" + "affPubID": "ajab3643af1", + "affPubRaw": "Department of Astronomy, 501 Campbell Hall, University of California, Berkeley, CA 94720, USA" } ], "attrib": { "orcid": "0000-0003-3197-2294" + }, + "name": { + "given_name": "David", + "surname": "DeBoer" } }, { - "name": { - "surname": "Butler", - "given_name": "Bryan J." - }, "affiliation": [ { - "affPubRaw": "National Radio Astronomy Observatory, Socorro, NM 87801, USA", - "affPubID": "ajab3643af5" + "affPubID": "ajab3643af5", + "affPubRaw": "National Radio Astronomy Observatory, Socorro, NM 87801, USA" } ], "attrib": { "orcid": "0000-0002-5344-820X" + }, + "name": { + "given_name": "Bryan J.", + "surname": "Butler" } }, { - "name": { - "surname": "Bjoraker", - "given_name": "Gordon" - }, "affiliation": [ { - "affPubRaw": "Goddard Space Flight Center, 8800 Greenbelt Road, Greenbelt MD 20771, USA", - "affPubID": "ajab3643af6" + "affPubID": "ajab3643af6", + "affPubRaw": "Goddard Space Flight Center, 8800 Greenbelt Road, Greenbelt MD 20771, USA" } ], "attrib": { "orcid": "0000-0002-9679-4153" + }, + "name": { + "given_name": "Gordon", + "surname": "Bjoraker" } }, { - "name": { - "surname": "dmkovics", - "given_name": "Mt" - }, "affiliation": [ { - "affPubRaw": "Dept. of Physics & Astronomy, Clemson University, Clemson, SC 29634-0978, USA", - "affPubID": "ajab3643af7" + "affPubID": "ajab3643af7", + "affPubRaw": "Dept. of Physics & Astronomy, Clemson University, Clemson, SC 29634-0978, USA" } ], "attrib": { "orcid": "0000-0003-1869-0938" + }, + "name": { + "given_name": "Mt", + "surname": "dmkovics" } }, { - "name": { - "surname": "Cosentino", - "given_name": "Richard" - }, "affiliation": [ { - "affPubRaw": "Goddard Space Flight Center, 8800 Greenbelt Road, Greenbelt MD 20771, USA", - "affPubID": "ajab3643af6" + "affPubID": "ajab3643af6", + "affPubRaw": "Goddard Space Flight Center, 8800 Greenbelt Road, Greenbelt MD 20771, USA" } ], "attrib": { "orcid": "0000-0003-3047-615X" + }, + "name": { + "given_name": "Richard", + "surname": "Cosentino" } }, { - "name": { - "surname": "Donnelly", - "given_name": "Padraig T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy, University of Leicester, University Road, Leicester, LE1 7RH, UK", - "affPubID": "ajab3643af8" + "affPubID": "ajab3643af8", + "affPubRaw": "Department of Physics and Astronomy, University of Leicester, University Road, Leicester, LE1 7RH, UK" } ], "attrib": { "orcid": "0000-0002-4241-0302" + }, + "name": { + "given_name": "Padraig T.", + "surname": "Donnelly" } }, { - "name": { - "surname": "Fletcher", - "given_name": "Leigh N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy, University of Leicester, University Road, Leicester, LE1 7RH, UK", - "affPubID": "ajab3643af8" + "affPubID": "ajab3643af8", + "affPubRaw": "Department of Physics and Astronomy, University of Leicester, University Road, Leicester, LE1 7RH, UK" } ], "attrib": { "orcid": "0000-0001-5834-9588" + }, + "name": { + "given_name": "Leigh N.", + "surname": "Fletcher" } }, { - "name": { - "surname": "Kasaba", - "given_name": "Yasumasa" - }, "affiliation": [ { - "affPubRaw": "Planetary Plasma and Atmospheric Research Center (PPARC), Tohoku University, Japan", - "affPubID": "ajab3643af9" + "affPubID": "ajab3643af9", + "affPubRaw": "Planetary Plasma and Atmospheric Research Center (PPARC), Tohoku University, Japan" } ], "attrib": { "orcid": "0000-0002-8160-3553" + }, + "name": { + "given_name": "Yasumasa", + "surname": "Kasaba" } }, { - "name": { - "surname": "Orton", - "given_name": "Glenn S." - }, "affiliation": [ { - "affPubRaw": "Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, CA 91109, USA", - "affPubID": "ajab3643af10" + "affPubID": "ajab3643af10", + "affPubRaw": "Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, CA 91109, USA" } ], "attrib": { "orcid": "0000-0001-7871-2823" + }, + "name": { + "given_name": "Glenn S.", + "surname": "Orton" } }, { - "name": { - "surname": "Rogers", - "given_name": "John H." - }, "affiliation": [ { - "affPubRaw": "British Astronomical Association, Burlington House, Piccadilly, London W1J 0DU, UK", - "affPubID": "ajab3643af11" + "affPubID": "ajab3643af11", + "affPubRaw": "British Astronomical Association, Burlington House, Piccadilly, London W1J 0DU, UK" } ], "attrib": { "orcid": "0000-0002-4239-5907" + }, + "name": { + "given_name": "John H.", + "surname": "Rogers" } }, { - "name": { - "surname": "Sinclair", - "given_name": "James A." - }, "affiliation": [ { - "affPubRaw": "Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, CA 91109, USA", - "affPubID": "ajab3643af10" + "affPubID": "ajab3643af10", + "affPubRaw": "Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, CA 91109, USA" } ], "attrib": { "orcid": "0000-0001-5374-4028" + }, + "name": { + "given_name": "James A.", + "surname": "Sinclair" } }, { - "name": { - "surname": "Villard", - "given_name": "Eric" - }, "affiliation": [ { - "affPubRaw": "Joint ALMA Observatory/ESO, Avenida Alonso de Cordova 3107, Vitacura, Santiago, Chile", - "affPubID": "ajab3643af12" + "affPubID": "ajab3643af12", + "affPubRaw": "Joint ALMA Observatory/ESO, Avenida Alonso de Cordova 3107, Vitacura, Santiago, Chile" } ], "attrib": { "orcid": "0000-0003-4314-4947" + }, + "name": { + "given_name": "Eric", + "surname": "Villard" } } ], - "title": { - "textEnglish": "First ALMA Millimeter-wavelength Maps of Jupiter, with a Multiwavelength Study of Convection" + "copyright": { + "statement": "2019. The American Astronomical Society. All rights reserved.", + "status": true }, - "abstract": { - "textEnglish": "We obtained the first maps of Jupiter at 13 mm wavelength with the Atacama Large Millimeter/Submillimeter Array (ALMA) on 2017 January 35, just days after an energetic eruption at 165S jovigraphic latitude had been reported by the amateur community, and about two to three months after the detection of similarly energetic eruptions in the northern hemisphere, at 222230N. Our observations, probing below the ammonia cloud deck, show that the erupting plumes in the South Equatorial Belt bring up ammonia gas from the deep atmosphere. While models of plume eruptions that are triggered at the water condensation level explain data taken at uvvisible and mid-infrared wavelengths, our ALMA observations provide a crucial, hitherto missing, link in the moist convection theory by showing that ammonia gas from the deep atmosphere is indeed brought up in these plumes. Contemporaneous Hubble Space Telescope data show that the plumes reach altitudes as high as the tropopause. We suggest that the plumes at 222230N also rise up well above the ammonia cloud deck and that descending air may dry the neighboring belts even more than in quiescent times, which would explain our observations in the north." + "editorialHistory": { + "acceptedDate": "2019-07-25", + "receivedDates": [ + "2019-04-06" + ], + "revisedDates": [ + "2019-07-23" + ] + }, + "funding": [ + { + "agencyname": "NASA", + "awardnumber": "80NSSC18K1001" + }, + { + "agencyname": "NRAO", + "awardnumber": "NRAO Student Observing Support (SOS) Program" + } + ], + "keywords": [ + { + "keyString": "methods: observational", + "keySystem": "AAS" + }, + { + "keyString": "planets and satellites: atmospheres", + "keySystem": "AAS" + }, + { + "keyString": "radiative transfer", + "keySystem": "AAS" + }, + { + "keyString": "radio continuum: planetary systems", + "keySystem": "AAS" + }, + { + "keyString": "techniques: interferometric", + "keySystem": "AAS" + } + ], + "pagination": { + "electronicID": "139", + "pageCount": "17" + }, + "persistentIDs": [ + { + "DOI": "10.3847/1538-3881/ab3643" + } + ], + "pubDate": { + "electrDate": "2019-09-09", + "printDate": "2019-10-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-6256", + "pubtype": "ppub" + }, + { + "issnString": "1538-3881", + "pubtype": "epub" + } + ], + "issueNum": "4", + "pubName": "The Astronomical Journal", + "pubYear": "2019", + "publisher": "The American Astronomical Society", + "volumeNum": "158" + }, + "publisherIDs": [ + { + "Identifier": "ajab3643", + "attribute": "publisher-id" + }, + { + "Identifier": "ab3643", + "attribute": "manuscript" + }, + { + "Identifier": "AAS17124", + "attribute": "other" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " dmkovics M. Mitchell J. L. Hayes A. G. 2016 Icar 270 376 2016Icar..270..376A 10.1016/j.icarus.2015.05.023 ", @@ -388,40 +421,7 @@ " Wong M. H. Atreya S. K. Kuhn W. R. Romani P. N. Mihalka K. M. 2015 Icar 245 273 2015Icar..245..273W 10.1016/j.icarus.2014.09.042 ", " Wong M. H. Mahaffy P. R. Atreya S. K. Niemann H. B. Owen T. C. 2004 Icar 171 153 2004Icar..171..153W 10.1016/j.icarus.2004.04.010 " ], - "keywords": [ - { - "keyString": "methods: observational", - "keySystem": "AAS" - }, - { - "keyString": "planets and satellites: atmospheres", - "keySystem": "AAS" - }, - { - "keyString": "radiative transfer", - "keySystem": "AAS" - }, - { - "keyString": "radio continuum: planetary systems", - "keySystem": "AAS" - }, - { - "keyString": "techniques: interferometric", - "keySystem": "AAS" - } - ], - "copyright": { - "status": true, - "statement": "2019. The American Astronomical Society. All rights reserved." - }, - "funding": [ - { - "agencyname": "NASA", - "awardnumber": "80NSSC18K1001" - }, - { - "agencyname": "NRAO", - "awardnumber": "NRAO Student Observing Support (SOS) Program" - } - ] + "title": { + "textEnglish": "First ALMA Millimeter-wavelength Maps of Jupiter, with a Multiwavelength Study of Convection" + } } diff --git a/tests/stubdata/output/jats_aj_158_4_139_fulltext.json b/tests/stubdata/output/jats_aj_158_4_139_fulltext.json index 6310659..0d1af18 100644 --- a/tests/stubdata/output/jats_aj_158_4_139_fulltext.json +++ b/tests/stubdata/output/jats_aj_158_4_139_fulltext.json @@ -1,8 +1,14 @@ -{"unresolved":{ - "ajab3643bib21": ["Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]"], - "ajab3643bib22": [ - "Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]", - "ALMA observed Jupiter just a few days after an outbreak [...] The event shows a strong resemblance with the SEB revival in 20102011 (Fletcher et al. 2017a), a series of convective events [...]At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).", - "ALMA observed Jupiter just a few days after an outbreak [...] The event shows a strong resemblance with the SEB revival in 20102011 (Fletcher et al. 2017a), a series of convective events [...]At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).Fletcher et al. (2017a) compared the convective eruptions triggering the 20102011 SEB revival with mesoscale convective storms (MCS) seen on Earth [...]", - "At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).Fletcher et al. (2017a) compared the convective eruptions triggering the 20102011 SEB revival with mesoscale convective storms (MCS) seen on Earth [...]"]}, -"resolved": {}} +{ + "resolved": {}, + "unresolved": { + "ajab3643bib21": [ + "Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]" + ], + "ajab3643bib22": [ + "Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]", + "ALMA observed Jupiter just a few days after an outbreak [...] The event shows a strong resemblance with the SEB revival in 20102011 (Fletcher et al. 2017a), a series of convective events [...]At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).", + "ALMA observed Jupiter just a few days after an outbreak [...] The event shows a strong resemblance with the SEB revival in 20102011 (Fletcher et al. 2017a), a series of convective events [...]At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).Fletcher et al. (2017a) compared the convective eruptions triggering the 20102011 SEB revival with mesoscale convective storms (MCS) seen on Earth [...]", + "At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).Fletcher et al. (2017a) compared the convective eruptions triggering the 20102011 SEB revival with mesoscale convective storms (MCS) seen on Earth [...]" + ] + } +} diff --git a/tests/stubdata/output/jats_aj_158_4_139_fulltext_tags.json b/tests/stubdata/output/jats_aj_158_4_139_fulltext_tags.json index 5e234d2..4049a8b 100644 --- a/tests/stubdata/output/jats_aj_158_4_139_fulltext_tags.json +++ b/tests/stubdata/output/jats_aj_158_4_139_fulltext_tags.json @@ -1,3 +1,14 @@ -{"unresolved": {"ajab3643bib21": ["

Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]

"], -"ajab3643bib22": ["

Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]

", "

ALMA observed Jupiter just a few days after an outbreak [...] The event shows a strong resemblance with the SEB revival in 20102011 (Fletcher et al. 2017a), a series of convective events [...]

", "

At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).

", "

Fletcher et al. (2017a) compared the convective eruptions triggering the 20102011 SEB revival with mesoscale convective storms (MCS) seen on Earth [...]

"]}, -"resolved": {}} +{ + "resolved": {}, + "unresolved": { + "ajab3643bib21": [ + "

Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]

" + ], + "ajab3643bib22": [ + "

Fortuitously, the timing of the ALMA observations [...] The last full fade and revival cycle of the SEB took place in 20092011 (Fletcher et al. 2011, 2017a), where the word fading is used when the SEB loses its brown color and turns white [...]

", + "

ALMA observed Jupiter just a few days after an outbreak [...] The event shows a strong resemblance with the SEB revival in 20102011 (Fletcher et al. 2017a), a series of convective events [...]

", + "

At mid-IR wavelengths [...] Such a stratospheric thermal wave was clearly present during the 20102011 SEB revival (Fletcher et al. 2017a).

", + "

Fletcher et al. (2017a) compared the convective eruptions triggering the 20102011 SEB revival with mesoscale convective storms (MCS) seen on Earth [...]

" + ] + } +} diff --git a/tests/stubdata/output/jats_iop_aj_162_1.json b/tests/stubdata/output/jats_iop_aj_162_1.json index e56ce4d..b524798 100644 --- a/tests/stubdata/output/jats_iop_aj_162_1.json +++ b/tests/stubdata/output/jats_iop_aj_162_1.json @@ -1,103 +1,151 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" + "abstract": { + "textEnglish": "We answer the question of whether long-period comet C/1961 T1 (Seki) is the parent body of a meteor shower observed in Earth\u2019s atmosphere. We model discrete parts of a meteoroid stream associated with this comet and follow the orbital evolution of its particles via a numerical integration of their orbits. The gravitational perturbations of major planets and the Poynting\u2013Robertson effect, which influences the motion of the particles, are taken into account. We predict two showers which are related to C/1961 T1. One of these showers was identified with the December &rgr;-Virginids, #502. This identification confirms an earlier suggested relationship between the shower and the comet. The second predicted shower was identified with the \u03b3-Sagittariids, #657. The radiant areas of both showers are symmetrical in respect to the apex of Earth\u2019s heliocentric motion." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "ajabfdc9af1", + "affPubRaw": "Astronomical Institute, Slovak Academy of Science, 05960 Tatransk\u00e1 Lomnica, Slovakia" + } + ], + "attrib": { + "email": "ne@ta3.sk", + "orcid": "0000-0001-9758-1144" + }, + "name": { + "given_name": "Lubo\u0161", + "surname": "Neslu\u0161an" + } + }, + { + "affiliation": [ + { + "affPubID": "ajabfdc9af2", + "affPubRaw": "Astronomical Institute, Slovak Academy of Science, D\u00fabravsk\u00e1 cesta 9, 84504 Bratislava, Slovakia" + } + ], + "attrib": { + "orcid": "0000-0002-7837-2627" + }, + "name": { + "given_name": "M\u00e1ria", + "surname": "Hajdukov\u00e1" + } + } + ], + "copyright": { + "statement": "\u00a9 2021. The American Astronomical Society. All rights reserved.", + "status": true }, "editorialHistory": { + "acceptedDate": "2021-05-02", "receivedDates": [ "2020-12-17" ], "revisedDates": [ "2021-02-08" - ], - "acceptedDate": "2021-05-02" - }, - "pubDate": { - "electrDate": "2021-06-18", - "printDate": "2021-07-00" - }, - "publication": { - "pubName": "The Astronomical Journal", - "publisher": "The American Astronomical Society", - "issueNum": "1", - "volumeNum": "162", - "pubYear": "2021", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0004-6256" - }, - { - "pubtype": "epub", - "issnString": "1538-3881" - } ] }, - "persistentIDs": [ + "funding": [ { - "DOI": "10.3847/1538-3881/abfdc9" + "agencyid": { + "idschema": "doi", + "idvalue": "https://doi.org/10.13039/501100008530" + }, + "agencyname": "EC ∣ European Regional Development Fund (ERDF)\n", + "awardnumber": "ITMS 26230120002" + }, + { + "agencyname": "Slovak Research and Development Agency", + "awardnumber": "APVV-16-0148" + }, + { + "agencyname": "Slovak Grant Agency for Science, VEGA", + "awardnumber": "2/0037/18" } ], - "publisherIDs": [ + "keywords": [ + { + "keyID": "280", + "keyString": "Comets", + "keySystem": "UAT" + }, + { + "keyID": "1035", + "keyString": "Meteor streams", + "keySystem": "UAT" + }, + { + "keyID": "1034", + "keyString": "Meteor showers", + "keySystem": "UAT" + }, { - "attribute": "publisher-id", - "Identifier": "ajabfdc9" + "keyString": "Comets", + "keySystem": "AAS" }, { - "attribute": "manuscript", - "Identifier": "abfdc9" + "keyString": "Meteor streams", + "keySystem": "AAS" }, { - "attribute": "other", - "Identifier": "AAS29268" + "keyString": "Meteor showers", + "keySystem": "AAS" } ], "pagination": { - "pageCount": "9", - "electronicID": "20" + "electronicID": "20", + "pageCount": "9" }, - "authors": [ + "persistentIDs": [ { - "name": { - "surname": "Neslu\u0161an", - "given_name": "Lubo\u0161" + "DOI": "10.3847/1538-3881/abfdc9" + } + ], + "pubDate": { + "electrDate": "2021-06-18", + "printDate": "2021-07-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-6256", + "pubtype": "ppub" }, - "affiliation": [ - { - "affPubRaw": "Astronomical Institute, Slovak Academy of Science, 05960 Tatransk\u00e1 Lomnica, Slovakia", - "affPubID": "ajabfdc9af1" - } - ], - "attrib": { - "email": "ne@ta3.sk", - "orcid": "0000-0001-9758-1144" + { + "issnString": "1538-3881", + "pubtype": "epub" } + ], + "issueNum": "1", + "pubName": "The Astronomical Journal", + "pubYear": "2021", + "publisher": "The American Astronomical Society", + "volumeNum": "162" + }, + "publisherIDs": [ + { + "Identifier": "ajabfdc9", + "attribute": "publisher-id" }, { - "name": { - "surname": "Hajdukov\u00e1", - "given_name": "M\u00e1ria" - }, - "affiliation": [ - { - "affPubRaw": "Astronomical Institute, Slovak Academy of Science, D\u00fabravsk\u00e1 cesta 9, 84504 Bratislava, Slovakia", - "affPubID": "ajabfdc9af2" - } - ], - "attrib": { - "orcid": "0000-0002-7837-2627" - } + "Identifier": "abfdc9", + "attribute": "manuscript" + }, + { + "Identifier": "AAS29268", + "attribute": "other" } ], - "title": { - "textEnglish": "Meteoroid Stream of Comet C/1961 T1 (Seki) and Its Relation to the December &rgr;-Virginids and \u03b3-Sagittariids" - }, - "abstract": { - "textEnglish": "We answer the question of whether long-period comet C/1961 T1 (Seki) is the parent body of a meteor shower observed in Earth\u2019s atmosphere. We model discrete parts of a meteoroid stream associated with this comet and follow the orbital evolution of its particles via a numerical integration of their orbits. The gravitational perturbations of major planets and the Poynting\u2013Robertson effect, which influences the motion of the particles, are taken into account. We predict two showers which are related to C/1961 T1. One of these showers was identified with the December &rgr;-Virginids, #502. This identification confirms an earlier suggested relationship between the shower and the comet. The second predicted shower was identified with the \u03b3-Sagittariids, #657. The radiant areas of both showers are symmetrical in respect to the apex of Earth\u2019s heliocentric motion." + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Abedin A. Spurn\u00fd P. Wiegert P. 2015 Icar 261 100 2015Icar..261..100A 10.1016/j.icarus.2015.08.016 ", @@ -171,55 +219,7 @@ " Younger J. P. Reid I. M. Vincent R. A. Holdsworth D. A. Murphy D. J. 2009 MNRAS 398 350 2009MNRAS.398..350Y 10.1111/j.1365-2966.2009.15142.x ", " Younger J. P. Reid I. M. Vincent R. A. Murphy D. J. 2012 MNRAS 425 1473 2012MNRAS.425.1473Y 10.1111/j.1365-2966.2012.21632.x " ], - "keywords": [ - { - "keyString": "Comets", - "keySystem": "UAT", - "keyID": "280" - }, - { - "keyString": "Meteor streams", - "keySystem": "UAT", - "keyID": "1035" - }, - { - "keyString": "Meteor showers", - "keySystem": "UAT", - "keyID": "1034" - }, - { - "keyString": "Comets", - "keySystem": "AAS" - }, - { - "keyString": "Meteor streams", - "keySystem": "AAS" - }, - { - "keyString": "Meteor showers", - "keySystem": "AAS" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2021. The American Astronomical Society. All rights reserved." - }, - "funding": [ - { - "agencyname": "EC ∣ European Regional Development Fund (ERDF)\n", - "agencyid": { - "idschema": "doi", - "idvalue": "https://doi.org/10.13039/501100008530" - }, - "awardnumber": "ITMS 26230120002" - }, - { - "agencyname": "Slovak Research and Development Agency", - "awardnumber": "APVV-16-0148" - }, - { - "agencyname": "Slovak Grant Agency for Science, VEGA", - "awardnumber": "2/0037/18" - } - ] + "title": { + "textEnglish": "Meteoroid Stream of Comet C/1961 T1 (Seki) and Its Relation to the December &rgr;-Virginids and \u03b3-Sagittariids" + } } diff --git a/tests/stubdata/output/jats_iop_ansnn_12_2_025001.json b/tests/stubdata/output/jats_iop_ansnn_12_2_025001.json index 1569122..be73c1b 100644 --- a/tests/stubdata/output/jats_iop_ansnn_12_2_025001.json +++ b/tests/stubdata/output/jats_iop_ansnn_12_2_025001.json @@ -1,160 +1,183 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2021-01-21" - ], - "acceptedDate": "2021-03-17" - }, - "pubDate": { - "electrDate": "2021-04-30", - "printDate": "2021-06-00" - }, - "publication": { - "pubName": "Advances in Natural Sciences: Nanoscience and Nanotechnology", - "publisher": "IOP Publishing", - "issueNum": "2", - "volumeNum": "12", - "pubYear": "2021", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "2043-6262" - }, - { - "pubtype": "epub", - "issnString": "2043-6262" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1088/2043-6262/abfa8e" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "ansnabfa8e" - }, - { - "attribute": "manuscript", - "Identifier": "abfa8e" - }, - { - "attribute": "other", - "Identifier": "ANSN-1225005" - } - ], - "pagination": { - "pageCount": "8", - "electronicID": "025001" + "abstract": { + "textEnglish": "This study presents a high porous nanocomposite composed of reduced graphene oxide and NiMoS4 (RGO/NiMoS4) for supercapacitor electrode materials. The different morphologies of NiMoS4 growth on RGO sheets were obtained via a facile one-step microwave-assisted method. The obtained material comprised NiMoS4 nanoneedles of several nanometers in diameter, which are well attached to the surface of RGO nanosheets. The RGO/NiMoS4 nanocomposite had a mesoporous structure, high specific surface area, and high electric conductivity. These excellent characteristics yield a fast electron and ion transport, and a large number of electroactive sites. The RGO/NiMoS4 composite delivered a specific capacitance of 1273 F g1 at a current density of 1.0 A g1, high-rate capability of 71.3 retention from 1 to 6.5 A g1. Besides, an asymmetric supercapacitor device had a capacitance of 80 F g1 at a current density of 1.0 A g1 and an energy density of 82.5 Wh kg1 at a power density of 1000 W kg1 with an operating voltage of 1.6 V. Thus, the current RGO/NiMoS4 nanocomposite has a great potential for energy storage application." }, "authors": [ { - "name": { - "surname": "Van Hoa", - "given_name": "Nguyen" - }, "affiliation": [ { - "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf1" + "affPubID": "ansnabfa8eaf1", + "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" }, { - "affPubRaw": "Center for Experiments and Practices, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf2" + "affPubID": "ansnabfa8eaf2", + "affPubRaw": "Center for Experiments and Practices, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" } ], "attrib": { "email": "hoadhnt@gmail.com" + }, + "name": { + "given_name": "Nguyen", + "surname": "Van Hoa" } }, { - "name": { - "surname": "Dat", - "given_name": "Pham Anh" - }, "affiliation": [ { - "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf1" + "affPubID": "ansnabfa8eaf1", + "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" } - ] + ], + "name": { + "given_name": "Pham Anh", + "surname": "Dat" + } }, { - "name": { - "surname": "Ngoc Le", - "given_name": "Tran" - }, "affiliation": [ { - "affPubRaw": "Center for Experiments and Practices, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf2" + "affPubID": "ansnabfa8eaf2", + "affPubRaw": "Center for Experiments and Practices, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" } - ] + ], + "name": { + "given_name": "Tran", + "surname": "Ngoc Le" + } }, { - "name": { - "surname": "Minh", - "given_name": "Nguyen Cong" - }, "affiliation": [ { - "affPubRaw": "Institute of Biotechnology and Environment, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf3" + "affPubID": "ansnabfa8eaf3", + "affPubRaw": "Institute of Biotechnology and Environment, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" } - ] + ], + "name": { + "given_name": "Nguyen Cong", + "surname": "Minh" + } }, { - "name": { - "surname": "Van Tang", - "given_name": "Nguyen" - }, "affiliation": [ { - "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf1" + "affPubID": "ansnabfa8eaf1", + "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" } - ] + ], + "name": { + "given_name": "Nguyen", + "surname": "Van Tang" + } }, { - "name": { - "surname": "Thi Nga", - "given_name": "Dao" - }, "affiliation": [ { - "affPubRaw": "Center for Experiments and Practices, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf2" + "affPubID": "ansnabfa8eaf2", + "affPubRaw": "Center for Experiments and Practices, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" } - ] + ], + "name": { + "given_name": "Dao", + "surname": "Thi Nga" + } }, { - "name": { - "surname": "Ngoc", - "given_name": "Tran Quang" - }, "affiliation": [ { - "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam", - "affPubID": "ansnabfa8eaf1" + "affPubID": "ansnabfa8eaf1", + "affPubRaw": "Faculty of Food Technology, Nha Trang University, 2 Nguyen Dinh Chieu, Nha Trang, Vietnam" } - ] + ], + "name": { + "given_name": "Tran Quang", + "surname": "Ngoc" + } } ], - "title": { - "textEnglish": "Highly porous nanocomposite of NiMoS4 nanosheets and reduced graphene oxide for energy storage application" + "copyright": { + "statement": "2021 Vietnam Academy of Science & Technology", + "status": true }, - "abstract": { - "textEnglish": "This study presents a high porous nanocomposite composed of reduced graphene oxide and NiMoS4 (RGO/NiMoS4) for supercapacitor electrode materials. The different morphologies of NiMoS4 growth on RGO sheets were obtained via a facile one-step microwave-assisted method. The obtained material comprised NiMoS4 nanoneedles of several nanometers in diameter, which are well attached to the surface of RGO nanosheets. The RGO/NiMoS4 nanocomposite had a mesoporous structure, high specific surface area, and high electric conductivity. These excellent characteristics yield a fast electron and ion transport, and a large number of electroactive sites. The RGO/NiMoS4 composite delivered a specific capacitance of 1273 F g1 at a current density of 1.0 A g1, high-rate capability of 71.3 retention from 1 to 6.5 A g1. Besides, an asymmetric supercapacitor device had a capacitance of 80 F g1 at a current density of 1.0 A g1 and an energy density of 82.5 Wh kg1 at a power density of 1000 W kg1 with an operating voltage of 1.6 V. Thus, the current RGO/NiMoS4 nanocomposite has a great potential for energy storage application." + "editorialHistory": { + "acceptedDate": "2021-03-17", + "receivedDates": [ + "2021-01-21" + ] + }, + "keywords": [ + { + "keyString": "supercapacitor", + "keySystem": "misc" + }, + { + "keyString": "graphene", + "keySystem": "misc" + }, + { + "keyString": "molybdate sulfide", + "keySystem": "misc" + }, + { + "keyString": "Nickel sulfide", + "keySystem": "misc" + }, + { + "keyString": "Classification numbers: 2.00, 2.04, 4.00, 5.11, 515", + "keySystem": "misc" + } + ], + "pagination": { + "electronicID": "025001", + "pageCount": "8" + }, + "persistentIDs": [ + { + "DOI": "10.1088/2043-6262/abfa8e" + } + ], + "pubDate": { + "electrDate": "2021-04-30", + "printDate": "2021-06-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "2043-6262", + "pubtype": "ppub" + }, + { + "issnString": "2043-6262", + "pubtype": "epub" + } + ], + "issueNum": "2", + "pubName": "Advances in Natural Sciences: Nanoscience and Nanotechnology", + "pubYear": "2021", + "publisher": "IOP Publishing", + "volumeNum": "12" + }, + "publisherIDs": [ + { + "Identifier": "ansnabfa8e", + "attribute": "publisher-id" + }, + { + "Identifier": "abfa8e", + "attribute": "manuscript" + }, + { + "Identifier": "ANSN-1225005", + "attribute": "other" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Kumar S Saeed G Zhu L Hui K N Kim N H Lee J H 2021 Chem. Eng. J. 403 115352 10.1016/j.cej.2020.126352 ", @@ -183,30 +206,7 @@ " Han X Tao K Wang D Han L 2018 Nanoscale 10 2735 10.1039/C7NR07931A ", " Hoa N V Dat P A Nghia N H 2021 J. Mater. Sci. 56 5132 10.1007/s10853-020-05591-6 " ], - "keywords": [ - { - "keyString": "supercapacitor", - "keySystem": "misc" - }, - { - "keyString": "graphene", - "keySystem": "misc" - }, - { - "keyString": "molybdate sulfide", - "keySystem": "misc" - }, - { - "keyString": "Nickel sulfide", - "keySystem": "misc" - }, - { - "keyString": "Classification numbers: 2.00, 2.04, 4.00, 5.11, 515", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "2021 Vietnam Academy of Science & Technology" + "title": { + "textEnglish": "Highly porous nanocomposite of NiMoS4 nanosheets and reduced graphene oxide for energy storage application" } } diff --git a/tests/stubdata/output/jats_iop_apj_923_1_47.json b/tests/stubdata/output/jats_iop_apj_923_1_47.json index 3c48d5e..0a3f3db 100644 --- a/tests/stubdata/output/jats_iop_apj_923_1_47.json +++ b/tests/stubdata/output/jats_iop_apj_923_1_47.json @@ -1,169 +1,215 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2021-04-30" - ], - "revisedDates": [ - "2021-09-07" - ], - "acceptedDate": "2021-09-08" - }, - "pubDate": { - "electrDate": "2021-12-09", - "printDate": "2021-12-00" - }, - "publication": { - "pubName": "The Astrophysical Journal", - "publisher": "The American Astronomical Society", - "issueNum": "1", - "volumeNum": "923", - "pubYear": "2021", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0004-637X" - }, - { - "pubtype": "epub", - "issnString": "1538-4357" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.3847/1538-4357/ac25ea" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "apjac25ea" - }, - { - "attribute": "manuscript", - "Identifier": "ac25ea" - }, - { - "attribute": "other", - "Identifier": "AAS31921" - } - ], - "pagination": { - "pageCount": "14", - "electronicID": "47" + "abstract": { + "textEnglish": "Radioactive nuclei were present in the early solar system (ESS), as inferred from analysis of meteorites. Many are produced in massive stars, either during their lives or their final explosions. In the first paper of this series (Brinkman et al. 2019), we focused on the production of 26Al in massive binaries. Here, we focus on the production of another two short-lived radioactive nuclei, 36Cl and 41Ca, and the comparison to the ESS data. We used the MESA stellar evolution code with an extended nuclear network and computed massive (10\u201380 M \u2299), rotating (with initial velocities of 150 and 300 km s\u22121) and nonrotating single stars at solar metallicity (Z = 0.014) up to the onset of core collapse. We present the wind yields for the radioactive isotopes 26Al, 36Cl, and 41Ca, and the stable isotopes 19F and 22Ne. In relation to the stable isotopes, we find that only the most massive models, \u226560 and \u226540 M \u2299 give positive 19F and 22Ne yields, respectively, depending on the initial rotation rate. In relation to the radioactive isotopes, we find that the ESS abundances of 26Al and 41Ca can be matched with by models with initial masses \u226540 M \u2299, while 36Cl is matched only by our most massive models, \u226560 M \u2299. 60Fe is not significantly produced by any wind model, as required by the observations. Therefore, massive star winds are a favored candidate for the origin of the very short-lived 26Al, 36Cl, and 41Ca in the ESS." }, "authors": [ { - "name": { - "surname": "Brinkman", - "given_name": "Hannah E." - }, "affiliation": [ { - "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary" }, { - "affPubRaw": "Graduate School of Physics, University of Szeged, Dom t\u00e9r 9, Szeged, 6720 Hungary", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Graduate School of Physics, University of Szeged, Dom t\u00e9r 9, Szeged, 6720 Hungary" } ], "attrib": { "email": "hannah.brinkman@csfk.org" + }, + "name": { + "given_name": "Hannah E.", + "surname": "Brinkman" } }, { - "name": { - "surname": "Hartogh", - "given_name": "J. W. den" - }, "affiliation": [ { - "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary" } - ] + ], + "name": { + "given_name": "J. W. den", + "surname": "Hartogh" + } }, { - "name": { - "surname": "Doherty", - "given_name": "C. L." - }, "affiliation": [ { - "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary" }, { - "affPubRaw": "School of Physics and Astronomy, Monash University, VIC 3800, Australia", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "School of Physics and Astronomy, Monash University, VIC 3800, Australia" } - ] + ], + "name": { + "given_name": "C. L.", + "surname": "Doherty" + } }, { - "name": { - "surname": "Pignatari", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary" }, { - "affPubRaw": "E.A. Milne Centre for Astrophysics, Department of Physics and Mathematics, University of Hull, HU6 7RX, UK", - "affPubID": "affiliation04" + "affPubID": "affiliation04", + "affPubRaw": "E.A. Milne Centre for Astrophysics, Department of Physics and Mathematics, University of Hull, HU6 7RX, UK" }, { - "affPubRaw": "NuGrid Collaboration, http://nugridstars.org", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "NuGrid Collaboration, http://nugridstars.org" }, { - "affPubRaw": "Joint Institute for Nuclear Astrophysics, Center for the Evolution of the Elements, Michigan State University, 640 South Shaw Lane, East Lansing, MI 48824, USA", - "affPubID": "affiliation06" + "affPubID": "affiliation06", + "affPubRaw": "Joint Institute for Nuclear Astrophysics, Center for the Evolution of the Elements, Michigan State University, 640 South Shaw Lane, East Lansing, MI 48824, USA" } ], "attrib": { "orcid": "0000-0002-9048-6010" + }, + "name": { + "given_name": "M.", + "surname": "Pignatari" } }, { - "name": { - "surname": "Lugaro", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "Konkoly Observatory, Research Centre for Astronomy and Earth Sciences (CSFK), E\u00f6tv\u00f6s Lor\u00e1nd Research Network (ELKH), Konkoly Thege Mikl\u00f3s \u00fat 15-17, H-1121 Budapest, Hungary" }, { - "affPubRaw": "School of Physics and Astronomy, Monash University, VIC 3800, Australia", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "School of Physics and Astronomy, Monash University, VIC 3800, Australia" }, { - "affPubRaw": "ELTE E\u00f6tv\u00f6s Lor\u00e1nd University, Institute of Physics, Budapest 1117, P\u00e1zm\u00e1ny P\u00e9ter s\u00e9t\u00e1ny 1/A, Hungary", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "ELTE E\u00f6tv\u00f6s Lor\u00e1nd University, Institute of Physics, Budapest 1117, P\u00e1zm\u00e1ny P\u00e9ter s\u00e9t\u00e1ny 1/A, Hungary" } ], "attrib": { "orcid": "0000-0002-6972-3958" + }, + "name": { + "given_name": "M.", + "surname": "Lugaro" } } ], - "title": { - "textEnglish": "26Aluminum from Massive Binary Stars. II. Rotating Single Stars Up to Core Collapse and Their Impact on the Early Solar System" + "copyright": { + "statement": "\u00a9 2021. The American Astronomical Society. All rights reserved.", + "status": true }, - "abstract": { - "textEnglish": "Radioactive nuclei were present in the early solar system (ESS), as inferred from analysis of meteorites. Many are produced in massive stars, either during their lives or their final explosions. In the first paper of this series (Brinkman et al. 2019), we focused on the production of 26Al in massive binaries. Here, we focus on the production of another two short-lived radioactive nuclei, 36Cl and 41Ca, and the comparison to the ESS data. We used the MESA stellar evolution code with an extended nuclear network and computed massive (10\u201380 M \u2299), rotating (with initial velocities of 150 and 300 km s\u22121) and nonrotating single stars at solar metallicity (Z = 0.014) up to the onset of core collapse. We present the wind yields for the radioactive isotopes 26Al, 36Cl, and 41Ca, and the stable isotopes 19F and 22Ne. In relation to the stable isotopes, we find that only the most massive models, \u226560 and \u226540 M \u2299 give positive 19F and 22Ne yields, respectively, depending on the initial rotation rate. In relation to the radioactive isotopes, we find that the ESS abundances of 26Al and 41Ca can be matched with by models with initial masses \u226540 M \u2299, while 36Cl is matched only by our most massive models, \u226560 M \u2299. 60Fe is not significantly produced by any wind model, as required by the observations. Therefore, massive star winds are a favored candidate for the origin of the very short-lived 26Al, 36Cl, and 41Ca in the ESS." + "editorialHistory": { + "acceptedDate": "2021-09-08", + "receivedDates": [ + "2021-04-30" + ], + "revisedDates": [ + "2021-09-07" + ] + }, + "funding": [ + { + "agencyid": { + "idschema": "doi", + "idvalue": "https://doi.org/10.13039/501100000781" + }, + "agencyname": "EC \u2223 European Research Council (ERC)\n", + "awardnumber": "724560" + } + ], + "keywords": [ + { + "keyID": "1636", + "keyString": "Stellar winds", + "keySystem": "UAT" + }, + { + "keyID": "1599", + "keyString": "Stellar evolution", + "keySystem": "UAT" + }, + { + "keyID": "1616", + "keyString": "Stellar nucleosynthesis", + "keySystem": "UAT" + }, + { + "keyID": "1528", + "keyString": "Solar system", + "keySystem": "UAT" + }, + { + "keyID": "732", + "keyString": "Massive stars", + "keySystem": "UAT" + }, + { + "keyID": "1629", + "keyString": "Stellar rotation", + "keySystem": "UAT" + } + ], + "openAccess": { + "license": "This article is available under the terms of the IOP-Standard License." + }, + "pagination": { + "electronicID": "47", + "pageCount": "14" + }, + "persistentIDs": [ + { + "DOI": "10.3847/1538-4357/ac25ea" + } + ], + "pubDate": { + "electrDate": "2021-12-09", + "printDate": "2021-12-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-637X", + "pubtype": "ppub" + }, + { + "issnString": "1538-4357", + "pubtype": "epub" + } + ], + "issueNum": "1", + "pubName": "The Astrophysical Journal", + "pubYear": "2021", + "publisher": "The American Astronomical Society", + "volumeNum": "923" + }, + "publisherIDs": [ + { + "Identifier": "apjac25ea", + "attribute": "publisher-id" + }, + { + "Identifier": "ac25ea", + "attribute": "manuscript" + }, + { + "Identifier": "AAS31921", + "attribute": "other" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " AbiaC. CristalloS. CunhaK. de LavernyP. SmithV. V. 2019A&A625A402019A&A...625A..40A10.1051/0004-6361/201935286", @@ -249,53 +295,7 @@ " WasserburgG. J. BussoM. GallinoR. NollettK. M. 2006NuPhA77752006NuPhA.777....5W10.1016/j.nuclphysa.2005.07.015", " YoungE. D. 2014E&PSL392162014E&PSL.392...16Y10.1016/j.epsl.2014.02.014" ], - "keywords": [ - { - "keyString": "Stellar winds", - "keySystem": "UAT", - "keyID": "1636" - }, - { - "keyString": "Stellar evolution", - "keySystem": "UAT", - "keyID": "1599" - }, - { - "keyString": "Stellar nucleosynthesis", - "keySystem": "UAT", - "keyID": "1616" - }, - { - "keyString": "Solar system", - "keySystem": "UAT", - "keyID": "1528" - }, - { - "keyString": "Massive stars", - "keySystem": "UAT", - "keyID": "732" - }, - { - "keyString": "Stellar rotation", - "keySystem": "UAT", - "keyID": "1629" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2021. The American Astronomical Society. All rights reserved." - }, - "openAccess": { - "license": "This article is available under the terms of the IOP-Standard License." - }, - "funding": [ - { - "agencyname": "EC \u2223 European Research Council (ERC)\n", - "agencyid": { - "idschema": "doi", - "idvalue": "https://doi.org/10.13039/501100000781" - }, - "awardnumber": "724560" - } - ] + "title": { + "textEnglish": "26Aluminum from Massive Binary Stars. II. Rotating Single Stars Up to Core Collapse and Their Impact on the Early Solar System" + } } diff --git a/tests/stubdata/output/jats_iop_no_contribs.json b/tests/stubdata/output/jats_iop_no_contribs.json index d0a237d..5e27b58 100644 --- a/tests/stubdata/output/jats_iop_no_contribs.json +++ b/tests/stubdata/output/jats_iop_no_contribs.json @@ -1,72 +1,72 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" + "copyright": { + "statement": "Copyright \u00a9 EPLA, 2023", + "status": true }, "editorialHistory": { + "acceptedDate": "2023-04-25", "receivedDates": [ "2023-04-25" - ], - "acceptedDate": "2023-04-25" + ] + }, + "openAccess": { + "license": "This article is available under the terms of the IOP-Standard License.", + "licenseURL": "https://publishingsupport.iopscience.iop.org/iop-standard/v1" }, + "pagination": { + "electronicID": "30000", + "pageCount": "2" + }, + "persistentIDs": [ + { + "DOI": "10.1209/0295-5075/acd024" + } + ], "pubDate": { "electrDate": "2023-05-02", "printDate": "2023-05-01" }, "publication": { - "pubName": "Europhysics Letters", - "publisher": "EDP Sciences, IOP Publishing and Societ\u00e0 Italiana di Fisica", - "issueNum": "3", - "volumeNum": "142", - "pubYear": "2023", "ISSN": [ { - "pubtype": "ppub", - "issnString": "0295-5075" + "issnString": "0295-5075", + "pubtype": "ppub" }, { - "pubtype": "epub", - "issnString": "1286-4854" + "issnString": "1286-4854", + "pubtype": "epub" } - ] + ], + "issueNum": "3", + "pubName": "Europhysics Letters", + "pubYear": "2023", + "publisher": "EDP Sciences, IOP Publishing and Societ\u00e0 Italiana di Fisica", + "volumeNum": "142" }, - "persistentIDs": [ - { - "DOI": "10.1209/0295-5075/acd024" - } - ], "publisherIDs": [ { - "attribute": "publisher-id", - "Identifier": "epl23100304" + "Identifier": "epl23100304", + "attribute": "publisher-id" }, { - "attribute": "manuscript", - "Identifier": "acd024" + "Identifier": "acd024", + "attribute": "manuscript" } ], - "pagination": { - "pageCount": "2", - "electronicID": "30000" - }, - "title": { - "textEnglish": "Editorial \u2014How to write a good letter for EPL" + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " LetchfordAdrian Moat HelenSusannah PreisTobias 2015R. Soc. Open Sci.2150266", " LiKun 2019EPL12838002", " YangMu LiuHaitao 2022EPL13961002" ], - "copyright": { - "status": true, - "statement": "Copyright \u00a9 EPLA, 2023" - }, - "openAccess": { - "license": "This article is available under the terms of the IOP-Standard License.", - "licenseURL": "https://publishingsupport.iopscience.iop.org/iop-standard/v1" + "title": { + "textEnglish": "Editorial \u2014How to write a good letter for EPL" } } diff --git a/tests/stubdata/output/jats_iop_no_orcid_tag.json b/tests/stubdata/output/jats_iop_no_orcid_tag.json index 10b034b..b3a46fb 100644 --- a/tests/stubdata/output/jats_iop_no_orcid_tag.json +++ b/tests/stubdata/output/jats_iop_no_orcid_tag.json @@ -1,5829 +1,5867 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-10-11" - ], - "revisedDates": [ - "2022-11-21" - ], - "acceptedDate": "2022-11-21" - }, - "pubDate": { - "electrDate": "2023-02-07", - "printDate": "2023-02-01" - }, - "publication": { - "pubName": "The Astrophysical Journal Supplement Series", - "publisher": "The American Astronomical Society", - "issueNum": "2", - "volumeNum": "264", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0067-0049" - }, - { - "pubtype": "epub", - "issnString": "1538-4365" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.3847/1538-4365/aca537" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "apjsaca537" - }, - { - "attribute": "manuscript", - "Identifier": "aca537" - }, - { - "attribute": "other", - "Identifier": "AAS42590" - } - ], - "pagination": { - "pageCount": "24", - "electronicID": "50" + "abstract": { + "textEnglish": "A catalog containing details of the highest-energy cosmic rays recorded through the detection of extensive air showers at the Pierre Auger Observatory is presented with the aim of opening the data to detailed examination. Descriptions of the 100 showers created by the highest-energy particles recorded between 2004 January 1 and 2020 December 31 are given for cosmic rays that have energies in the range 78\u2013166 EeV. Details are also given on a further nine very energetic events that have been used in the calibration procedure adopted to determine the energy of each primary. A sky plot of the arrival directions of the most energetic particles is shown. No interpretations of the data are offered." }, "authors": [ { - "name": { - "surname": "Abdul Halim", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" } ], "attrib": { "orcid": "0000-0003-1218-1737" + }, + "name": { + "given_name": "A.", + "surname": "Abdul Halim" } }, { - "name": { - "surname": "Abreu", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0002-9973-7314" + }, + "name": { + "given_name": "P.", + "surname": "Abreu" } }, { - "name": { - "surname": "Aglietta", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy", - "affPubID": "affiliation04" + "affPubID": "affiliation04", + "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy" } ], "attrib": { "orcid": "0000-0001-8354-5388" + }, + "name": { + "given_name": "M.", + "surname": "Aglietta" } }, { - "name": { - "surname": "Allekotte", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } ], "attrib": { "orcid": "0000-0002-9624-3044" + }, + "name": { + "given_name": "I.", + "surname": "Allekotte" } }, { - "name": { - "surname": "Allison", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Ohio State University, Columbus, OH, USA", - "affPubID": "affiliation06" + "affPubID": "affiliation06", + "affPubRaw": "Ohio State University, Columbus, OH, USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Allison" + } }, { - "name": { - "surname": "Almeida Cheminant", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland" } ], "attrib": { "orcid": "0000-0001-6352-5339" + }, + "name": { + "given_name": "K.", + "surname": "Almeida Cheminant" } }, { - "name": { - "surname": "Almela", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Buenos Aires, Buenos Aires, Argentina", - "affPubID": "affiliation09" + "affPubID": "affiliation09", + "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Buenos Aires, Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0003-1233-2670" + }, + "name": { + "given_name": "A.", + "surname": "Almela" } }, { - "name": { - "surname": "Alvarez-Mu\u00f1iz", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain", - "affPubID": "affiliation10" + "affPubID": "affiliation10", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" } ], "attrib": { "orcid": "0000-0002-2367-0803" + }, + "name": { + "given_name": "J.", + "surname": "Alvarez-Mu\u00f1iz" } }, { - "name": { - "surname": "Ammerman Yebra", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain", - "affPubID": "affiliation10" + "affPubID": "affiliation10", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" } ], "attrib": { "orcid": "0000-0002-2059-6206" + }, + "name": { + "given_name": "J.", + "surname": "Ammerman Yebra" } }, { - "name": { - "surname": "Anastasi", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy", - "affPubID": "affiliation04" + "affPubID": "affiliation04", + "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy" } ], "attrib": { "orcid": "0000-0003-0824-5283" + }, + "name": { + "given_name": "G. A.", + "surname": "Anastasi" } }, { - "name": { - "surname": "Anchordoqui", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy, Lehman College, City University of New York, Bronx, NY, USA", - "affPubID": "affiliation11" + "affPubID": "affiliation11", + "affPubRaw": "Department of Physics and Astronomy, Lehman College, City University of New York, Bronx, NY, USA" } ], "attrib": { "orcid": "0000-0003-1463-7136" + }, + "name": { + "given_name": "L.", + "surname": "Anchordoqui" } }, { - "name": { - "surname": "Andrada", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Andrada" + } }, { - "name": { - "surname": "Andringa", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0002-6397-9207" + }, + "name": { + "given_name": "S.", + "surname": "Andringa" } }, { - "name": { - "surname": "Aramo", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy", - "affPubID": "affiliation12" + "affPubID": "affiliation12", + "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy" } ], "attrib": { "orcid": "0000-0002-8412-3846" + }, + "name": { + "given_name": "C.", + "surname": "Aramo" } }, { - "name": { - "surname": "Ara\u00fajo Ferreira", - "given_name": "P. R." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } ], "attrib": { "orcid": "0000-0002-0502-3602" + }, + "name": { + "given_name": "P. R.", + "surname": "Ara\u00fajo Ferreira" } }, { - "name": { - "surname": "Arnone", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy", - "affPubID": "affiliation14" + "affPubID": "affiliation14", + "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy" } ], "attrib": { "orcid": "0000-0001-6740-5051" + }, + "name": { + "given_name": "E.", + "surname": "Arnone" } }, { - "name": { - "surname": "Arteaga Vel\u00e1zquez", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Universidad Michoacana de San Nicol\u00e1s de Hidalgo, Morelia, Michoac\u00e1n, Mexico", - "affPubID": "affiliation15" + "affPubID": "affiliation15", + "affPubRaw": "Universidad Michoacana de San Nicol\u00e1s de Hidalgo, Morelia, Michoac\u00e1n, Mexico" } - ] + ], + "name": { + "given_name": "J. C.", + "surname": "Arteaga Vel\u00e1zquez" + } }, { - "name": { - "surname": "Asorey", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0002-4559-8785" + }, + "name": { + "given_name": "H.", + "surname": "Asorey" } }, { - "name": { - "surname": "Assis", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0001-7765-3606" + }, + "name": { + "given_name": "P.", + "surname": "Assis" } }, { - "name": { - "surname": "Ave", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica de S\u00e3o Carlos, S\u00e3o Carlos, SP, Brazil", - "affPubID": "affiliation16" + "affPubID": "affiliation16", + "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica de S\u00e3o Carlos, S\u00e3o Carlos, SP, Brazil" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Ave" + } }, { - "name": { - "surname": "Avila", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina", - "affPubID": "affiliation17" + "affPubID": "affiliation17", + "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Avila" + } }, { - "name": { - "surname": "Avocone", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy", - "affPubID": "affiliation19" + "affPubID": "affiliation19", + "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0003-3757-2718" + }, + "name": { + "given_name": "E.", + "surname": "Avocone" } }, { - "name": { - "surname": "Badescu", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "University Politehnica of Bucharest, Bucharest, Romania", - "affPubID": "affiliation20" + "affPubID": "affiliation20", + "affPubRaw": "University Politehnica of Bucharest, Bucharest, Romania" } ], "attrib": { "orcid": "0000-0001-6510-4124" + }, + "name": { + "given_name": "A. M.", + "surname": "Badescu" } }, { - "name": { - "surname": "Bakalova", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0003-1001-4484" + }, + "name": { + "given_name": "A.", + "surname": "Bakalova" } }, { - "name": { - "surname": "Balaceanu", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } ], "attrib": { "orcid": "0000-0001-7639-1253" + }, + "name": { + "given_name": "A.", + "surname": "Balaceanu" } }, { - "name": { - "surname": "Barbato", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy", - "affPubID": "affiliation23" + "affPubID": "affiliation23", + "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0003-0751-6731" + }, + "name": { + "given_name": "F.", + "surname": "Barbato" } }, { - "name": { - "surname": "Beatty", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Ohio State University, Columbus, OH, USA", - "affPubID": "affiliation06" + "affPubID": "affiliation06", + "affPubRaw": "Ohio State University, Columbus, OH, USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Beatty" + } }, { - "name": { - "surname": "Bellido", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" }, { - "affPubRaw": "Universidad Nacional de San Agustin de Arequipa, Facultad de Ciencias Naturales y Formales, Arequipa, Peru", - "affPubID": "affiliation24" + "affPubID": "affiliation24", + "affPubRaw": "Universidad Nacional de San Agustin de Arequipa, Facultad de Ciencias Naturales y Formales, Arequipa, Peru" } ], "attrib": { "orcid": "0000-0002-0833-9194" + }, + "name": { + "given_name": "J. A.", + "surname": "Bellido" } }, { - "name": { - "surname": "Berat", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France", - "affPubID": "affiliation25" + "affPubID": "affiliation25", + "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France" } ], "attrib": { "orcid": "0000-0001-8294-6294" + }, + "name": { + "given_name": "C.", + "surname": "Berat" } }, { - "name": { - "surname": "Bertaina", - "given_name": "M. E." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy", - "affPubID": "affiliation14" + "affPubID": "affiliation14", + "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy" } ], "attrib": { "orcid": "0000-0003-1069-1397" + }, + "name": { + "given_name": "M. E.", + "surname": "Bertaina" } }, { - "name": { - "surname": "Bertou", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } - ] + ], + "name": { + "given_name": "X.", + "surname": "Bertou" + } }, { - "name": { - "surname": "Bhatta", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland" } ], "attrib": { "orcid": "0000-0002-0705-6619" + }, + "name": { + "given_name": "G.", + "surname": "Bhatta" } }, { - "name": { - "surname": "Biermann", - "given_name": "P. L." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Radioastronomie, Bonn, Germany", - "affPubID": "affiliation26" + "affPubID": "affiliation26", + "affPubRaw": "Max-Planck-Institut f\u00fcr Radioastronomie, Bonn, Germany" } ], "attrib": { "orcid": "0000-0003-3948-6143" + }, + "name": { + "given_name": "P. L.", + "surname": "Biermann" } }, { - "name": { - "surname": "Billoir", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Laboratoire de Physique Nucl\u00e9aire et de Hautes Energies (LPNHE), Sorbonne Universit\u00e9, Universit\u00e9 de Paris, CNRS-IN2P3, Paris, France", - "affPubID": "affiliation27" + "affPubID": "affiliation27", + "affPubRaw": "Laboratoire de Physique Nucl\u00e9aire et de Hautes Energies (LPNHE), Sorbonne Universit\u00e9, Universit\u00e9 de Paris, CNRS-IN2P3, Paris, France" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Billoir" + } }, { - "name": { - "surname": "Binet", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica de Rosario (IFIR)\u2014CONICET/U.N.R. and Facultad de Ciencias Bioqu\u00edmicas y Farmac\u00e9uticas U.N.R., Rosario, Argentina", - "affPubID": "affiliation28" + "affPubID": "affiliation28", + "affPubRaw": "Instituto de F\u00edsica de Rosario (IFIR)\u2014CONICET/U.N.R. and Facultad de Ciencias Bioqu\u00edmicas y Farmac\u00e9uticas U.N.R., Rosario, Argentina" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Binet" + } }, { - "name": { - "surname": "Bismark", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0001-8637-7041" + }, + "name": { + "given_name": "K.", + "surname": "Bismark" } }, { - "name": { - "surname": "Bister", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } ], "attrib": { "orcid": "0000-0003-4005-0857" + }, + "name": { + "given_name": "T.", + "surname": "Bister" } }, { - "name": { - "surname": "Biteau", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France", - "affPubID": "affiliation30" + "affPubID": "affiliation30", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" } ], "attrib": { "orcid": "0000-0002-4202-8939" + }, + "name": { + "given_name": "J.", + "surname": "Biteau" } }, { - "name": { - "surname": "Blazek", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-5870-8947" + }, + "name": { + "given_name": "J.", + "surname": "Blazek" } }, { - "name": { - "surname": "Bleve", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France", - "affPubID": "affiliation25" + "affPubID": "affiliation25", + "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France" } ], "attrib": { "orcid": "0000-0001-6841-3280" + }, + "name": { + "given_name": "C.", + "surname": "Bleve" } }, { - "name": { - "surname": "Bl\u00fcmer", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0001-7715-9608" + }, + "name": { + "given_name": "J.", + "surname": "Bl\u00fcmer" } }, { - "name": { - "surname": "Boh\u00e1\u010dov\u00e1", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0001-6014-723X" + }, + "name": { + "given_name": "M.", + "surname": "Boh\u00e1\u010dov\u00e1" } }, { - "name": { - "surname": "Boncioli", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy", - "affPubID": "affiliation19" + "affPubID": "affiliation19", + "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0003-1186-9353" + }, + "name": { + "given_name": "D.", + "surname": "Boncioli" } }, { - "name": { - "surname": "Bonifazi", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "International Center of Advanced Studies and Instituto de Ciencias F\u00edsicas, ECyT-UNSAM and CONICET, Campus Miguelete\u2014San Mart\u00edn, Buenos Aires, Argentina", - "affPubID": "affiliation32" + "affPubID": "affiliation32", + "affPubRaw": "International Center of Advanced Studies and Instituto de Ciencias F\u00edsicas, ECyT-UNSAM and CONICET, Campus Miguelete\u2014San Mart\u00edn, Buenos Aires, Argentina" }, { - "affPubRaw": "Universidade Federal do Rio de Janeiro, Instituto de F\u00edsica, Rio de Janeiro, RJ, Brazil", - "affPubID": "affiliation33" + "affPubID": "affiliation33", + "affPubRaw": "Universidade Federal do Rio de Janeiro, Instituto de F\u00edsica, Rio de Janeiro, RJ, Brazil" } ], "attrib": { "orcid": "0000-0002-3087-3609" + }, + "name": { + "given_name": "C.", + "surname": "Bonifazi" } }, { - "name": { - "surname": "Bonneau Arbeletche", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil", - "affPubID": "affiliation34" + "affPubID": "affiliation34", + "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil" } ], "attrib": { "orcid": "0000-0003-4544-9808" + }, + "name": { + "given_name": "L.", + "surname": "Bonneau Arbeletche" } }, { - "name": { - "surname": "Borodai", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland" } ], "attrib": { "orcid": "0000-0003-1864-937X" + }, + "name": { + "given_name": "N.", + "surname": "Borodai" } }, { - "name": { - "surname": "Brack", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Colorado State University, Fort Collins, CO, USA", - "affPubID": "affiliation35" + "affPubID": "affiliation35", + "affPubRaw": "Colorado State University, Fort Collins, CO, USA" } ], "attrib": { "orcid": "0000-0003-4096-2063" + }, + "name": { + "given_name": "J.", + "surname": "Brack" } }, { - "name": { - "surname": "Bretz", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Bretz" + } }, { - "name": { - "surname": "Brichetto Orchera", - "given_name": "P. G." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } - ] + ], + "name": { + "given_name": "P. G.", + "surname": "Brichetto Orchera" + } }, { - "name": { - "surname": "Briechle", - "given_name": "F. L." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } - ] + ], + "name": { + "given_name": "F. L.", + "surname": "Briechle" + } }, { - "name": { - "surname": "Buchholz", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany", - "affPubID": "affiliation36" + "affPubID": "affiliation36", + "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Buchholz" + } }, { - "name": { - "surname": "Bueno", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidad de Granada and C.A.F.P.E., Granada, Spain", - "affPubID": "affiliation37" + "affPubID": "affiliation37", + "affPubRaw": "Universidad de Granada and C.A.F.P.E., Granada, Spain" } ], "attrib": { "orcid": "0000-0002-7439-4247" + }, + "name": { + "given_name": "A.", + "surname": "Bueno" } }, { - "name": { - "surname": "Buitink", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Vrije Universiteit Brussels, Brussels, Belgium", - "affPubID": "affiliation38" + "affPubID": "affiliation38", + "affPubRaw": "Vrije Universiteit Brussels, Brussels, Belgium" } ], "attrib": { "orcid": "0000-0002-6177-497X" + }, + "name": { + "given_name": "S.", + "surname": "Buitink" } }, { - "name": { - "surname": "Buscemi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy", - "affPubID": "affiliation40" + "affPubID": "affiliation40", + "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy" } ], "attrib": { "orcid": "0000-0003-2123-5434" + }, + "name": { + "given_name": "M.", + "surname": "Buscemi" } }, { - "name": { - "surname": "B\u00fcsken", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-2174-5779" + }, + "name": { + "given_name": "M.", + "surname": "B\u00fcsken" } }, { - "name": { - "surname": "Bwembya", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0002-6995-5978" + }, + "name": { + "given_name": "A.", + "surname": "Bwembya" } }, { - "name": { - "surname": "Caballero-Mora", - "given_name": "K. S." - }, "affiliation": [ { - "affPubRaw": "Universidad Aut\u00f3noma de Chiapas, Tuxtla Guti\u00e9rrez, Chiapas, Mexico", - "affPubID": "affiliation43" + "affPubID": "affiliation43", + "affPubRaw": "Universidad Aut\u00f3noma de Chiapas, Tuxtla Guti\u00e9rrez, Chiapas, Mexico" } ], "attrib": { "orcid": "0000-0002-4042-3855" + }, + "name": { + "given_name": "K. S.", + "surname": "Caballero-Mora" } }, { - "name": { - "surname": "Caccianiga", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Milano, Milano, Italy", - "affPubID": "affiliation44" + "affPubID": "affiliation44", + "affPubRaw": "INFN, Sezione di Milano, Milano, Italy" }, { - "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy", - "affPubID": "affiliation45" + "affPubID": "affiliation45", + "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy" } ], "attrib": { "orcid": "0000-0002-2245-5108" + }, + "name": { + "given_name": "L.", + "surname": "Caccianiga" } }, { - "name": { - "surname": "Caracas", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Caracas" + } }, { - "name": { - "surname": "Caruso", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy", - "affPubID": "affiliation40" + "affPubID": "affiliation40", + "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy" } ], "attrib": { "orcid": "0000-0003-1622-8731" + }, + "name": { + "given_name": "R.", + "surname": "Caruso" } }, { - "name": { - "surname": "Castellina", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy", - "affPubID": "affiliation04" + "affPubID": "affiliation04", + "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy" } ], "attrib": { "orcid": "0000-0002-0045-2467" + }, + "name": { + "given_name": "A.", + "surname": "Castellina" } }, { - "name": { - "surname": "Catalani", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universidade de S\u00e3o Paulo, Escola de Engenharia de Lorena, Lorena, SP, Brazil", - "affPubID": "affiliation47" + "affPubID": "affiliation47", + "affPubRaw": "Universidade de S\u00e3o Paulo, Escola de Engenharia de Lorena, Lorena, SP, Brazil" } ], "attrib": { "orcid": "0000-0001-9332-1476" + }, + "name": { + "given_name": "F.", + "surname": "Catalani" } }, { - "name": { - "surname": "Cataldi", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" } ], "attrib": { "orcid": "0000-0001-8066-7718" + }, + "name": { + "given_name": "G.", + "surname": "Cataldi" } }, { - "name": { - "surname": "Cazon", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain", - "affPubID": "affiliation10" + "affPubID": "affiliation10", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" } ], "attrib": { "orcid": "0000-0001-6748-8395" + }, + "name": { + "given_name": "L.", + "surname": "Cazon" } }, { - "name": { - "surname": "Cerda", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina", - "affPubID": "affiliation49" + "affPubID": "affiliation49", + "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Cerda" + } }, { - "name": { - "surname": "Cester", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy", - "affPubID": "affiliation14" + "affPubID": "affiliation14", + "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Cester" + } }, { - "name": { - "surname": "Chinellato", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil", - "affPubID": "affiliation34" + "affPubID": "affiliation34", + "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil" } ], "attrib": { "orcid": "0000-0002-3240-6270" + }, + "name": { + "given_name": "J. A.", + "surname": "Chinellato" } }, { - "name": { - "surname": "Chirinos", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Michigan Technological University, Houghton, MI, USA", - "affPubID": "affiliation50" + "affPubID": "affiliation50", + "affPubRaw": "Michigan Technological University, Houghton, MI, USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Chirinos" + } }, { - "name": { - "surname": "Chudoba", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-6425-2579" + }, + "name": { + "given_name": "J.", + "surname": "Chudoba" } }, { - "name": { - "surname": "Chytka", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic", - "affPubID": "affiliation51" + "affPubID": "affiliation51", + "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic" } ], "attrib": { "orcid": "0000-0001-5741-259X" + }, + "name": { + "given_name": "L.", + "surname": "Chytka" } }, { - "name": { - "surname": "Clay", - "given_name": "R. W." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" } ], "attrib": { "orcid": "0000-0002-9040-9648" + }, + "name": { + "given_name": "R. W.", + "surname": "Clay" } }, { - "name": { - "surname": "Cobos Cerutti", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Mendoza (CONICET/CNEA), Mendoza, Argentina", - "affPubID": "affiliation52" + "affPubID": "affiliation52", + "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Mendoza (CONICET/CNEA), Mendoza, Argentina" } ], "attrib": { "orcid": "0000-0002-0652-5460" + }, + "name": { + "given_name": "A. C.", + "surname": "Cobos Cerutti" } }, { - "name": { - "surname": "Colalillo", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy", - "affPubID": "affiliation12" + "affPubID": "affiliation12", + "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy" }, { - "affPubRaw": "Universit\u00e0 di Napoli \u201cFederico II\u201d, Dipartimento di Fisica \u201cEttore Pancini\u201d, Napoli, Italy", - "affPubID": "affiliation53" + "affPubID": "affiliation53", + "affPubRaw": "Universit\u00e0 di Napoli \u201cFederico II\u201d, Dipartimento di Fisica \u201cEttore Pancini\u201d, Napoli, Italy" } ], "attrib": { "orcid": "0000-0002-4179-9352" + }, + "name": { + "given_name": "R.", + "surname": "Colalillo" } }, { - "name": { - "surname": "Coleman", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Delaware, Department of Physics and Astronomy, Bartol Research Institute, Newark, DE, USA", - "affPubID": "affiliation54" + "affPubID": "affiliation54", + "affPubRaw": "University of Delaware, Department of Physics and Astronomy, Bartol Research Institute, Newark, DE, USA" } ], "attrib": { "orcid": "0000-0003-1510-1712" + }, + "name": { + "given_name": "A.", + "surname": "Coleman" } }, { - "name": { - "surname": "Coluccia", - "given_name": "M. R." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" } ], "attrib": { "orcid": "0000-0002-3023-0566" + }, + "name": { + "given_name": "M. R.", + "surname": "Coluccia" } }, { - "name": { - "surname": "Concei\u00e7\u00e3o", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0003-4945-5340" + }, + "name": { + "given_name": "R.", + "surname": "Concei\u00e7\u00e3o" } }, { - "name": { - "surname": "Condorelli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy", - "affPubID": "affiliation23" + "affPubID": "affiliation23", + "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy" }, { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" } ], "attrib": { "orcid": "0000-0001-5681-0086" + }, + "name": { + "given_name": "A.", + "surname": "Condorelli" } }, { - "name": { - "surname": "Consolati", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Milano, Milano, Italy", - "affPubID": "affiliation44" + "affPubID": "affiliation44", + "affPubRaw": "INFN, Sezione di Milano, Milano, Italy" }, { - "affPubRaw": "Politecnico di Milano, Dipartimento di Scienze e Tecnologie Aerospaziali, Milano, Italy", - "affPubID": "affiliation55" + "affPubID": "affiliation55", + "affPubRaw": "Politecnico di Milano, Dipartimento di Scienze e Tecnologie Aerospaziali, Milano, Italy" } ], "attrib": { "orcid": "0000-0003-3614-245X" + }, + "name": { + "given_name": "G.", + "surname": "Consolati" } }, { - "name": { - "surname": "Contreras", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina", - "affPubID": "affiliation17" + "affPubID": "affiliation17", + "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Contreras" + } }, { - "name": { - "surname": "Convenga", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-2841-1034" + }, + "name": { + "given_name": "F.", + "surname": "Convenga" } }, { - "name": { - "surname": "Correia dos Santos", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal Fluminense, EEIMVR, Volta Redonda, RJ, Brazil", - "affPubID": "affiliation56" + "affPubID": "affiliation56", + "affPubRaw": "Universidade Federal Fluminense, EEIMVR, Volta Redonda, RJ, Brazil" } ], "attrib": { "orcid": "0000-0001-8243-6710" + }, + "name": { + "given_name": "D.", + "surname": "Correia dos Santos" } }, { - "name": { - "surname": "Covault", - "given_name": "C. E." - }, "affiliation": [ { - "affPubRaw": "Case Western Reserve University, Cleveland, OH, USA", - "affPubID": "affiliation57" + "affPubID": "affiliation57", + "affPubRaw": "Case Western Reserve University, Cleveland, OH, USA" } ], "attrib": { "orcid": "0000-0001-5405-5371" + }, + "name": { + "given_name": "C. E.", + "surname": "Covault" } }, { - "name": { - "surname": "Cristinziani", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany", - "affPubID": "affiliation36" + "affPubID": "affiliation36", + "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany" } ], "attrib": { "orcid": "0000-0003-3893-9171" + }, + "name": { + "given_name": "M.", + "surname": "Cristinziani" } }, { - "name": { - "surname": "Cruz Sanchez", - "given_name": "C. S." - }, "affiliation": [ { - "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina", - "affPubID": "affiliation58" + "affPubID": "affiliation58", + "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina" } - ] + ], + "name": { + "given_name": "C. S.", + "surname": "Cruz Sanchez" + } }, { - "name": { - "surname": "Dasso", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica and Departamento de Ciencias de la Atm\u00f3sfera y los Oc\u00e9anos, FCEyN, Universidad de Buenos Aires and CONICET, Buenos Aires, Argentina", - "affPubID": "affiliation59" + "affPubID": "affiliation59", + "affPubRaw": "Departamento de F\u00edsica and Departamento de Ciencias de la Atm\u00f3sfera y los Oc\u00e9anos, FCEyN, Universidad de Buenos Aires and CONICET, Buenos Aires, Argentina" }, { - "affPubRaw": "Instituto de Astronom\u00eda y F\u00edsica del Espacio (IAFE, CONICET-UBA), Buenos Aires, Argentina", - "affPubID": "affiliation60" + "affPubID": "affiliation60", + "affPubRaw": "Instituto de Astronom\u00eda y F\u00edsica del Espacio (IAFE, CONICET-UBA), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0002-7680-4721" + }, + "name": { + "given_name": "S.", + "surname": "Dasso" } }, { - "name": { - "surname": "Daumiller", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-0527-4823" + }, + "name": { + "given_name": "K.", + "surname": "Daumiller" } }, { - "name": { - "surname": "Dawson", - "given_name": "B. R." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" } ], "attrib": { "orcid": "0000-0002-4271-3055" + }, + "name": { + "given_name": "B. R.", + "surname": "Dawson" } }, { - "name": { - "surname": "de Almeida", - "given_name": "R. M." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal Fluminense, EEIMVR, Volta Redonda, RJ, Brazil", - "affPubID": "affiliation56" + "affPubID": "affiliation56", + "affPubRaw": "Universidade Federal Fluminense, EEIMVR, Volta Redonda, RJ, Brazil" } - ] + ], + "name": { + "given_name": "R. M.", + "surname": "de Almeida" + } }, { - "name": { - "surname": "de Jes\u00fas", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "J.", + "surname": "de Jes\u00fas" + } }, { - "name": { - "surname": "de Jong", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0002-3120-3367" + }, + "name": { + "given_name": "S. J.", + "surname": "de Jong" } }, { - "name": { - "surname": "de Mello Neto", - "given_name": "J. R. T." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio de Janeiro, Instituto de F\u00edsica, Rio de Janeiro, RJ, Brazil", - "affPubID": "affiliation33" + "affPubID": "affiliation33", + "affPubRaw": "Universidade Federal do Rio de Janeiro, Instituto de F\u00edsica, Rio de Janeiro, RJ, Brazil" }, { - "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Observat\u00f3rio do Valongo, Rio de Janeiro, RJ, Brazil", - "affPubID": "affiliation61" + "affPubID": "affiliation61", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Observat\u00f3rio do Valongo, Rio de Janeiro, RJ, Brazil" } ], "attrib": { "orcid": "0000-0002-3234-6634" + }, + "name": { + "given_name": "J. R. T.", + "surname": "de Mello Neto" } }, { - "name": { - "surname": "De Mitri", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy", - "affPubID": "affiliation23" + "affPubID": "affiliation23", + "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0002-8665-1730" + }, + "name": { + "given_name": "I.", + "surname": "De Mitri" } }, { - "name": { - "surname": "de Oliveira", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto Federal de Educa\u00e7\u00e3o, Ci\u00eancia e Tecnologia do Rio de Janeiro (IFRJ), Brazil", - "affPubID": "affiliation62" + "affPubID": "affiliation62", + "affPubRaw": "Instituto Federal de Educa\u00e7\u00e3o, Ci\u00eancia e Tecnologia do Rio de Janeiro (IFRJ), Brazil" } - ] + ], + "name": { + "given_name": "J.", + "surname": "de Oliveira" + } }, { - "name": { - "surname": "de Oliveira Franco", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil", - "affPubID": "affiliation34" + "affPubID": "affiliation34", + "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil" } - ] + ], + "name": { + "given_name": "D.", + "surname": "de Oliveira Franco" + } }, { - "name": { - "surname": "de Palma", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy", - "affPubID": "affiliation63" + "affPubID": "affiliation63", + "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy" } ], "attrib": { "orcid": "0000-0001-5898-2834" + }, + "name": { + "given_name": "F.", + "surname": "de Palma" } }, { - "name": { - "surname": "de Souza", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica de S\u00e3o Carlos, S\u00e3o Carlos, SP, Brazil", - "affPubID": "affiliation16" + "affPubID": "affiliation16", + "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica de S\u00e3o Carlos, S\u00e3o Carlos, SP, Brazil" } ], "attrib": { "orcid": "0000-0003-0865-233X" + }, + "name": { + "given_name": "V.", + "surname": "de Souza" } }, { - "name": { - "surname": "De Vito", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy", - "affPubID": "affiliation63" + "affPubID": "affiliation63", + "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy" } ], "attrib": { "orcid": "0000-0003-2045-7588" + }, + "name": { + "given_name": "E.", + "surname": "De Vito" } }, { - "name": { - "surname": "Del Popolo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy", - "affPubID": "affiliation40" + "affPubID": "affiliation40", + "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy" } ], "attrib": { "orcid": "0000-0002-9057-0239" + }, + "name": { + "given_name": "A.", + "surname": "Del Popolo" } }, { - "name": { - "surname": "Deligny", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France", - "affPubID": "affiliation64" + "affPubID": "affiliation64", + "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France" } ], "attrib": { "orcid": "0000-0001-6863-6572" + }, + "name": { + "given_name": "O.", + "surname": "Deligny" } }, { - "name": { - "surname": "Deval", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Deval" + } }, { - "name": { - "surname": "di Matteo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" } ], "attrib": { "orcid": "0000-0002-8260-1867" + }, + "name": { + "given_name": "A.", + "surname": "di Matteo" } }, { - "name": { - "surname": "Dobre", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } ], "attrib": { "orcid": "0000-0003-4032-7318" + }, + "name": { + "given_name": "M.", + "surname": "Dobre" } }, { - "name": { - "surname": "Dobrigkeit", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil", - "affPubID": "affiliation34" + "affPubID": "affiliation34", + "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil" } ], "attrib": { "orcid": "0000-0002-1236-0789" + }, + "name": { + "given_name": "C.", + "surname": "Dobrigkeit" } }, { - "name": { - "surname": "D\u2019Olivo", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico", - "affPubID": "affiliation65" + "affPubID": "affiliation65", + "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico" } - ] + ], + "name": { + "given_name": "J. C.", + "surname": "D\u2019Olivo" + } }, { - "name": { - "surname": "Domingues Mendes", - "given_name": "L. M." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0003-0651-9404" + }, + "name": { + "given_name": "L. M.", + "surname": "Domingues Mendes" } }, { - "name": { - "surname": "Dorofeev", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Colorado State University, Fort Collins, CO, USA", - "affPubID": "affiliation35" + "affPubID": "affiliation35", + "affPubRaw": "Colorado State University, Fort Collins, CO, USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Dorofeev" + } }, { - "name": { - "surname": "dos Anjos", - "given_name": "R. C." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Paran\u00e1, Setor Palotina, Palotina, Brazil", - "affPubID": "affiliation66" + "affPubID": "affiliation66", + "affPubRaw": "Universidade Federal do Paran\u00e1, Setor Palotina, Palotina, Brazil" } ], "attrib": { "orcid": "0000-0002-6463-2272" + }, + "name": { + "given_name": "R. C.", + "surname": "dos Anjos" } }, { - "name": { - "surname": "Ebr", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0001-8807-6162" + }, + "name": { + "given_name": "J.", + "surname": "Ebr" } }, { - "name": { - "surname": "Eman", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0002-7247-936X" + }, + "name": { + "given_name": "M.", + "surname": "Eman" } }, { - "name": { - "surname": "Engel", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "email": "spokespersons@auger.org", "orcid": "0000-0003-2924-8889" + }, + "name": { + "given_name": "R.", + "surname": "Engel" } }, { - "name": { - "surname": "Epicoco", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy", - "affPubID": "affiliation63" + "affPubID": "affiliation63", + "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy" } ], "attrib": { "orcid": "0000-0002-6408-1335" + }, + "name": { + "given_name": "I.", + "surname": "Epicoco" } }, { - "name": { - "surname": "Erdmann", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } ], "attrib": { "orcid": "0000-0002-1653-1303" + }, + "name": { + "given_name": "M.", + "surname": "Erdmann" } }, { - "name": { - "surname": "Etchegoyen", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Buenos Aires, Buenos Aires, Argentina", - "affPubID": "affiliation09" + "affPubID": "affiliation09", + "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Buenos Aires, Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0001-6989-2404" + }, + "name": { + "given_name": "A.", + "surname": "Etchegoyen" } }, { - "name": { - "surname": "Falcke", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" }, { - "affPubRaw": "Stichting Astronomisch Onderzoek in Nederland (ASTRON), Dwingeloo, The Netherlands", - "affPubID": "affiliation67" + "affPubID": "affiliation67", + "affPubRaw": "Stichting Astronomisch Onderzoek in Nederland (ASTRON), Dwingeloo, The Netherlands" } ], "attrib": { "orcid": "0000-0002-2526-6724" + }, + "name": { + "given_name": "H.", + "surname": "Falcke" } }, { - "name": { - "surname": "Farmer", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA", - "affPubID": "affiliation68" + "affPubID": "affiliation68", + "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Farmer" + } }, { - "name": { - "surname": "Farrar", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "New York University, New York, NY, USA", - "affPubID": "affiliation69" + "affPubID": "affiliation69", + "affPubRaw": "New York University, New York, NY, USA" } ], "attrib": { "orcid": "0000-0003-2417-5975" + }, + "name": { + "given_name": "G.", + "surname": "Farrar" } }, { - "name": { - "surname": "Fauth", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil", - "affPubID": "affiliation34" + "affPubID": "affiliation34", + "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil" } ], "attrib": { "orcid": "0000-0001-7239-0288" + }, + "name": { + "given_name": "A. C.", + "surname": "Fauth" } }, { - "name": { - "surname": "Fazzini", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Colorado State University, Fort Collins, CO, USA", - "affPubID": "affiliation35" + "affPubID": "affiliation35", + "affPubRaw": "Colorado State University, Fort Collins, CO, USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Fazzini" + } }, { - "name": { - "surname": "Feldbusch", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany", - "affPubID": "affiliation70" + "affPubID": "affiliation70", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Feldbusch" + } }, { - "name": { - "surname": "Fenu", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy", - "affPubID": "affiliation14" + "affPubID": "affiliation14", + "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy" } ], "attrib": { "orcid": "0000-0002-0313-8852" + }, + "name": { + "given_name": "F.", + "surname": "Fenu" } }, { - "name": { - "surname": "Fick", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Michigan Technological University, Houghton, MI, USA", - "affPubID": "affiliation50" + "affPubID": "affiliation50", + "affPubRaw": "Michigan Technological University, Houghton, MI, USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Fick" + } }, { - "name": { - "surname": "Figueira", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0002-6768-5214" + }, + "name": { + "given_name": "J. M.", + "surname": "Figueira" } }, { - "name": { - "surname": "Filip\u010di\u010d", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia", - "affPubID": "affiliation71" + "affPubID": "affiliation71", + "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia" }, { - "affPubRaw": "Experimental Particle Physics Department, J. Stefan Institute, Ljubljana, Slovenia", - "affPubID": "affiliation72" + "affPubID": "affiliation72", + "affPubRaw": "Experimental Particle Physics Department, J. Stefan Institute, Ljubljana, Slovenia" } ], "attrib": { "orcid": "0000-0001-5671-1555" + }, + "name": { + "given_name": "A.", + "surname": "Filip\u010di\u010d" } }, { - "name": { - "surname": "Fitoussi", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0001-9473-9356" + }, + "name": { + "given_name": "T.", + "surname": "Fitoussi" } }, { - "name": { - "surname": "Flaggs", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Delaware, Department of Physics and Astronomy, Bartol Research Institute, Newark, DE, USA", - "affPubID": "affiliation54" + "affPubID": "affiliation54", + "affPubRaw": "University of Delaware, Department of Physics and Astronomy, Bartol Research Institute, Newark, DE, USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Flaggs" + } }, { - "name": { - "surname": "Fodran", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Fodran" + } }, { - "name": { - "surname": "Fujii", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA", - "affPubID": "affiliation68" + "affPubID": "affiliation68", + "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA" } ], "attrib": { "orcid": "0000-0003-2401-504X" + }, + "name": { + "given_name": "T.", + "surname": "Fujii" } }, { - "name": { - "surname": "Fuster", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Buenos Aires, Buenos Aires, Argentina", - "affPubID": "affiliation09" + "affPubID": "affiliation09", + "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Buenos Aires, Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0002-6575-7958" + }, + "name": { + "given_name": "A.", + "surname": "Fuster" } }, { - "name": { - "surname": "Galea", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" } ], "attrib": { "orcid": "0000-0002-3075-6605" + }, + "name": { + "given_name": "C.", + "surname": "Galea" } }, { - "name": { - "surname": "Galelli", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Milano, Milano, Italy", - "affPubID": "affiliation44" + "affPubID": "affiliation44", + "affPubRaw": "INFN, Sezione di Milano, Milano, Italy" }, { - "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy", - "affPubID": "affiliation45" + "affPubID": "affiliation45", + "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy" } ], "attrib": { "orcid": "0000-0002-7372-9703" + }, + "name": { + "given_name": "C.", + "surname": "Galelli" } }, { - "name": { - "surname": "Garc\u00eda", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Mendoza (CONICET/CNEA), Mendoza, Argentina", - "affPubID": "affiliation52" + "affPubID": "affiliation52", + "affPubRaw": "Universidad Tecnol\u00f3gica Nacional\u2014Facultad Regional Mendoza (CONICET/CNEA), Mendoza, Argentina" } ], "attrib": { "orcid": "0000-0003-0919-2734" + }, + "name": { + "given_name": "B.", + "surname": "Garc\u00eda" } }, { - "name": { - "surname": "Gemmeke", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany", - "affPubID": "affiliation70" + "affPubID": "affiliation70", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Gemmeke" + } }, { - "name": { - "surname": "Gesualdi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-4080-7840" + }, + "name": { + "given_name": "F.", + "surname": "Gesualdi" } }, { - "name": { - "surname": "Gherghel-Lascu", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } ], "attrib": { "orcid": "0000-0002-8757-2081" + }, + "name": { + "given_name": "A.", + "surname": "Gherghel-Lascu" } }, { - "name": { - "surname": "Ghia", - "given_name": "P. L." - }, "affiliation": [ { - "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France", - "affPubID": "affiliation64" + "affPubID": "affiliation64", + "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France" } ], "attrib": { "orcid": "0000-0003-1101-4857" + }, + "name": { + "given_name": "P. L.", + "surname": "Ghia" } }, { - "name": { - "surname": "Giaccari", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" } - ] + ], + "name": { + "given_name": "U.", + "surname": "Giaccari" + } }, { - "name": { - "surname": "Giammarchi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Milano, Milano, Italy", - "affPubID": "affiliation44" + "affPubID": "affiliation44", + "affPubRaw": "INFN, Sezione di Milano, Milano, Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Giammarchi" + } }, { - "name": { - "surname": "Glombitza", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } ], "attrib": { "orcid": "0000-0001-9683-4568" + }, + "name": { + "given_name": "J.", + "surname": "Glombitza" } }, { - "name": { - "surname": "Gobbi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina", - "affPubID": "affiliation49" + "affPubID": "affiliation49", + "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Gobbi" + } }, { - "name": { - "surname": "Gollan", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0002-0495-2768" + }, + "name": { + "given_name": "F.", + "surname": "Gollan" } }, { - "name": { - "surname": "Golup", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } ], "attrib": { "orcid": "0000-0001-9471-8811" + }, + "name": { + "given_name": "G.", + "surname": "Golup" } }, { - "name": { - "surname": "G\u00f3mez Berisso", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } ], "attrib": { "orcid": "0000-0001-5530-0180" + }, + "name": { + "given_name": "M.", + "surname": "G\u00f3mez Berisso" } }, { - "name": { - "surname": "G\u00f3mez Vitale", - "given_name": "P. F." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina", - "affPubID": "affiliation17" + "affPubID": "affiliation17", + "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina" } ], "attrib": { "orcid": "0000-0001-9689-2020" + }, + "name": { + "given_name": "P. F.", + "surname": "G\u00f3mez Vitale" } }, { - "name": { - "surname": "Gongora", - "given_name": "J. P." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina", - "affPubID": "affiliation17" + "affPubID": "affiliation17", + "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "J. P.", + "surname": "Gongora" + } }, { - "name": { - "surname": "Gonz\u00e1lez", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } ], "attrib": { "orcid": "0000-0003-3003-5063" + }, + "name": { + "given_name": "J. M.", + "surname": "Gonz\u00e1lez" } }, { - "name": { - "surname": "Gonz\u00e1lez", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium", - "affPubID": "affiliation73" + "affPubID": "affiliation73", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium" } ], "attrib": { "orcid": "0000-0001-6566-2222" + }, + "name": { + "given_name": "N.", + "surname": "Gonz\u00e1lez" } }, { - "name": { - "surname": "Goos", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Goos" + } }, { - "name": { - "surname": "G\u00f3ra", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland" } ], "attrib": { "orcid": "0000-0002-4853-5974" + }, + "name": { + "given_name": "D.", + "surname": "G\u00f3ra" } }, { - "name": { - "surname": "Gorgi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy", - "affPubID": "affiliation04" + "affPubID": "affiliation04", + "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy" } ], "attrib": { "orcid": "0000-0002-8085-2304" + }, + "name": { + "given_name": "A.", + "surname": "Gorgi" } }, { - "name": { - "surname": "Gottowik", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain", - "affPubID": "affiliation10" + "affPubID": "affiliation10", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Gottowik" + } }, { - "name": { - "surname": "Grubb", - "given_name": "T. D." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" } - ] + ], + "name": { + "given_name": "T. D.", + "surname": "Grubb" + } }, { - "name": { - "surname": "Guarino", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy", - "affPubID": "affiliation12" + "affPubID": "affiliation12", + "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy" }, { - "affPubRaw": "Universit\u00e0 di Napoli \u201cFederico II\u201d, Dipartimento di Fisica \u201cEttore Pancini\u201d, Napoli, Italy", - "affPubID": "affiliation53" + "affPubID": "affiliation53", + "affPubRaw": "Universit\u00e0 di Napoli \u201cFederico II\u201d, Dipartimento di Fisica \u201cEttore Pancini\u201d, Napoli, Italy" } ], "attrib": { "orcid": "0000-0003-1427-9885" + }, + "name": { + "given_name": "F.", + "surname": "Guarino" } }, { - "name": { - "surname": "Guedes", - "given_name": "G. P." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Feira de Santana, Feira de Santana, Brazil", - "affPubID": "affiliation74" + "affPubID": "affiliation74", + "affPubRaw": "Universidade Estadual de Feira de Santana, Feira de Santana, Brazil" } - ] + ], + "name": { + "given_name": "G. P.", + "surname": "Guedes" + } }, { - "name": { - "surname": "Guido", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany", - "affPubID": "affiliation36" + "affPubID": "affiliation36", + "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany" } ], "attrib": { "orcid": "0000-0002-0772-7654" + }, + "name": { + "given_name": "E.", + "surname": "Guido" } }, { - "name": { - "surname": "Hahn", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Hahn" + } }, { - "name": { - "surname": "Hamal", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0003-3139-7234" + }, + "name": { + "given_name": "P.", + "surname": "Hamal" } }, { - "name": { - "surname": "Hampel", - "given_name": "M. R." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0001-7622-4826" + }, + "name": { + "given_name": "M. R.", + "surname": "Hampel" } }, { - "name": { - "surname": "Hansen", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina", - "affPubID": "affiliation58" + "affPubID": "affiliation58", + "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina" } ], "attrib": { "orcid": "0000-0001-7015-2374" + }, + "name": { + "given_name": "P.", + "surname": "Hansen" } }, { - "name": { - "surname": "Harari", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } ], "attrib": { "orcid": "0000-0002-7350-2488" + }, + "name": { + "given_name": "D.", + "surname": "Harari" } }, { - "name": { - "surname": "Harton", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Colorado State University, Fort Collins, CO, USA", - "affPubID": "affiliation35" + "affPubID": "affiliation35", + "affPubRaw": "Colorado State University, Fort Collins, CO, USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Harton" + } }, { - "name": { - "surname": "Harvey", - "given_name": "V. M." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" } ], "attrib": { "orcid": "0000-0001-9090-8415" + }, + "name": { + "given_name": "V. M.", + "surname": "Harvey" } }, { - "name": { - "surname": "Haungs", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-9638-7574" + }, + "name": { + "given_name": "A.", + "surname": "Haungs" } }, { - "name": { - "surname": "Hebbeker", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } ], "attrib": { "orcid": "0000-0002-9736-266X" + }, + "name": { + "given_name": "T.", + "surname": "Hebbeker" } }, { - "name": { - "surname": "Heck", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Heck" + } }, { - "name": { - "surname": "Hojvat", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory, Fermilab, Batavia, IL, USA", - "affPubID": "affiliation75" + "affPubID": "affiliation75", + "affPubRaw": "Fermi National Accelerator Laboratory, Fermilab, Batavia, IL, USA" } ], "attrib": { "orcid": "0000-0003-3323-3129" + }, + "name": { + "given_name": "C.", + "surname": "Hojvat" } }, { - "name": { - "surname": "H\u00f6randel", - "given_name": "J. R." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0001-6604-547X" + }, + "name": { + "given_name": "J. R.", + "surname": "H\u00f6randel" } }, { - "name": { - "surname": "Horvath", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic", - "affPubID": "affiliation51" + "affPubID": "affiliation51", + "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic" } ], "attrib": { "orcid": "0000-0002-6710-5339" + }, + "name": { + "given_name": "P.", + "surname": "Horvath" } }, { - "name": { - "surname": "Hrabovsk\u00fd", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic", - "affPubID": "affiliation51" + "affPubID": "affiliation51", + "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic" } ], "attrib": { "orcid": "0000-0003-4223-7316" + }, + "name": { + "given_name": "M.", + "surname": "Hrabovsk\u00fd" } }, { - "name": { - "surname": "Huege", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" }, { - "affPubRaw": "Vrije Universiteit Brussels, Brussels, Belgium", - "affPubID": "affiliation38" + "affPubID": "affiliation38", + "affPubRaw": "Vrije Universiteit Brussels, Brussels, Belgium" } ], "attrib": { "orcid": "0000-0002-2783-4772" + }, + "name": { + "given_name": "T.", + "surname": "Huege" } }, { - "name": { - "surname": "Insolia", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy", - "affPubID": "affiliation40" + "affPubID": "affiliation40", + "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy" } ], "attrib": { "orcid": "0000-0002-9040-1566" + }, + "name": { + "given_name": "A.", + "surname": "Insolia" } }, { - "name": { - "surname": "Isar", - "given_name": "P. G." - }, "affiliation": [ { - "affPubRaw": "Institute of Space Science, Bucharest-Magurele, Romania", - "affPubID": "affiliation76" + "affPubID": "affiliation76", + "affPubRaw": "Institute of Space Science, Bucharest-Magurele, Romania" } ], "attrib": { "orcid": "0000-0002-1241-584X" + }, + "name": { + "given_name": "P. G.", + "surname": "Isar" } }, { - "name": { - "surname": "Janecek", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0003-3501-7163" + }, + "name": { + "given_name": "P.", + "surname": "Janecek" } }, { - "name": { - "surname": "Johnsen", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Colorado School of Mines, Golden, CO, USA", - "affPubID": "affiliation77" + "affPubID": "affiliation77", + "affPubRaw": "Colorado School of Mines, Golden, CO, USA" } - ] + ], + "name": { + "given_name": "J. A.", + "surname": "Johnsen" + } }, { - "name": { - "surname": "Jurysek", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-3130-4168" + }, + "name": { + "given_name": "J.", + "surname": "Jurysek" } }, { - "name": { - "surname": "K\u00e4\u00e4p\u00e4", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } ], "attrib": { "orcid": "0000-0002-2410-4491" + }, + "name": { + "given_name": "A.", + "surname": "K\u00e4\u00e4p\u00e4" } }, { - "name": { - "surname": "Kampert", - "given_name": "K. H." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } ], "attrib": { "orcid": "0000-0002-2805-0195" + }, + "name": { + "given_name": "K. H.", + "surname": "Kampert" } }, { - "name": { - "surname": "Keilhauer", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0003-4494-1155" + }, + "name": { + "given_name": "B.", + "surname": "Keilhauer" } }, { - "name": { - "surname": "Khakurdikar", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" } ], "attrib": { "orcid": "0000-0002-4857-5255" + }, + "name": { + "given_name": "A.", + "surname": "Khakurdikar" } }, { - "name": { - "surname": "Kizakke Covilakam", - "given_name": "V. V." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0001-5278-3172" + }, + "name": { + "given_name": "V. V.", + "surname": "Kizakke Covilakam" } }, { - "name": { - "surname": "Klages", - "given_name": "H. O." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-4306-021X" + }, + "name": { + "given_name": "H. O.", + "surname": "Klages" } }, { - "name": { - "surname": "Kleifges", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany", - "affPubID": "affiliation70" + "affPubID": "affiliation70", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-7608-4058" + }, + "name": { + "given_name": "M.", + "surname": "Kleifges" } }, { - "name": { - "surname": "Kleinfeller", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina", - "affPubID": "affiliation49" + "affPubID": "affiliation49", + "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Kleinfeller" + } }, { - "name": { - "surname": "Knapp", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Knapp" + } }, { - "name": { - "surname": "Knapp", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy, University of Leeds, Leeds, UK", - "affPubID": "affiliation78" + "affPubID": "affiliation78", + "affPubRaw": "School of Physics and Astronomy, University of Leeds, Leeds, UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Knapp" + } }, { - "name": { - "surname": "Kunka", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany", - "affPubID": "affiliation70" + "affPubID": "affiliation70", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Kunka" + } }, { - "name": { - "surname": "Lachaud", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Laboratoire AstroParticule et Cosmologie (APC), Universit\u00e9 Paris 7, CNRS-IN2P3, Paris, France", - "affPubID": "affiliation79" + "affPubID": "affiliation79", + "affPubRaw": "Laboratoire AstroParticule et Cosmologie (APC), Universit\u00e9 Paris 7, CNRS-IN2P3, Paris, France" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Lachaud" + } }, { - "name": { - "surname": "Lago", - "given_name": "B. L." - }, "affiliation": [ { - "affPubRaw": "Centro Federal de Educa\u00e7\u00e3o Tecnol\u00f3gica Celso Suckow da Fonseca, Nova Friburgo, Brazil", - "affPubID": "affiliation80" + "affPubID": "affiliation80", + "affPubRaw": "Centro Federal de Educa\u00e7\u00e3o Tecnol\u00f3gica Celso Suckow da Fonseca, Nova Friburgo, Brazil" } ], "attrib": { "orcid": "0000-0001-9672-0499" + }, + "name": { + "given_name": "B. L.", + "surname": "Lago" } }, { - "name": { - "surname": "Langner", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } ], "attrib": { "orcid": "0000-0001-7443-3042" + }, + "name": { + "given_name": "N.", + "surname": "Langner" } }, { - "name": { - "surname": "Leigui de Oliveira", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do ABC, Santo Andr\u00e9, SP, Brazil", - "affPubID": "affiliation81" + "affPubID": "affiliation81", + "affPubRaw": "Universidade Federal do ABC, Santo Andr\u00e9, SP, Brazil" } - ] + ], + "name": { + "given_name": "M. A.", + "surname": "Leigui de Oliveira" + } }, { - "name": { - "surname": "Lenok", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-7921-2035" + }, + "name": { + "given_name": "V.", + "surname": "Lenok" } }, { - "name": { - "surname": "Letessier-Selvon", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Laboratoire de Physique Nucl\u00e9aire et de Hautes Energies (LPNHE), Sorbonne Universit\u00e9, Universit\u00e9 de Paris, CNRS-IN2P3, Paris, France", - "affPubID": "affiliation27" + "affPubID": "affiliation27", + "affPubRaw": "Laboratoire de Physique Nucl\u00e9aire et de Hautes Energies (LPNHE), Sorbonne Universit\u00e9, Universit\u00e9 de Paris, CNRS-IN2P3, Paris, France" } ], "attrib": { "orcid": "0000-0002-2044-3103" + }, + "name": { + "given_name": "A.", + "surname": "Letessier-Selvon" } }, { - "name": { - "surname": "Lhenry-Yvon", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France", - "affPubID": "affiliation64" + "affPubID": "affiliation64", + "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France" } ], "attrib": { "orcid": "0000-0002-7887-3288" + }, + "name": { + "given_name": "I.", + "surname": "Lhenry-Yvon" } }, { - "name": { - "surname": "Lo Presti", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy", - "affPubID": "affiliation40" + "affPubID": "affiliation40", + "affPubRaw": "Universit\u00e0 di Catania, Dipartimento di Fisica e Astronomia \u201cEttore Majorana\u201d, Catania, Italy" } ], "attrib": { "orcid": "0000-0002-4540-2885" + }, + "name": { + "given_name": "D.", + "surname": "Lo Presti" } }, { - "name": { - "surname": "Lopes", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0001-8571-0033" + }, + "name": { + "given_name": "L.", + "surname": "Lopes" } }, { - "name": { - "surname": "L\u00f3pez", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico", - "affPubID": "affiliation82" + "affPubID": "affiliation82", + "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico" } - ] + ], + "name": { + "given_name": "R.", + "surname": "L\u00f3pez" + } }, { - "name": { - "surname": "Lu", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin\u2013Madison, Department of Physics and WIPAC, Madison, WI, USA", - "affPubID": "affiliation83" + "affPubID": "affiliation83", + "affPubRaw": "University of Wisconsin\u2013Madison, Department of Physics and WIPAC, Madison, WI, USA" } ], "attrib": { "orcid": "0000-0003-3175-7770" + }, + "name": { + "given_name": "L.", + "surname": "Lu" } }, { - "name": { - "surname": "Luce", - "given_name": "Q." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0003-3745-6709" + }, + "name": { + "given_name": "Q.", + "surname": "Luce" } }, { - "name": { - "surname": "Lundquist", - "given_name": "J. P." - }, "affiliation": [ { - "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia", - "affPubID": "affiliation71" + "affPubID": "affiliation71", + "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia" } ], "attrib": { "orcid": "0000-0002-4245-5092" + }, + "name": { + "given_name": "J. P.", + "surname": "Lundquist" } }, { - "name": { - "surname": "Machado Payeras", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil", - "affPubID": "affiliation34" + "affPubID": "affiliation34", + "affPubRaw": "Universidade Estadual de Campinas, IFGW, Campinas, SP, Brazil" } ], "attrib": { "orcid": "0000-0001-7635-4348" + }, + "name": { + "given_name": "A.", + "surname": "Machado Payeras" } }, { - "name": { - "surname": "Mandat", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0001-7748-7468" + }, + "name": { + "given_name": "D.", + "surname": "Mandat" } }, { - "name": { - "surname": "Manning", - "given_name": "B. C." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" } - ] + ], + "name": { + "given_name": "B. C.", + "surname": "Manning" + } }, { - "name": { - "surname": "Manshanden", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Hamburg, II. Institut f\u00fcr Theoretische Physik, Hamburg, Germany", - "affPubID": "affiliation84" + "affPubID": "affiliation84", + "affPubRaw": "Universit\u00e4t Hamburg, II. Institut f\u00fcr Theoretische Physik, Hamburg, Germany" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Manshanden" + } }, { - "name": { - "surname": "Mantsch", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory, Fermilab, Batavia, IL, USA", - "affPubID": "affiliation75" + "affPubID": "affiliation75", + "affPubRaw": "Fermi National Accelerator Laboratory, Fermilab, Batavia, IL, USA" } ], "attrib": { "orcid": "0000-0002-8382-7745" + }, + "name": { + "given_name": "P.", + "surname": "Mantsch" } }, { - "name": { - "surname": "Marafico", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France", - "affPubID": "affiliation64" + "affPubID": "affiliation64", + "affPubRaw": "CNRS/IN2P3, IJCLab, Universit\u00e9 Paris-Saclay, Orsay, France" } ], "attrib": { "orcid": "0000-0003-4604-4677" + }, + "name": { + "given_name": "S.", + "surname": "Marafico" } }, { - "name": { - "surname": "Mariani", - "given_name": "F. M." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Milano, Milano, Italy", - "affPubID": "affiliation44" + "affPubID": "affiliation44", + "affPubRaw": "INFN, Sezione di Milano, Milano, Italy" }, { - "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy", - "affPubID": "affiliation45" + "affPubID": "affiliation45", + "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy" } ], "attrib": { "orcid": "0000-0002-1683-1162" + }, + "name": { + "given_name": "F. M.", + "surname": "Mariani" } }, { - "name": { - "surname": "Mariazzi", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina", - "affPubID": "affiliation58" + "affPubID": "affiliation58", + "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina" } ], "attrib": { "orcid": "0000-0002-9876-2470" + }, + "name": { + "given_name": "A. G.", + "surname": "Mariazzi" } }, { - "name": { - "surname": "Mari\u015f", - "given_name": "I. C." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium", - "affPubID": "affiliation73" + "affPubID": "affiliation73", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium" } ], "attrib": { "orcid": "0000-0002-5771-1124" + }, + "name": { + "given_name": "I. C.", + "surname": "Mari\u015f" } }, { - "name": { - "surname": "Marsella", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Universit\u00e0 di Palermo, Dipartimento di Fisica e Chimica \u201cE. Segr\u00e8\u201d, Palermo, Italy", - "affPubID": "affiliation85" + "affPubID": "affiliation85", + "affPubRaw": "Universit\u00e0 di Palermo, Dipartimento di Fisica e Chimica \u201cE. Segr\u00e8\u201d, Palermo, Italy" } ], "attrib": { "orcid": "0000-0002-3152-8874" + }, + "name": { + "given_name": "G.", + "surname": "Marsella" } }, { - "name": { - "surname": "Martello", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy", - "affPubID": "affiliation63" + "affPubID": "affiliation63", + "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy" } ], "attrib": { "orcid": "0000-0003-2046-3910" + }, + "name": { + "given_name": "D.", + "surname": "Martello" } }, { - "name": { - "surname": "Martinelli", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Martinelli" + } }, { - "name": { - "surname": "Mart\u00ednez Bravo", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico", - "affPubID": "affiliation82" + "affPubID": "affiliation82", + "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico" } ], "attrib": { "orcid": "0000-0001-9052-856X" + }, + "name": { + "given_name": "O.", + "surname": "Mart\u00ednez Bravo" } }, { - "name": { - "surname": "Martins", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain", - "affPubID": "affiliation10" + "affPubID": "affiliation10", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" } ], "attrib": { "orcid": "0000-0002-7294-6204" + }, + "name": { + "given_name": "M. A.", + "surname": "Martins" } }, { - "name": { - "surname": "Mastrodicasa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy", - "affPubID": "affiliation19" + "affPubID": "affiliation19", + "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Mastrodicasa" + } }, { - "name": { - "surname": "Mathes", - "given_name": "H. J." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-0680-040X" + }, + "name": { + "given_name": "H. J.", + "surname": "Mathes" } }, { - "name": { - "surname": "Matthews", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University, Baton Rouge, LA, USA", - "affPubID": "affiliation86" + "affPubID": "affiliation86", + "affPubRaw": "Louisiana State University, Baton Rouge, LA, USA" } ], "attrib": { "orcid": "0000-0002-1832-4420" + }, + "name": { + "given_name": "J.", + "surname": "Matthews" } }, { - "name": { - "surname": "Matthiae", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Roma \u201cTor Vergata\u201d, Roma, Italy", - "affPubID": "affiliation87" + "affPubID": "affiliation87", + "affPubRaw": "INFN, Sezione di Roma \u201cTor Vergata\u201d, Roma, Italy" }, { - "affPubRaw": "Universit\u00e0 di Roma \u201cTor Vergata\u201d, Dipartimento di Fisica, Roma, Italy", - "affPubID": "affiliation88" + "affPubID": "affiliation88", + "affPubRaw": "Universit\u00e0 di Roma \u201cTor Vergata\u201d, Dipartimento di Fisica, Roma, Italy" } ], "attrib": { "orcid": "0000-0003-3036-2590" + }, + "name": { + "given_name": "G.", + "surname": "Matthiae" } }, { - "name": { - "surname": "Mayotte", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" }, { - "affPubRaw": "Colorado School of Mines, Golden, CO, USA", - "affPubID": "affiliation77" + "affPubID": "affiliation77", + "affPubRaw": "Colorado School of Mines, Golden, CO, USA" } ], "attrib": { "orcid": "0000-0003-2618-9166" + }, + "name": { + "given_name": "E.", + "surname": "Mayotte" } }, { - "name": { - "surname": "Mayotte", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Colorado School of Mines, Golden, CO, USA", - "affPubID": "affiliation77" + "affPubID": "affiliation77", + "affPubRaw": "Colorado School of Mines, Golden, CO, USA" } ], "attrib": { "orcid": "0000-0001-8957-8033" + }, + "name": { + "given_name": "S.", + "surname": "Mayotte" } }, { - "name": { - "surname": "Mazur", - "given_name": "P. O." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory, Fermilab, Batavia, IL, USA", - "affPubID": "affiliation75" + "affPubID": "affiliation75", + "affPubRaw": "Fermi National Accelerator Laboratory, Fermilab, Batavia, IL, USA" } ], "attrib": { "orcid": "0000-0003-4076-6732" + }, + "name": { + "given_name": "P. O.", + "surname": "Mazur" } }, { - "name": { - "surname": "Medina-Tanco", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico", - "affPubID": "affiliation65" + "affPubID": "affiliation65", + "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico" } ], "attrib": { "orcid": "0000-0002-3202-319X" + }, + "name": { + "given_name": "G.", + "surname": "Medina-Tanco" } }, { - "name": { - "surname": "Meinert", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Meinert" + } }, { - "name": { - "surname": "Melo", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Melo" + } }, { - "name": { - "surname": "Menshikov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany", - "affPubID": "affiliation70" + "affPubID": "affiliation70", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institut f\u00fcr Prozessdatenverarbeitung und Elektronik, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Menshikov" + } }, { - "name": { - "surname": "Michal", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic", - "affPubID": "affiliation51" + "affPubID": "affiliation51", + "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Michal" + } }, { - "name": { - "surname": "Micheletti", - "given_name": "M. I." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica de Rosario (IFIR)\u2014CONICET/U.N.R. and Facultad de Ciencias Bioqu\u00edmicas y Farmac\u00e9uticas U.N.R., Rosario, Argentina", - "affPubID": "affiliation28" + "affPubID": "affiliation28", + "affPubRaw": "Instituto de F\u00edsica de Rosario (IFIR)\u2014CONICET/U.N.R. and Facultad de Ciencias Bioqu\u00edmicas y Farmac\u00e9uticas U.N.R., Rosario, Argentina" } - ] + ], + "name": { + "given_name": "M. I.", + "surname": "Micheletti" + } }, { - "name": { - "surname": "Miramonti", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Milano, Milano, Italy", - "affPubID": "affiliation44" + "affPubID": "affiliation44", + "affPubRaw": "INFN, Sezione di Milano, Milano, Italy" }, { - "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy", - "affPubID": "affiliation45" + "affPubID": "affiliation45", + "affPubRaw": "Universit\u00e0 di Milano, Dipartimento di Fisica, Milano, Italy" } ], "attrib": { "orcid": "0000-0002-2808-5363" + }, + "name": { + "given_name": "L.", + "surname": "Miramonti" } }, { - "name": { - "surname": "Mollerach", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } ], "attrib": { "orcid": "0000-0002-9339-5317" + }, + "name": { + "given_name": "S.", + "surname": "Mollerach" } }, { - "name": { - "surname": "Montanet", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France", - "affPubID": "affiliation25" + "affPubID": "affiliation25", + "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France" } ], "attrib": { "orcid": "0000-0001-9787-596X" + }, + "name": { + "given_name": "F.", + "surname": "Montanet" } }, { - "name": { - "surname": "Morejon", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } ], "attrib": { "orcid": "0000-0003-1494-2624" - } + }, + "name": { + "given_name": "L.", + "surname": "Morejon" + } }, { - "name": { - "surname": "Morello", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy", - "affPubID": "affiliation04" + "affPubID": "affiliation04", + "affPubRaw": "Osservatorio Astrofisico di Torino (INAF), Torino, Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Morello" + } }, { - "name": { - "surname": "M\u00fcller", - "given_name": "A. L." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-8473-695X" + }, + "name": { + "given_name": "A. L.", + "surname": "M\u00fcller" } }, { - "name": { - "surname": "Mulrey", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0001-8026-8020" + }, + "name": { + "given_name": "K.", + "surname": "Mulrey" } }, { - "name": { - "surname": "Mussa", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" } ], "attrib": { "orcid": "0000-0002-0294-9071" + }, + "name": { + "given_name": "R.", + "surname": "Mussa" } }, { - "name": { - "surname": "Muzio", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "New York University, New York, NY, USA", - "affPubID": "affiliation69" + "affPubID": "affiliation69", + "affPubRaw": "New York University, New York, NY, USA" } ], "attrib": { "orcid": "0000-0003-4615-5529" + }, + "name": { + "given_name": "M.", + "surname": "Muzio" } }, { - "name": { - "surname": "Namasaka", - "given_name": "W. M." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } - ] + ], + "name": { + "given_name": "W. M.", + "surname": "Namasaka" + } }, { - "name": { - "surname": "Nasr-Esfahani", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Nasr-Esfahani" + } }, { - "name": { - "surname": "Nellen", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico", - "affPubID": "affiliation65" + "affPubID": "affiliation65", + "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico" } ], "attrib": { "orcid": "0000-0003-1059-8731" + }, + "name": { + "given_name": "L.", + "surname": "Nellen" } }, { - "name": { - "surname": "Nicora", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Centro de Investigaciones en L\u00e1seres y Aplicaciones, CITEDEF and CONICET, Villa Martelli, Argentina", - "affPubID": "affiliation89" + "affPubID": "affiliation89", + "affPubRaw": "Centro de Investigaciones en L\u00e1seres y Aplicaciones, CITEDEF and CONICET, Villa Martelli, Argentina" } ], "attrib": { "orcid": "0000-0001-7504-6423" + }, + "name": { + "given_name": "G.", + "surname": "Nicora" } }, { - "name": { - "surname": "Niculescu-Oglinzanu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Niculescu-Oglinzanu" + } }, { - "name": { - "surname": "Niechciol", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany", - "affPubID": "affiliation36" + "affPubID": "affiliation36", + "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany" } ], "attrib": { "orcid": "0000-0001-6823-8056" + }, + "name": { + "given_name": "M.", + "surname": "Niechciol" } }, { - "name": { - "surname": "Nitz", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Michigan Technological University, Houghton, MI, USA", - "affPubID": "affiliation50" + "affPubID": "affiliation50", + "affPubRaw": "Michigan Technological University, Houghton, MI, USA" } ], "attrib": { "orcid": "0000-0001-5538-9867" + }, + "name": { + "given_name": "D.", + "surname": "Nitz" } }, { - "name": { - "surname": "Norwood", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Michigan Technological University, Houghton, MI, USA", - "affPubID": "affiliation50" + "affPubID": "affiliation50", + "affPubRaw": "Michigan Technological University, Houghton, MI, USA" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Norwood" + } }, { - "name": { - "surname": "Nosek", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Charles University, Faculty of Mathematics and Physics, Institute of Particle and Nuclear Physics, Prague, Czech Republic", - "affPubID": "affiliation90" + "affPubID": "affiliation90", + "affPubRaw": "Charles University, Faculty of Mathematics and Physics, Institute of Particle and Nuclear Physics, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0001-6219-200X" + }, + "name": { + "given_name": "D.", + "surname": "Nosek" } }, { - "name": { - "surname": "Novotny", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Charles University, Faculty of Mathematics and Physics, Institute of Particle and Nuclear Physics, Prague, Czech Republic", - "affPubID": "affiliation90" + "affPubID": "affiliation90", + "affPubRaw": "Charles University, Faculty of Mathematics and Physics, Institute of Particle and Nuclear Physics, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-4319-4541" + }, + "name": { + "given_name": "V.", + "surname": "Novotny" } }, { - "name": { - "surname": "No\u017eka", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic", - "affPubID": "affiliation51" + "affPubID": "affiliation51", + "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic" } ], "attrib": { "orcid": "0000-0002-8774-7099" + }, + "name": { + "given_name": "L.", + "surname": "No\u017eka" } }, { - "name": { - "surname": "Nucita", - "given_name": "A" - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy", - "affPubID": "affiliation63" + "affPubID": "affiliation63", + "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy" } ], "attrib": { "orcid": "0000-0002-7926-3481" + }, + "name": { + "given_name": "A", + "surname": "Nucita" } }, { - "name": { - "surname": "N\u00fa\u00f1ez", - "given_name": "L. A." - }, "affiliation": [ { - "affPubRaw": "Universidad Industrial de Santander, Bucaramanga, Colombia", - "affPubID": "affiliation91" + "affPubID": "affiliation91", + "affPubRaw": "Universidad Industrial de Santander, Bucaramanga, Colombia" } ], "attrib": { "orcid": "0000-0003-4575-5899" + }, + "name": { + "given_name": "L. A.", + "surname": "N\u00fa\u00f1ez" } }, { - "name": { - "surname": "Oliveira", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica de S\u00e3o Carlos, S\u00e3o Carlos, SP, Brazil", - "affPubID": "affiliation16" + "affPubID": "affiliation16", + "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica de S\u00e3o Carlos, S\u00e3o Carlos, SP, Brazil" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Oliveira" + } }, { - "name": { - "surname": "Palatka", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0003-2061-6059" + }, + "name": { + "given_name": "M.", + "surname": "Palatka" } }, { - "name": { - "surname": "Pallotta", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Centro de Investigaciones en L\u00e1seres y Aplicaciones, CITEDEF and CONICET, Villa Martelli, Argentina", - "affPubID": "affiliation89" + "affPubID": "affiliation89", + "affPubRaw": "Centro de Investigaciones en L\u00e1seres y Aplicaciones, CITEDEF and CONICET, Villa Martelli, Argentina" } ], "attrib": { "orcid": "0000-0003-4846-8748" + }, + "name": { + "given_name": "J.", + "surname": "Pallotta" } }, { - "name": { - "surname": "Parente", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain", - "affPubID": "affiliation10" + "affPubID": "affiliation10", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" } ], "attrib": { "orcid": "0000-0003-2847-0461" + }, + "name": { + "given_name": "G.", + "surname": "Parente" } }, { - "name": { - "surname": "Parra", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico", - "affPubID": "affiliation82" + "affPubID": "affiliation82", + "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Parra" + } }, { - "name": { - "surname": "Pawlowsky", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Pawlowsky" + } }, { - "name": { - "surname": "Pech", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-8421-0456" + }, + "name": { + "given_name": "M.", + "surname": "Pech" } }, { - "name": { - "surname": "P\u0229kala", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland" } ], "attrib": { "orcid": "0000-0002-1062-5595" + }, + "name": { + "given_name": "J.", + "surname": "P\u0229kala" } }, { - "name": { - "surname": "Pelayo", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Unidad Profesional Interdisciplinaria en Ingenier\u00eda y Tecnolog\u00edas Avanzadas del Instituto Polit\u00e9cnico Nacional (UPIITA-IPN), M\u00e9xico, D.F., Mexico", - "affPubID": "affiliation92" + "affPubID": "affiliation92", + "affPubRaw": "Unidad Profesional Interdisciplinaria en Ingenier\u00eda y Tecnolog\u00edas Avanzadas del Instituto Polit\u00e9cnico Nacional (UPIITA-IPN), M\u00e9xico, D.F., Mexico" } ], "attrib": { "orcid": "0000-0001-6973-1731" + }, + "name": { + "given_name": "R.", + "surname": "Pelayo" } }, { - "name": { - "surname": "Pereira Martins", - "given_name": "E. E." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-1167-8314" + }, + "name": { + "given_name": "E. E.", + "surname": "Pereira Martins" } }, { - "name": { - "surname": "Perez Armand", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica, S\u00e3o Paulo, SP, Brazil", - "affPubID": "affiliation93" + "affPubID": "affiliation93", + "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica, S\u00e3o Paulo, SP, Brazil" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Perez Armand" + } }, { - "name": { - "surname": "P\u00e9rez Bertolli", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-9790-5732" + }, + "name": { + "given_name": "C.", + "surname": "P\u00e9rez Bertolli" } }, { - "name": { - "surname": "Perrone", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy", - "affPubID": "affiliation63" + "affPubID": "affiliation63", + "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy" } ], "attrib": { "orcid": "0000-0002-8150-4336" + }, + "name": { + "given_name": "L.", + "surname": "Perrone" } }, { - "name": { - "surname": "Petrera", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy", - "affPubID": "affiliation23" + "affPubID": "affiliation23", + "affPubRaw": "Gran Sasso Science Institute, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0002-6029-1255" + }, + "name": { + "given_name": "S.", + "surname": "Petrera" } }, { - "name": { - "surname": "Petrucci", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy", - "affPubID": "affiliation19" + "affPubID": "affiliation19", + "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0003-3751-581X" + }, + "name": { + "given_name": "C.", + "surname": "Petrucci" } }, { - "name": { - "surname": "Pierog", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-7472-8710" + }, + "name": { + "given_name": "T.", + "surname": "Pierog" } }, { - "name": { - "surname": "Pimenta", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0002-2590-0908" + }, + "name": { + "given_name": "M.", + "surname": "Pimenta" } }, { - "name": { - "surname": "Platino", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0001-6644-7970" + }, + "name": { + "given_name": "M.", + "surname": "Platino" } }, { - "name": { - "surname": "Pont", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" } ], "attrib": { "orcid": "0000-0002-2578-5364" + }, + "name": { + "given_name": "B.", + "surname": "Pont" } }, { - "name": { - "surname": "Pothast", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Pothast" + } }, { - "name": { - "surname": "Pourmohammad Shavar", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Universit\u00e0 di Palermo, Dipartimento di Fisica e Chimica \u201cE. Segr\u00e8\u201d, Palermo, Italy", - "affPubID": "affiliation85" + "affPubID": "affiliation85", + "affPubRaw": "Universit\u00e0 di Palermo, Dipartimento di Fisica e Chimica \u201cE. Segr\u00e8\u201d, Palermo, Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Pourmohammad Shavar" + } }, { - "name": { - "surname": "Privitera", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA", - "affPubID": "affiliation68" + "affPubID": "affiliation68", + "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA" } ], "attrib": { "orcid": "0000-0002-0623-9261" + }, + "name": { + "given_name": "P.", + "surname": "Privitera" } }, { - "name": { - "surname": "Prouza", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-3238-9597" + }, + "name": { + "given_name": "M.", + "surname": "Prouza" } }, { - "name": { - "surname": "Puyleart", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Michigan Technological University, Houghton, MI, USA", - "affPubID": "affiliation50" + "affPubID": "affiliation50", + "affPubRaw": "Michigan Technological University, Houghton, MI, USA" } ], "attrib": { "orcid": "0000-0001-5975-9036" + }, + "name": { + "given_name": "A.", + "surname": "Puyleart" } }, { - "name": { - "surname": "Querchfeld", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } ], "attrib": { "orcid": "0000-0003-2787-5010" + }, + "name": { + "given_name": "S.", + "surname": "Querchfeld" } }, { - "name": { - "surname": "Rautenberg", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Rautenberg" + } }, { - "name": { - "surname": "Ravignani", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0001-7410-8522" + }, + "name": { + "given_name": "D.", + "surname": "Ravignani" } }, { - "name": { - "surname": "Reininghaus", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Reininghaus" + } }, { - "name": { - "surname": "Ridky", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0001-6697-1393" + }, + "name": { + "given_name": "J.", + "surname": "Ridky" } }, { - "name": { - "surname": "Riehn", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0001-8434-7500" + }, + "name": { + "given_name": "F.", + "surname": "Riehn" } }, { - "name": { - "surname": "Risse", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany", - "affPubID": "affiliation36" + "affPubID": "affiliation36", + "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany" } ], "attrib": { "orcid": "0000-0001-9660-8683" + }, + "name": { + "given_name": "M.", + "surname": "Risse" } }, { - "name": { - "surname": "Rizi", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy", - "affPubID": "affiliation19" + "affPubID": "affiliation19", + "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0002-5277-6527" + }, + "name": { + "given_name": "V.", + "surname": "Rizi" } }, { - "name": { - "surname": "Rodrigues de Carvalho", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" } ], "attrib": { "orcid": "0000-0002-2328-7628" + }, + "name": { + "given_name": "W.", + "surname": "Rodrigues de Carvalho" } }, { - "name": { - "surname": "Rodriguez Rojo", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina", - "affPubID": "affiliation17" + "affPubID": "affiliation17", + "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Rodriguez Rojo" + } }, { - "name": { - "surname": "Roncoroni", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } - ] + ], + "name": { + "given_name": "M. J.", + "surname": "Roncoroni" + } }, { - "name": { - "surname": "Rossoni", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Hamburg, II. Institut f\u00fcr Theoretische Physik, Hamburg, Germany", - "affPubID": "affiliation84" + "affPubID": "affiliation84", + "affPubRaw": "Universit\u00e4t Hamburg, II. Institut f\u00fcr Theoretische Physik, Hamburg, Germany" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Rossoni" + } }, { - "name": { - "surname": "Roth", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0003-1281-4477" + }, + "name": { + "given_name": "M.", + "surname": "Roth" } }, { - "name": { - "surname": "Roulet", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina", - "affPubID": "affiliation05" + "affPubID": "affiliation05", + "affPubRaw": "Centro At\u00f3mico Bariloche and Instituto Balseiro (CNEA-UNCuyo-CONICET), San Carlos de Bariloche, Argentina" } ], "attrib": { "orcid": "0000-0003-1478-9260" + }, + "name": { + "given_name": "E.", + "surname": "Roulet" } }, { - "name": { - "surname": "Rovero", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Instituto de Astronom\u00eda y F\u00edsica del Espacio (IAFE, CONICET-UBA), Buenos Aires, Argentina", - "affPubID": "affiliation60" + "affPubID": "affiliation60", + "affPubRaw": "Instituto de Astronom\u00eda y F\u00edsica del Espacio (IAFE, CONICET-UBA), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0001-6979-5604" + }, + "name": { + "given_name": "A. C.", + "surname": "Rovero" } }, { - "name": { - "surname": "Ruehl", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany", - "affPubID": "affiliation36" + "affPubID": "affiliation36", + "affPubRaw": "Universit\u00e4t Siegen, Department Physik\u2014Experimentelle Teilchenphysik, Siegen, Germany" } ], "attrib": { "orcid": "0000-0001-9645-8363" + }, + "name": { + "given_name": "P.", + "surname": "Ruehl" } }, { - "name": { - "surname": "Saftoiu", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } ], "attrib": { "orcid": "0000-0002-7903-6510" + }, + "name": { + "given_name": "A.", + "surname": "Saftoiu" } }, { - "name": { - "surname": "Saharan", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" } ], "attrib": { "orcid": "0000-0001-7193-5506" + }, + "name": { + "given_name": "M.", + "surname": "Saharan" } }, { - "name": { - "surname": "Salamida", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy", - "affPubID": "affiliation19" + "affPubID": "affiliation19", + "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0002-9306-8447" + }, + "name": { + "given_name": "F.", + "surname": "Salamida" } }, { - "name": { - "surname": "Salazar", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico", - "affPubID": "affiliation82" + "affPubID": "affiliation82", + "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico" } ], "attrib": { "orcid": "0000-0003-4556-7302" + }, + "name": { + "given_name": "H.", + "surname": "Salazar" } }, { - "name": { - "surname": "Salina", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Roma \u201cTor Vergata\u201d, Roma, Italy", - "affPubID": "affiliation87" + "affPubID": "affiliation87", + "affPubRaw": "INFN, Sezione di Roma \u201cTor Vergata\u201d, Roma, Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Salina" + } }, { - "name": { - "surname": "Sanabria Gomez", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "Universidad Industrial de Santander, Bucaramanga, Colombia", - "affPubID": "affiliation91" + "affPubID": "affiliation91", + "affPubRaw": "Universidad Industrial de Santander, Bucaramanga, Colombia" } - ] + ], + "name": { + "given_name": "J. D.", + "surname": "Sanabria Gomez" + } }, { - "name": { - "surname": "S\u00e1nchez", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0002-6861-6261" + }, + "name": { + "given_name": "F.", + "surname": "S\u00e1nchez" } }, { - "name": { - "surname": "Santos", - "given_name": "E. M." - }, "affiliation": [ { - "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica, S\u00e3o Paulo, SP, Brazil", - "affPubID": "affiliation93" + "affPubID": "affiliation93", + "affPubRaw": "Universidade de S\u00e3o Paulo, Instituto de F\u00edsica, S\u00e3o Paulo, SP, Brazil" } ], "attrib": { "orcid": "0000-0002-2818-8813" + }, + "name": { + "given_name": "E. M.", + "surname": "Santos" } }, { - "name": { - "surname": "Santos", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-0474-8863" + }, + "name": { + "given_name": "E.", + "surname": "Santos" } }, { - "name": { - "surname": "Sarazin", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Colorado School of Mines, Golden, CO, USA", - "affPubID": "affiliation77" + "affPubID": "affiliation77", + "affPubRaw": "Colorado School of Mines, Golden, CO, USA" } ], "attrib": { "orcid": "0000-0001-5614-1986" + }, + "name": { + "given_name": "F.", + "surname": "Sarazin" } }, { - "name": { - "surname": "Sarmento", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0002-5018-5467" + }, + "name": { + "given_name": "R.", + "surname": "Sarmento" } }, { - "name": { - "surname": "Sato", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina", - "affPubID": "affiliation17" + "affPubID": "affiliation17", + "affPubRaw": "Observatorio Pierre Auger and Comisi\u00f3n Nacional de Energ\u00eda At\u00f3mica, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Sato" + } }, { - "name": { - "surname": "Savina", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin\u2013Madison, Department of Physics and WIPAC, Madison, WI, USA", - "affPubID": "affiliation83" + "affPubID": "affiliation83", + "affPubRaw": "University of Wisconsin\u2013Madison, Department of Physics and WIPAC, Madison, WI, USA" } ], "attrib": { "orcid": "0000-0001-7670-554X" + }, + "name": { + "given_name": "P.", + "surname": "Savina" } }, { - "name": { - "surname": "Sch\u00e4fer", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-4477-9218" + }, + "name": { + "given_name": "C. M.", + "surname": "Sch\u00e4fer" } }, { - "name": { - "surname": "Scherini", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy", - "affPubID": "affiliation48" + "affPubID": "affiliation48", + "affPubRaw": "INFN, Sezione di Lecce, Lecce, Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy", - "affPubID": "affiliation63" + "affPubID": "affiliation63", + "affPubRaw": "Universit\u00e0 del Salento, Dipartimento di Matematica e Fisica \u201cE. De Giorgi\u201d, Lecce, Italy" } ], "attrib": { "orcid": "0000-0003-3762-4063" + }, + "name": { + "given_name": "V.", + "surname": "Scherini" } }, { - "name": { - "surname": "Schieler", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-2637-4778" + }, + "name": { + "given_name": "H.", + "surname": "Schieler" } }, { - "name": { - "surname": "Schimassek", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0003-4295-7719" + }, + "name": { + "given_name": "M.", + "surname": "Schimassek" } }, { - "name": { - "surname": "Schimp", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } ], "attrib": { "orcid": "0000-0001-6407-7187" + }, + "name": { + "given_name": "M.", + "surname": "Schimp" } }, { - "name": { - "surname": "Schl\u00fcter", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-5545-4363" + }, + "name": { + "given_name": "F.", + "surname": "Schl\u00fcter" } }, { - "name": { - "surname": "Schmidt", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0001-6963-1191" + }, + "name": { + "given_name": "D.", + "surname": "Schmidt" } }, { - "name": { - "surname": "Scholten", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Vrije Universiteit Brussels, Brussels, Belgium", - "affPubID": "affiliation38" + "affPubID": "affiliation38", + "affPubRaw": "Vrije Universiteit Brussels, Brussels, Belgium" } ], "attrib": { "orcid": "0000-0003-3649-1254" + }, + "name": { + "given_name": "O.", + "surname": "Scholten" } }, { - "name": { - "surname": "Schoorlemmer", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0002-8999-9249" + }, + "name": { + "given_name": "H.", + "surname": "Schoorlemmer" } }, { - "name": { - "surname": "Schov\u00e1nek", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-5344-7645" + }, + "name": { + "given_name": "P.", + "surname": "Schov\u00e1nek" } }, { - "name": { - "surname": "Schr\u00f6der", - "given_name": "F. G." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" }, { - "affPubRaw": "University of Delaware, Department of Physics and Astronomy, Bartol Research Institute, Newark, DE, USA", - "affPubID": "affiliation54" + "affPubID": "affiliation54", + "affPubRaw": "University of Delaware, Department of Physics and Astronomy, Bartol Research Institute, Newark, DE, USA" } ], "attrib": { "orcid": "0000-0001-8495-7210" + }, + "name": { + "given_name": "F. G.", + "surname": "Schr\u00f6der" } }, { - "name": { - "surname": "Schulte", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } ], "attrib": { "orcid": "0000-0002-5822-2445" + }, + "name": { + "given_name": "J.", + "surname": "Schulte" } }, { - "name": { - "surname": "Schulz", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0003-0661-492X" + }, + "name": { + "given_name": "T.", + "surname": "Schulz" } }, { - "name": { - "surname": "Sciutto", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina", - "affPubID": "affiliation58" + "affPubID": "affiliation58", + "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina" } ], "attrib": { "orcid": "0000-0003-1148-3231" + }, + "name": { + "given_name": "S. J.", + "surname": "Sciutto" } }, { - "name": { - "surname": "Scornavacche", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-7519-9806" + }, + "name": { + "given_name": "M.", + "surname": "Scornavacche" } }, { - "name": { - "surname": "Segreto", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Catania, Catania, Italy", - "affPubID": "affiliation39" + "affPubID": "affiliation39", + "affPubRaw": "INFN, Sezione di Catania, Catania, Italy" }, { - "affPubRaw": "Istituto di Astrofisica Spaziale e Fisica Cosmica di Palermo (INAF), Palermo, Italy", - "affPubID": "affiliation94" + "affPubID": "affiliation94", + "affPubRaw": "Istituto di Astrofisica Spaziale e Fisica Cosmica di Palermo (INAF), Palermo, Italy" } ], "attrib": { "orcid": "0000-0001-7341-6603" + }, + "name": { + "given_name": "A.", + "surname": "Segreto" } }, { - "name": { - "surname": "Sehgal", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } ], "attrib": { "orcid": "0000-0001-5859-7987" + }, + "name": { + "given_name": "S.", + "surname": "Sehgal" } }, { - "name": { - "surname": "Shivashankara", - "given_name": "S. U." - }, "affiliation": [ { - "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia", - "affPubID": "affiliation71" + "affPubID": "affiliation71", + "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia" } - ] + ], + "name": { + "given_name": "S. U.", + "surname": "Shivashankara" + } }, { - "name": { - "surname": "Sigl", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e4t Hamburg, II. Institut f\u00fcr Theoretische Physik, Hamburg, Germany", - "affPubID": "affiliation84" + "affPubID": "affiliation84", + "affPubRaw": "Universit\u00e4t Hamburg, II. Institut f\u00fcr Theoretische Physik, Hamburg, Germany" } ], "attrib": { "orcid": "0000-0002-4396-645X" + }, + "name": { + "given_name": "G.", + "surname": "Sigl" } }, { - "name": { - "surname": "Silli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Silli" + } }, { - "name": { - "surname": "Sima", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Sima" + } }, { - "name": { - "surname": "Smau", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } ], "attrib": { "orcid": "0000-0003-3362-3821" + }, + "name": { + "given_name": "R.", + "surname": "Smau" } }, { - "name": { - "surname": "\u0160m\u00edda", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA", - "affPubID": "affiliation68" + "affPubID": "affiliation68", + "affPubRaw": "University of Chicago, Enrico Fermi Institute, Chicago, IL, USA" } ], "attrib": { "orcid": "0000-0003-0122-1123" + }, + "name": { + "given_name": "R.", + "surname": "\u0160m\u00edda" } }, { - "name": { - "surname": "Sommers", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Pennsylvania State University, University Park, PA, USA", - "affPubID": "affiliation95" + "affPubID": "affiliation95", + "affPubRaw": "Pennsylvania State University, University Park, PA, USA" } ], "attrib": { "orcid": "0000-0003-3488-5460" + }, + "name": { + "given_name": "P.", + "surname": "Sommers" } }, { - "name": { - "surname": "Soriano", - "given_name": "J. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy, Lehman College, City University of New York, Bronx, NY, USA", - "affPubID": "affiliation11" + "affPubID": "affiliation11", + "affPubRaw": "Department of Physics and Astronomy, Lehman College, City University of New York, Bronx, NY, USA" } ], "attrib": { "orcid": "0000-0002-6253-7378" + }, + "name": { + "given_name": "J. F.", + "surname": "Soriano" } }, { - "name": { - "surname": "Squartini", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina", - "affPubID": "affiliation49" + "affPubID": "affiliation49", + "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Squartini" + } }, { - "name": { - "surname": "Stadelmaier", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-7943-6012" + }, + "name": { + "given_name": "M.", + "surname": "Stadelmaier" } }, { - "name": { - "surname": "Stanca", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania", - "affPubID": "affiliation22" + "affPubID": "affiliation22", + "affPubRaw": "\u201cHoria Hulubei\u201d National Institute for Physics and Nuclear Engineering, Bucharest-Magurele, Romania" } ], "attrib": { "orcid": "0000-0002-8462-2426" + }, + "name": { + "given_name": "D.", + "surname": "Stanca" } }, { - "name": { - "surname": "Stani\u010d", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia", - "affPubID": "affiliation71" + "affPubID": "affiliation71", + "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia" } ], "attrib": { "orcid": "0000-0003-3344-8381" + }, + "name": { + "given_name": "S.", + "surname": "Stani\u010d" } }, { - "name": { - "surname": "Stasielak", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland" } ], "attrib": { "orcid": "0000-0002-9284-7000" + }, + "name": { + "given_name": "J.", + "surname": "Stasielak" } }, { - "name": { - "surname": "Stassi", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France", - "affPubID": "affiliation25" + "affPubID": "affiliation25", + "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France" } ], "attrib": { "orcid": "0000-0001-5584-8410" + }, + "name": { + "given_name": "P.", + "surname": "Stassi" } }, { - "name": { - "surname": "Straub", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany", - "affPubID": "affiliation13" + "affPubID": "affiliation13", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Straub" + } }, { - "name": { - "surname": "Streich", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" }, { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany", - "affPubID": "affiliation29" + "affPubID": "affiliation29", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Experimental Particle Physics, Karlsruhe, Germany" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Streich" + } }, { - "name": { - "surname": "Su\u00e1rez-Dur\u00e1n", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium", - "affPubID": "affiliation73" + "affPubID": "affiliation73", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium" } ], "attrib": { "orcid": "0000-0003-1451-630X" + }, + "name": { + "given_name": "M.", + "surname": "Su\u00e1rez-Dur\u00e1n" } }, { - "name": { - "surname": "Sudholz", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Adelaide, Adelaide, SA, Australia", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "University of Adelaide, Adelaide, SA, Australia" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Sudholz" + } }, { - "name": { - "surname": "Suomij\u00e4rvi", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France", - "affPubID": "affiliation30" + "affPubID": "affiliation30", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" } ], "attrib": { "orcid": "0000-0003-1422-258X" + }, + "name": { + "given_name": "T.", + "surname": "Suomij\u00e4rvi" } }, { - "name": { - "surname": "Supanitsky", - "given_name": "A. D." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0002-6942-6216" + }, + "name": { + "given_name": "A. D.", + "surname": "Supanitsky" } }, { - "name": { - "surname": "Szadkowski", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "University of \u0141\u00f3d\u017a, Faculty of High-Energy Astrophysics, \u0141\u00f3d\u017a, Poland", - "affPubID": "affiliation96" + "affPubID": "affiliation96", + "affPubRaw": "University of \u0141\u00f3d\u017a, Faculty of High-Energy Astrophysics, \u0141\u00f3d\u017a, Poland" } ], "attrib": { "orcid": "0000-0002-2690-9912" + }, + "name": { + "given_name": "Z.", + "surname": "Szadkowski" } }, { - "name": { - "surname": "Tapia", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidad de Medell\u00edn, Medell\u00edn, Colombia", - "affPubID": "affiliation97" + "affPubID": "affiliation97", + "affPubRaw": "Universidad de Medell\u00edn, Medell\u00edn, Colombia" } ], "attrib": { "orcid": "0000-0003-0585-7161" + }, + "name": { + "given_name": "A.", + "surname": "Tapia" } }, { - "name": { - "surname": "Taricco", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Torino, Torino, Italy", - "affPubID": "affiliation03" + "affPubID": "affiliation03", + "affPubRaw": "INFN, Sezione di Torino, Torino, Italy" }, { - "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy", - "affPubID": "affiliation14" + "affPubID": "affiliation14", + "affPubRaw": "Universit\u00e0 Torino, Dipartimento di Fisica, Torino, Italy" } ], "attrib": { "orcid": "0000-0002-0129-5539" + }, + "name": { + "given_name": "C.", + "surname": "Taricco" } }, { - "name": { - "surname": "Timmermans", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands", - "affPubID": "affiliation41" + "affPubID": "affiliation41", + "affPubRaw": "IMAPP, Radboud University Nijmegen, Nijmegen, The Netherlands" }, { - "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands", - "affPubID": "affiliation42" + "affPubID": "affiliation42", + "affPubRaw": "Nationaal Instituut voor Kernfysica en Hoge Energie Fysica (NIKHEF), Science Park, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0003-4017-2475" + }, + "name": { + "given_name": "C.", + "surname": "Timmermans" } }, { - "name": { - "surname": "Tkachenko", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0001-6393-7851" + }, + "name": { + "given_name": "O.", + "surname": "Tkachenko" } }, { - "name": { - "surname": "Tobiska", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-0526-9098" + }, + "name": { + "given_name": "P.", + "surname": "Tobiska" } }, { - "name": { - "surname": "Todero Peixoto", - "given_name": "C. J." - }, "affiliation": [ { - "affPubRaw": "Universidade de S\u00e3o Paulo, Escola de Engenharia de Lorena, Lorena, SP, Brazil", - "affPubID": "affiliation47" + "affPubID": "affiliation47", + "affPubRaw": "Universidade de S\u00e3o Paulo, Escola de Engenharia de Lorena, Lorena, SP, Brazil" } ], "attrib": { "orcid": "0000-0003-3669-8212" + }, + "name": { + "given_name": "C. J.", + "surname": "Todero Peixoto" } }, { - "name": { - "surname": "Tom\u00e9", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas (LIP) and Instituto Superior T\u00e9cnico (IST), Universidade de Lisboa (UL), Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0002-7564-8392" + }, + "name": { + "given_name": "B.", + "surname": "Tom\u00e9" } }, { - "name": { - "surname": "Torr\u00e8s", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France", - "affPubID": "affiliation25" + "affPubID": "affiliation25", + "affPubRaw": "Universit\u00e9 Grenoble Alpes, CNRS, Grenoble Institute of Engineering, LPSC-IN2P3, F-38000 Grenoble, France" } ], "attrib": { "orcid": "0000-0002-8327-8459" + }, + "name": { + "given_name": "Z.", + "surname": "Torr\u00e8s" } }, { - "name": { - "surname": "Travaini", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina", - "affPubID": "affiliation49" + "affPubID": "affiliation49", + "affPubRaw": "Observatorio Pierre Auger, Malarg\u00fce, Argentina" } ], "attrib": { "orcid": "0000-0001-7875-2147" + }, + "name": { + "given_name": "A.", + "surname": "Travaini" } }, { - "name": { - "surname": "Travnicek", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-1655-9584" + }, + "name": { + "given_name": "P.", + "surname": "Travnicek" } }, { - "name": { - "surname": "Trimarelli", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy", - "affPubID": "affiliation18" + "affPubID": "affiliation18", + "affPubRaw": "INFN Laboratori Nazionali del Gran Sasso, Assergi (L\u2019Aquila), Italy" }, { - "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy", - "affPubID": "affiliation19" + "affPubID": "affiliation19", + "affPubRaw": "Universit\u00e0 dell\u2019Aquila, Dipartimento di Scienze Fisiche e Chimiche, L\u2019Aquila, Italy" } ], "attrib": { "orcid": "0000-0002-8811-3266" + }, + "name": { + "given_name": "C.", + "surname": "Trimarelli" } }, { - "name": { - "surname": "Tueros", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina", - "affPubID": "affiliation58" + "affPubID": "affiliation58", + "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina" } ], "attrib": { "orcid": "0000-0003-1570-1419" + }, + "name": { + "given_name": "M.", + "surname": "Tueros" } }, { - "name": { - "surname": "Ulrich", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-2535-402X" + }, + "name": { + "given_name": "R.", + "surname": "Ulrich" } }, { - "name": { - "surname": "Unger", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0002-7651-0272" + }, + "name": { + "given_name": "M.", + "surname": "Unger" } }, { - "name": { - "surname": "Vaclavek", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic", - "affPubID": "affiliation51" + "affPubID": "affiliation51", + "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic" } ], "attrib": { "orcid": "0000-0002-0910-3415" + }, + "name": { + "given_name": "L.", + "surname": "Vaclavek" } }, { - "name": { - "surname": "Vacula", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic", - "affPubID": "affiliation51" + "affPubID": "affiliation51", + "affPubRaw": "Palacky University, RCPTM, Olomouc, Czech Republic" } ], "attrib": { "orcid": "0000-0003-4844-3962" + }, + "name": { + "given_name": "M.", + "surname": "Vacula" } }, { - "name": { - "surname": "Vald\u00e9s Galicia", - "given_name": "J. F." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico", - "affPubID": "affiliation65" + "affPubID": "affiliation65", + "affPubRaw": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, M\u00e9xico, D.F., Mexico" } ], "attrib": { "orcid": "0000-0002-8917-9259" + }, + "name": { + "given_name": "J. F.", + "surname": "Vald\u00e9s Galicia" } }, { - "name": { - "surname": "Valore", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy", - "affPubID": "affiliation12" + "affPubID": "affiliation12", + "affPubRaw": "INFN, Sezione di Napoli, Napoli, Italy" }, { - "affPubRaw": "Universit\u00e0 di Napoli \u201cFederico II\u201d, Dipartimento di Fisica \u201cEttore Pancini\u201d, Napoli, Italy", - "affPubID": "affiliation53" + "affPubID": "affiliation53", + "affPubRaw": "Universit\u00e0 di Napoli \u201cFederico II\u201d, Dipartimento di Fisica \u201cEttore Pancini\u201d, Napoli, Italy" } ], "attrib": { "orcid": "0000-0003-2682-8378" + }, + "name": { + "given_name": "L.", + "surname": "Valore" } }, { - "name": { - "surname": "Varela", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico", - "affPubID": "affiliation82" + "affPubID": "affiliation82", + "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico" } ], "attrib": { "orcid": "0000-0003-0715-7513" + }, + "name": { + "given_name": "E.", + "surname": "Varela" } }, { - "name": { - "surname": "V\u00e1squez-Ram\u00edrez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidad Industrial de Santander, Bucaramanga, Colombia", - "affPubID": "affiliation91" + "affPubID": "affiliation91", + "affPubRaw": "Universidad Industrial de Santander, Bucaramanga, Colombia" } ], "attrib": { "orcid": "0000-0001-7499-9302" + }, + "name": { + "given_name": "A.", + "surname": "V\u00e1squez-Ram\u00edrez" } }, { - "name": { - "surname": "Veberi\u010d", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0003-2683-1526" + }, + "name": { + "given_name": "D.", + "surname": "Veberi\u010d" } }, { - "name": { - "surname": "Ventura", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Observat\u00f3rio do Valongo, Rio de Janeiro, RJ, Brazil", - "affPubID": "affiliation61" + "affPubID": "affiliation61", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Observat\u00f3rio do Valongo, Rio de Janeiro, RJ, Brazil" } ], "attrib": { "orcid": "0000-0002-9261-424X" + }, + "name": { + "given_name": "C.", + "surname": "Ventura" } }, { - "name": { - "surname": "Vergara Quispe", - "given_name": "I. D." - }, "affiliation": [ { - "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina", - "affPubID": "affiliation58" + "affPubID": "affiliation58", + "affPubRaw": "IFLP, Universidad Nacional de La Plata and CONICET, La Plata, Argentina" } ], "attrib": { "orcid": "0000-0001-8377-5933" + }, + "name": { + "given_name": "I. D.", + "surname": "Vergara Quispe" } }, { - "name": { - "surname": "Verzi", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN, Sezione di Roma \u201cTor Vergata\u201d, Roma, Italy", - "affPubID": "affiliation87" + "affPubID": "affiliation87", + "affPubRaw": "INFN, Sezione di Roma \u201cTor Vergata\u201d, Roma, Italy" } ], "attrib": { "orcid": "0000-0003-2291-9387" + }, + "name": { + "given_name": "V.", + "surname": "Verzi" } }, { - "name": { - "surname": "Vicha", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0002-7945-3605" + }, + "name": { + "given_name": "J.", + "surname": "Vicha" } }, { - "name": { - "surname": "Villase nor Cendejas", - "given_name": "L. M." - }, "affiliation": [ { - "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico", - "affPubID": "affiliation82" + "affPubID": "affiliation82", + "affPubRaw": "Benem\u00e9rita Universidad Aut\u00f3noma de Puebla, Puebla, Mexico" } - ] + ], + "name": { + "given_name": "L. M.", + "surname": "Villase nor Cendejas" + } }, { - "name": { - "surname": "Vink", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universiteit van Amsterdam, Faculty of Science, Amsterdam, The Netherlands", - "affPubID": "affiliation98" + "affPubID": "affiliation98", + "affPubRaw": "Universiteit van Amsterdam, Faculty of Science, Amsterdam, The Netherlands" } ], "attrib": { "orcid": "0000-0002-0816-9949" + }, + "name": { + "given_name": "J.", + "surname": "Vink" } }, { - "name": { - "surname": "Vorobiov", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia", - "affPubID": "affiliation71" + "affPubID": "affiliation71", + "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia" } ], "attrib": { "orcid": "0000-0001-8679-3424" + }, + "name": { + "given_name": "S.", + "surname": "Vorobiov" } }, { - "name": { - "surname": "Watanabe", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio de Janeiro, Instituto de F\u00edsica, Rio de Janeiro, RJ, Brazil", - "affPubID": "affiliation33" + "affPubID": "affiliation33", + "affPubRaw": "Universidade Federal do Rio de Janeiro, Instituto de F\u00edsica, Rio de Janeiro, RJ, Brazil" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Watanabe" + } }, { - "name": { - "surname": "Watson", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy, University of Leeds, Leeds, UK", - "affPubID": "affiliation78" + "affPubID": "affiliation78", + "affPubRaw": "School of Physics and Astronomy, University of Leeds, Leeds, UK" } ], "attrib": { "orcid": "0000-0002-3727-6786" + }, + "name": { + "given_name": "A. A.", + "surname": "Watson" } }, { - "name": { - "surname": "Weindl", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany", - "affPubID": "affiliation31" + "affPubID": "affiliation31", + "affPubRaw": "Karlsruhe Institute of Technology (KIT), Institute for Astroparticle Physics, Karlsruhe, Germany" } ], "attrib": { "orcid": "0000-0003-4929-6191" + }, + "name": { + "given_name": "A.", + "surname": "Weindl" } }, { - "name": { - "surname": "Wiencke", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Colorado School of Mines, Golden, CO, USA", - "affPubID": "affiliation77" + "affPubID": "affiliation77", + "affPubRaw": "Colorado School of Mines, Golden, CO, USA" } ], "attrib": { "orcid": "0000-0003-2878-9704" + }, + "name": { + "given_name": "L.", + "surname": "Wiencke" } }, { - "name": { - "surname": "Wilczy\u0144ski", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland", - "affPubID": "affiliation07" + "affPubID": "affiliation07", + "affPubRaw": "Institute of Nuclear Physics PAN, Krakow, Poland" } ], "attrib": { "orcid": "0000-0003-2652-9685" + }, + "name": { + "given_name": "H.", + "surname": "Wilczy\u0144ski" } }, { - "name": { - "surname": "Wittkowski", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany", - "affPubID": "affiliation46" + "affPubID": "affiliation46", + "affPubRaw": "Bergische Universit\u00e4t Wuppertal, Department of Physics, Wuppertal, Germany" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Wittkowski" + } }, { - "name": { - "surname": "Wundheiler", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina", - "affPubID": "affiliation08" + "affPubID": "affiliation08", + "affPubRaw": "Instituto de Tecnolog\u00edas en Detecci\u00f3n y Astropart\u00edculas (CNEA, CONICET, UNSAM), Buenos Aires, Argentina" } ], "attrib": { "orcid": "0000-0003-3121-7037" + }, + "name": { + "given_name": "B.", + "surname": "Wundheiler" } }, { - "name": { - "surname": "Younk", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory, Los Alamos, NM, USA", - "affPubID": "affiliation99" + "affPubID": "affiliation99", + "affPubRaw": "Los Alamos National Laboratory, Los Alamos, NM, USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Younk" + } }, { - "name": { - "surname": "Yushkov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic", - "affPubID": "affiliation21" + "affPubID": "affiliation21", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences, Prague, Czech Republic" } ], "attrib": { "orcid": "0000-0001-5107-9116" + }, + "name": { + "given_name": "A.", + "surname": "Yushkov" } }, { - "name": { - "surname": "Zapparrata", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium", - "affPubID": "affiliation73" + "affPubID": "affiliation73", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles (ULB), Brussels, Belgium" } ], "attrib": { "orcid": "0000-0002-8839-4715" + }, + "name": { + "given_name": "O.", + "surname": "Zapparrata" } }, { - "name": { - "surname": "Zas", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain", - "affPubID": "affiliation10" + "affPubID": "affiliation10", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" } ], "attrib": { "orcid": "0000-0002-4430-8117" + }, + "name": { + "given_name": "E.", + "surname": "Zas" } }, { - "name": { - "surname": "Zavrtanik", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia", - "affPubID": "affiliation71" + "affPubID": "affiliation71", + "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia" }, { - "affPubRaw": "Experimental Particle Physics Department, J. Stefan Institute, Ljubljana, Slovenia", - "affPubID": "affiliation72" + "affPubID": "affiliation72", + "affPubRaw": "Experimental Particle Physics Department, J. Stefan Institute, Ljubljana, Slovenia" } ], "attrib": { "orcid": "0000-0002-4596-1521" + }, + "name": { + "given_name": "D.", + "surname": "Zavrtanik" } }, { - "name": { - "surname": "Zavrtanik", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia", - "affPubID": "affiliation71" + "affPubID": "affiliation71", + "affPubRaw": "Center for Astrophysics and Cosmology (CAC), University of Nova Gorica, Nova Gorica, Slovenia" }, { - "affPubRaw": "Experimental Particle Physics Department, J. Stefan Institute, Ljubljana, Slovenia", - "affPubID": "affiliation72" + "affPubID": "affiliation72", + "affPubRaw": "Experimental Particle Physics Department, J. Stefan Institute, Ljubljana, Slovenia" } ], "attrib": { "orcid": "0000-0001-5606-6912" + }, + "name": { + "given_name": "M.", + "surname": "Zavrtanik" } }, { - "name": { - "collab": "(The Pierre Auger Collaboration)" - }, "attrib": { "collab": true + }, + "name": { + "collab": "(The Pierre Auger Collaboration)" } } ], - "title": { - "textEnglish": "A Catalog of the Highest-energy Cosmic Rays Recorded during Phase I of Operation of the Pierre Auger Observatory" + "copyright": { + "statement": "\u00a9 2023. The Author(s). Published by the American Astronomical Society.", + "status": true }, - "abstract": { - "textEnglish": "A catalog containing details of the highest-energy cosmic rays recorded through the detection of extensive air showers at the Pierre Auger Observatory is presented with the aim of opening the data to detailed examination. Descriptions of the 100 showers created by the highest-energy particles recorded between 2004 January 1 and 2020 December 31 are given for cosmic rays that have energies in the range 78\u2013166 EeV. Details are also given on a further nine very energetic events that have been used in the calibration procedure adopted to determine the energy of each primary. A sky plot of the arrival directions of the most energetic particles is shown. No interpretations of the data are offered." + "editorialHistory": { + "acceptedDate": "2022-11-21", + "receivedDates": [ + "2022-10-11" + ], + "revisedDates": [ + "2022-11-21" + ] + }, + "funding": [ + { + "agencyid": { + "idschema": "doi", + "idvalue": "https://doi.org/10.13039/501100003074" + }, + "agencyname": "MINCyT \u2223 Agencia Nacional de Promoci\u00f3n Cient\u00edfica y Tecnol\u00f3gica (ANPCyT)\n", + "awardnumber": "0" + } + ], + "keywords": [ + { + "keyID": "1733", + "keyString": "Ultra-high-energy cosmic radiation", + "keySystem": "UAT" + }, + { + "keyID": "327", + "keyString": "Cosmic ray showers", + "keySystem": "UAT" + }, + { + "keyID": "2371", + "keyString": "Experimental data", + "keySystem": "UAT" + }, + { + "keyID": "205", + "keyString": "Catalogs", + "keySystem": "UAT" + } + ], + "openAccess": { + "license": "\n\nOriginal content from this work may be used under the terms of the Creative Commons Attribution 4.0 licence. Any further distribution of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "electronicID": "50", + "pageCount": "24" + }, + "persistentIDs": [ + { + "DOI": "10.3847/1538-4365/aca537" + } + ], + "pubDate": { + "electrDate": "2023-02-07", + "printDate": "2023-02-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "0067-0049", + "pubtype": "ppub" + }, + { + "issnString": "1538-4365", + "pubtype": "epub" + } + ], + "issueNum": "2", + "pubName": "The Astrophysical Journal Supplement Series", + "pubYear": "2023", + "publisher": "The American Astronomical Society", + "volumeNum": "264" + }, + "publisherIDs": [ + { + "Identifier": "apjsaca537", + "attribute": "publisher-id" + }, + { + "Identifier": "aca537", + "attribute": "manuscript" + }, + { + "Identifier": "AAS42590", + "attribute": "other" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " AabA. AbreuP. AgliettaM. 2014aPhRvD901220052014PhRvD..90l2005A10.1103/PhysRevD.90.122005", @@ -5870,45 +5908,7 @@ " Vali\u00f1oI. Alvarez-Mu\u00f1izJ. RothM. VazquezR. A. ZasE. 2010APh323042010APh....32..304V10.1016/j.astropartphys.2009.09.008", " YushkovA. 2019ICRC (Madison)364822019ICRC...36..482Y10.22323/1.358.0482" ], - "keywords": [ - { - "keyString": "Ultra-high-energy cosmic radiation", - "keySystem": "UAT", - "keyID": "1733" - }, - { - "keyString": "Cosmic ray showers", - "keySystem": "UAT", - "keyID": "327" - }, - { - "keyString": "Experimental data", - "keySystem": "UAT", - "keyID": "2371" - }, - { - "keyString": "Catalogs", - "keySystem": "UAT", - "keyID": "205" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2023. The Author(s). Published by the American Astronomical Society." - }, - "openAccess": { - "open": true, - "license": "\n\nOriginal content from this work may be used under the terms of the Creative Commons Attribution 4.0 licence. Any further distribution of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.", - "licenseURL": "http://creativecommons.org/licenses/by/4.0/" - }, - "funding": [ - { - "agencyname": "MINCyT \u2223 Agencia Nacional de Promoci\u00f3n Cient\u00edfica y Tecnol\u00f3gica (ANPCyT)\n", - "agencyid": { - "idschema": "doi", - "idvalue": "https://doi.org/10.13039/501100003074" - }, - "awardnumber": "0" - } - ] + "title": { + "textEnglish": "A Catalog of the Highest-energy Cosmic Rays Recorded during Phase I of Operation of the Pierre Auger Observatory" + } } diff --git a/tests/stubdata/output/jats_iop_preprint_in_record.json b/tests/stubdata/output/jats_iop_preprint_in_record.json index 384f727..61cf366 100644 --- a/tests/stubdata/output/jats_iop_preprint_in_record.json +++ b/tests/stubdata/output/jats_iop_preprint_in_record.json @@ -1,110 +1,126 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-10-11" - ], - "acceptedDate": "2023-04-13" - }, - "pubDate": { - "electrDate": "2023-05-02", - "printDate": "2023-05-01" - }, - "publication": { - "pubName": "Journal of Cosmology and Astroparticle Physics", - "publisher": "IOP Publishing", - "issueNum": "05", - "volumeNum": "2023", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "epub", - "issnString": "1475-7516" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1088/1475-7516/2023/05/001", - "preprint": { - "source": "arxiv", - "identifier": "2210.04800" - } - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "JCAP_029P_1022" - }, - { - "attribute": "manuscript", - "Identifier": "JCAP_029P_1022" - } - ], - "pagination": { - "pageCount": "35", - "electronicID": "001" + "abstract": { + "textEnglish": "Upcoming large-scale structure surveys can shed new light on the properties of dark energy. In particular, if dark energy is a dynamical component, it must have spatial perturbations. Their behaviour is regulated by the speed of sound parameter, which is currently unconstrained. In this work, we present the numerical methods that will allow to perform cosmological simulations of inhomogeneous dark energy scenarios where the speed of sound is small and non-vanishing. We treat the dark energy component as an effective fluid and build upon established numerical methods for hydrodynamics to construct a numerical solution of the effective continuity and Euler equations. In particular, we develop conservative finite volume schemes that rely on the solution of the Riemann problem, which we provide here in both exact and approximate forms for the case of a dark energy fluid." }, "authors": [ { - "name": { - "surname": "Blot", - "given_name": "Linda" - }, "affiliation": [ { - "affPubRaw": "Max Planck Institute for Astrophysics, Karl-Schwarzschild str. 1, 85748 Garching, Germany", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "Max Planck Institute for Astrophysics, Karl-Schwarzschild str. 1, 85748 Garching, Germany" } ], "attrib": { "email": "lblot@mpa-garching.mpg.de" + }, + "name": { + "given_name": "Linda", + "surname": "Blot" } }, { - "name": { - "surname": "Corasaniti", - "given_name": "Pier Stefano" - }, "affiliation": [ { - "affPubRaw": "Laboratoire Univers et Th\u00e9ories (LUTh), UMR 8102 CNRS, Observatoire de Paris, Universit\u00e9 Paris Diderot, 5 Place Jules Janssen, 92190 Meudon, France", - "affPubID": "affiliation02" + "affPubID": "affiliation02", + "affPubRaw": "Laboratoire Univers et Th\u00e9ories (LUTh), UMR 8102 CNRS, Observatoire de Paris, Universit\u00e9 Paris Diderot, 5 Place Jules Janssen, 92190 Meudon, France" } ], "attrib": { "email": "pier-stefano.corasaniti@obspm.fr" + }, + "name": { + "given_name": "Pier Stefano", + "surname": "Corasaniti" } }, { - "name": { - "surname": "Schmidt", - "given_name": "Fabian" - }, "affiliation": [ { - "affPubRaw": "Max Planck Institute for Astrophysics, Karl-Schwarzschild str. 1, 85748 Garching, Germany", - "affPubID": "affiliation01" + "affPubID": "affiliation01", + "affPubRaw": "Max Planck Institute for Astrophysics, Karl-Schwarzschild str. 1, 85748 Garching, Germany" } ], "attrib": { "email": "fabians@mpa-garching.mpg.de" + }, + "name": { + "given_name": "Fabian", + "surname": "Schmidt" } } ], - "title": { - "textEnglish": "Non-linear Eulerian hydrodynamics of dark energy: Riemann problem and finite volume schemes" + "copyright": { + "statement": "\u00a9 2023 The Author(s)", + "status": true }, - "abstract": { - "textEnglish": "Upcoming large-scale structure surveys can shed new light on the properties of dark energy. In particular, if dark energy is a dynamical component, it must have spatial perturbations. Their behaviour is regulated by the speed of sound parameter, which is currently unconstrained. In this work, we present the numerical methods that will allow to perform cosmological simulations of inhomogeneous dark energy scenarios where the speed of sound is small and non-vanishing. We treat the dark energy component as an effective fluid and build upon established numerical methods for hydrodynamics to construct a numerical solution of the effective continuity and Euler equations. In particular, we develop conservative finite volume schemes that rely on the solution of the Riemann problem, which we provide here in both exact and approximate forms for the case of a dark energy fluid." + "editorialHistory": { + "acceptedDate": "2023-04-13", + "receivedDates": [ + "2022-10-11" + ] + }, + "keywords": [ + { + "keyString": "cosmological simulations", + "keySystem": "misc" + }, + { + "keyString": "dark energy theory", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "\nPublished by IOP Publishing Ltd on behalf of Sissa Medialab. Original content from this work may be used under the terms of the Creative Commons Attribution 4.0 licence. Any further distribution of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.", + "licenseURL": "http://creativecommons.org/licenses/by/4.0", + "open": true + }, + "pagination": { + "electronicID": "001", + "pageCount": "35" + }, + "persistentIDs": [ + { + "DOI": "10.1088/1475-7516/2023/05/001", + "preprint": { + "identifier": "2210.04800", + "source": "arxiv" + } + } + ], + "pubDate": { + "electrDate": "2023-05-02", + "printDate": "2023-05-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "1475-7516", + "pubtype": "epub" + } + ], + "issueNum": "05", + "pubName": "Journal of Cosmology and Astroparticle Physics", + "pubYear": "2023", + "publisher": "IOP Publishing", + "volumeNum": "2023" + }, + "publisherIDs": [ + { + "Identifier": "JCAP_029P_1022", + "attribute": "publisher-id" + }, + { + "Identifier": "JCAP_029P_1022", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Planck Collaboration AghanimN. Planck 2018 results. VI. Cosmological parametersAstron. Astrophys.2020641A610.1051/0004-6361/201833910(arXiv:1807.06209)[Erratum: Astron.Astrophys. 652, C4 (2021)]", @@ -163,23 +179,7 @@ " M. Zingale, Introduction to Computational Astrophysical Hydrodynamics, http://bender.astro.sunysb.edu/hydro_by_example/CompHydroTutorial.pdf. ", " ColellaPhillip WoodwardPaul R. The Piecewise Parabolic Method (PPM) for Gas Dynamical SimulationsJ. Comput. Phys.19845417420110.1016/0021-9991(84)90143-8" ], - "keywords": [ - { - "keyString": "cosmological simulations", - "keySystem": "misc" - }, - { - "keyString": "dark energy theory", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2023 The Author(s)" - }, - "openAccess": { - "open": true, - "license": "\nPublished by IOP Publishing Ltd on behalf of Sissa Medialab. Original content from this work may be used under the terms of the Creative Commons Attribution 4.0 licence. Any further distribution of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.", - "licenseURL": "http://creativecommons.org/licenses/by/4.0" + "title": { + "textEnglish": "Non-linear Eulerian hydrodynamics of dark energy: Riemann problem and finite volume schemes" } } diff --git a/tests/stubdata/output/jats_mnras_493_1_141.json b/tests/stubdata/output/jats_mnras_493_1_141.json index d8de9f8..602c005 100644 --- a/tests/stubdata/output/jats_mnras_493_1_141.json +++ b/tests/stubdata/output/jats_mnras_493_1_141.json @@ -1,201 +1,239 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2019-10-07" - ], - "revisedDates": [ - "2019-12-14" - ], - "acceptedDate": "2020-01-06" - }, - "pubDate": { - "electrDate": "2020-01-14", - "printDate": "2020-03-00" - }, - "publication": { - "pubName": "Monthly Notices of the Royal Astronomical Society", - "publisher": "Oxford University Press", - "issueNum": "1", - "volumeNum": "493", - "pubYear": "2020", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0035-8711" - }, - { - "pubtype": "epub", - "issnString": "1365-2966" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1093/mnras/staa093" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "staa093" - } - ], - "pagination": { - "firstPage": "141", - "lastPage": "160", - "pageCount": "20", - "pageRange": "141-160" + "abstract": { + "textEnglish": "We explore deep rest-frame UV to FIR data in the COSMOS field to measure the individual spectral energy distributions (SED) of the \u223c4000 SC4K (Sobral et al.) Lyman \u03b1 (Ly \u03b1) emitters (LAEs) at z \u223c 2\u20136. We find typical stellar masses of 109.3 \u00b1 0.6 M\u2299 and star formation rates (SFR) of SFR$_{\\rm SED}=4.4^{+10.5}_{-2.4}$ M\u2299 yr\u22121 and SFR$_{\\rm Ly\\,\\alpha }=5.9^{+6.3}_{-2.6}$ M\u2299 yr\u22121, combined with very blue UV slopes of $\\beta =-2.1^{+0.5}_{-0.4}$, but with significant variations within the population. MUV and \u03b2 are correlated in a similar way to UV-selected sources, but LAEs are consistently bluer. This suggests that LAEs are the youngest and/or most dust-poor subset of the UV-selected population. We also study the Ly \u03b1 rest-frame equivalent width (EW0) and find 45 \u2018extreme\u2019 LAEs with EW0 > 240 \u00c5 (3\u03c3), implying a low number density of (7 \u00b1 1) \u00d7 10\u22127 Mpc\u22123. Overall, we measure little to no evolution of the Ly \u03b1 EW0 and scale length parameter (w0), which are consistently high (EW$_0=140^{+280}_{-70}$ \u00c5, $w_0=129^{+11}_{-11}$ \u00c5) from z \u223c 6 to z \u223c 2 and below. However, w0 is anticorrelated with MUV and stellar mass. Our results imply that sources selected as LAEs have a high Ly \u03b1 escape fraction (fesc,Ly \u03b1) irrespective of cosmic time, but fesc,Ly \u03b1 is still higher for UV-fainter and lower mass LAEs. The least massive LAEs (<109.5 M\u2299) are typically located above the star formation \u2018main sequence\u2019 (MS), but the offset from the MS decreases towards z \u223c 6 and towards 1010 M\u2299. Our results imply a lack of evolution in the properties of LAEs across time and reveals the increasing overlap in properties of LAEs and UV-continuum selected galaxies as typical star-forming galaxies at high redshift effectively become LAEs." }, "authors": [ { - "name": { - "surname": "Santos", - "given_name": "S" - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK" } ], "attrib": { "email": "s.santos@lancaster.ac.uk" + }, + "name": { + "given_name": "S", + "surname": "Santos" } }, { - "name": { - "surname": "Sobral", - "given_name": "D" - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK" } ], "attrib": { "orcid": "0000-0001-8823-4845" + }, + "name": { + "given_name": "D", + "surname": "Sobral" } }, { - "name": { - "surname": "Matthee", - "given_name": "J" - }, "affiliation": [ { - "affPubRaw": "Department of Physics, ETH Z\u00fcrich, Wolfgang-Pauli-Strasse 27, CH-8093 Z\u00fcrich, Switzerland", - "affPubID": "aff2" + "affPubID": "aff2", + "affPubRaw": "Department of Physics, ETH Z\u00fcrich, Wolfgang-Pauli-Strasse 27, CH-8093 Z\u00fcrich, Switzerland" } ], "attrib": { "orcid": "0000-0003-2871-127X" + }, + "name": { + "given_name": "J", + "surname": "Matthee" } }, { - "name": { - "surname": "Calhau", - "given_name": "J" - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK" } - ] + ], + "name": { + "given_name": "J", + "surname": "Calhau" + } }, { - "name": { - "surname": "da Cunha", - "given_name": "E" - }, "affiliation": [ { - "affPubRaw": "International Centre for Radio Astronomy Research, University of Western Australia, 35 Stirling Hwy, Crawley, WA 6009, Australia", - "affPubID": "aff3" + "affPubID": "aff3", + "affPubRaw": "International Centre for Radio Astronomy Research, University of Western Australia, 35 Stirling Hwy, Crawley, WA 6009, Australia" }, { - "affPubRaw": "Research School of Astronomy and Astrophysics, The Australian National University, Canberra, ACT 2611, Australia", - "affPubID": "aff4" + "affPubID": "aff4", + "affPubRaw": "Research School of Astronomy and Astrophysics, The Australian National University, Canberra, ACT 2611, Australia" }, { - "affPubRaw": "ARC Centre of Excellence for All Sky Astrophysics in 3 Dimensions (ASTRO 3D), Millers Point NSW 2000, Australia", - "affPubID": "aff5" + "affPubID": "aff5", + "affPubRaw": "ARC Centre of Excellence for All Sky Astrophysics in 3 Dimensions (ASTRO 3D), Millers Point NSW 2000, Australia" } - ] + ], + "name": { + "given_name": "E", + "surname": "da Cunha" + } }, { - "name": { - "surname": "Ribeiro", - "given_name": "B" - }, "affiliation": [ { - "affPubRaw": "Leiden Observatory, Leiden University, PO Box 9513, NL-2300 RA Leiden, the Netherlands", - "affPubID": "aff6" + "affPubID": "aff6", + "affPubRaw": "Leiden Observatory, Leiden University, PO Box 9513, NL-2300 RA Leiden, the Netherlands" } - ] + ], + "name": { + "given_name": "B", + "surname": "Ribeiro" + } }, { - "name": { - "surname": "Paulino-Afonso", - "given_name": "A" - }, "affiliation": [ { - "affPubRaw": "CENTRA - Centro de Astrof\u00edsica e Gravita\u00e7\u00e3o, Instituto Superior T\u00e9cnico, Av. Rovisco Pais, 1, P-1049-001 Lisboa, Portugal", - "affPubID": "aff7" + "affPubID": "aff7", + "affPubRaw": "CENTRA - Centro de Astrof\u00edsica e Gravita\u00e7\u00e3o, Instituto Superior T\u00e9cnico, Av. Rovisco Pais, 1, P-1049-001 Lisboa, Portugal" } ], "attrib": { "orcid": "0000-0002-0943-0694" + }, + "name": { + "given_name": "A", + "surname": "Paulino-Afonso" } }, { - "name": { - "surname": "Arrabal Haro", - "given_name": "P" - }, "affiliation": [ { - "affPubRaw": "Instituto de Astrof\u00edsica de Canarias (IAC), E-38205 La Laguna, Spain", - "affPubID": "aff8" + "affPubID": "aff8", + "affPubRaw": "Instituto de Astrof\u00edsica de Canarias (IAC), E-38205 La Laguna, Spain" }, { - "affPubRaw": "Departamento de Astrof\u00edsica, Universidad de La Laguna, E-38206 La Laguna, Spain", - "affPubID": "aff9" + "affPubID": "aff9", + "affPubRaw": "Departamento de Astrof\u00edsica, Universidad de La Laguna, E-38206 La Laguna, Spain" } ], "attrib": { "orcid": "0000-0002-7959-8783" + }, + "name": { + "given_name": "P", + "surname": "Arrabal Haro" } }, { - "name": { - "surname": "Butterworth", - "given_name": "J" - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Department of Physics, Lancaster University, Lancaster LA1 4YB, UK" } - ] + ], + "name": { + "given_name": "J", + "surname": "Butterworth" + } } ], - "title": { - "textEnglish": "The evolution of rest-frame UV properties, Ly \u03b1 EWs, and the SFR\u2013stellar mass relation at z \u223c 2\u20136 for SC4K LAEs" + "copyright": { + "statement": "\u00a9 2020 The Author(s) Published by Oxford University Press on behalf of the Royal Astronomical Society", + "status": true }, - "abstract": { - "textEnglish": "We explore deep rest-frame UV to FIR data in the COSMOS field to measure the individual spectral energy distributions (SED) of the \u223c4000 SC4K (Sobral et al.) Lyman \u03b1 (Ly \u03b1) emitters (LAEs) at z \u223c 2\u20136. We find typical stellar masses of 109.3 \u00b1 0.6 M\u2299 and star formation rates (SFR) of SFR$_{\\rm SED}=4.4^{+10.5}_{-2.4}$ M\u2299 yr\u22121 and SFR$_{\\rm Ly\\,\\alpha }=5.9^{+6.3}_{-2.6}$ M\u2299 yr\u22121, combined with very blue UV slopes of $\\beta =-2.1^{+0.5}_{-0.4}$, but with significant variations within the population. MUV and \u03b2 are correlated in a similar way to UV-selected sources, but LAEs are consistently bluer. This suggests that LAEs are the youngest and/or most dust-poor subset of the UV-selected population. We also study the Ly \u03b1 rest-frame equivalent width (EW0) and find 45 \u2018extreme\u2019 LAEs with EW0 > 240 \u00c5 (3\u03c3), implying a low number density of (7 \u00b1 1) \u00d7 10\u22127 Mpc\u22123. Overall, we measure little to no evolution of the Ly \u03b1 EW0 and scale length parameter (w0), which are consistently high (EW$_0=140^{+280}_{-70}$ \u00c5, $w_0=129^{+11}_{-11}$ \u00c5) from z \u223c 6 to z \u223c 2 and below. However, w0 is anticorrelated with MUV and stellar mass. Our results imply that sources selected as LAEs have a high Ly \u03b1 escape fraction (fesc,Ly \u03b1) irrespective of cosmic time, but fesc,Ly \u03b1 is still higher for UV-fainter and lower mass LAEs. The least massive LAEs (<109.5 M\u2299) are typically located above the star formation \u2018main sequence\u2019 (MS), but the offset from the MS decreases towards z \u223c 6 and towards 1010 M\u2299. Our results imply a lack of evolution in the properties of LAEs across time and reveals the increasing overlap in properties of LAEs and UV-continuum selected galaxies as typical star-forming galaxies at high redshift effectively become LAEs." + "editorialHistory": { + "acceptedDate": "2020-01-06", + "receivedDates": [ + "2019-10-07" + ], + "revisedDates": [ + "2019-12-14" + ] + }, + "funding": [ + { + "agencyid": { + "idvalue": "Lancaster University" + }, + "agencyname": "\n\n10.13039/100010029\n\n" + }, + { + "agencyid": { + "idvalue": "Funda\u00e7\u00e3o para a Ci\u00eancia e a Tecnologia" + }, + "agencyname": "\n\n10.13039/501100001871\n\n", + "awardnumber": "PTDC/FIS-AST/31546/2017" + } + ], + "keywords": [ + { + "keyString": "galaxies: evolution", + "keySystem": "misc" + }, + { + "keyString": "galaxies: formation", + "keySystem": "misc" + }, + { + "keyString": "galaxies: high-redshift", + "keySystem": "misc" + }, + { + "keyString": "galaxies: star formation", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "This article is published and distributed under the terms of the Oxford University Press, Standard Journals Publication Model (https://academic.oup.com/journals/pages/open_access/funder_policies/chorus/standard_publication_model)", + "licenseURL": "https://academic.oup.com/journals/pages/open_access/funder_policies/chorus/standard_publication_model" + }, + "pagination": { + "firstPage": "141", + "lastPage": "160", + "pageCount": "20", + "pageRange": "141-160" + }, + "persistentIDs": [ + { + "DOI": "10.1093/mnras/staa093" + } + ], + "pubDate": { + "electrDate": "2020-01-14", + "printDate": "2020-03-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0035-8711", + "pubtype": "ppub" + }, + { + "issnString": "1365-2966", + "pubtype": "epub" + } + ], + "issueNum": "1", + "pubName": "Monthly Notices of the Royal Astronomical Society", + "pubYear": "2020", + "publisher": "Oxford University Press", + "volumeNum": "493" + }, + "publisherIDs": [ + { + "Identifier": "staa093", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Adams J. J. et al., 2011, ApJS, 192, 510.1088/0067-0049/192/1/5 ", @@ -332,45 +370,7 @@ " Wold I. G. B. , FinkelsteinS. L., BargerA. J., CowieL. L., RosenwasserB., 2017, ApJ, 848, 10810.3847/1538-4357/aa8d6b ", " Yajima H. , LiY., ZhuQ., AbelT., GronwallC., CiardulloR., 2012, ApJ, 754, 11810.1088/0004-637X/754/2/118 " ], - "keywords": [ - { - "keyString": "galaxies: evolution", - "keySystem": "misc" - }, - { - "keyString": "galaxies: formation", - "keySystem": "misc" - }, - { - "keyString": "galaxies: high-redshift", - "keySystem": "misc" - }, - { - "keyString": "galaxies: star formation", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2020 The Author(s) Published by Oxford University Press on behalf of the Royal Astronomical Society" - }, - "openAccess": { - "license": "This article is published and distributed under the terms of the Oxford University Press, Standard Journals Publication Model (https://academic.oup.com/journals/pages/open_access/funder_policies/chorus/standard_publication_model)", - "licenseURL": "https://academic.oup.com/journals/pages/open_access/funder_policies/chorus/standard_publication_model" - }, - "funding": [ - { - "agencyname": "\n\n10.13039/100010029\n\n", - "agencyid": { - "idvalue": "Lancaster University" - } - }, - { - "agencyname": "\n\n10.13039/501100001871\n\n", - "agencyid": { - "idvalue": "Funda\u00e7\u00e3o para a Ci\u00eancia e a Tecnologia" - }, - "awardnumber": "PTDC/FIS-AST/31546/2017" - } - ] + "title": { + "textEnglish": "The evolution of rest-frame UV properties, Ly \u03b1 EWs, and the SFR\u2013stellar mass relation at z \u223c 2\u20136 for SC4K LAEs" + } } diff --git a/tests/stubdata/output/jats_phrvd_106_023001.json b/tests/stubdata/output/jats_phrvd_106_023001.json index 0722163..eb69d6b 100644 --- a/tests/stubdata/output/jats_phrvd_106_023001.json +++ b/tests/stubdata/output/jats_phrvd_106_023001.json @@ -1,98 +1,172 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2022-07-01", - "printDate": "2022-07-15" - }, - "publication": { - "pubName": "Physical Review D", - "publisher": "American Physical Society", - "issueNum": "2", - "volumeNum": "106", - "pubYear": "2022", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "2470-0010" - }, - { - "pubtype": "epub", - "issnString": "2470-0029" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1103/PhysRevD.106.023001" - } - ], - "pagination": { - "pageCount": "28", - "electronicID": "023001" + "abstract": { + "textEnglish": "Two important parameters inferred from the gravitational wave signals of binaries of precessing black holes are the spin tilt angles, i.e., the angles at which the black holes\u2019 spin axes are inclined with respect to the binary\u2019s orbital angular momentum. The LIGO-Virgo parameter estimation analyses provide spin tilts at a fiducial reference frequency, often the lowest frequency used in the data analysis. However, the most astrophysically interesting quantities are the spin tilts when the binary was formed, which can be significantly different from those at the reference frequency for strongly precessing binaries. The spin tilts at formally infinite separation are a good approximation to the tilts at formation in many formation channels and can be computed efficiently for binary black holes using precession-averaged evolution. Here, we present a new code for computing the tilts at infinity that combines the precession-averaged evolution with orbit-averaged evolution at high frequencies and illustrate its application to GW190521 and other binary black hole detections from O3. We have empirically determined the transition frequency between the orbit-averaged and precession-averaged evolution to produce tilts at infinity with a given accuracy and find that using only the precession-averaged evolution can lead to errors in the cosines of the tilts at infinity of > 0.8 for certain binary configurations. However, the precession-averaged evolution alone is sufficient for good accuracy when obtaining the posterior distributions of the tilts at infinity for current detections. We also have regularized the precession-averaged equations in order to obtain good accuracy for the very close-to-equal-mass binary parameters encountered in practice. This additionally allows us to investigate the singular equal-mass limit of the precession-averaged expressions, where we find that to a good approximation the results only depend on the orbital angular momentum L through the combination ( 1 - q ) L , where q is the mass ratio." }, "authors": [ { - "name": { - "surname": "Johnson-McDaniel", - "given_name": "Nathan K." - }, "affiliation": [ { - "affPubRaw": "Department of Applied Mathematics and Theoretical Physics, Centre for Mathematical Sciences, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, United Kingdom", - "affPubID": "a1" + "affPubID": "a1", + "affPubRaw": "Department of Applied Mathematics and Theoretical Physics, Centre for Mathematical Sciences, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, United Kingdom" }, { - "affPubRaw": "Department of Physics and Astronomy, The University of Mississippi, University, Mississippi 38677, USA", - "affPubID": "a2" + "affPubID": "a2", + "affPubRaw": "Department of Physics and Astronomy, The University of Mississippi, University, Mississippi 38677, USA" } ], "attrib": { "orcid": "0000-0001-5357-9480" + }, + "name": { + "given_name": "Nathan K.", + "surname": "Johnson-McDaniel" } }, { - "name": { - "surname": "Kulkarni", - "given_name": "Sumeet" - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy, The University of Mississippi, University, Mississippi 38677, USA", - "affPubID": "a2" + "affPubID": "a2", + "affPubRaw": "Department of Physics and Astronomy, The University of Mississippi, University, Mississippi 38677, USA" } ], "attrib": { "orcid": "0000-0001-8057-0203" + }, + "name": { + "given_name": "Sumeet", + "surname": "Kulkarni" } }, { - "name": { - "surname": "Gupta", - "given_name": "Anuradha" - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy, The University of Mississippi, University, Mississippi 38677, USA", - "affPubID": "a2" + "affPubID": "a2", + "affPubRaw": "Department of Physics and Astronomy, The University of Mississippi, University, Mississippi 38677, USA" } ], "attrib": { "orcid": "0000-0002-5441-9013" + }, + "name": { + "given_name": "Anuradha", + "surname": "Gupta" } } ], - "title": { - "textEnglish": "Inferring spin tilts at formation from gravitational wave observations of binary black holes: Interfacing precession-averaged and orbit-averaged spin evolution" + "copyright": { + "statement": "\u00a9 2022 American Physical Society", + "status": true }, - "abstract": { - "textEnglish": "Two important parameters inferred from the gravitational wave signals of binaries of precessing black holes are the spin tilt angles, i.e., the angles at which the black holes\u2019 spin axes are inclined with respect to the binary\u2019s orbital angular momentum. The LIGO-Virgo parameter estimation analyses provide spin tilts at a fiducial reference frequency, often the lowest frequency used in the data analysis. However, the most astrophysically interesting quantities are the spin tilts when the binary was formed, which can be significantly different from those at the reference frequency for strongly precessing binaries. The spin tilts at formally infinite separation are a good approximation to the tilts at formation in many formation channels and can be computed efficiently for binary black holes using precession-averaged evolution. Here, we present a new code for computing the tilts at infinity that combines the precession-averaged evolution with orbit-averaged evolution at high frequencies and illustrate its application to GW190521 and other binary black hole detections from O3. We have empirically determined the transition frequency between the orbit-averaged and precession-averaged evolution to produce tilts at infinity with a given accuracy and find that using only the precession-averaged evolution can lead to errors in the cosines of the tilts at infinity of > 0.8 for certain binary configurations. However, the precession-averaged evolution alone is sufficient for good accuracy when obtaining the posterior distributions of the tilts at infinity for current detections. We also have regularized the precession-averaged equations in order to obtain good accuracy for the very close-to-equal-mass binary parameters encountered in practice. This additionally allows us to investigate the singular equal-mass limit of the precession-averaged expressions, where we find that to a good approximation the results only depend on the orbital angular momentum L through the combination ( 1 - q ) L , where q is the mass ratio." + "funding": [ + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100000271" + }, + "agencyname": "Science and Technology Facilities Council", + "awardnumber": "ST/L000636/1" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/100010661" + }, + "agencyname": "Horizon 2020 Framework Programme" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/100010665" + }, + "agencyname": "H2020 Marie Sk\u0142odowska-Curie Actions", + "awardnumber": "690904" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100021745" + }, + "agencyname": "Institut P\u00e9rim\u00e8tre de physique th\u00e9orique" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100000023" + }, + "agencyname": "Government of Canada" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100000192" + }, + "agencyname": "Ontario Ministry of Economic Development and Innovation" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100003204" + }, + "agencyname": "Airbus" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/100017167" + }, + "agencyname": "International Centre for Theoretical Sciences" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100001405" + }, + "agencyname": "Tata Institute of Fundamental Research" + } + ], + "keywords": [ + { + "keyString": "Astrophysics and astroparticle physics", + "keySystem": "subject" + } + ], + "pagination": { + "electronicID": "023001", + "pageCount": "28" + }, + "persistentIDs": [ + { + "DOI": "10.1103/PhysRevD.106.023001" + } + ], + "pubDate": { + "electrDate": "2022-07-01", + "printDate": "2022-07-15" + }, + "publication": { + "ISSN": [ + { + "issnString": "2470-0010", + "pubtype": "ppub" + }, + { + "issnString": "2470-0029", + "pubtype": "epub" + } + ], + "issueNum": "2", + "pubName": "Physical Review D", + "pubYear": "2022", + "publisher": "American Physical Society", + "volumeNum": "106" + }, + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " 1 R. Abbott ( \t\t\t\t\t\tLIGO Scientific Collaboration and Virgo Collaboration) \t\t\t\t\t, \t\t\t\t\tPhys. Rev. D 102, \t\t\t\t\t043015 ( \t\t\t\t\t2020). \t\t\t\t\tPRVDAQ 2470-0010 10.1103/PhysRevD.102.043015 ", @@ -187,81 +261,7 @@ " 90 J.\u2009D. Hunter , \t\t\t\t\tComput. Sci. Eng. 9, \t\t\t\t\t90 ( \t\t\t\t\t2007). \t\t\t\t\tCSENFA 1521-9615 10.1109/MCSE.2007.55 ", " 91 M. Abramowitz and \t\t\t\t\t\tI.\u2009A. Stegun, eds. \t\t\t\t\t, \t\t\t\t\tHandbook of Mathematical Functions With Formulas, Graphs, and Mathematical Tables, \t\t\t\t\tApplied Mathematics Series No. 55 ( \t\t\t\t\tNational Bureau of Standards, Washington, D.C., \t\t\t\t\t1964). \t\t\t\t " ], - "keywords": [ - { - "keyString": "Astrophysics and astroparticle physics", - "keySystem": "subject" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 2022 American Physical Society" - }, - "funding": [ - { - "agencyname": "Science and Technology Facilities Council", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/501100000271" - }, - "awardnumber": "ST/L000636/1" - }, - { - "agencyname": "Horizon 2020 Framework Programme", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/100010661" - } - }, - { - "agencyname": "H2020 Marie Sk\u0142odowska-Curie Actions", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/100010665" - }, - "awardnumber": "690904" - }, - { - "agencyname": "Institut P\u00e9rim\u00e8tre de physique th\u00e9orique", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/501100021745" - } - }, - { - "agencyname": "Government of Canada", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/501100000023" - } - }, - { - "agencyname": "Ontario Ministry of Economic Development and Innovation", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/501100000192" - } - }, - { - "agencyname": "Airbus", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/501100003204" - } - }, - { - "agencyname": "International Centre for Theoretical Sciences", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/100017167" - } - }, - { - "agencyname": "Tata Institute of Fundamental Research", - "agencyid": { - "idschema": "doi", - "idvalue": "10.13039/501100001405" - } - } - ] + "title": { + "textEnglish": "Inferring spin tilts at formation from gravitational wave observations of binary black holes: Interfacing precession-averaged and orbit-averaged spin evolution" + } } diff --git a/tests/stubdata/output/jats_pnas_1715554115.json b/tests/stubdata/output/jats_pnas_1715554115.json index 5380b57..61253d8 100644 --- a/tests/stubdata/output/jats_pnas_1715554115.json +++ b/tests/stubdata/output/jats_pnas_1715554115.json @@ -1,224 +1,181 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2018-02-05", - "printDate": "2018-02-20" - }, - "publication": { - "pubName": "Proceedings of the National Academy of Sciences", - "publisher": "National Academy of Sciences", - "issueNum": "8", - "volumeNum": "115", - "pubYear": "2018", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0027-8424" - }, - { - "pubtype": "epub", - "issnString": "1091-6490" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1073/pnas.1715554115" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "201715554" - } - ], - "pagination": { - "firstPage": "1697", - "lastPage": "1706", - "pageCount": "10", - "pageRange": "1697-1706" + "abstract": { + "textEnglish": "Alzheimer\u2019s disease (AD) is an age-related neurodegenerative disease. Genome-wide association studies predominately focusing on Caucasian populations have identified risk loci and genes associated with AD; the majority of these variants reside in noncoding regions with unclear functions. Here, we report a whole-genome sequencing study for AD in the Chinese population. Other than the APOE locus, we identified common variants in GCH1 and KCNJ15 that show suggestive associations with AD. For these two risk variants, an association with AD or advanced onset of disease can be observed in non-Asian AD cohorts. An association study of risk variants with expression data revealed their modulatory effects on immune signatures, linking the potential roles of these genes with immune-related pathways during AD pathogenesis." }, "authors": [ { - "name": { - "surname": "Zhou", - "given_name": "Xiaopu" - }, "affiliation": [ { - "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China" } - ] + ], + "name": { + "given_name": "Xiaopu", + "surname": "Zhou" + } }, { - "name": { - "surname": "Chen", - "given_name": "Yu" - }, "affiliation": [ { - "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China" }, { - "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China", - "affPubID": "aff2" + "affPubID": "aff2", + "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China" }, { - "affPubRaw": "The Brain Cognition and Brain Disease Institute, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen, 518055 Guangdong, China", - "affPubID": "aff3" + "affPubID": "aff3", + "affPubRaw": "The Brain Cognition and Brain Disease Institute, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen, 518055 Guangdong, China" } - ] + ], + "name": { + "given_name": "Yu", + "surname": "Chen" + } }, { - "name": { - "surname": "Mok", - "given_name": "Kin Y." - }, "affiliation": [ { - "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China" }, { - "affPubRaw": "Department of Molecular Neuroscience, University College London Institute of Neurology, London WC1N 3BG, United Kingdom", - "affPubID": "aff4" + "affPubID": "aff4", + "affPubRaw": "Department of Molecular Neuroscience, University College London Institute of Neurology, London WC1N 3BG, United Kingdom" } - ] + ], + "name": { + "given_name": "Kin Y.", + "surname": "Mok" + } }, { - "name": { - "surname": "Zhao", - "given_name": "Qianhua" - }, "affiliation": [ { - "affPubRaw": "Department of Neurology, Huashan Hospital, Fudan University, 200040 Shanghai, China", - "affPubID": "aff5" + "affPubID": "aff5", + "affPubRaw": "Department of Neurology, Huashan Hospital, Fudan University, 200040 Shanghai, China" } - ] + ], + "name": { + "given_name": "Qianhua", + "surname": "Zhao" + } }, { - "name": { - "surname": "Chen", - "given_name": "Keliang" - }, "affiliation": [ { - "affPubRaw": "Department of Neurology, Huashan Hospital, Fudan University, 200040 Shanghai, China", - "affPubID": "aff5" + "affPubID": "aff5", + "affPubRaw": "Department of Neurology, Huashan Hospital, Fudan University, 200040 Shanghai, China" } - ] + ], + "name": { + "given_name": "Keliang", + "surname": "Chen" + } }, { - "name": { - "surname": "Chen", - "given_name": "Yuewen" - }, "affiliation": [ { - "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China" }, { - "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China", - "affPubID": "aff2" + "affPubID": "aff2", + "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China" }, { - "affPubRaw": "The Brain Cognition and Brain Disease Institute, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen, 518055 Guangdong, China", - "affPubID": "aff3" + "affPubID": "aff3", + "affPubRaw": "The Brain Cognition and Brain Disease Institute, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen, 518055 Guangdong, China" } - ] + ], + "name": { + "given_name": "Yuewen", + "surname": "Chen" + } }, { - "name": { - "surname": "Hardy", - "given_name": "John" - }, "affiliation": [ { - "affPubRaw": "Department of Molecular Neuroscience, University College London Institute of Neurology, London WC1N 3BG, United Kingdom", - "affPubID": "aff4" + "affPubID": "aff4", + "affPubRaw": "Department of Molecular Neuroscience, University College London Institute of Neurology, London WC1N 3BG, United Kingdom" } - ] + ], + "name": { + "given_name": "John", + "surname": "Hardy" + } }, { - "name": { - "surname": "Li", - "given_name": "Yun" - }, "affiliation": [ { - "affPubRaw": "Department of Genetics, University of North Carolina, Chapel Hill, NC 27599", - "affPubID": "aff6" + "affPubID": "aff6", + "affPubRaw": "Department of Genetics, University of North Carolina, Chapel Hill, NC 27599" }, { - "affPubRaw": "Department of Biostatistics, University of North Carolina, Chapel Hill, NC 27599", - "affPubID": "aff7" + "affPubID": "aff7", + "affPubRaw": "Department of Biostatistics, University of North Carolina, Chapel Hill, NC 27599" }, { - "affPubRaw": "Department of Computer Science, University of North Carolina, Chapel Hill, NC 27599", - "affPubID": "aff8" + "affPubID": "aff8", + "affPubRaw": "Department of Computer Science, University of North Carolina, Chapel Hill, NC 27599" } - ] + ], + "name": { + "given_name": "Yun", + "surname": "Li" + } }, { - "name": { - "surname": "Fu", - "given_name": "Amy K. Y." - }, "affiliation": [ { - "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China" }, { - "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China", - "affPubID": "aff2" + "affPubID": "aff2", + "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China" } - ] + ], + "name": { + "given_name": "Amy K. Y.", + "surname": "Fu" + } }, { - "name": { - "surname": "Guo", - "given_name": "Qihao" - }, "affiliation": [ { - "affPubRaw": "Department of Neurology, Huashan Hospital, Fudan University, 200040 Shanghai, China", - "affPubID": "aff5" + "affPubID": "aff5", + "affPubRaw": "Department of Neurology, Huashan Hospital, Fudan University, 200040 Shanghai, China" } ], "attrib": { "email": "dr.guoqihao@126.com" + }, + "name": { + "given_name": "Qihao", + "surname": "Guo" } }, { - "name": { - "surname": "Ip", - "given_name": "Nancy Y." - }, "affiliation": [ { - "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Division of Life Science, State Key Laboratory of Molecular Neuroscience and Molecular Neuroscience Center, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong, China" }, { - "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China", - "affPubID": "aff2" + "affPubID": "aff2", + "affPubRaw": "Guangdong Provincial Key Laboratory of Brain Science, Disease, and Drug Development, Hong Kong University of Science and Technology Shenzhen Research Institute, Shenzhen, 518057 Guangdong, China" } ], "attrib": { "email": "dr.guoqihao@126.com", "orcid": "0000-0002-2763-8907" + }, + "name": { + "given_name": "Nancy Y.", + "surname": "Ip" } }, { @@ -227,3244 +184,3315 @@ } } ], + "copyright": { + "statement": "Copyright \u00a9 2018 the Author(s). Published by PNAS.", + "status": true + }, + "keywords": [ + { + "keyString": "Alzheimer\u2019s disease", + "keySystem": "misc" + }, + { + "keyString": "whole-genome sequencing", + "keySystem": "misc" + }, + { + "keyString": "GWAS", + "keySystem": "misc" + }, + { + "keyString": "risk variant", + "keySystem": "misc" + }, + { + "keyString": "immune", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "This open access article is distributed under Creative Commons Attribution-NonCommercial-NoDerivatives License 4.0 (CC BY-NC-ND).", + "licenseURL": "https://creativecommons.org/licenses/by-nc-nd/4.0/", + "open": true + }, "otherContributor": [ { - "role": "author non-byline", "contrib": { "name": { - "surname": "Saykin", - "given_name": "Andrew J." + "given_name": "Andrew J.", + "surname": "Saykin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Toga", - "given_name": "Arthur W." + "given_name": "Arthur W.", + "surname": "Toga" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Borowski", - "given_name": "Bret" + "given_name": "Bret", + "surname": "Borowski" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ward", - "given_name": "Chad" + "given_name": "Chad", + "surname": "Ward" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "DeCarli", - "given_name": "Charles" + "given_name": "Charles", + "surname": "DeCarli" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mathis", - "given_name": "Chet" + "given_name": "Chet", + "surname": "Mathis" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Jack", - "given_name": "Clifford R." + "given_name": "Clifford R.", + "surname": "Jack" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Harvey", - "given_name": "Danielle" + "given_name": "Danielle", + "surname": "Harvey" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Holtzman", - "given_name": "David" + "given_name": "David", + "surname": "Holtzman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Jones", - "given_name": "David" + "given_name": "David", + "surname": "Jones" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Gessert", - "given_name": "Devon" + "given_name": "Devon", + "surname": "Gessert" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lilly", - "given_name": "Eli" + "given_name": "Eli", + "surname": "Lilly" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Reiman", - "given_name": "Eric M." + "given_name": "Eric M.", + "surname": "Reiman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Franklin", - "given_name": "Erin" + "given_name": "Erin", + "surname": "Franklin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hefti", - "given_name": "Franz" + "given_name": "Franz", + "surname": "Hefti" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sorensen", - "given_name": "Greg" + "given_name": "Greg", + "surname": "Sorensen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Jimenez", - "given_name": "Gustavo" + "given_name": "Gustavo", + "surname": "Jimenez" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Fillit", - "given_name": "Howard" + "given_name": "Howard", + "surname": "Fillit" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Gunter", - "given_name": "Jeff" + "given_name": "Jeff", + "surname": "Gunter" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Salazar", - "given_name": "Jennifer" + "given_name": "Jennifer", + "surname": "Salazar" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hsiao", - "given_name": "John" + "given_name": "John", + "surname": "Hsiao" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Morris", - "given_name": "John" + "given_name": "John", + "surname": "Morris" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Trojanowki", - "given_name": "John Q." + "given_name": "John Q.", + "surname": "Trojanowki" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Neu", - "given_name": "Karen Crawford Scott" + "given_name": "Karen Crawford Scott", + "surname": "Neu" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kantarci", - "given_name": "Kejal" + "given_name": "Kejal", + "surname": "Kantarci" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Faber", - "given_name": "Kelley" + "given_name": "Kelley", + "surname": "Faber" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Harless", - "given_name": "Kelly" + "given_name": "Kelly", + "surname": "Harless" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Chen", - "given_name": "Kewei" + "given_name": "Kewei", + "surname": "Chen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Nho", - "given_name": "Kwangsik" + "given_name": "Kwangsik", + "surname": "Nho" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Beckett", - "given_name": "Laurel" + "given_name": "Laurel", + "surname": "Beckett" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Thal", - "given_name": "Lean" + "given_name": "Lean", + "surname": "Thal" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Thal", - "given_name": "Leon" + "given_name": "Leon", + "surname": "Thal" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Shaw", - "given_name": "Leslie M." + "given_name": "Leslie M.", + "surname": "Shaw" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kuller", - "given_name": "Lew" + "given_name": "Lew", + "surname": "Kuller" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Shen", - "given_name": "Li" + "given_name": "Li", + "surname": "Shen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hergesheimer", - "given_name": "Lindsey" + "given_name": "Lindsey", + "surname": "Hergesheimer" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Taylor-Reinwald", - "given_name": "Lisa" + "given_name": "Lisa", + "surname": "Taylor-Reinwald" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mesulam", - "given_name": "M. Marcel" + "given_name": "M. Marcel", + "surname": "Mesulam" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Korecka", - "given_name": "Magdalena" + "given_name": "Magdalena", + "surname": "Korecka" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Raichle", - "given_name": "Marc" + "given_name": "Marc", + "surname": "Raichle" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Carrillo", - "given_name": "Maria" + "given_name": "Maria", + "surname": "Carrillo" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Albert", - "given_name": "Marilyn" + "given_name": "Marilyn", + "surname": "Albert" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Senjem", - "given_name": "Matt" + "given_name": "Matt", + "surname": "Senjem" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bernstein", - "given_name": "Matthew" + "given_name": "Matthew", + "surname": "Bernstein" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Donohue", - "given_name": "Michael" + "given_name": "Michael", + "surname": "Donohue" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Weiner", - "given_name": "Michael" + "given_name": "Michael", + "surname": "Weiner" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Figurski", - "given_name": "Michal" + "given_name": "Michal", + "surname": "Figurski" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Buckholtz", - "given_name": "Neil" + "given_name": "Neil", + "surname": "Buckholtz" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Fox", - "given_name": "Nick" + "given_name": "Nick", + "surname": "Fox" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Cairns", - "given_name": "Nigel J." + "given_name": "Nigel J.", + "surname": "Cairns" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Schuff", - "given_name": "Norbert" + "given_name": "Norbert", + "surname": "Schuff" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Foster", - "given_name": "Norm" + "given_name": "Norm", + "surname": "Foster" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Aisen", - "given_name": "Paul" + "given_name": "Paul", + "surname": "Aisen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Thompson", - "given_name": "Paul" + "given_name": "Paul", + "surname": "Thompson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Davies", - "given_name": "Peter" + "given_name": "Peter", + "surname": "Davies" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Snyder", - "given_name": "Peter J." + "given_name": "Peter J.", + "surname": "Snyder" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Snyder", - "given_name": "Peter" + "given_name": "Peter", + "surname": "Snyder" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Vemuri", - "given_name": "Prashanthi" + "given_name": "Prashanthi", + "surname": "Vemuri" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Frank", - "given_name": "Richard" + "given_name": "Richard", + "surname": "Frank" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Koeppe", - "given_name": "Robert A." + "given_name": "Robert A.", + "surname": "Koeppe" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Green", - "given_name": "Robert C." + "given_name": "Robert C.", + "surname": "Green" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Petersen", - "given_name": "Ronald" + "given_name": "Ronald", + "surname": "Petersen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Walter", - "given_name": "Sarah" + "given_name": "Sarah", + "surname": "Walter" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Paul", - "given_name": "Steven" + "given_name": "Steven", + "surname": "Paul" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Potkin", - "given_name": "Steven" + "given_name": "Steven", + "surname": "Potkin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kim", - "given_name": "Sungeun" + "given_name": "Sungeun", + "surname": "Kim" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Foroud", - "given_name": "Tatiana M." + "given_name": "Tatiana M.", + "surname": "Foroud" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Montine", - "given_name": "Tom" + "given_name": "Tom", + "surname": "Montine" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lee", - "given_name": "Virginia" + "given_name": "Virginia", + "surname": "Lee" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Jagust", - "given_name": "William" + "given_name": "William", + "surname": "Jagust" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Potter", - "given_name": "William" + "given_name": "William", + "surname": "Potter" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Cabrera", - "given_name": "Yuliana" + "given_name": "Yuliana", + "surname": "Cabrera" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Khachaturian", - "given_name": "Zaven" + "given_name": "Zaven", + "surname": "Khachaturian" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Fleisher", - "given_name": "Adam" + "given_name": "Adam", + "surname": "Fleisher" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pierce", - "given_name": "Aimee" + "given_name": "Aimee", + "surname": "Pierce" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mintz", - "given_name": "Akiva" + "given_name": "Akiva", + "surname": "Mintz" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lerner", - "given_name": "Alan" + "given_name": "Alan", + "surname": "Lerner" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Norbash", - "given_name": "Alexander" + "given_name": "Alexander", + "surname": "Norbash" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Levey", - "given_name": "Allan I." + "given_name": "Allan I.", + "surname": "Levey" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rosen", - "given_name": "Allyson" + "given_name": "Allyson", + "surname": "Rosen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Smith", - "given_name": "Amanda" + "given_name": "Amanda", + "surname": "Smith" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ulysse", - "given_name": "Anaztasia" + "given_name": "Anaztasia", + "surname": "Ulysse" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Budson", - "given_name": "Andrew E." + "given_name": "Andrew E.", + "surname": "Budson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kertesz", - "given_name": "Andrew" + "given_name": "Andrew", + "surname": "Kertesz" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Oliver", - "given_name": "Angela" + "given_name": "Angela", + "surname": "Oliver" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hake", - "given_name": "Ann Marie" + "given_name": "Ann Marie", + "surname": "Hake" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Burke", - "given_name": "Anna" + "given_name": "Anna", + "surname": "Burke" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sarrael", - "given_name": "Antero" + "given_name": "Antero", + "surname": "Sarrael" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Porsteinsson", - "given_name": "Anton P." + "given_name": "Anton P.", + "surname": "Porsteinsson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lamb", - "given_name": "Ashley" + "given_name": "Ashley", + "surname": "Lamb" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lee", - "given_name": "Athena" + "given_name": "Athena", + "surname": "Lee" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Raj", - "given_name": "Balebail Ashok" + "given_name": "Balebail Ashok", + "surname": "Raj" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lane", - "given_name": "Barton" + "given_name": "Barton", + "surname": "Lane" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Yanez", - "given_name": "Beatriz" + "given_name": "Beatriz", + "surname": "Yanez" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ances", - "given_name": "Beau" + "given_name": "Beau", + "surname": "Ances" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mudge", - "given_name": "Benita" + "given_name": "Benita", + "surname": "Mudge" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lind", - "given_name": "Betty" + "given_name": "Betty", + "surname": "Lind" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Stefanovic", - "given_name": "Bojana" + "given_name": "Bojana", + "surname": "Stefanovic" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Goldstein", - "given_name": "Bonnie S." + "given_name": "Bonnie S.", + "surname": "Goldstein" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bonakdarpour", - "given_name": "Borna" + "given_name": "Borna", + "surname": "Bonakdarpour" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Matthews", - "given_name": "Brandy R." + "given_name": "Brandy R.", + "surname": "Matthews" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ott", - "given_name": "Brian R." + "given_name": "Brian R.", + "surname": "Ott" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Reynolds", - "given_name": "Brigid" + "given_name": "Brigid", + "surname": "Reynolds" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Miller", - "given_name": "Bruce L." + "given_name": "Bruce L.", + "surname": "Miller" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Spann", - "given_name": "Bryan M." + "given_name": "Bryan M.", + "surname": "Spann" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sadowsky", - "given_name": "Carl" + "given_name": "Carl", + "surname": "Sadowsky" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bernick", - "given_name": "Charles" + "given_name": "Charles", + "surname": "Bernick" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Smith", - "given_name": "Charles D." + "given_name": "Charles D.", + "surname": "Smith" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Onyike", - "given_name": "Chiadi" + "given_name": "Chiadi", + "surname": "Onyike" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Heyn", - "given_name": "Chris (Chinthaka)" + "given_name": "Chris (Chinthaka)", + "surname": "Heyn" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hosein", - "given_name": "Chris" + "given_name": "Chris", + "surname": "Hosein" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Leach", - "given_name": "Christi" + "given_name": "Christi", + "surname": "Leach" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Belden", - "given_name": "Christine M." + "given_name": "Christine M.", + "surname": "Belden" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "van Dyck", - "given_name": "Christopher H." + "given_name": "Christopher H.", + "surname": "van Dyck" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Clark", - "given_name": "Christopher M." + "given_name": "Christopher M.", + "surname": "Clark" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Wu", - "given_name": "Chuang-Kuo" + "given_name": "Chuang-Kuo", + "surname": "Wu" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Albers", - "given_name": "Colleen S." + "given_name": "Colleen S.", + "surname": "Albers" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Brand", - "given_name": "Connie" + "given_name": "Connie", + "surname": "Brand" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bodge", - "given_name": "Courtney" + "given_name": "Courtney", + "surname": "Bodge" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Tatsuoka", - "given_name": "Curtis" + "given_name": "Curtis", + "surname": "Tatsuoka" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Carlsson", - "given_name": "Cynthia M." + "given_name": "Cynthia M.", + "surname": "Carlsson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mathews", - "given_name": "Dana" + "given_name": "Dana", + "surname": "Mathews" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "D\u2019Agostino", - "given_name": "Daniel" + "given_name": "Daniel", + "surname": "D\u2019Agostino" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Silverman", - "given_name": "Daniel H.S." + "given_name": "Daniel H.S.", + "surname": "Silverman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Marson", - "given_name": "Daniel" + "given_name": "Daniel", + "surname": "Marson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Wolk", - "given_name": "David A." + "given_name": "David A.", + "surname": "Wolk" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bachman", - "given_name": "David" + "given_name": "David", + "surname": "Bachman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Clark", - "given_name": "David" + "given_name": "David", + "surname": "Clark" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Geldmacher", - "given_name": "David" + "given_name": "David", + "surname": "Geldmacher" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hart", - "given_name": "David" + "given_name": "David", + "surname": "Hart" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Knopman", - "given_name": "David" + "given_name": "David", + "surname": "Knopman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Perry", - "given_name": "David" + "given_name": "David", + "surname": "Perry" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Winkfield", - "given_name": "David" + "given_name": "David", + "surname": "Winkfield" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Miller", - "given_name": "Delwyn D." + "given_name": "Delwyn D.", + "surname": "Miller" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kerwin", - "given_name": "Diana" + "given_name": "Diana", + "surname": "Kerwin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Drost", - "given_name": "Dick" + "given_name": "Dick", + "surname": "Drost" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Simpson", - "given_name": "Donna M." + "given_name": "Donna M.", + "surname": "Simpson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Munic", - "given_name": "Donna" + "given_name": "Donna", + "surname": "Munic" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Scharre", - "given_name": "Douglas W." + "given_name": "Douglas W.", + "surname": "Scharre" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bartha", - "given_name": "Rob" + "given_name": "Rob", + "surname": "Bartha" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Celmins", - "given_name": "Dzintra" + "given_name": "Dzintra", + "surname": "Celmins" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Zimmerman", - "given_name": "Earl A." + "given_name": "Earl A.", + "surname": "Zimmerman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Teng", - "given_name": "Edmond" + "given_name": "Edmond", + "surname": "Teng" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Coleman", - "given_name": "Edward" + "given_name": "Edward", + "surname": "Coleman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Zamrini", - "given_name": "Edward" + "given_name": "Edward", + "surname": "Zamrini" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mitsis", - "given_name": "Effie" + "given_name": "Effie", + "surname": "Mitsis" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Finger", - "given_name": "Elizabeth" + "given_name": "Elizabeth", + "surname": "Finger" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Oates", - "given_name": "Elizabeth" + "given_name": "Elizabeth", + "surname": "Oates" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sosa", - "given_name": "Elizabeth" + "given_name": "Elizabeth", + "surname": "Sosa" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Woo", - "given_name": "Ellen" + "given_name": "Ellen", + "surname": "Woo" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rogalski", - "given_name": "Emily" + "given_name": "Emily", + "surname": "Rogalski" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Fletcher", - "given_name": "Evan" + "given_name": "Evan", + "surname": "Fletcher" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Parfitt", - "given_name": "Francine" + "given_name": "Francine", + "surname": "Parfitt" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Thai", - "given_name": "Gaby" + "given_name": "Gaby", + "surname": "Thai" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Marshall", - "given_name": "Gad A." + "given_name": "Gad A.", + "surname": "Marshall" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Conrad", - "given_name": "Gary" + "given_name": "Gary", + "surname": "Conrad" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Tremont", - "given_name": "Geoffrey" + "given_name": "Geoffrey", + "surname": "Tremont" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bartzokis", - "given_name": "George" + "given_name": "George", + "surname": "Bartzokis" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hsiung", - "given_name": "Ging-Yuek Robin" + "given_name": "Ging-Yuek Robin", + "surname": "Hsiung" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Chiang", - "given_name": "Gloria" + "given_name": "Gloria", + "surname": "Chiang" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pearlson", - "given_name": "Godfrey D." + "given_name": "Godfrey D.", + "surname": "Pearlson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Jicha", - "given_name": "Greg" + "given_name": "Greg", + "surname": "Jicha" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Vanderswag", - "given_name": "Helen" + "given_name": "Helen", + "surname": "Vanderswag" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Grossman", - "given_name": "Hillel" + "given_name": "Hillel", + "surname": "Grossman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Capote", - "given_name": "Horacio" + "given_name": "Horacio", + "surname": "Capote" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bergman", - "given_name": "Howard" + "given_name": "Howard", + "surname": "Bergman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Chertkow", - "given_name": "Howard" + "given_name": "Howard", + "surname": "Chertkow" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Feldman", - "given_name": "Howard" + "given_name": "Howard", + "surname": "Feldman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rosen", - "given_name": "Howard J." + "given_name": "Howard J.", + "surname": "Rosen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Koleva", - "given_name": "Hristina" + "given_name": "Hristina", + "surname": "Koleva" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Shim", - "given_name": "Hyungsub" + "given_name": "Hyungsub", + "surname": "Shim" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rachinsky", - "given_name": "Irina" + "given_name": "Irina", + "surname": "Rachinsky" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mintzer", - "given_name": "Jacobo" + "given_name": "Jacobo", + "surname": "Mintzer" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ziolkowski", - "given_name": "Jaimie" + "given_name": "Jaimie", + "surname": "Ziolkowski" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Brewer", - "given_name": "James" + "given_name": "James", + "surname": "Brewer" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lah", - "given_name": "James J." + "given_name": "James J.", + "surname": "Lah" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Singleton-Garvin", - "given_name": "Jamika" + "given_name": "Jamika", + "surname": "Singleton-Garvin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Cellar", - "given_name": "Janet S." + "given_name": "Janet S.", + "surname": "Cellar" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Brosch", - "given_name": "Jared R." + "given_name": "Jared R.", + "surname": "Brosch" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Tinklenberg", - "given_name": "Jared" + "given_name": "Jared", + "surname": "Tinklenberg" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Karlawish", - "given_name": "Jason H." + "given_name": "Jason H.", + "surname": "Karlawish" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Villanueva-Meyer", - "given_name": "Javier" + "given_name": "Javier", + "surname": "Villanueva-Meyer" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kaye", - "given_name": "Jeffrey A." + "given_name": "Jeffrey A.", + "surname": "Kaye" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Burns", - "given_name": "Jeffrey M." + "given_name": "Jeffrey M.", + "surname": "Burns" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Petrella", - "given_name": "Jeffrey R." + "given_name": "Jeffrey R.", + "surname": "Petrella" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Yesavage", - "given_name": "Jerome" + "given_name": "Jerome", + "surname": "Yesavage" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Allard", - "given_name": "Joanne" + "given_name": "Joanne", + "surname": "Allard" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lord", - "given_name": "Joanne L." + "given_name": "Joanne L.", + "surname": "Lord" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hetelle", - "given_name": "Joel" + "given_name": "Joel", + "surname": "Hetelle" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Brockington", - "given_name": "John" + "given_name": "John", + "surname": "Brockington" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Morris", - "given_name": "John C." + "given_name": "John C.", + "surname": "Morris" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Olichney", - "given_name": "John" + "given_name": "John", + "surname": "Olichney" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rogers", - "given_name": "John" + "given_name": "John", + "surname": "Rogers" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Quinn", - "given_name": "Joseph" + "given_name": "Joseph", + "surname": "Quinn" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kass", - "given_name": "Joseph S." + "given_name": "Joseph S.", + "surname": "Kass" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Taylor", - "given_name": "Joy L." + "given_name": "Joy L.", + "surname": "Taylor" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Heidebrink", - "given_name": "Judith L." + "given_name": "Judith L.", + "surname": "Heidebrink" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Anderson", - "given_name": "Karen" + "given_name": "Karen", + "surname": "Anderson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Blank", - "given_name": "Karen" + "given_name": "Karen", + "surname": "Blank" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Smith", - "given_name": "Karen Ekstam" + "given_name": "Karen Ekstam", + "surname": "Smith" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bell", - "given_name": "Karen L." + "given_name": "Karen L.", + "surname": "Bell" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Johnson", - "given_name": "Kathleen" + "given_name": "Kathleen", + "surname": "Johnson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Tingus", - "given_name": "Kathleen" + "given_name": "Kathleen", + "surname": "Tingus" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "DeMarco", - "given_name": "Kathryn" + "given_name": "Kathryn", + "surname": "DeMarco" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sink", - "given_name": "Kaycee M." + "given_name": "Kaycee M.", + "surname": "Sink" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Johnson", - "given_name": "Keith A." + "given_name": "Keith A.", + "surname": "Johnson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Makino", - "given_name": "Kelly M." + "given_name": "Kelly M.", + "surname": "Makino" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Spicer", - "given_name": "Kenneth" + "given_name": "Kenneth", + "surname": "Spicer" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Nam", - "given_name": "Ki Won" + "given_name": "Ki Won", + "surname": "Nam" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Martin", - "given_name": "Kim" + "given_name": "Kim", + "surname": "Martin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Poki-Walker", - "given_name": "Kim" + "given_name": "Kim", + "surname": "Poki-Walker" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Johnson", - "given_name": "Kris" + "given_name": "Kris", + "surname": "Johnson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Fargher", - "given_name": "Kristin" + "given_name": "Kristin", + "surname": "Fargher" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lipowski", - "given_name": "Kristine" + "given_name": "Kristine", + "surname": "Lipowski" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Womack", - "given_name": "Kyle" + "given_name": "Kyle", + "surname": "Womack" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Flashman", - "given_name": "Laura A." + "given_name": "Laura A.", + "surname": "Flashman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Honig", - "given_name": "Lawrence S." + "given_name": "Lawrence S.", + "surname": "Honig" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Apostolova", - "given_name": "Liana" + "given_name": "Liana", + "surname": "Apostolova" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Teodoro", - "given_name": "Liberty" + "given_name": "Liberty", + "surname": "Teodoro" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Silbert", - "given_name": "Lisa C." + "given_name": "Lisa C.", + "surname": "Silbert" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ravdin", - "given_name": "Lisa" + "given_name": "Lisa", + "surname": "Ravdin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Schneider", - "given_name": "Lon S." + "given_name": "Lon S.", + "surname": "Schneider" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Daiello", - "given_name": "Lori A." + "given_name": "Lori A.", + "surname": "Daiello" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ismail", - "given_name": "M. Saleem" + "given_name": "M. Saleem", + "surname": "Ismail" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Seltzer", - "given_name": "Marc" + "given_name": "Marc", + "surname": "Seltzer" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mesulam", - "given_name": "Marek-Marsel" + "given_name": "Marek-Marsel", + "surname": "Mesulam" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Carroll", - "given_name": "Maria" + "given_name": "Maria", + "surname": "Carroll" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kataki", - "given_name": "Maria" + "given_name": "Maria", + "surname": "Kataki" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Greig-Custo", - "given_name": "Maria T." + "given_name": "Maria T.", + "surname": "Greig-Custo" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Love", - "given_name": "Marissa Natelson" + "given_name": "Marissa Natelson", + "surname": "Love" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mintun", - "given_name": "Mark A." + "given_name": "Mark A.", + "surname": "Mintun" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Farlow", - "given_name": "Martin R." + "given_name": "Martin R.", + "surname": "Farlow" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sadowski", - "given_name": "Martin" + "given_name": "Martin", + "surname": "Sadowski" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Creech", - "given_name": "Mary L." + "given_name": "Mary L.", + "surname": "Creech" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hynes", - "given_name": "Mary L." + "given_name": "Mary L.", + "surname": "Hynes" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Quiceno", - "given_name": "Mary" + "given_name": "Mary", + "surname": "Quiceno" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Oakley", - "given_name": "MaryAnn" + "given_name": "MaryAnn", + "surname": "Oakley" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Becerra", - "given_name": "Mauricio" + "given_name": "Mauricio", + "surname": "Becerra" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Witbracht", - "given_name": "Megan" + "given_name": "Megan", + "surname": "Witbracht" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Keltz", - "given_name": "Melanie" + "given_name": "Melanie", + "surname": "Keltz" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lamar", - "given_name": "Melissa" + "given_name": "Melissa", + "surname": "Lamar" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Yang", - "given_name": "Mia" + "given_name": "Mia", + "surname": "Yang" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Borrie", - "given_name": "Michael" + "given_name": "Michael", + "surname": "Borrie" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lin", - "given_name": "Michael" + "given_name": "Michael", + "surname": "Lin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Assaly", - "given_name": "Michele" + "given_name": "Michele", + "surname": "Assaly" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rainka", - "given_name": "Michelle" + "given_name": "Michelle", + "surname": "Rainka" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Dang", - "given_name": "Mimi" + "given_name": "Mimi", + "surname": "Dang" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sheikh", - "given_name": "Mohammed O." + "given_name": "Mohammed O.", + "surname": "Sheikh" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Gaikwad", - "given_name": "Mrunalini" + "given_name": "Mrunalini", + "surname": "Gaikwad" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Chowdhury", - "given_name": "Munir" + "given_name": "Munir", + "surname": "Chowdhury" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Trncic", - "given_name": "Nadira" + "given_name": "Nadira", + "surname": "Trncic" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Johnson", - "given_name": "Nancy" + "given_name": "Nancy", + "surname": "Johnson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kowalksi", - "given_name": "Nancy" + "given_name": "Nancy", + "surname": "Kowalksi" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pacini", - "given_name": "Nathaniel" + "given_name": "Nathaniel", + "surname": "Pacini" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kowall", - "given_name": "Neil" + "given_name": "Neil", + "surname": "Kowall" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Graff-Radford", - "given_name": "Neill R" + "given_name": "Neill R", + "surname": "Graff-Radford" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Relkin", - "given_name": "Norman" + "given_name": "Norman", + "surname": "Relkin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Oyonumo", - "given_name": "Ntekim E." + "given_name": "Ntekim E.", + "surname": "Oyonumo" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pomara", - "given_name": "Nunzio" + "given_name": "Nunzio", + "surname": "Pomara" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "James", - "given_name": "Olga" + "given_name": "Olga", + "surname": "James" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ogunlana", - "given_name": "Olu" + "given_name": "Olu", + "surname": "Ogunlana" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lopez", - "given_name": "Oscar L." + "given_name": "Oscar L.", + "surname": "Lopez" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Carmichael", - "given_name": "Owen" + "given_name": "Owen", + "surname": "Carmichael" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Doraiswamy", - "given_name": "P. Murali" + "given_name": "P. Murali", + "surname": "Doraiswamy" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Fatica", - "given_name": "Parianne" + "given_name": "Parianne", + "surname": "Fatica" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Johnson", - "given_name": "Patricia Lynn" + "given_name": "Patricia Lynn", + "surname": "Johnson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Samuels", - "given_name": "Patricia" + "given_name": "Patricia", + "surname": "Samuels" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Malloy", - "given_name": "Paul" + "given_name": "Paul", + "surname": "Malloy" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ogrocki", - "given_name": "Paula" + "given_name": "Paula", + "surname": "Ogrocki" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Maillard", - "given_name": "Pauline" + "given_name": "Pauline", + "surname": "Maillard" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hardy", - "given_name": "Peter" + "given_name": "Peter", + "surname": "Hardy" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Tariot", - "given_name": "Pierre" + "given_name": "Pierre", + "surname": "Tariot" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lu", - "given_name": "Po H." + "given_name": "Po H.", + "surname": "Lu" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Varma", - "given_name": "Pradeep" + "given_name": "Pradeep", + "surname": "Varma" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Doody", - "given_name": "Rachelle S." + "given_name": "Rachelle S.", + "surname": "Doody" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Carter", - "given_name": "Raina" + "given_name": "Raina", + "surname": "Carter" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Shah", - "given_name": "Raj C." + "given_name": "Raj C.", + "surname": "Shah" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Griffith", - "given_name": "Randall" + "given_name": "Randall", + "surname": "Griffith" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Yeh", - "given_name": "Randy" + "given_name": "Randy", + "surname": "Yeh" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Duara", - "given_name": "Ranjan" + "given_name": "Ranjan", + "surname": "Duara" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Tarawneh", - "given_name": "Rawan" + "given_name": "Rawan", + "surname": "Tarawneh" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Turner", - "given_name": "Raymond Scott" + "given_name": "Raymond Scott", + "surname": "Turner" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hernando", - "given_name": "Raymundo" + "given_name": "Raymundo", + "surname": "Hernando" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sperling", - "given_name": "Reisa A." + "given_name": "Reisa A.", + "surname": "Sperling" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Carson", - "given_name": "Richard E." + "given_name": "Richard E.", + "surname": "Carson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "El Khouli", - "given_name": "Riham" + "given_name": "Riham", + "surname": "El Khouli" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Santulli", - "given_name": "Robert B." + "given_name": "Robert B.", + "surname": "Santulli" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Killiany", - "given_name": "Ronald" + "given_name": "Ronald", + "surname": "Killiany" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rodriguez", - "given_name": "Rosemarie" + "given_name": "Rosemarie", + "surname": "Rodriguez" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Swerdlow", - "given_name": "Russell H." + "given_name": "Russell H.", + "surname": "Swerdlow" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Borges-Neto", - "given_name": "Salvador" + "given_name": "Salvador", + "surname": "Borges-Neto" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Black", - "given_name": "Sandra" + "given_name": "Sandra", + "surname": "Black" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Weintraub", - "given_name": "Sandra" + "given_name": "Sandra", + "surname": "Weintraub" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Asthana", - "given_name": "Sanjay" + "given_name": "Sanjay", + "surname": "Asthana" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Vaishnavi", - "given_name": "Sanjeev" + "given_name": "Sanjeev", + "surname": "Vaishnavi" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Dolen", - "given_name": "Sara" + "given_name": "Sara", + "surname": "Dolen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Mason", - "given_name": "Sara S." + "given_name": "Sara S.", + "surname": "Mason" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kremen", - "given_name": "Sarah" + "given_name": "Sarah", + "surname": "Kremen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Herring", - "given_name": "Scott" + "given_name": "Scott", + "surname": "Herring" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sirrel", - "given_name": "Sherye A." + "given_name": "Sherye A.", + "surname": "Sirrel" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kittur", - "given_name": "Smita" + "given_name": "Smita", + "surname": "Kittur" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pawluczyk", - "given_name": "Sonia" + "given_name": "Sonia", + "surname": "Pawluczyk" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Schneider", - "given_name": "Stacy" + "given_name": "Stacy", + "surname": "Schneider" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kielb", - "given_name": "Stephanie" + "given_name": "Stephanie", + "surname": "Kielb" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Reeder", - "given_name": "Stephanie" + "given_name": "Stephanie", + "surname": "Reeder" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Correia", - "given_name": "Stephen" + "given_name": "Stephen", + "surname": "Correia" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pasternack", - "given_name": "Stephen" + "given_name": "Stephen", + "surname": "Pasternack" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pasternak", - "given_name": "Stephen" + "given_name": "Stephen", + "surname": "Pasternak" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Salloway", - "given_name": "Stephen" + "given_name": "Stephen", + "surname": "Salloway" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Johnson", - "given_name": "Sterling" + "given_name": "Sterling", + "surname": "Johnson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Chao", - "given_name": "Steven" + "given_name": "Steven", + "surname": "Chao" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Arnold", - "given_name": "Steven E." + "given_name": "Steven E.", + "surname": "Arnold" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Schultz", - "given_name": "Susan K." + "given_name": "Susan K.", + "surname": "Schultz" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Rountree", - "given_name": "Susan" + "given_name": "Susan", + "surname": "Rountree" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lee", - "given_name": "T-Y" + "given_name": "T-Y", + "surname": "Lee" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Wong", - "given_name": "Terence Z." + "given_name": "Terence Z.", + "surname": "Wong" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Villena", - "given_name": "Teresa" + "given_name": "Teresa", + "surname": "Villena" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Obisesan", - "given_name": "Thomas O." + "given_name": "Thomas O.", + "surname": "Obisesan" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pavlik", - "given_name": "Valory" + "given_name": "Valory", + "surname": "Pavlik" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Bates", - "given_name": "Vernice" + "given_name": "Vernice", + "surname": "Bates" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Sossi", - "given_name": "Vesna" + "given_name": "Vesna", + "surname": "Sossi" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Shibley", - "given_name": "Victoria" + "given_name": "Victoria", + "surname": "Shibley" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Brooks", - "given_name": "William M." + "given_name": "William M.", + "surname": "Brooks" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pavlosky", - "given_name": "William" + "given_name": "William", + "surname": "Pavlosky" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Stern", - "given_name": "Yaakov" + "given_name": "Yaakov", + "surname": "Stern" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Simon", - "given_name": "Adam" + "given_name": "Adam", + "surname": "Simon" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Dongre", - "given_name": "Ashok" + "given_name": "Ashok", + "surname": "Dongre" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Dean", - "given_name": "Bob" + "given_name": "Bob", + "surname": "Dean" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Navia", - "given_name": "Brad" + "given_name": "Brad", + "surname": "Navia" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Spellman", - "given_name": "Dan" + "given_name": "Dan", + "surname": "Spellman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Lee", - "given_name": "David" + "given_name": "David", + "surname": "Lee" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Shera", - "given_name": "David" + "given_name": "David", + "surname": "Shera" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Siemers", - "given_name": "Eric" + "given_name": "Eric", + "surname": "Siemers" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Pickering", - "given_name": "Eve" + "given_name": "Eve", + "surname": "Pickering" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Swenson", - "given_name": "Frank" + "given_name": "Frank", + "surname": "Swenson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Immerman", - "given_name": "Fred" + "given_name": "Fred", + "surname": "Immerman" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Nomikos", - "given_name": "George" + "given_name": "George", + "surname": "Nomikos" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Soares", - "given_name": "Holly" + "given_name": "Holly", + "surname": "Soares" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Wan", - "given_name": "Hong" + "given_name": "Hong", + "surname": "Wan" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Seeburger", - "given_name": "Jeff" + "given_name": "Jeff", + "surname": "Seeburger" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Waring", - "given_name": "Jeff" + "given_name": "Jeff", + "surname": "Waring" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Trojanowski", - "given_name": "John" + "given_name": "John", + "surname": "Trojanowski" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Siuciak", - "given_name": "Judy" + "given_name": "Judy", + "surname": "Siuciak" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Duffin", - "given_name": "Kevin" + "given_name": "Kevin", + "surname": "Duffin" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Shaw", - "given_name": "Les" + "given_name": "Les", + "surname": "Shaw" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Wang", - "given_name": "Li-San" + "given_name": "Li-San", + "surname": "Wang" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Thambisetty", - "given_name": "Madhav" + "given_name": "Madhav", + "surname": "Thambisetty" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Walton", - "given_name": "Marc" + "given_name": "Marc", + "surname": "Walton" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Savage", - "given_name": "Mary" + "given_name": "Mary", + "surname": "Savage" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Ferm", - "given_name": "Mats" + "given_name": "Mats", + "surname": "Ferm" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Kuhn", - "given_name": "Max" + "given_name": "Max", + "surname": "Kuhn" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Buckholtz", - "given_name": "Neil" + "given_name": "Neil", + "surname": "Buckholtz" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Zagouras", - "given_name": "Panos" + "given_name": "Panos", + "surname": "Zagouras" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Cole", - "given_name": "Patricia" + "given_name": "Patricia", + "surname": "Cole" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Hendrickson", - "given_name": "Ron" + "given_name": "Ron", + "surname": "Hendrickson" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Xie", - "given_name": "Sharon" + "given_name": "Sharon", + "surname": "Xie" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Allauzen", - "given_name": "Sophie" + "given_name": "Sophie", + "surname": "Allauzen" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Koroshetz", - "given_name": "Walter" + "given_name": "Walter", + "surname": "Koroshetz" } - } + }, + "role": "author non-byline" }, { - "role": "author non-byline", "contrib": { "name": { - "surname": "Potter", - "given_name": "William" + "given_name": "William", + "surname": "Potter" } - } + }, + "role": "author non-byline" } ], - "title": { - "textEnglish": "Identification of genetic risk factors in the Chinese population implicates a role of immune system in Alzheimer\u2019s disease pathogenesis" + "pagination": { + "firstPage": "1697", + "lastPage": "1706", + "pageCount": "10", + "pageRange": "1697-1706" }, - "abstract": { - "textEnglish": "Alzheimer\u2019s disease (AD) is an age-related neurodegenerative disease. Genome-wide association studies predominately focusing on Caucasian populations have identified risk loci and genes associated with AD; the majority of these variants reside in noncoding regions with unclear functions. Here, we report a whole-genome sequencing study for AD in the Chinese population. Other than the APOE locus, we identified common variants in GCH1 and KCNJ15 that show suggestive associations with AD. For these two risk variants, an association with AD or advanced onset of disease can be observed in non-Asian AD cohorts. An association study of risk variants with expression data revealed their modulatory effects on immune signatures, linking the potential roles of these genes with immune-related pathways during AD pathogenesis." + "persistentIDs": [ + { + "DOI": "10.1073/pnas.1715554115" + } + ], + "pubDate": { + "electrDate": "2018-02-05", + "printDate": "2018-02-20" + }, + "publication": { + "ISSN": [ + { + "issnString": "0027-8424", + "pubtype": "ppub" + }, + { + "issnString": "1091-6490", + "pubtype": "epub" + } + ], + "issueNum": "8", + "pubName": "Proceedings of the National Academy of Sciences", + "pubYear": "2018", + "publisher": "National Academy of Sciences", + "volumeNum": "115" + }, + "publisherIDs": [ + { + "Identifier": "201715554", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ "KY Chan, , Epidemiology of Alzheimer\u2019s disease and other forms of dementia in China, 1990-2010: A systematic review and analysis. Lancet; Global Health Epidemiology Reference Group (GHERG) 381, 2016\u20132023 (2013).", @@ -3546,35 +3574,7 @@ "E Masliah, W Dumaop, D Galasko, P Desplats, Distinctive patterns of DNA methylation associated with Parkinson disease: Identification of concordant epigenetic changes in brain and peripheral blood leukocytes. Epigenetics 8, 1030\u20131038 (2013).", "NA Bowden, , Preliminary investigation of gene expression profiles in peripheral blood lymphocytes in schizophrenia. Schizophr Res 82, 175\u2013183 (2006)." ], - "keywords": [ - { - "keyString": "Alzheimer\u2019s disease", - "keySystem": "misc" - }, - { - "keyString": "whole-genome sequencing", - "keySystem": "misc" - }, - { - "keyString": "GWAS", - "keySystem": "misc" - }, - { - "keyString": "risk variant", - "keySystem": "misc" - }, - { - "keyString": "immune", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "Copyright \u00a9 2018 the Author(s). Published by PNAS." - }, - "openAccess": { - "open": true, - "license": "This open access article is distributed under Creative Commons Attribution-NonCommercial-NoDerivatives License 4.0 (CC BY-NC-ND).", - "licenseURL": "https://creativecommons.org/licenses/by-nc-nd/4.0/" + "title": { + "textEnglish": "Identification of genetic risk factors in the Chinese population implicates a role of immune system in Alzheimer\u2019s disease pathogenesis" } } diff --git a/tests/stubdata/output/jats_spie_opten_1.OE.62.4.048103.json b/tests/stubdata/output/jats_spie_opten_1.OE.62.4.048103.json index 0d7baa9..63c245d 100644 --- a/tests/stubdata/output/jats_spie_opten_1.OE.62.4.048103.json +++ b/tests/stubdata/output/jats_spie_opten_1.OE.62.4.048103.json @@ -1,97 +1,127 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" + "abstract": { + "textEnglish": "Within the last decades, a large number of techniques for contrast enhancement has been proposed. There are some comparisons of such algorithms for few images and figures of merit. However, many of these figures of merit cannot assess usability of altered image content for specific tasks, such as object recognition. In this work, the effect of contrast enhancement algorithms is evaluated by means of the triangle orientation discrimination (TOD), which is a current method for imager performance assessment. The conventional TOD approach requires observers to recognize equilateral triangles pointing in four different directions, whereas here convolutional neural network models are used for the classification task. These models are trained by artificial images with single triangles. Many methods for contrast enhancement highly depend on the content of the entire image. Therefore, the images are superimposed over natural backgrounds with varying standard deviations to provide different signal-to-background ratios. Then, these images are degraded by Gaussian blur and noise representing degradational camera effects and sensor noise. Different algorithms, such as the contrast-limited adaptive histogram equalization or local range modification, are applied. Then accuracies of the trained models on these images are compared for different contrast enhancement algorithms. Accuracy gains for low signal-to-background ratios and sufficiently large triangles are found, whereas impairments are found for high signal-to-background ratios and small triangles. A high generalization ability of our TOD model is found from the similar accuracies for several image databases used for backgrounds. Finally, implications of replacing triangles with real target signatures when using such advanced digital signal processing algorithms are discussed. The results are a step toward the assessment of those algorithms for generic target recognition." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "aff1", + "affPubRaw": "Fraunhofer Institute of Optronics, System Technologies and Image Exploitation, Ettlingen, Germany" + } + ], + "attrib": { + "email": "daniel.wegner@iosb.fraunhofer.de" + }, + "name": { + "given_name": "Daniel", + "surname": "Wegner" + } + }, + { + "affiliation": [ + { + "affPubID": "aff1", + "affPubRaw": "Fraunhofer Institute of Optronics, System Technologies and Image Exploitation, Ettlingen, Germany" + } + ], + "attrib": { + "email": "stefan.kessler@iosb.fraunhofer.de" + }, + "name": { + "given_name": "Stefan", + "surname": "Ke\u00dfler" + } + } + ], + "copyright": { + "statement": "\u00a9 The Authors. Published by SPIE under a Creative Commons Attribution 4.0 International License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.", + "status": true }, "editorialHistory": { + "acceptedDate": "2023-03-24", "receivedDates": [ "2022-12-08" - ], - "acceptedDate": "2023-03-24" - }, - "pubDate": { - "electrDate": "2023-04-20", - "printDate": "2023-04-01" - }, - "publication": { - "pubName": "Optical Engineering", - "publisher": "Society of Photo-Optical Instrumentation Engineers", - "issueNum": "4", - "volumeNum": "62", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0091-3286" - }, - { - "pubtype": "epub", - "issnString": "1560-2303" - } ] }, - "persistentIDs": [ + "keywords": [ { - "DOI": "10.1117/1.OE.62.4.048103" - } - ], - "publisherIDs": [ + "keyString": "advanced digital signal processing", + "keySystem": "misc" + }, { - "attribute": "manuscript", - "Identifier": "OE-20221420G" + "keyString": "convolutional neural networks", + "keySystem": "misc" + }, + { + "keyString": "image contrast enhancement", + "keySystem": "misc" + }, + { + "keyString": "imager assessment", + "keySystem": "misc" }, { - "attribute": "publisher-id", - "Identifier": "20221420G" + "keyString": "method comparison", + "keySystem": "misc" + }, + { + "keyString": "triangle orientation discrimination", + "keySystem": "misc" } ], + "openAccess": { + "open": true + }, "pagination": { "firstPage": "048103", "lastPage": "048103", "pageCount": "20", "pageRange": "048103-048103" }, - "authors": [ + "persistentIDs": [ { - "name": { - "surname": "Wegner", - "given_name": "Daniel" + "DOI": "10.1117/1.OE.62.4.048103" + } + ], + "pubDate": { + "electrDate": "2023-04-20", + "printDate": "2023-04-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "0091-3286", + "pubtype": "ppub" }, - "affiliation": [ - { - "affPubRaw": "Fraunhofer Institute of Optronics, System Technologies and Image Exploitation, Ettlingen, Germany", - "affPubID": "aff1" - } - ], - "attrib": { - "email": "daniel.wegner@iosb.fraunhofer.de" + { + "issnString": "1560-2303", + "pubtype": "epub" } + ], + "issueNum": "4", + "pubName": "Optical Engineering", + "pubYear": "2023", + "publisher": "Society of Photo-Optical Instrumentation Engineers", + "volumeNum": "62" + }, + "publisherIDs": [ + { + "Identifier": "OE-20221420G", + "attribute": "manuscript" }, { - "name": { - "surname": "Ke\u00dfler", - "given_name": "Stefan" - }, - "affiliation": [ - { - "affPubRaw": "Fraunhofer Institute of Optronics, System Technologies and Image Exploitation, Ettlingen, Germany", - "affPubID": "aff1" - } - ], - "attrib": { - "email": "stefan.kessler@iosb.fraunhofer.de" - } + "Identifier": "20221420G", + "attribute": "publisher-id" } ], - "title": { - "textEnglish": "Comparison of algorithms for contrast enhancement based on triangle orientation discrimination assessments by convolutional neural networks" - }, - "abstract": { - "textEnglish": "Within the last decades, a large number of techniques for contrast enhancement has been proposed. There are some comparisons of such algorithms for few images and figures of merit. However, many of these figures of merit cannot assess usability of altered image content for specific tasks, such as object recognition. In this work, the effect of contrast enhancement algorithms is evaluated by means of the triangle orientation discrimination (TOD), which is a current method for imager performance assessment. The conventional TOD approach requires observers to recognize equilateral triangles pointing in four different directions, whereas here convolutional neural network models are used for the classification task. These models are trained by artificial images with single triangles. Many methods for contrast enhancement highly depend on the content of the entire image. Therefore, the images are superimposed over natural backgrounds with varying standard deviations to provide different signal-to-background ratios. Then, these images are degraded by Gaussian blur and noise representing degradational camera effects and sensor noise. Different algorithms, such as the contrast-limited adaptive histogram equalization or local range modification, are applied. Then accuracies of the trained models on these images are compared for different contrast enhancement algorithms. Accuracy gains for low signal-to-background ratios and sufficiently large triangles are found, whereas impairments are found for high signal-to-background ratios and small triangles. A high generalization ability of our TOD model is found from the similar accuracies for several image databases used for backgrounds. Finally, implications of replacing triangles with real target signatures when using such advanced digital signal processing algorithms are discussed. The results are a step toward the assessment of those algorithms for generic target recognition." + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " P. Bijl and J. M.Valeton, \u201cTriangle orientation discrimination: the alternative to minimum resolvable temperature difference and minimum resolvable contrast,\u201d Opt. Eng.37(7), 1976\u20131983 (1998).https://doi.org/10.1117/1.601904 ", @@ -164,37 +194,7 @@ " B. N. Anoop , P. E.Ameenudeen and J.Joseph, \u201cA meta-analysis of contrast measures used for the performance evaluation of histogram equalization based image enhancement techniques,\u201d in 9th Int. Conf. Comput., Commun. and Netw. Technol. (ICCCNT), pp. 1\u20136 (2018).https://doi.org/10.1109/ICCCNT.2018.8494069 ", " S. V. Renuka , D. R.Edla and J.Joseph, \u201cAn objective measure for assessing the quality of contrast enhancement on magnetic resonance images,\u201d J. King Saud Univ. \u2013 Comput. Inf. Sci.34(10, Part B), 9732\u20139744 (2021).https://doi.org/10.1016/j.jksuci.2021.12.005 " ], - "keywords": [ - { - "keyString": "advanced digital signal processing", - "keySystem": "misc" - }, - { - "keyString": "convolutional neural networks", - "keySystem": "misc" - }, - { - "keyString": "image contrast enhancement", - "keySystem": "misc" - }, - { - "keyString": "imager assessment", - "keySystem": "misc" - }, - { - "keyString": "method comparison", - "keySystem": "misc" - }, - { - "keyString": "triangle orientation discrimination", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 The Authors. Published by SPIE under a Creative Commons Attribution 4.0 International License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI." - }, - "openAccess": { - "open": true + "title": { + "textEnglish": "Comparison of algorithms for contrast enhancement based on triangle orientation discrimination assessments by convolutional neural networks" } } diff --git a/tests/stubdata/output/jats_spie_opten_1.OE.62.4.066101.json b/tests/stubdata/output/jats_spie_opten_1.OE.62.4.066101.json index ab0692d..18d2885 100644 --- a/tests/stubdata/output/jats_spie_opten_1.OE.62.4.066101.json +++ b/tests/stubdata/output/jats_spie_opten_1.OE.62.4.066101.json @@ -1,129 +1,67 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2023-03-26" - ], - "revisedDates": [ - "2023-05-16" - ], - "acceptedDate": "2023-05-31" - }, - "pubDate": { - "electrDate": "2023-06-12", - "printDate": "2023-06-01" - }, - "publication": { - "pubName": "Optical Engineering", - "publisher": "Society of Photo-Optical Instrumentation Engineers", - "issueNum": "6", - "volumeNum": "62", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0091-3286" - }, - { - "pubtype": "epub", - "issnString": "1560-2303" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1117/1.OE.62.6.066101" - } - ], - "publisherIDs": [ - { - "attribute": "manuscript", - "Identifier": "OE-20230249G" - }, - { - "attribute": "publisher-id", - "Identifier": "20230249G" - } - ], - "pagination": { - "firstPage": "066101", - "lastPage": "066101", - "pageCount": "9", - "pageRange": "066101-066101" + "abstract": { + "textEnglish": "High power fiber-coupled diode lasers are widely applied in laser material processing. Based on the commercial diode laser stacks, a comprehensive study of fiber-coupled diode lasers was presented using visualized beam shaping simulations. And then in experiment, refraction optical beam shaping, polarization multiplexing, wavelength multiplexing, and fiber coupling were used to produce a 4.08 kW output from an optical fiber with core diameter of 800 \u03bcm and NA of 0.2. An average fiber coupling efficiency about 95% was obtained, which was in good agreement with the simulation." }, "authors": [ { - "name": { - "surname": "Liao", - "given_name": "Jingxing" - }, "affiliation": [ { - "affPubRaw": "China National Institute of Standardization, Beijing, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "China National Institute of Standardization, Beijing, China" } ], "attrib": { "email": "liaojx@cnis.ac.cn" + }, + "name": { + "given_name": "Jingxing", + "surname": "Liao" } }, { - "name": { - "surname": "Feng", - "given_name": "Lei" - }, "affiliation": [ { - "affPubRaw": "China National Institute of Standardization, Beijing, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "China National Institute of Standardization, Beijing, China" } ], "attrib": { "email": "fenglei@cnis.ac.cn" + }, + "name": { + "given_name": "Lei", + "surname": "Feng" } }, { - "name": { - "surname": "Yang", - "given_name": "Jingna" - }, "affiliation": [ { - "affPubRaw": "China National Institute of Standardization, Beijing, China", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "China National Institute of Standardization, Beijing, China" } ], "attrib": { "email": "yangjn@cnis.ac.cn" + }, + "name": { + "given_name": "Jingna", + "surname": "Yang" } } ], - "title": { - "textEnglish": "High power fiber-coupled diode laser based on beam shaping simulation" + "copyright": { + "statement": "\u00a9 2023 Society of Photo-Optical Instrumentation Engineers (SPIE)", + "status": true }, - "abstract": { - "textEnglish": "High power fiber-coupled diode lasers are widely applied in laser material processing. Based on the commercial diode laser stacks, a comprehensive study of fiber-coupled diode lasers was presented using visualized beam shaping simulations. And then in experiment, refraction optical beam shaping, polarization multiplexing, wavelength multiplexing, and fiber coupling were used to produce a 4.08 kW output from an optical fiber with core diameter of 800 \u03bcm and NA of 0.2. An average fiber coupling efficiency about 95% was obtained, which was in good agreement with the simulation." + "editorialHistory": { + "acceptedDate": "2023-05-31", + "receivedDates": [ + "2023-03-26" + ], + "revisedDates": [ + "2023-05-16" + ] }, - "references": [ - " C. M. Stickley et al. , \u201cThe future of high-efficiency diode lasers,\u201d Proc. SPIE5991, 59911O (2006).PSISDG0277-786Xhttps://doi.org/10.1117/12.639142 ", - " C. M. Stickley et al. , \u201cOverview of progress in super high efficiency diodes for pumping high energy lasers,\u201d Proc. SPIE6104, 610405 (2006).PSISDG0277-786Xhttps://doi.org/10.1117/12.640448 ", - " F. Bachmann , \u201cGoals and status of the German national research initiative BRIOLAS (brilliant diode lasers),\u201d Proc. SPIE6456, 645608 (2007).PSISDG0277-786Xhttps://doi.org/10.1117/12.700146 ", - " F. G. Bachmann , \u201cStatus and results of the German national diode laser research project \u201cModular Diode Laser Systems\u201d (MDS),\u201d Proc. SPIE4831, 14\u201320 (2003).PSISDG0277-786Xhttps://doi.org/10.1117/12.497969 ", - " P. Crump et al. , \u201cDevelopment of high-power diode lasers with beam parameter product below 2 mm\u00d7mrad within the BRIDLE project,\u201d Proc. SPIE9348, 93480D (2015).PSISDG0277-786Xhttps://doi.org/10.1117/12.2077617 ", - " A. Unger et al. , \u201cThe BRIDLE project: high brilliance diode lasers for industrial applications,\u201d in High Power Diode Lasers and Systems Conf. (HPD), West Midlands, UK, pp. 28\u201329 (2013).https://doi.org/10.1109/HPD.2013.6706602 ", - " D. G. Matthews et al. , \u201cA 15-kW fiber-coupled diode laser for pumping applications,\u201d Proc. SPIE8241, 824103 (2012).PSISDG0277-786Xhttps://doi.org/10.1117/12.906464 ", - " J. Malchus et al. , \u201cA 25kW fiber-coupled diode laser for pumping applications,\u201d Proc. SPIE8965, 89650B (2014).PSISDG0277-786Xhttps://doi.org/10.1117/12.2039110 ", - " J. Malchus et al. , \u201cA 40kW fiber-coupled diode laser for material processing and pumping applications,\u201d Proc. SPIE9348, 934803 (2015).PSISDG0277-786Xhttps://doi.org/10.1117/12.2083909 ", - " Z. Dong et al. , \u201cSimulation for fiber-coupled diode lasers by considering discreteness in propagation angles of individual emitters,\u201d Opt. Laser Technol.132, 106500 (2020).OLTCAS0030-3992https://doi.org/10.1016/j.optlastec.2020.106500 ", - " Z. Wang et al. , \u201cFiber coupled diode laser beam parameter product calculation and rules for optimized design,\u201d Proc. SPIE7918, 791809 (2011).PSISDG0277-786Xhttps://doi.org/10.1117/12.875386 " - ], "keywords": [ { "keyString": "beam shaping", @@ -142,11 +80,73 @@ "keySystem": "misc" } ], - "copyright": { - "status": true, - "statement": "\u00a9 2023 Society of Photo-Optical Instrumentation Engineers (SPIE)" - }, "openAccess": { "license": "0091-3286/2023/$28.00 \u00a9 2023 SPIE" + }, + "pagination": { + "firstPage": "066101", + "lastPage": "066101", + "pageCount": "9", + "pageRange": "066101-066101" + }, + "persistentIDs": [ + { + "DOI": "10.1117/1.OE.62.6.066101" + } + ], + "pubDate": { + "electrDate": "2023-06-12", + "printDate": "2023-06-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "0091-3286", + "pubtype": "ppub" + }, + { + "issnString": "1560-2303", + "pubtype": "epub" + } + ], + "issueNum": "6", + "pubName": "Optical Engineering", + "pubYear": "2023", + "publisher": "Society of Photo-Optical Instrumentation Engineers", + "volumeNum": "62" + }, + "publisherIDs": [ + { + "Identifier": "OE-20230249G", + "attribute": "manuscript" + }, + { + "Identifier": "20230249G", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " C. M. Stickley et al. , \u201cThe future of high-efficiency diode lasers,\u201d Proc. SPIE5991, 59911O (2006).PSISDG0277-786Xhttps://doi.org/10.1117/12.639142 ", + " C. M. Stickley et al. , \u201cOverview of progress in super high efficiency diodes for pumping high energy lasers,\u201d Proc. SPIE6104, 610405 (2006).PSISDG0277-786Xhttps://doi.org/10.1117/12.640448 ", + " F. Bachmann , \u201cGoals and status of the German national research initiative BRIOLAS (brilliant diode lasers),\u201d Proc. SPIE6456, 645608 (2007).PSISDG0277-786Xhttps://doi.org/10.1117/12.700146 ", + " F. G. Bachmann , \u201cStatus and results of the German national diode laser research project \u201cModular Diode Laser Systems\u201d (MDS),\u201d Proc. SPIE4831, 14\u201320 (2003).PSISDG0277-786Xhttps://doi.org/10.1117/12.497969 ", + " P. Crump et al. , \u201cDevelopment of high-power diode lasers with beam parameter product below 2 mm\u00d7mrad within the BRIDLE project,\u201d Proc. SPIE9348, 93480D (2015).PSISDG0277-786Xhttps://doi.org/10.1117/12.2077617 ", + " A. Unger et al. , \u201cThe BRIDLE project: high brilliance diode lasers for industrial applications,\u201d in High Power Diode Lasers and Systems Conf. (HPD), West Midlands, UK, pp. 28\u201329 (2013).https://doi.org/10.1109/HPD.2013.6706602 ", + " D. G. Matthews et al. , \u201cA 15-kW fiber-coupled diode laser for pumping applications,\u201d Proc. SPIE8241, 824103 (2012).PSISDG0277-786Xhttps://doi.org/10.1117/12.906464 ", + " J. Malchus et al. , \u201cA 25kW fiber-coupled diode laser for pumping applications,\u201d Proc. SPIE8965, 89650B (2014).PSISDG0277-786Xhttps://doi.org/10.1117/12.2039110 ", + " J. Malchus et al. , \u201cA 40kW fiber-coupled diode laser for material processing and pumping applications,\u201d Proc. SPIE9348, 934803 (2015).PSISDG0277-786Xhttps://doi.org/10.1117/12.2083909 ", + " Z. Dong et al. , \u201cSimulation for fiber-coupled diode lasers by considering discreteness in propagation angles of individual emitters,\u201d Opt. Laser Technol.132, 106500 (2020).OLTCAS0030-3992https://doi.org/10.1016/j.optlastec.2020.106500 ", + " Z. Wang et al. , \u201cFiber coupled diode laser beam parameter product calculation and rules for optimized design,\u201d Proc. SPIE7918, 791809 (2011).PSISDG0277-786Xhttps://doi.org/10.1117/12.875386 " + ], + "title": { + "textEnglish": "High power fiber-coupled diode laser based on beam shaping simulation" } } diff --git a/tests/stubdata/output/jats_spie_spie_12.2690579.json b/tests/stubdata/output/jats_spie_spie_12.2690579.json index 755606f..2508411 100644 --- a/tests/stubdata/output/jats_spie_spie_12.2690579.json +++ b/tests/stubdata/output/jats_spie_spie_12.2690579.json @@ -1,96 +1,96 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "pubDate": { - "electrDate": "2023-06-15", - "printDate": "2023-06-15" + "abstract": { + "textEnglish": "This PDF file contains the front matter associated with SPIE Proceedings Volume 12512, including the Title Page, Copyright information, Table of Contents, and Conference Committee information." }, - "publication": { - "confName": "Defense + Commercial Sensing", - "publisher": "SPIE", - "issueNum": "None", - "volumeNum": "12512", - "pubYear": "2023", - "ISSN": [ - { - "issnString": "0277-786X" - } - ] + "copyright": { + "statement": "COPYRIGHT SPIE. Downloading of the abstract is permitted for personal use only.", + "status": true }, - "persistentIDs": [ - { - "DOI": "10.1117/12.2690579" - } - ], - "pagination": { - "firstPage": "1251201", - "lastPage": "1251201-6", - "pageRange": "1251201-1251201-6" + "openAccess": { + "open": true }, "otherContributor": [ { - "role": "editor", "contrib": { - "name": { - "surname": "Itzler", - "given_name": "Mark A." - }, "affiliation": [ { - "affPubRaw": "Argo AI, LLC (United States)", - "affPubID": "aff1" + "affPubID": "aff1", + "affPubRaw": "Argo AI, LLC (United States)" } - ] - } + ], + "name": { + "given_name": "Mark A.", + "surname": "Itzler" + } + }, + "role": "editor" }, { - "role": "editor", "contrib": { - "name": { - "surname": "Bienfang", - "given_name": "Joshua C." - }, "affiliation": [ { - "affPubRaw": "National Institute of Standards and Technology (United States)", - "affPubID": "aff2" + "affPubID": "aff2", + "affPubRaw": "National Institute of Standards and Technology (United States)" } - ] - } + ], + "name": { + "given_name": "Joshua C.", + "surname": "Bienfang" + } + }, + "role": "editor" }, { - "role": "editor", "contrib": { - "name": { - "surname": "McIntosh", - "given_name": "K. Alex" - }, "affiliation": [ { - "affPubRaw": "MIT Lincoln Lab. (United States)", - "affPubID": "aff3" + "affPubID": "aff3", + "affPubRaw": "MIT Lincoln Lab. (United States)" } - ] - } + ], + "name": { + "given_name": "K. Alex", + "surname": "McIntosh" + } + }, + "role": "editor" } ], - "title": { - "textEnglish": "Front Matter: Volume 12512" + "pagination": { + "firstPage": "1251201", + "lastPage": "1251201-6", + "pageRange": "1251201-1251201-6" }, - "abstract": { - "textEnglish": "This PDF file contains the front matter associated with SPIE Proceedings Volume 12512, including the Title Page, Copyright information, Table of Contents, and Conference Committee information." + "persistentIDs": [ + { + "DOI": "10.1117/12.2690579" + } + ], + "pubDate": { + "electrDate": "2023-06-15", + "printDate": "2023-06-15" }, - "copyright": { - "status": true, - "statement": "COPYRIGHT SPIE. Downloading of the abstract is permitted for personal use only." + "publication": { + "ISSN": [ + { + "issnString": "0277-786X" + } + ], + "confName": "Defense + Commercial Sensing", + "issueNum": "None", + "pubYear": "2023", + "publisher": "SPIE", + "volumeNum": "12512" }, - "openAccess": { - "open": true + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Front Matter: Volume 12512" } } diff --git a/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json b/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json index 2135de1..f7b7df9 100644 --- a/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json +++ b/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json @@ -1,44913 +1,44919 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-11-30" - ], - "acceptedDate": "2023-01-27" - }, - "pubDate": { - "electrDate": "2023-07-00" - }, - "publication": { - "pubName": "The European Physical Journal C", - "publisher": "Springer Berlin Heidelberg", - "issueNum": "7", - "volumeNum": "83", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "epub", - "issnString": "1434-6052" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1140/epjc/s10052-023-11699-1" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "s10052-023-11699-1" - }, - { - "attribute": "manuscript", - "Identifier": "11699" - } - ], - "pagination": { - "electronicID": "681" + "abstract": { + "textEnglish": "The flavour-tagging algorithms developed by the ATLAS Collaboration and used to analyse its dataset of s = 13 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\sqrt{s} = 13$$\\end{document} TeV pp collisions from Run 2 of the Large Hadron Collider are presented. These new tagging algorithms are based on recurrent and deep neural networks, and their performance is evaluated in simulated collision events. These developments yield considerable improvements over previous jet-flavour identification strategies. At the 77% b-jet identification efficiency operating point, light-jet (charm-jet) rejection factors of 170 (5) are achieved in a sample of simulated Standard Model t t \u00af \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$t\\bar{t}$$\\end{document} events; similarly, at a c-jet identification efficiency of 30%, a light-jet ( b-jet) rejection factor of 70 (9) is obtained." }, "authors": [ { - "name": { - "surname": "Aad", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-6665-4934" + }, + "name": { + "given_name": "G.", + "surname": "Aad" } }, { - "name": { - "surname": "Abbott", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0002-5888-2734" + }, + "name": { + "given_name": "B.", + "surname": "Abbott" } }, { - "name": { - "surname": "Abbott", - "given_name": "D. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0002-7248-3203" + }, + "name": { + "given_name": "D. C.", + "surname": "Abbott" } }, { - "name": { - "surname": "Abeling", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-1002-1652" + }, + "name": { + "given_name": "K.", + "surname": "Abeling" } }, { - "name": { - "surname": "Abidi", - "given_name": "S. H." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-8496-9294" + }, + "name": { + "given_name": "S. H.", + "surname": "Abidi" } }, { - "name": { - "surname": "Aboulhorma", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0002-9987-2292" + }, + "name": { + "given_name": "A.", + "surname": "Aboulhorma" } }, { - "name": { - "surname": "Abramowicz", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0001-5329-6640" + }, + "name": { + "given_name": "H.", + "surname": "Abramowicz" } }, { - "name": { - "surname": "Abreu", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel" } ], "attrib": { "orcid": "0000-0002-1599-2896" + }, + "name": { + "given_name": "H.", + "surname": "Abreu" } }, { - "name": { - "surname": "Abulaiti", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics New York University New York NY USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "Department of Physics New York University New York NY USA" } ], "attrib": { "orcid": "0000-0003-0403-3697" + }, + "name": { + "given_name": "Y.", + "surname": "Abulaiti" } }, { - "name": { - "surname": "Abusleme Hoffman", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Pontificia Universidad Cat\u00f3lica de Chile Santiago Chile", - "affPubID": "Aff196" + "affPubID": "Aff196", + "affPubRaw": "Departamento de F\u00edsica Pontificia Universidad Cat\u00f3lica de Chile Santiago Chile" } ], "attrib": { "orcid": "0000-0003-0762-7204" + }, + "name": { + "given_name": "A. C.", + "surname": "Abusleme Hoffman" } }, { - "name": { - "surname": "Acharya", - "given_name": "B. S." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "ICTP Trieste Italy", - "affPubID": "Aff107" + "affPubID": "Aff107", + "affPubRaw": "ICTP Trieste Italy" }, { - "affPubRaw": "Department of Physics King\u2019s College London London UK", - "affPubID": "Aff256" + "affPubID": "Aff256", + "affPubRaw": "Department of Physics King\u2019s College London London UK" } ], "attrib": { "orcid": "0000-0002-8588-9157" + }, + "name": { + "given_name": "B. S.", + "surname": "Acharya" } }, { - "name": { - "surname": "Adam Bourdarios", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-2634-4958" + }, + "name": { + "given_name": "C.", + "surname": "Adam Bourdarios" } }, { - "name": { - "surname": "Adamczyk", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-5859-2075" + }, + "name": { + "given_name": "L.", + "surname": "Adamczyk" } }, { - "name": { - "surname": "Adamek", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-1562-3502" + }, + "name": { + "given_name": "L.", + "surname": "Adamek" } }, { - "name": { - "surname": "Addepalli", - "given_name": "S. V." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-2919-6663" + }, + "name": { + "given_name": "S. V.", + "surname": "Addepalli" } }, { - "name": { - "surname": "Adelman", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA" } ], "attrib": { "orcid": "0000-0002-1041-3496" + }, + "name": { + "given_name": "J.", + "surname": "Adelman" } }, { - "name": { - "surname": "Adiguzel", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Istanbul University Istanbul T\u00fcrkiye", - "affPubID": "Aff28" + "affPubID": "Aff28", + "affPubRaw": "Department of Physics Istanbul University Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0001-6644-0517" + }, + "name": { + "given_name": "A.", + "surname": "Adiguzel" } }, { - "name": { - "surname": "Adorni", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3620-1149" + }, + "name": { + "given_name": "S.", + "surname": "Adorni" } }, { - "name": { - "surname": "Adye", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0003-0627-5059" + }, + "name": { + "given_name": "T.", + "surname": "Adye" } }, { - "name": { - "surname": "Affolder", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0002-9058-7217" + }, + "name": { + "given_name": "A. A.", + "surname": "Affolder" } }, { - "name": { - "surname": "Afik", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8102-356X" + }, + "name": { + "given_name": "Y.", + "surname": "Afik" } }, { - "name": { - "surname": "Agaras", - "given_name": "M. N." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-4355-5589" + }, + "name": { + "given_name": "M. N.", + "surname": "Agaras" } }, { - "name": { - "surname": "Agarwala", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-4754-7455" + }, + "name": { + "given_name": "J.", + "surname": "Agarwala" } }, { - "name": { - "surname": "Aggarwal", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-1922-2039" + }, + "name": { + "given_name": "A.", + "surname": "Aggarwal" } }, { - "name": { - "surname": "Agheorghiesei", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Alexandru Ioan Cuza University of Iasi Iasi Romania", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "Department of Physics Alexandru Ioan Cuza University of Iasi Iasi Romania" } ], "attrib": { "orcid": "0000-0003-3695-1847" + }, + "name": { + "given_name": "C.", + "surname": "Agheorghiesei" } }, { - "name": { - "surname": "Aguilar-Saavedra", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Te\u00f3rica y del Cosmos Universidad de Granada Granada Spain", - "affPubID": "Aff188" + "affPubID": "Aff188", + "affPubRaw": "Departamento de F\u00edsica Te\u00f3rica y del Cosmos Universidad de Granada Granada Spain" } ], "attrib": { "orcid": "0000-0002-5475-8920" + }, + "name": { + "given_name": "J. A.", + "surname": "Aguilar-Saavedra" } }, { - "name": { - "surname": "Ahmad", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8638-0582" + }, + "name": { + "given_name": "A.", + "surname": "Ahmad" } }, { - "name": { - "surname": "Ahmadov", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Institute of Physics Azerbaijan Academy of Sciences Baku Azerbaijan", - "affPubID": "Aff266" + "affPubID": "Aff266", + "affPubRaw": "Institute of Physics Azerbaijan Academy of Sciences Baku Azerbaijan" } ], "attrib": { "orcid": "0000-0003-3644-540X" + }, + "name": { + "given_name": "F.", + "surname": "Ahmadov" } }, { - "name": { - "surname": "Ahmed", - "given_name": "W. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0003-0128-3279" + }, + "name": { + "given_name": "W. S.", + "surname": "Ahmed" } }, { - "name": { - "surname": "Ahuja", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0003-4368-9285" + }, + "name": { + "given_name": "S.", + "surname": "Ahuja" } }, { - "name": { - "surname": "Ai", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-3856-2415" + }, + "name": { + "given_name": "X.", + "surname": "Ai" } }, { - "name": { - "surname": "Aielli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0002-0573-8114" + }, + "name": { + "given_name": "G.", + "surname": "Aielli" } }, { - "name": { - "surname": "Ait Tamlihat", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0002-1322-4666" + }, + "name": { + "given_name": "M.", + "surname": "Ait Tamlihat" } }, { - "name": { - "surname": "Aitbenchikh", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0002-8020-1181" + }, + "name": { + "given_name": "B.", + "surname": "Aitbenchikh" } }, { - "name": { - "surname": "Aizenberg", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-2150-1624" + }, + "name": { + "given_name": "I.", + "surname": "Aizenberg" } }, { - "name": { - "surname": "Akbiyik", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-7342-3130" + }, + "name": { + "given_name": "M.", + "surname": "Akbiyik" } }, { - "name": { - "surname": "\u00c5kesson", - "given_name": "T. P. A." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0003-4141-5408" + }, + "name": { + "given_name": "T. P. A.", + "surname": "\u00c5kesson" } }, { - "name": { - "surname": "Akimov", - "given_name": "A. V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2846-2958" + }, + "name": { + "given_name": "A. V.", + "surname": "Akimov" } }, { - "name": { - "surname": "Al Khoury", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-0547-8199" + }, + "name": { + "given_name": "K.", + "surname": "Al Khoury" } }, { - "name": { - "surname": "Alberghi", - "given_name": "G. L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0003-2388-987X" + }, + "name": { + "given_name": "G. L.", + "surname": "Alberghi" } }, { - "name": { - "surname": "Albert", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0003-0253-2505" + }, + "name": { + "given_name": "J.", + "surname": "Albert" } }, { - "name": { - "surname": "Albicocco", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0001-6430-1038" + }, + "name": { + "given_name": "P.", + "surname": "Albicocco" } }, { - "name": { - "surname": "Alderweireldt", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0002-8224-7036" + }, + "name": { + "given_name": "S.", + "surname": "Alderweireldt" } }, { - "name": { - "surname": "Aleksa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1936-9217" + }, + "name": { + "given_name": "M.", + "surname": "Aleksa" } }, { - "name": { - "surname": "Aleksandrov", - "given_name": "I. N." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7381-6762" + }, + "name": { + "given_name": "I. N.", + "surname": "Aleksandrov" } }, { - "name": { - "surname": "Alexa", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0003-0922-7669" + }, + "name": { + "given_name": "C.", + "surname": "Alexa" } }, { - "name": { - "surname": "Alexopoulos", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0002-8977-279X" + }, + "name": { + "given_name": "T.", + "surname": "Alexopoulos" } }, { - "name": { - "surname": "Alfonsi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-7406-4531" + }, + "name": { + "given_name": "A.", + "surname": "Alfonsi" } }, { - "name": { - "surname": "Alfonsi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-0966-0211" + }, + "name": { + "given_name": "F.", + "surname": "Alfonsi" } }, { - "name": { - "surname": "Alhroob", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0001-7569-7111" + }, + "name": { + "given_name": "M.", + "surname": "Alhroob" } }, { - "name": { - "surname": "Ali", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-8653-5556" + }, + "name": { + "given_name": "B.", + "surname": "Ali" } }, { - "name": { - "surname": "Ali", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan" } ], "attrib": { "orcid": "0000-0001-5216-3133" + }, + "name": { + "given_name": "S.", + "surname": "Ali" } }, { - "name": { - "surname": "Aliev", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9012-3746" + }, + "name": { + "given_name": "M.", + "surname": "Aliev" } }, { - "name": { - "surname": "Alimonti", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-7128-9046" + }, + "name": { + "given_name": "G.", + "surname": "Alimonti" } }, { - "name": { - "surname": "Alkakhi", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-9355-4245" + }, + "name": { + "given_name": "W.", + "surname": "Alkakhi" } }, { - "name": { - "surname": "Allaire", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-4745-538X" + }, + "name": { + "given_name": "C.", + "surname": "Allaire" } }, { - "name": { - "surname": "Allbrooke", - "given_name": "B. M. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-5738-2471" + }, + "name": { + "given_name": "B. M. M.", + "surname": "Allbrooke" } }, { - "name": { - "surname": "Allendes Flores", - "given_name": "C. A." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile" } ], "attrib": { "orcid": "0000-0002-1509-3217" + }, + "name": { + "given_name": "C. A.", + "surname": "Allendes Flores" } }, { - "name": { - "surname": "Allport", - "given_name": "P. P." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-7303-2570" + }, + "name": { + "given_name": "P. P.", + "surname": "Allport" } }, { - "name": { - "surname": "Aloisio", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-3883-6693" + }, + "name": { + "given_name": "A.", + "surname": "Aloisio" } }, { - "name": { - "surname": "Alonso", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina" } ], "attrib": { "orcid": "0000-0001-9431-8156" + }, + "name": { + "given_name": "F.", + "surname": "Alonso" } }, { - "name": { - "surname": "Alpigiani", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-7641-5814" + }, + "name": { + "given_name": "C.", + "surname": "Alpigiani" } }, { - "name": { - "surname": "Alvarez Estevez", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain" } ], "attrib": { "orcid": "0000-0002-8181-6532" + }, + "name": { + "given_name": "M.", + "surname": "Alvarez Estevez" } }, { - "name": { - "surname": "Alviggi", - "given_name": "M. G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0003-0026-982X" + }, + "name": { + "given_name": "M. G.", + "surname": "Alviggi" } }, { - "name": { - "surname": "Aly", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0003-3043-3715" + }, + "name": { + "given_name": "M.", + "surname": "Aly" } }, { - "name": { - "surname": "Amaral Coutinho", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0002-1798-7230" + }, + "name": { + "given_name": "Y.", + "surname": "Amaral Coutinho" } }, { - "name": { - "surname": "Ambler", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0003-2184-3480" + }, + "name": { + "given_name": "A.", + "surname": "Ambler" } }, { - "name": { - "surname": "Amelung", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Amelung" + } }, { - "name": { - "surname": "Amerl", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0003-1155-7982" + }, + "name": { + "given_name": "M.", + "surname": "Amerl" } }, { - "name": { - "surname": "Ames", - "given_name": "C. G." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-2126-4246" + }, + "name": { + "given_name": "C. G.", + "surname": "Ames" } }, { - "name": { - "surname": "Amidei", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-6814-0355" + }, + "name": { + "given_name": "D.", + "surname": "Amidei" } }, { - "name": { - "surname": "Amor Dos Santos", - "given_name": "S. P." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0001-7566-6067" + }, + "name": { + "given_name": "S. P.", + "surname": "Amor Dos Santos" } }, { - "name": { - "surname": "Amos", - "given_name": "K. R." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-1757-5620" + }, + "name": { + "given_name": "K. R.", + "surname": "Amos" } }, { - "name": { - "surname": "Ananiev", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0003-3649-7621" + }, + "name": { + "given_name": "V.", + "surname": "Ananiev" } }, { - "name": { - "surname": "Anastopoulos", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0003-1587-5830" + }, + "name": { + "given_name": "C.", + "surname": "Anastopoulos" } }, { - "name": { - "surname": "Andeen", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0002-4413-871X" + }, + "name": { + "given_name": "T.", + "surname": "Andeen" } }, { - "name": { - "surname": "Anders", - "given_name": "J. K." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1846-0262" + }, + "name": { + "given_name": "J. K.", + "surname": "Anders" } }, { - "name": { - "surname": "Andrean", - "given_name": "S. Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-9766-2670" + }, + "name": { + "given_name": "S. Y.", + "surname": "Andrean" } }, { - "name": { - "surname": "Andreazza", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0001-5161-5759" + }, + "name": { + "given_name": "A.", + "surname": "Andreazza" } }, { - "name": { - "surname": "Angelidakis", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece" } ], "attrib": { "orcid": "0000-0002-8274-6118" + }, + "name": { + "given_name": "S.", + "surname": "Angelidakis" } }, { - "name": { - "surname": "Angerami", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" }, { - "affPubRaw": "Lawrence Livermore National Laboratory Livermore USA", - "affPubID": "Aff268" + "affPubID": "Aff268", + "affPubRaw": "Lawrence Livermore National Laboratory Livermore USA" } ], "attrib": { "orcid": "0000-0001-7834-8750" + }, + "name": { + "given_name": "A.", + "surname": "Angerami" } }, { - "name": { - "surname": "Anisenkov", - "given_name": "A. V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7201-5936" + }, + "name": { + "given_name": "A. V.", + "surname": "Anisenkov" } }, { - "name": { - "surname": "Annovi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0002-4649-4398" + }, + "name": { + "given_name": "A.", + "surname": "Annovi" } }, { - "name": { - "surname": "Antel", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9683-0890" + }, + "name": { + "given_name": "C.", + "surname": "Antel" } }, { - "name": { - "surname": "Anthony", - "given_name": "M. T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-5270-0143" + }, + "name": { + "given_name": "M. T.", + "surname": "Anthony" } }, { - "name": { - "surname": "Antipov", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA" } ], "attrib": { "orcid": "0000-0002-6678-7665" + }, + "name": { + "given_name": "E.", + "surname": "Antipov" } }, { - "name": { - "surname": "Antonelli", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-2293-5726" + }, + "name": { + "given_name": "M.", + "surname": "Antonelli" } }, { - "name": { - "surname": "Antrim", - "given_name": "D. J. A." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-8084-7786" + }, + "name": { + "given_name": "D. J. A.", + "surname": "Antrim" } }, { - "name": { - "surname": "Anulli", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-2734-130X" + }, + "name": { + "given_name": "F.", + "surname": "Anulli" } }, { - "name": { - "surname": "Aoki", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0001-7498-0097" + }, + "name": { + "given_name": "M.", + "surname": "Aoki" } }, { - "name": { - "surname": "Aoki", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-6618-5170" + }, + "name": { + "given_name": "T.", + "surname": "Aoki" } }, { - "name": { - "surname": "Aparisi Pozo", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-7401-4331" + }, + "name": { + "given_name": "J. A.", + "surname": "Aparisi Pozo" } }, { - "name": { - "surname": "Aparo", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0003-4675-7810" + }, + "name": { + "given_name": "M. A.", + "surname": "Aparo" } }, { - "name": { - "surname": "Aperio Bella", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-3942-1702" + }, + "name": { + "given_name": "L.", + "surname": "Aperio Bella" } }, { - "name": { - "surname": "Appelt", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0003-1205-6784" + }, + "name": { + "given_name": "C.", + "surname": "Appelt" } }, { - "name": { - "surname": "Aranzabal", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9013-2274" + }, + "name": { + "given_name": "N.", + "surname": "Aranzabal" } }, { - "name": { - "surname": "Araujo Ferraz", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil" } ], "attrib": { "orcid": "0000-0003-1177-7563" + }, + "name": { + "given_name": "V.", + "surname": "Araujo Ferraz" } }, { - "name": { - "surname": "Arcangeletti", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0001-8648-2896" + }, + "name": { + "given_name": "C.", + "surname": "Arcangeletti" } }, { - "name": { - "surname": "Arce", - "given_name": "A. T. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0002-7255-0832" + }, + "name": { + "given_name": "A. T. H.", + "surname": "Arce" } }, { - "name": { - "surname": "Arena", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0001-5970-8677" + }, + "name": { + "given_name": "E.", + "surname": "Arena" } }, { - "name": { - "surname": "Arguin", - "given_name": "J.-F." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0003-0229-3858" + }, + "name": { + "given_name": "J.-F.", + "surname": "Arguin" } }, { - "name": { - "surname": "Argyropoulos", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-7748-1429" + }, + "name": { + "given_name": "S.", + "surname": "Argyropoulos" } }, { - "name": { - "surname": "Arling", - "given_name": "J.-H." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-1577-5090" + }, + "name": { + "given_name": "J.-H.", + "surname": "Arling" } }, { - "name": { - "surname": "Armbruster", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9007-530X" + }, + "name": { + "given_name": "A. J.", + "surname": "Armbruster" } }, { - "name": { - "surname": "Arnaez", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-6096-0893" + }, + "name": { + "given_name": "O.", + "surname": "Arnaez" } }, { - "name": { - "surname": "Arnold", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0003-3578-2228" + }, + "name": { + "given_name": "H.", + "surname": "Arnold" } }, { - "name": { - "surname": "Arrubarrena Tame", - "given_name": "Z. P." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } - ] + ], + "name": { + "given_name": "Z. P.", + "surname": "Arrubarrena Tame" + } }, { - "name": { - "surname": "Artoni", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-3477-4499" + }, + "name": { + "given_name": "G.", + "surname": "Artoni" } }, { - "name": { - "surname": "Asada", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan" } ], "attrib": { "orcid": "0000-0003-1420-4955" + }, + "name": { + "given_name": "H.", + "surname": "Asada" } }, { - "name": { - "surname": "Asai", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Ochanomizu University Otsuka, Bunkyo-ku Tokyo Japan", - "affPubID": "Aff171" + "affPubID": "Aff171", + "affPubRaw": "Ochanomizu University Otsuka, Bunkyo-ku Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-3670-6908" + }, + "name": { + "given_name": "K.", + "surname": "Asai" } }, { - "name": { - "surname": "Asai", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-5279-2298" + }, + "name": { + "given_name": "S.", + "surname": "Asai" } }, { - "name": { - "surname": "Asbah", - "given_name": "N. A." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0001-8381-2255" + }, + "name": { + "given_name": "N. A.", + "surname": "Asbah" } }, { - "name": { - "surname": "Assahsah", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "LPMR, Facult\u00e9 des Sciences Universit\u00e9 Mohamed Premier Oujda Morocco", - "affPubID": "Aff61" + "affPubID": "Aff61", + "affPubRaw": "LPMR, Facult\u00e9 des Sciences Universit\u00e9 Mohamed Premier Oujda Morocco" } ], "attrib": { "orcid": "0000-0002-3207-9783" + }, + "name": { + "given_name": "J.", + "surname": "Assahsah" } }, { - "name": { - "surname": "Assamagan", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-4826-2662" + }, + "name": { + "given_name": "K.", + "surname": "Assamagan" } }, { - "name": { - "surname": "Astalos", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0001-5095-605X" + }, + "name": { + "given_name": "R.", + "surname": "Astalos" } }, { - "name": { - "surname": "Atkin", - "given_name": "R. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa", - "affPubID": "Aff50" + "affPubID": "Aff50", + "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa" } ], "attrib": { "orcid": "0000-0002-1972-1006" + }, + "name": { + "given_name": "R. J.", + "surname": "Atkin" } }, { - "name": { - "surname": "Atkinson", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Atkinson" + } }, { - "name": { - "surname": "Atlay", - "given_name": "N. B." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0003-1094-4825" + }, + "name": { + "given_name": "N. B.", + "surname": "Atlay" } }, { - "name": { - "surname": "Atmani", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Atmani" + } }, { - "name": { - "surname": "Atmasiddha", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-7639-9703" + }, + "name": { + "given_name": "P. A.", + "surname": "Atmasiddha" } }, { - "name": { - "surname": "Augsten", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-8324-0576" + }, + "name": { + "given_name": "K.", + "surname": "Augsten" } }, { - "name": { - "surname": "Auricchio", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0001-7599-7712" + }, + "name": { + "given_name": "S.", + "surname": "Auricchio" } }, { - "name": { - "surname": "Auriol", - "given_name": "A. D." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-3623-1228" + }, + "name": { + "given_name": "A. D.", + "surname": "Auriol" } }, { - "name": { - "surname": "Austrup", - "given_name": "V. A." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0001-6918-9065" + }, + "name": { + "given_name": "V. A.", + "surname": "Austrup" } }, { - "name": { - "surname": "Avner", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel" } ], "attrib": { "orcid": "0000-0003-1616-3587" + }, + "name": { + "given_name": "G.", + "surname": "Avner" } }, { - "name": { - "surname": "Avolio", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2664-3437" + }, + "name": { + "given_name": "G.", + "surname": "Avolio" } }, { - "name": { - "surname": "Axiotis", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3664-8186" + }, + "name": { + "given_name": "K.", + "surname": "Axiotis" } }, { - "name": { - "surname": "Ayoub", - "given_name": "M. K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0001-5265-2674" + }, + "name": { + "given_name": "M. K.", + "surname": "Ayoub" } }, { - "name": { - "surname": "Azuelos", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" }, { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff271" + "affPubID": "Aff271", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-4241-022X" + }, + "name": { + "given_name": "G.", + "surname": "Azuelos" } }, { - "name": { - "surname": "Babal", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0001-7657-6004" + }, + "name": { + "given_name": "D.", + "surname": "Babal" } }, { - "name": { - "surname": "Bachacou", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-2256-4515" + }, + "name": { + "given_name": "H.", + "surname": "Bachacou" } }, { - "name": { - "surname": "Bachas", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Department of Physics University of Thessaly Volos Greece", - "affPubID": "Aff258" + "affPubID": "Aff258", + "affPubRaw": "Department of Physics University of Thessaly Volos Greece" } ], "attrib": { "orcid": "0000-0002-9047-6517" + }, + "name": { + "given_name": "K.", + "surname": "Bachas" } }, { - "name": { - "surname": "Bachiu", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-8599-024X" + }, + "name": { + "given_name": "A.", + "surname": "Bachiu" } }, { - "name": { - "surname": "Backman", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0001-7489-9184" + }, + "name": { + "given_name": "F.", + "surname": "Backman" } }, { - "name": { - "surname": "Badea", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0001-5199-9588" + }, + "name": { + "given_name": "A.", + "surname": "Badea" } }, { - "name": { - "surname": "Bagnaia", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-4578-2651" + }, + "name": { + "given_name": "P.", + "surname": "Bagnaia" } }, { - "name": { - "surname": "Bahmani", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0003-4173-0926" + }, + "name": { + "given_name": "M.", + "surname": "Bahmani" } }, { - "name": { - "surname": "Bailey", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-3301-2986" + }, + "name": { + "given_name": "A. J.", + "surname": "Bailey" } }, { - "name": { - "surname": "Bailey", - "given_name": "V. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0001-8291-5711" + }, + "name": { + "given_name": "V. R.", + "surname": "Bailey" } }, { - "name": { - "surname": "Baines", - "given_name": "J. T." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0003-0770-2702" + }, + "name": { + "given_name": "J. T.", + "surname": "Baines" } }, { - "name": { - "surname": "Bakalis", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0002-9931-7379" + }, + "name": { + "given_name": "C.", + "surname": "Bakalis" } }, { - "name": { - "surname": "Baker", - "given_name": "O. K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Yale University New Haven CT USA", - "affPubID": "Aff239" + "affPubID": "Aff239", + "affPubRaw": "Department of Physics Yale University New Haven CT USA" } ], "attrib": { "orcid": "0000-0003-1346-5774" + }, + "name": { + "given_name": "O. K.", + "surname": "Baker" } }, { - "name": { - "surname": "Bakker", - "given_name": "P. J." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-3479-1125" + }, + "name": { + "given_name": "P. J.", + "surname": "Bakker" } }, { - "name": { - "surname": "Bakos", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } ], "attrib": { "orcid": "0000-0002-1110-4433" + }, + "name": { + "given_name": "E.", + "surname": "Bakos" } }, { - "name": { - "surname": "Bakshi Gupta", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0002-6580-008X" + }, + "name": { + "given_name": "D.", + "surname": "Bakshi Gupta" } }, { - "name": { - "surname": "Balaji", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Sydney Sydney Australia", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "School of Physics University of Sydney Sydney Australia" } ], "attrib": { "orcid": "0000-0002-5364-2109" + }, + "name": { + "given_name": "S.", + "surname": "Balaji" } }, { - "name": { - "surname": "Balasubramanian", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-5840-1788" + }, + "name": { + "given_name": "R.", + "surname": "Balasubramanian" } }, { - "name": { - "surname": "Baldin", - "given_name": "E. M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9854-975X" + }, + "name": { + "given_name": "E. M.", + "surname": "Baldin" } }, { - "name": { - "surname": "Balek", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-0942-1966" + }, + "name": { + "given_name": "P.", + "surname": "Balek" } }, { - "name": { - "surname": "Ballabene", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0001-9700-2587" + }, + "name": { + "given_name": "E.", + "surname": "Ballabene" } }, { - "name": { - "surname": "Balli", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0003-0844-4207" + }, + "name": { + "given_name": "F.", + "surname": "Balli" } }, { - "name": { - "surname": "Baltes", - "given_name": "L. M." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0001-7041-7096" + }, + "name": { + "given_name": "L. M.", + "surname": "Baltes" } }, { - "name": { - "surname": "Balunas", - "given_name": "W. K." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-7048-4915" + }, + "name": { + "given_name": "W. K.", + "surname": "Balunas" } }, { - "name": { - "surname": "Balz", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-2866-9446" + }, + "name": { + "given_name": "J.", + "surname": "Balz" } }, { - "name": { - "surname": "Banas", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-5325-6040" + }, + "name": { + "given_name": "E.", + "surname": "Banas" } }, { - "name": { - "surname": "Bandieramonte", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0003-2014-9489" + }, + "name": { + "given_name": "M.", + "surname": "Bandieramonte" } }, { - "name": { - "surname": "Bandyopadhyay", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-5256-839X" + }, + "name": { + "given_name": "A.", + "surname": "Bandyopadhyay" } }, { - "name": { - "surname": "Bansal", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-8754-1074" + }, + "name": { + "given_name": "S.", + "surname": "Bansal" } }, { - "name": { - "surname": "Barak", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0002-3436-2726" + }, + "name": { + "given_name": "L.", + "surname": "Barak" } }, { - "name": { - "surname": "Barberio", - "given_name": "E. L." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-3111-0910" + }, + "name": { + "given_name": "E. L.", + "surname": "Barberio" } }, { - "name": { - "surname": "Barberis", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-3938-4553" + }, + "name": { + "given_name": "D.", + "surname": "Barberis" } }, { - "name": { - "surname": "Barbero", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-7824-3358" + }, + "name": { + "given_name": "M.", + "surname": "Barbero" } }, { - "name": { - "surname": "Barbour", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Barbour" + } }, { - "name": { - "surname": "Barends", - "given_name": "K. N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa", - "affPubID": "Aff50" + "affPubID": "Aff50", + "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa" } ], "attrib": { "orcid": "0000-0002-9165-9331" + }, + "name": { + "given_name": "K. N.", + "surname": "Barends" } }, { - "name": { - "surname": "Barillari", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-7326-0565" + }, + "name": { + "given_name": "T.", + "surname": "Barillari" } }, { - "name": { - "surname": "Barisits", - "given_name": "M.-S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0253-106X" + }, + "name": { + "given_name": "M.-S.", + "surname": "Barisits" } }, { - "name": { - "surname": "Barklow", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-7709-037X" + }, + "name": { + "given_name": "T.", + "surname": "Barklow" } }, { - "name": { - "surname": "Barnett", - "given_name": "R. M." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-7210-9887" + }, + "name": { + "given_name": "R. M.", + "surname": "Barnett" } }, { - "name": { - "surname": "Baron", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0002-5170-0053" + }, + "name": { + "given_name": "P.", + "surname": "Baron" } }, { - "name": { - "surname": "Baron Moreno", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-9864-7985" + }, + "name": { + "given_name": "D. A.", + "surname": "Baron Moreno" } }, { - "name": { - "surname": "Baroncelli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-7090-7474" + }, + "name": { + "given_name": "A.", + "surname": "Baroncelli" } }, { - "name": { - "surname": "Barone", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-5163-5936" + }, + "name": { + "given_name": "G.", + "surname": "Barone" } }, { - "name": { - "surname": "Barr", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-3533-3740" + }, + "name": { + "given_name": "A. J.", + "surname": "Barr" } }, { - "name": { - "surname": "Barranco Navarro", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-3380-8167" + }, + "name": { + "given_name": "L.", + "surname": "Barranco Navarro" } }, { - "name": { - "surname": "Barreiro", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain" } ], "attrib": { "orcid": "0000-0002-3021-0258" + }, + "name": { + "given_name": "F.", + "surname": "Barreiro" } }, { - "name": { - "surname": "Barreiro Guimar\u00e3es da Costa", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0003-2387-0386" + }, + "name": { + "given_name": "J.", + "surname": "Barreiro Guimar\u00e3es da Costa" } }, { - "name": { - "surname": "Barron", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0002-3455-7208" + }, + "name": { + "given_name": "U.", + "surname": "Barron" } }, { - "name": { - "surname": "Barros Teixeira", - "given_name": "M. G." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0003-0914-8178" + }, + "name": { + "given_name": "M. G.", + "surname": "Barros Teixeira" } }, { - "name": { - "surname": "Barsov", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2872-7116" + }, + "name": { + "given_name": "S.", + "surname": "Barsov" } }, { - "name": { - "surname": "Bartels", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-3407-0918" + }, + "name": { + "given_name": "F.", + "surname": "Bartels" } }, { - "name": { - "surname": "Bartoldus", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0001-5317-9794" + }, + "name": { + "given_name": "R.", + "surname": "Bartoldus" } }, { - "name": { - "surname": "Barton", - "given_name": "A. E." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0001-9696-9497" + }, + "name": { + "given_name": "A. E.", + "surname": "Barton" } }, { - "name": { - "surname": "Bartos", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0003-1419-3213" + }, + "name": { + "given_name": "P.", + "surname": "Bartos" } }, { - "name": { - "surname": "Basalaev", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-5623-2853" + }, + "name": { + "given_name": "A.", + "surname": "Basalaev" } }, { - "name": { - "surname": "Basan", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0001-8021-8525" + }, + "name": { + "given_name": "A.", + "surname": "Basan" } }, { - "name": { - "surname": "Baselga", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0002-1533-0876" + }, + "name": { + "given_name": "M.", + "surname": "Baselga" } }, { - "name": { - "surname": "Bashta", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0002-2961-2735" + }, + "name": { + "given_name": "I.", + "surname": "Bashta" } }, { - "name": { - "surname": "Bassalat", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" }, { - "affPubRaw": "An-Najah National University Nablus Palestine", - "affPubID": "Aff241" + "affPubID": "Aff241", + "affPubRaw": "An-Najah National University Nablus Palestine" } ], "attrib": { "orcid": "0000-0002-0129-1423" + }, + "name": { + "given_name": "A.", + "surname": "Bassalat" } }, { - "name": { - "surname": "Basso", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0001-9278-3863" + }, + "name": { + "given_name": "M. J.", + "surname": "Basso" } }, { - "name": { - "surname": "Basson", - "given_name": "C. R." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0003-1693-5946" + }, + "name": { + "given_name": "C. R.", + "surname": "Basson" } }, { - "name": { - "surname": "Bates", - "given_name": "R. L." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-6923-5372" + }, + "name": { + "given_name": "R. L.", + "surname": "Bates" } }, { - "name": { - "surname": "Batlamous", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Batlamous" + } }, { - "name": { - "surname": "Batley", - "given_name": "J. R." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-7658-7766" + }, + "name": { + "given_name": "J. R.", + "surname": "Batley" } }, { - "name": { - "surname": "Batool", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0001-6544-9376" + }, + "name": { + "given_name": "B.", + "surname": "Batool" } }, { - "name": { - "surname": "Battaglia", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0001-9608-543X" + }, + "name": { + "given_name": "M.", + "surname": "Battaglia" } }, { - "name": { - "surname": "Battulga", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0001-6389-5364" + }, + "name": { + "given_name": "D.", + "surname": "Battulga" } }, { - "name": { - "surname": "Bauce", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-9148-4658" + }, + "name": { + "given_name": "M.", + "surname": "Bauce" } }, { - "name": { - "surname": "Bauer", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-4568-5360" + }, + "name": { + "given_name": "P.", + "surname": "Bauer" } }, { - "name": { - "surname": "Bayirli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0003-3542-7242" + }, + "name": { + "given_name": "A.", + "surname": "Bayirli" } }, { - "name": { - "surname": "Beacham", - "given_name": "J. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0003-3623-3335" + }, + "name": { + "given_name": "J. B.", + "surname": "Beacham" } }, { - "name": { - "surname": "Beau", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-2022-2140" + }, + "name": { + "given_name": "T.", + "surname": "Beau" } }, { - "name": { - "surname": "Beauchemin", - "given_name": "P. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA", - "affPubID": "Aff225" + "affPubID": "Aff225", + "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA" } ], "attrib": { "orcid": "0000-0003-4889-8748" + }, + "name": { + "given_name": "P. H.", + "surname": "Beauchemin" } }, { - "name": { - "surname": "Becherer", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-0562-4616" + }, + "name": { + "given_name": "F.", + "surname": "Becherer" } }, { - "name": { - "surname": "Bechtle", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0003-3479-2221" + }, + "name": { + "given_name": "P.", + "surname": "Bechtle" } }, { - "name": { - "surname": "Beck", - "given_name": "H. P." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" }, { - "affPubRaw": "Department of Physics University of Fribourg Fribourg Switzerland", - "affPubID": "Aff257" + "affPubID": "Aff257", + "affPubRaw": "Department of Physics University of Fribourg Fribourg Switzerland" } ], "attrib": { "orcid": "0000-0001-7212-1096" + }, + "name": { + "given_name": "H. P.", + "surname": "Beck" } }, { - "name": { - "surname": "Becker", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0002-6691-6498" + }, + "name": { + "given_name": "K.", + "surname": "Becker" } }, { - "name": { - "surname": "Beddall", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-8451-9672" + }, + "name": { + "given_name": "A. J.", + "surname": "Beddall" } }, { - "name": { - "surname": "Bednyakov", - "given_name": "V. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4864-8909" + }, + "name": { + "given_name": "V. A.", + "surname": "Bednyakov" } }, { - "name": { - "surname": "Bee", - "given_name": "C. P." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-6294-6561" + }, + "name": { + "given_name": "C. P.", + "surname": "Bee" } }, { - "name": { - "surname": "Beemster", - "given_name": "L. J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } - ] + ], + "name": { + "given_name": "L. J.", + "surname": "Beemster" + } }, { - "name": { - "surname": "Beermann", - "given_name": "T. A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9805-2893" + }, + "name": { + "given_name": "T. A.", + "surname": "Beermann" } }, { - "name": { - "surname": "Begalli", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Rio de Janeiro State University Rio de Janeiro Brazil", - "affPubID": "Aff133" + "affPubID": "Aff133", + "affPubRaw": "Rio de Janeiro State University Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0003-4868-6059" + }, + "name": { + "given_name": "M.", + "surname": "Begalli" } }, { - "name": { - "surname": "Begel", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-1634-4399" + }, + "name": { + "given_name": "M.", + "surname": "Begel" } }, { - "name": { - "surname": "Behera", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0002-7739-295X" + }, + "name": { + "given_name": "A.", + "surname": "Behera" } }, { - "name": { - "surname": "Behr", - "given_name": "J. K." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-5501-4640" + }, + "name": { + "given_name": "J. K.", + "surname": "Behr" } }, { - "name": { - "surname": "Beirao Da Cruz E Silva", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1231-3819" + }, + "name": { + "given_name": "C.", + "surname": "Beirao Da Cruz E Silva" } }, { - "name": { - "surname": "Beirer", - "given_name": "J. F." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" }, { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-9024-4989" + }, + "name": { + "given_name": "J. F.", + "surname": "Beirer" } }, { - "name": { - "surname": "Beisiegel", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-7659-8948" + }, + "name": { + "given_name": "F.", + "surname": "Beisiegel" } }, { - "name": { - "surname": "Belfkir", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "United Arab Emirates University Al Ain United Arab Emirates", - "affPubID": "Aff226" + "affPubID": "Aff226", + "affPubRaw": "United Arab Emirates University Al Ain United Arab Emirates" } ], "attrib": { "orcid": "0000-0001-9974-1527" + }, + "name": { + "given_name": "M.", + "surname": "Belfkir" } }, { - "name": { - "surname": "Bella", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0002-4009-0990" + }, + "name": { + "given_name": "G.", + "surname": "Bella" } }, { - "name": { - "surname": "Bellagamba", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-7098-9393" + }, + "name": { + "given_name": "L.", + "surname": "Bellagamba" } }, { - "name": { - "surname": "Bellerive", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-6775-0111" + }, + "name": { + "given_name": "A.", + "surname": "Bellerive" } }, { - "name": { - "surname": "Bellos", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0003-2049-9622" + }, + "name": { + "given_name": "P.", + "surname": "Bellos" } }, { - "name": { - "surname": "Beloborodov", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0945-4087" + }, + "name": { + "given_name": "K.", + "surname": "Beloborodov" } }, { - "name": { - "surname": "Belotskiy", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4617-8819" + }, + "name": { + "given_name": "K.", + "surname": "Belotskiy" } }, { - "name": { - "surname": "Belyaev", - "given_name": "N. L." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1131-7121" + }, + "name": { + "given_name": "N. L.", + "surname": "Belyaev" } }, { - "name": { - "surname": "Benchekroun", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0001-5196-8327" + }, + "name": { + "given_name": "D.", + "surname": "Benchekroun" } }, { - "name": { - "surname": "Bendebba", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0002-5360-5973" + }, + "name": { + "given_name": "F.", + "surname": "Bendebba" } }, { - "name": { - "surname": "Benhammou", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0002-0392-1783" + }, + "name": { + "given_name": "Y.", + "surname": "Benhammou" } }, { - "name": { - "surname": "Benjamin", - "given_name": "D. P." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-9338-4581" + }, + "name": { + "given_name": "D. P.", + "surname": "Benjamin" } }, { - "name": { - "surname": "Benoit", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-8623-1699" + }, + "name": { + "given_name": "M.", + "surname": "Benoit" } }, { - "name": { - "surname": "Bensinger", - "given_name": "J. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-6117-4536" + }, + "name": { + "given_name": "J. R.", + "surname": "Bensinger" } }, { - "name": { - "surname": "Bentvelsen", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0003-3280-0953" + }, + "name": { + "given_name": "S.", + "surname": "Bentvelsen" } }, { - "name": { - "surname": "Beresford", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3080-1824" + }, + "name": { + "given_name": "L.", + "surname": "Beresford" } }, { - "name": { - "surname": "Beretta", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-7026-8171" + }, + "name": { + "given_name": "M.", + "surname": "Beretta" } }, { - "name": { - "surname": "Bergeaas Kuutmann", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0002-1253-8583" + }, + "name": { + "given_name": "E.", + "surname": "Bergeaas Kuutmann" } }, { - "name": { - "surname": "Berger", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-7963-9725" + }, + "name": { + "given_name": "N.", + "surname": "Berger" } }, { - "name": { - "surname": "Bergmann", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-8076-5614" + }, + "name": { + "given_name": "B.", + "surname": "Bergmann" } }, { - "name": { - "surname": "Beringer", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-9975-1781" + }, + "name": { + "given_name": "J.", + "surname": "Beringer" } }, { - "name": { - "surname": "Berlendis", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0003-1911-772X" + }, + "name": { + "given_name": "S.", + "surname": "Berlendis" } }, { - "name": { - "surname": "Bernardi", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-2837-2442" + }, + "name": { + "given_name": "G.", + "surname": "Bernardi" } }, { - "name": { - "surname": "Bernius", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0003-3433-1687" + }, + "name": { + "given_name": "C.", + "surname": "Bernius" } }, { - "name": { - "surname": "Bernlochner", - "given_name": "F. U." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-8153-2719" + }, + "name": { + "given_name": "F. U.", + "surname": "Bernlochner" } }, { - "name": { - "surname": "Berry", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0002-9569-8231" + }, + "name": { + "given_name": "T.", + "surname": "Berry" } }, { - "name": { - "surname": "Berta", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-0780-0345" + }, + "name": { + "given_name": "P.", + "surname": "Berta" } }, { - "name": { - "surname": "Berthold", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0002-3824-409X" + }, + "name": { + "given_name": "A.", + "surname": "Berthold" } }, { - "name": { - "surname": "Bertram", - "given_name": "I. A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0003-4073-4941" + }, + "name": { + "given_name": "I. A.", + "surname": "Bertram" } }, { - "name": { - "surname": "Bethke", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0003-0073-3821" + }, + "name": { + "given_name": "S.", + "surname": "Bethke" } }, { - "name": { - "surname": "Betti", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-0839-9311" + }, + "name": { + "given_name": "A.", + "surname": "Betti" } }, { - "name": { - "surname": "Bevan", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-4105-9629" + }, + "name": { + "given_name": "A. J.", + "surname": "Bevan" } }, { - "name": { - "surname": "Bhamjee", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-2697-4589" + }, + "name": { + "given_name": "M.", + "surname": "Bhamjee" } }, { - "name": { - "surname": "Bhatta", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0002-9045-3278" + }, + "name": { + "given_name": "S.", + "surname": "Bhatta" } }, { - "name": { - "surname": "Bhattacharya", - "given_name": "D. S." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany", - "affPubID": "Aff233" + "affPubID": "Aff233", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany" } ], "attrib": { "orcid": "0000-0003-3837-4166" + }, + "name": { + "given_name": "D. S.", + "surname": "Bhattacharya" } }, { - "name": { - "surname": "Bhattarai", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0001-9977-0416" + }, + "name": { + "given_name": "P.", + "surname": "Bhattarai" } }, { - "name": { - "surname": "Bhopatkar", - "given_name": "V. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA" } ], "attrib": { "orcid": "0000-0003-3024-587X" + }, + "name": { + "given_name": "V. S.", + "surname": "Bhopatkar" } }, { - "name": { - "surname": "Bi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" }, { - "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA", - "affPubID": "Aff274" + "affPubID": "Aff274", + "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Bi" + } }, { - "name": { - "surname": "Bianchi", - "given_name": "R. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0001-7345-7798" + }, + "name": { + "given_name": "R. M.", + "surname": "Bianchi" } }, { - "name": { - "surname": "Biebel", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-8663-6856" + }, + "name": { + "given_name": "O.", + "surname": "Biebel" } }, { - "name": { - "surname": "Bielski", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-2079-5344" + }, + "name": { + "given_name": "R.", + "surname": "Bielski" } }, { - "name": { - "surname": "Biglietti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0001-5442-1351" + }, + "name": { + "given_name": "M.", + "surname": "Biglietti" } }, { - "name": { - "surname": "Billoud", - "given_name": "T. R. V." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-6280-3306" + }, + "name": { + "given_name": "T. R. V.", + "surname": "Billoud" } }, { - "name": { - "surname": "Bindi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-6172-545X" + }, + "name": { + "given_name": "M.", + "surname": "Bindi" } }, { - "name": { - "surname": "Bingul", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Engineering Gaziantep University Gaziantep T\u00fcrkiye", - "affPubID": "Aff27" + "affPubID": "Aff27", + "affPubRaw": "Department of Physics Engineering Gaziantep University Gaziantep T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-2455-8039" + }, + "name": { + "given_name": "A.", + "surname": "Bingul" } }, { - "name": { - "surname": "Bini", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-6674-7869" + }, + "name": { + "given_name": "C.", + "surname": "Bini" } }, { - "name": { - "surname": "Biondini", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-1559-3473" + }, + "name": { + "given_name": "A.", + "surname": "Biondini" } }, { - "name": { - "surname": "Birch-sykes", - "given_name": "C. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-6329-9191" + }, + "name": { + "given_name": "C. J.", + "surname": "Birch-sykes" } }, { - "name": { - "surname": "Bird", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" }, { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0003-2025-5935" + }, + "name": { + "given_name": "G. A.", + "surname": "Bird" } }, { - "name": { - "surname": "Birman", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0002-3835-0968" + }, + "name": { + "given_name": "M.", + "surname": "Birman" } }, { - "name": { - "surname": "Biros", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-2781-623X" + }, + "name": { + "given_name": "M.", + "surname": "Biros" } }, { - "name": { - "surname": "Bisanz", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7820-3065" + }, + "name": { + "given_name": "T.", + "surname": "Bisanz" } }, { - "name": { - "surname": "Bisceglie", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0001-6410-9046" + }, + "name": { + "given_name": "E.", + "surname": "Bisceglie" } }, { - "name": { - "surname": "Biswas", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" }, { - "affPubRaw": "Department of Physics and Astronomy University of Louisville Louisville KY USA", - "affPubID": "Aff252" + "affPubID": "Aff252", + "affPubRaw": "Department of Physics and Astronomy University of Louisville Louisville KY USA" } ], "attrib": { "orcid": "0000-0002-7543-3471" + }, + "name": { + "given_name": "D.", + "surname": "Biswas" } }, { - "name": { - "surname": "Bitadze", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-7979-1092" + }, + "name": { + "given_name": "A.", + "surname": "Bitadze" } }, { - "name": { - "surname": "Bj\u00f8rke", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0003-3485-0321" + }, + "name": { + "given_name": "K.", + "surname": "Bj\u00f8rke" } }, { - "name": { - "surname": "Bloch", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-6696-5169" + }, + "name": { + "given_name": "I.", + "surname": "Bloch" } }, { - "name": { - "surname": "Blocker", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0001-6898-5633" + }, + "name": { + "given_name": "C.", + "surname": "Blocker" } }, { - "name": { - "surname": "Blue", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-7716-5626" + }, + "name": { + "given_name": "A.", + "surname": "Blue" } }, { - "name": { - "surname": "Blumenschein", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-6134-0303" + }, + "name": { + "given_name": "U.", + "surname": "Blumenschein" } }, { - "name": { - "surname": "Blumenthal", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0001-5412-1236" + }, + "name": { + "given_name": "J.", + "surname": "Blumenthal" } }, { - "name": { - "surname": "Bobbink", - "given_name": "G. J." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-8462-351X" + }, + "name": { + "given_name": "G. J.", + "surname": "Bobbink" } }, { - "name": { - "surname": "Bobrovnikov", - "given_name": "V. S." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2003-0261" + }, + "name": { + "given_name": "V. S.", + "surname": "Bobrovnikov" } }, { - "name": { - "surname": "Boehler", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-9734-574X" + }, + "name": { + "given_name": "M.", + "surname": "Boehler" } }, { - "name": { - "surname": "Bogavac", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2138-9062" + }, + "name": { + "given_name": "D.", + "surname": "Bogavac" } }, { - "name": { - "surname": "Bogdanchikov", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8635-9342" + }, + "name": { + "given_name": "A. G.", + "surname": "Bogdanchikov" } }, { - "name": { - "surname": "Bohm", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" } ], "attrib": { "orcid": "0000-0003-3807-7831" + }, + "name": { + "given_name": "C.", + "surname": "Bohm" } }, { - "name": { - "surname": "Boisvert", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0002-7736-0173" + }, + "name": { + "given_name": "V.", + "surname": "Boisvert" } }, { - "name": { - "surname": "Bokan", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-2668-889X" + }, + "name": { + "given_name": "P.", + "surname": "Bokan" } }, { - "name": { - "surname": "Bold", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-2432-411X" + }, + "name": { + "given_name": "T.", + "surname": "Bold" } }, { - "name": { - "surname": "Bomben", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-9807-861X" + }, + "name": { + "given_name": "M.", + "surname": "Bomben" } }, { - "name": { - "surname": "Bona", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-9660-580X" + }, + "name": { + "given_name": "M.", + "surname": "Bona" } }, { - "name": { - "surname": "Boonekamp", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0003-0078-9817" + }, + "name": { + "given_name": "M.", + "surname": "Boonekamp" } }, { - "name": { - "surname": "Booth", - "given_name": "C. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0001-5880-7761" + }, + "name": { + "given_name": "C. D.", + "surname": "Booth" } }, { - "name": { - "surname": "Borb\u00e9ly", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-6890-1601" + }, + "name": { + "given_name": "A. G.", + "surname": "Borb\u00e9ly" } }, { - "name": { - "surname": "Borecka-Bielska", - "given_name": "H. M." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-5702-739X" + }, + "name": { + "given_name": "H. M.", + "surname": "Borecka-Bielska" } }, { - "name": { - "surname": "Borgna", - "given_name": "L. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0003-0012-7856" + }, + "name": { + "given_name": "L. S.", + "surname": "Borgna" } }, { - "name": { - "surname": "Borissov", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-4226-9521" + }, + "name": { + "given_name": "G.", + "surname": "Borissov" } }, { - "name": { - "surname": "Bortoletto", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-1287-4712" + }, + "name": { + "given_name": "D.", + "surname": "Bortoletto" } }, { - "name": { - "surname": "Boscherini", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-9207-6413" + }, + "name": { + "given_name": "D.", + "surname": "Boscherini" } }, { - "name": { - "surname": "Bosman", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-7290-643X" + }, + "name": { + "given_name": "M.", + "surname": "Bosman" } }, { - "name": { - "surname": "Bossio Sola", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7134-8077" + }, + "name": { + "given_name": "J. D.", + "surname": "Bossio Sola" } }, { - "name": { - "surname": "Bouaouda", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0002-7723-5030" + }, + "name": { + "given_name": "K.", + "surname": "Bouaouda" } }, { - "name": { - "surname": "Bouchhar", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-5129-5705" + }, + "name": { + "given_name": "N.", + "surname": "Bouchhar" } }, { - "name": { - "surname": "Boudreau", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0002-9314-5860" + }, + "name": { + "given_name": "J.", + "surname": "Boudreau" } }, { - "name": { - "surname": "Bouhova-Thacker", - "given_name": "E. V." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-5103-1558" + }, + "name": { + "given_name": "E. V.", + "surname": "Bouhova-Thacker" } }, { - "name": { - "surname": "Boumediene", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0002-7809-3118" + }, + "name": { + "given_name": "D.", + "surname": "Boumediene" } }, { - "name": { - "surname": "Bouquet", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0001-9683-7101" + }, + "name": { + "given_name": "R.", + "surname": "Bouquet" } }, { - "name": { - "surname": "Boveia", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0002-6647-6699" + }, + "name": { + "given_name": "A.", + "surname": "Boveia" } }, { - "name": { - "surname": "Boyd", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7360-0726" + }, + "name": { + "given_name": "J.", + "surname": "Boyd" } }, { - "name": { - "surname": "Boye", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-2704-835X" + }, + "name": { + "given_name": "D.", + "surname": "Boye" } }, { - "name": { - "surname": "Boyko", - "given_name": "I. R." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3355-4662" + }, + "name": { + "given_name": "I. R.", + "surname": "Boyko" } }, { - "name": { - "surname": "Bracinik", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-5762-3477" + }, + "name": { + "given_name": "J.", + "surname": "Bracinik" } }, { - "name": { - "surname": "Brahimi", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0003-0992-3509" + }, + "name": { + "given_name": "N.", + "surname": "Brahimi" } }, { - "name": { - "surname": "Brandt", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0001-7992-0309" + }, + "name": { + "given_name": "G.", + "surname": "Brandt" } }, { - "name": { - "surname": "Brandt", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-5219-1417" + }, + "name": { + "given_name": "O.", + "surname": "Brandt" } }, { - "name": { - "surname": "Braren", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-4339-4727" + }, + "name": { + "given_name": "F.", + "surname": "Braren" } }, { - "name": { - "surname": "Brau", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-9726-4376" + }, + "name": { + "given_name": "B.", + "surname": "Brau" } }, { - "name": { - "surname": "Brau", - "given_name": "J. E." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0003-1292-9725" + }, + "name": { + "given_name": "J. E.", + "surname": "Brau" } }, { - "name": { - "surname": "Brendlinger", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-9096-780X" + }, + "name": { + "given_name": "K.", + "surname": "Brendlinger" } }, { - "name": { - "surname": "Brener", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0001-5791-4872" + }, + "name": { + "given_name": "R.", + "surname": "Brener" } }, { - "name": { - "surname": "Brenner", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-5350-7081" + }, + "name": { + "given_name": "L.", + "surname": "Brenner" } }, { - "name": { - "surname": "Brenner", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0002-8204-4124" + }, + "name": { + "given_name": "R.", + "surname": "Brenner" } }, { - "name": { - "surname": "Bressler", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-4194-2734" + }, + "name": { + "given_name": "S.", + "surname": "Bressler" } }, { - "name": { - "surname": "Britton", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-9998-4342" + }, + "name": { + "given_name": "D.", + "surname": "Britton" } }, { - "name": { - "surname": "Britzger", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-9246-7366" + }, + "name": { + "given_name": "D.", + "surname": "Britzger" } }, { - "name": { - "surname": "Brock", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0003-0903-8948" + }, + "name": { + "given_name": "I.", + "surname": "Brock" } }, { - "name": { - "surname": "Brooijmans", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-3354-1810" + }, + "name": { + "given_name": "G.", + "surname": "Brooijmans" } }, { - "name": { - "surname": "Brooks", - "given_name": "W. K." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile" } ], "attrib": { "orcid": "0000-0001-6161-3570" + }, + "name": { + "given_name": "W. K.", + "surname": "Brooks" } }, { - "name": { - "surname": "Brost", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-6800-9808" + }, + "name": { + "given_name": "E.", + "surname": "Brost" } }, { - "name": { - "surname": "Bruckler", - "given_name": "T. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-6199-8041" + }, + "name": { + "given_name": "T. L.", + "surname": "Bruckler" } }, { - "name": { - "surname": "Bruckman de Renstrom", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-0206-1160" + }, + "name": { + "given_name": "P. A.", + "surname": "Bruckman de Renstrom" } }, { - "name": { - "surname": "Br\u00fcers", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-1479-2112" + }, + "name": { + "given_name": "B.", + "surname": "Br\u00fcers" } }, { - "name": { - "surname": "Bruncko", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic" } ], "attrib": { "orcid": "0000-0003-0208-2372" + }, + "name": { + "given_name": "D.", + "surname": "Bruncko" } }, { - "name": { - "surname": "Bruni", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0003-4806-0718" + }, + "name": { + "given_name": "A.", + "surname": "Bruni" } }, { - "name": { - "surname": "Bruni", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-5667-7748" + }, + "name": { + "given_name": "G.", + "surname": "Bruni" } }, { - "name": { - "surname": "Bruschi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-4319-4023" + }, + "name": { + "given_name": "M.", + "surname": "Bruschi" } }, { - "name": { - "surname": "Bruscino", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-6168-689X" + }, + "name": { + "given_name": "N.", + "surname": "Bruscino" } }, { - "name": { - "surname": "Buanes", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0002-8977-121X" + }, + "name": { + "given_name": "T.", + "surname": "Buanes" } }, { - "name": { - "surname": "Buat", - "given_name": "Q." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0001-7318-5251" + }, + "name": { + "given_name": "Q.", + "surname": "Buat" } }, { - "name": { - "surname": "Buchholz", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-4049-0134" + }, + "name": { + "given_name": "P.", + "surname": "Buchholz" } }, { - "name": { - "surname": "Buckley", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-8355-9237" + }, + "name": { + "given_name": "A. G.", + "surname": "Buckley" } }, { - "name": { - "surname": "Budagov", - "given_name": "I. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3711-148X" + }, + "name": { + "given_name": "I. A.", + "surname": "Budagov" } }, { - "name": { - "surname": "Bugge", - "given_name": "M. K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0002-8650-8125" + }, + "name": { + "given_name": "M. K.", + "surname": "Bugge" } }, { - "name": { - "surname": "Bulekov", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5687-2073" + }, + "name": { + "given_name": "O.", + "surname": "Bulekov" } }, { - "name": { - "surname": "Bullard", - "given_name": "B. A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0001-7148-6536" + }, + "name": { + "given_name": "B. A.", + "surname": "Bullard" } }, { - "name": { - "surname": "Burdin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-4831-4132" + }, + "name": { + "given_name": "S.", + "surname": "Burdin" } }, { - "name": { - "surname": "Burgard", - "given_name": "C. D." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0002-6900-825X" + }, + "name": { + "given_name": "C. D.", + "surname": "Burgard" } }, - { - "name": { - "surname": "Burger", - "given_name": "A. M." - }, + { "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0003-0685-4122" + }, + "name": { + "given_name": "A. M.", + "surname": "Burger" } }, { - "name": { - "surname": "Burghgrave", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0001-5686-0948" + }, + "name": { + "given_name": "B.", + "surname": "Burghgrave" } }, { - "name": { - "surname": "Burr", - "given_name": "J. T. P." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-6726-6362" + }, + "name": { + "given_name": "J. T. P.", + "surname": "Burr" } }, { - "name": { - "surname": "Burton", - "given_name": "C. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0002-3427-6537" + }, + "name": { + "given_name": "C. D.", + "surname": "Burton" } }, { - "name": { - "surname": "Burzynski", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-4690-0528" + }, + "name": { + "given_name": "J. C.", + "surname": "Burzynski" } }, { - "name": { - "surname": "Busch", - "given_name": "E. L." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0003-4482-2666" + }, + "name": { + "given_name": "E. L.", + "surname": "Busch" } }, { - "name": { - "surname": "B\u00fcscher", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0001-9196-0629" + }, + "name": { + "given_name": "V.", + "surname": "B\u00fcscher" } }, { - "name": { - "surname": "Bussey", - "given_name": "P. J." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0003-0988-7878" + }, + "name": { + "given_name": "P. J.", + "surname": "Bussey" } }, { - "name": { - "surname": "Butler", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Boston University Boston MA USA", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "Department of Physics Boston University Boston MA USA" } ], "attrib": { "orcid": "0000-0003-2834-836X" + }, + "name": { + "given_name": "J. M.", + "surname": "Butler" } }, { - "name": { - "surname": "Buttar", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0003-0188-6491" + }, + "name": { + "given_name": "C. M.", + "surname": "Buttar" } }, { - "name": { - "surname": "Butterworth", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-5905-5394" + }, + "name": { + "given_name": "J. M.", + "surname": "Butterworth" } }, { - "name": { - "surname": "Buttinger", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-5116-1897" + }, + "name": { + "given_name": "W.", + "surname": "Buttinger" } }, { - "name": { - "surname": "Buxo Vazquez", - "given_name": "C. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } - ] + ], + "name": { + "given_name": "C. J.", + "surname": "Buxo Vazquez" + } }, { - "name": { - "surname": "Buzykaev", - "given_name": "A. R." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5458-5564" + }, + "name": { + "given_name": "A. R.", + "surname": "Buzykaev" } }, { - "name": { - "surname": "Cabras", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-8467-8235" + }, + "name": { + "given_name": "G.", + "surname": "Cabras" } }, { - "name": { - "surname": "Cabrera Urb\u00e1n", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-7640-7913" + }, + "name": { + "given_name": "S.", + "surname": "Cabrera Urb\u00e1n" } }, { - "name": { - "surname": "Caforio", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Justus-Liebig-Universit\u00e4t Giessen Giessen Germany", - "affPubID": "Aff89" + "affPubID": "Aff89", + "affPubRaw": "II. Physikalisches Institut Justus-Liebig-Universit\u00e4t Giessen Giessen Germany" } ], "attrib": { "orcid": "0000-0001-7808-8442" + }, + "name": { + "given_name": "D.", + "surname": "Caforio" } }, { - "name": { - "surname": "Cai", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0001-7575-3603" + }, + "name": { + "given_name": "H.", + "surname": "Cai" } }, { - "name": { - "surname": "Cai", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-4946-153X" + }, + "name": { + "given_name": "Y.", + "surname": "Cai" } }, { - "name": { - "surname": "Cairo", - "given_name": "V. M. M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0758-7575" + }, + "name": { + "given_name": "V. M. M.", + "surname": "Cairo" } }, { - "name": { - "surname": "Cakir", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-9016-138X" + }, + "name": { + "given_name": "O.", + "surname": "Cakir" } }, { - "name": { - "surname": "Calace", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1494-9538" + }, + "name": { + "given_name": "N.", + "surname": "Calace" } }, { - "name": { - "surname": "Calafiura", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-1692-1678" + }, + "name": { + "given_name": "P.", + "surname": "Calafiura" } }, { - "name": { - "surname": "Calderini", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-9495-9145" + }, + "name": { + "given_name": "G.", + "surname": "Calderini" } }, { - "name": { - "surname": "Calfayan", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0003-1600-464X" + }, + "name": { + "given_name": "P.", + "surname": "Calfayan" } }, { - "name": { - "surname": "Callea", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-5969-3786" + }, + "name": { + "given_name": "G.", + "surname": "Callea" } }, { - "name": { - "surname": "Caloba", - "given_name": "L. P." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } - ] + ], + "name": { + "given_name": "L. P.", + "surname": "Caloba" + } }, { - "name": { - "surname": "Calvet", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0002-9953-5333" + }, + "name": { + "given_name": "D.", + "surname": "Calvet" } }, { - "name": { - "surname": "Calvet", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0002-2531-3463" + }, + "name": { + "given_name": "S.", + "surname": "Calvet" } }, { - "name": { - "surname": "Calvet", - "given_name": "T. P." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-3342-3566" + }, + "name": { + "given_name": "T. P.", + "surname": "Calvet" } }, { - "name": { - "surname": "Calvetti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" }, { - "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0003-0125-2165" + }, + "name": { + "given_name": "M.", + "surname": "Calvetti" } }, { - "name": { - "surname": "Camacho Toro", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-9192-8028" + }, + "name": { + "given_name": "R.", + "surname": "Camacho Toro" } }, { - "name": { - "surname": "Camarda", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0479-7689" + }, + "name": { + "given_name": "S.", + "surname": "Camarda" } }, { - "name": { - "surname": "Camarero Munoz", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-2855-7738" + }, + "name": { + "given_name": "D.", + "surname": "Camarero Munoz" } }, { - "name": { - "surname": "Camarri", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0002-5732-5645" + }, + "name": { + "given_name": "P.", + "surname": "Camarri" } }, { - "name": { - "surname": "Camerlingo", - "given_name": "M. T." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-9417-8613" + }, + "name": { + "given_name": "M. T.", + "surname": "Camerlingo" } }, { - "name": { - "surname": "Cameron", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0001-6097-2256" + }, + "name": { + "given_name": "D.", + "surname": "Cameron" } }, { - "name": { - "surname": "Camincher", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0001-5929-1357" + }, + "name": { + "given_name": "C.", + "surname": "Camincher" } }, { - "name": { - "surname": "Campanelli", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0001-6746-3374" + }, + "name": { + "given_name": "M.", + "surname": "Campanelli" } }, { - "name": { - "surname": "Camplani", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0002-6386-9788" + }, + "name": { + "given_name": "A.", + "surname": "Camplani" } }, { - "name": { - "surname": "Canale", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0003-2303-9306" + }, + "name": { + "given_name": "V.", + "surname": "Canale" } }, { - "name": { - "surname": "Canesse", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-9227-5217" + }, + "name": { + "given_name": "A.", + "surname": "Canesse" } }, { - "name": { - "surname": "Cano Bret", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Iowa Iowa City IA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "University of Iowa Iowa City IA USA" } ], "attrib": { "orcid": "0000-0002-8880-434X" + }, + "name": { + "given_name": "M.", + "surname": "Cano Bret" } }, { - "name": { - "surname": "Cantero", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-8449-1019" + }, + "name": { + "given_name": "J.", + "surname": "Cantero" } }, { - "name": { - "surname": "Cao", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0001-8747-2809" + }, + "name": { + "given_name": "Y.", + "surname": "Cao" } }, { - "name": { - "surname": "Capocasa", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-3562-9592" + }, + "name": { + "given_name": "F.", + "surname": "Capocasa" } }, { - "name": { - "surname": "Capua", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-2443-6525" + }, + "name": { + "given_name": "M.", + "surname": "Capua" } }, { - "name": { - "surname": "Carbone", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-4117-3800" + }, + "name": { + "given_name": "A.", + "surname": "Carbone" } }, { - "name": { - "surname": "Cardarelli", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0003-4541-4189" + }, + "name": { + "given_name": "R.", + "surname": "Cardarelli" } }, { - "name": { - "surname": "Cardenas", - "given_name": "J. C. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0002-6511-7096" + }, + "name": { + "given_name": "J. C. J.", + "surname": "Cardenas" } }, { - "name": { - "surname": "Cardillo", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-4478-3524" + }, + "name": { + "given_name": "F.", + "surname": "Cardillo" } }, { - "name": { - "surname": "Carli", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4058-5376" + }, + "name": { + "given_name": "T.", + "surname": "Carli" } }, { - "name": { - "surname": "Carlino", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-3924-0445" + }, + "name": { + "given_name": "G.", + "surname": "Carlino" } }, { - "name": { - "surname": "Carlotto", - "given_name": "J. I." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0003-1718-307X" + }, + "name": { + "given_name": "J. I.", + "surname": "Carlotto" } }, { - "name": { - "surname": "Carlson", - "given_name": "B. T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" }, { - "affPubRaw": "Department of Physics Westmont College Santa Barbara USA", - "affPubID": "Aff259" + "affPubID": "Aff259", + "affPubRaw": "Department of Physics Westmont College Santa Barbara USA" } ], "attrib": { "orcid": "0000-0002-7550-7821" + }, + "name": { + "given_name": "B. T.", + "surname": "Carlson" } }, { - "name": { - "surname": "Carlson", - "given_name": "E. M." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" }, { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-4139-9543" + }, + "name": { + "given_name": "E. M.", + "surname": "Carlson" } }, { - "name": { - "surname": "Carminati", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0003-4535-2926" + }, + "name": { + "given_name": "L.", + "surname": "Carminati" } }, { - "name": { - "surname": "Carnesale", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-3570-7332" + }, + "name": { + "given_name": "M.", + "surname": "Carnesale" } }, { - "name": { - "surname": "Caron", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0003-2941-2829" + }, + "name": { + "given_name": "S.", + "surname": "Caron" } }, { - "name": { - "surname": "Carquin", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile" } ], "attrib": { "orcid": "0000-0002-7863-1166" + }, + "name": { + "given_name": "E.", + "surname": "Carquin" } }, { - "name": { - "surname": "Carr\u00e1", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0001-8650-942X" + }, + "name": { + "given_name": "S.", + "surname": "Carr\u00e1" } }, { - "name": { - "surname": "Carratta", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-8846-2714" + }, + "name": { + "given_name": "G.", + "surname": "Carratta" } }, { - "name": { - "surname": "Carrio Argos", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0003-1990-2947" + }, + "name": { + "given_name": "F.", + "surname": "Carrio Argos" } }, { - "name": { - "surname": "Carter", - "given_name": "J. W. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-7836-4264" + }, + "name": { + "given_name": "J. W. S.", + "surname": "Carter" } }, { - "name": { - "surname": "Carter", - "given_name": "T. M." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-2966-6036" + }, + "name": { + "given_name": "T. M.", + "surname": "Carter" } }, { - "name": { - "surname": "Casado", - "given_name": "M. P." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" }, { - "affPubRaw": "Departament de Fisica de la Universitat Autonoma de Barcelona Barcelona Spain", - "affPubID": "Aff249" + "affPubID": "Aff249", + "affPubRaw": "Departament de Fisica de la Universitat Autonoma de Barcelona Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-0394-5646" + }, + "name": { + "given_name": "M. P.", + "surname": "Casado" } }, { - "name": { - "surname": "Casha", - "given_name": "A. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } - ] + ], + "name": { + "given_name": "A. F.", + "surname": "Casha" + } }, { - "name": { - "surname": "Castiglia", - "given_name": "E. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Yale University New Haven CT USA", - "affPubID": "Aff239" + "affPubID": "Aff239", + "affPubRaw": "Department of Physics Yale University New Haven CT USA" } ], "attrib": { "orcid": "0000-0001-7991-2018" + }, + "name": { + "given_name": "E. G.", + "surname": "Castiglia" } }, { - "name": { - "surname": "Castillo", - "given_name": "F. L." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-1172-1052" + }, + "name": { + "given_name": "F. L.", + "surname": "Castillo" } }, { - "name": { - "surname": "Castillo Garcia", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0003-1396-2826" + }, + "name": { + "given_name": "L.", + "surname": "Castillo Garcia" } }, { - "name": { - "surname": "Castillo Gimenez", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-8245-1790" + }, + "name": { + "given_name": "V.", + "surname": "Castillo Gimenez" } }, { - "name": { - "surname": "Castro", - "given_name": "N. F." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica Universidade do Minho Braga Portugal", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "Departamento de F\u00edsica Universidade do Minho Braga Portugal" } ], "attrib": { "orcid": "0000-0001-8491-4376" + }, + "name": { + "given_name": "N. F.", + "surname": "Castro" } }, { - "name": { - "surname": "Catinaccio", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8774-8887" + }, + "name": { + "given_name": "A.", + "surname": "Catinaccio" } }, { - "name": { - "surname": "Catmore", - "given_name": "J. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0001-8915-0184" + }, + "name": { + "given_name": "J. R.", + "surname": "Catmore" } }, { - "name": { - "surname": "Cavaliere", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-4297-8539" + }, + "name": { + "given_name": "V.", + "surname": "Cavaliere" } }, { - "name": { - "surname": "Cavalli", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-1096-5290" + }, + "name": { + "given_name": "N.", + "surname": "Cavalli" } }, { - "name": { - "surname": "Cavasinni", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" }, { - "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0001-6203-9347" + }, + "name": { + "given_name": "V.", + "surname": "Cavasinni" } }, { - "name": { - "surname": "Celebi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0003-3793-0159" + }, + "name": { + "given_name": "E.", + "surname": "Celebi" } }, { - "name": { - "surname": "Celli", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-6962-4573" + }, + "name": { + "given_name": "F.", + "surname": "Celli" } }, { - "name": { - "surname": "Centonze", - "given_name": "M. S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0002-7945-4392" + }, + "name": { + "given_name": "M. S.", + "surname": "Centonze" } }, { - "name": { - "surname": "Cerny", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0003-0683-2177" + }, + "name": { + "given_name": "K.", + "surname": "Cerny" } }, { - "name": { - "surname": "Cerqueira", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil" } ], "attrib": { "orcid": "0000-0002-4300-703X" + }, + "name": { + "given_name": "A. S.", + "surname": "Cerqueira" } }, { - "name": { - "surname": "Cerri", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-1904-6661" + }, + "name": { + "given_name": "A.", + "surname": "Cerri" } }, { - "name": { - "surname": "Cerrito", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0002-8077-7850" + }, + "name": { + "given_name": "L.", + "surname": "Cerrito" } }, { - "name": { - "surname": "Cerutti", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-9669-9642" + }, + "name": { + "given_name": "F.", + "surname": "Cerutti" } }, { - "name": { - "surname": "Cervelli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-0518-1459" + }, + "name": { + "given_name": "A.", + "surname": "Cervelli" } }, { - "name": { - "surname": "Cetin", - "given_name": "S. A." - }, "affiliation": [ { - "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0001-5050-8441" + }, + "name": { + "given_name": "S. A.", + "surname": "Cetin" } }, { - "name": { - "surname": "Chadi", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0002-3117-5415" + }, + "name": { + "given_name": "Z.", + "surname": "Chadi" } }, { - "name": { - "surname": "Chakraborty", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA" } ], "attrib": { "orcid": "0000-0002-9865-4146" + }, + "name": { + "given_name": "D.", + "surname": "Chakraborty" } }, { - "name": { - "surname": "Chala", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Te\u00f3rica y del Cosmos Universidad de Granada Granada Spain", - "affPubID": "Aff188" + "affPubID": "Aff188", + "affPubRaw": "Departamento de F\u00edsica Te\u00f3rica y del Cosmos Universidad de Granada Granada Spain" } ], "attrib": { "orcid": "0000-0002-4343-9094" + }, + "name": { + "given_name": "M.", + "surname": "Chala" } }, { - "name": { - "surname": "Chan", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0001-7069-0295" + }, + "name": { + "given_name": "J.", + "surname": "Chan" } }, { - "name": { - "surname": "Chan", - "given_name": "W. Y." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-5369-8540" + }, + "name": { + "given_name": "W. Y.", + "surname": "Chan" } }, { - "name": { - "surname": "Chapman", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-2926-8962" + }, + "name": { + "given_name": "J. D.", + "surname": "Chapman" } }, { - "name": { - "surname": "Chargeishvili", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0002-5376-2397" + }, + "name": { + "given_name": "B.", + "surname": "Chargeishvili" } }, { - "name": { - "surname": "Charlton", - "given_name": "D. G." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0003-0211-2041" + }, + "name": { + "given_name": "D. G.", + "surname": "Charlton" } }, { - "name": { - "surname": "Charman", - "given_name": "T. P." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0001-6288-5236" + }, + "name": { + "given_name": "T. P.", + "surname": "Charman" } }, { - "name": { - "surname": "Chatterjee", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0003-4241-7405" + }, + "name": { + "given_name": "M.", + "surname": "Chatterjee" } }, { - "name": { - "surname": "Chekanov", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0001-7314-7247" + }, + "name": { + "given_name": "S.", + "surname": "Chekanov" } }, { - "name": { - "surname": "Chekulaev", - "given_name": "S. V." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-4034-2326" + }, + "name": { + "given_name": "S. V.", + "surname": "Chekulaev" } }, { - "name": { - "surname": "Chelkov", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3468-9761" + }, + "name": { + "given_name": "G. A.", + "surname": "Chelkov" } }, { - "name": { - "surname": "Chen", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0001-9973-7966" + }, + "name": { + "given_name": "A.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0002-3034-8943" + }, + "name": { + "given_name": "B.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-7985-9023" + }, + "name": { + "given_name": "B.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-5895-6799" + }, + "name": { + "given_name": "H.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-9936-0115" + }, + "name": { + "given_name": "H.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0002-2554-2725" + }, + "name": { + "given_name": "J.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0003-1586-5253" + }, + "name": { + "given_name": "J.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-7987-9764" + }, + "name": { + "given_name": "S.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0003-0447-5348" + }, + "name": { + "given_name": "S. J.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0003-4977-2717" + }, + "name": { + "given_name": "X.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Physics Department Tsinghua University Beijing China", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "Physics Department Tsinghua University Beijing China" }, { - "affPubRaw": "The Collaborative Innovation Center of Quantum Matter (CICQM) Beijing China", - "affPubID": "Aff270" + "affPubID": "Aff270", + "affPubRaw": "The Collaborative Innovation Center of Quantum Matter (CICQM) Beijing China" } ], "attrib": { "orcid": "0000-0003-4027-3305" + }, + "name": { + "given_name": "X.", + "surname": "Chen" } }, { - "name": { - "surname": "Chen", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-6793-3604" + }, + "name": { + "given_name": "Y.", + "surname": "Chen" } }, { - "name": { - "surname": "Cheng", - "given_name": "C. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0002-4086-1847" + }, + "name": { + "given_name": "C. L.", + "surname": "Cheng" } }, { - "name": { - "surname": "Cheng", - "given_name": "H. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0002-8912-4389" + }, + "name": { + "given_name": "H. C.", + "surname": "Cheng" } }, { - "name": { - "surname": "Cheong", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-2797-6383" + }, + "name": { + "given_name": "S.", + "surname": "Cheong" } }, { - "name": { - "surname": "Cheplakov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0967-2351" + }, + "name": { + "given_name": "A.", + "surname": "Cheplakov" } }, { - "name": { - "surname": "Cheremushkina", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-8772-0961" + }, + "name": { + "given_name": "E.", + "surname": "Cheremushkina" } }, { - "name": { - "surname": "Cherepanova", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-3150-8478" + }, + "name": { + "given_name": "E.", + "surname": "Cherepanova" } }, { - "name": { - "surname": "Cherkaoui El Moursli", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0002-5842-2818" + }, + "name": { + "given_name": "R.", + "surname": "Cherkaoui El Moursli" } }, { - "name": { - "surname": "Cheu", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-2562-9724" + }, + "name": { + "given_name": "E.", + "surname": "Cheu" } }, { - "name": { - "surname": "Cheung", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics National Tsing Hua University Hsinchu Taiwan", - "affPubID": "Aff102" + "affPubID": "Aff102", + "affPubRaw": "Department of Physics National Tsing Hua University Hsinchu Taiwan" } ], "attrib": { "orcid": "0000-0003-2176-4053" + }, + "name": { + "given_name": "K.", + "surname": "Cheung" } }, { - "name": { - "surname": "Chevalier", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0003-3762-7264" + }, + "name": { + "given_name": "L.", + "surname": "Chevalier" } }, { - "name": { - "surname": "Chiarella", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-4210-2924" + }, + "name": { + "given_name": "V.", + "surname": "Chiarella" } }, { - "name": { - "surname": "Chiarelli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0001-9851-4816" + }, + "name": { + "given_name": "G.", + "surname": "Chiarelli" } }, { - "name": { - "surname": "Chiedde", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0003-1256-1043" + }, + "name": { + "given_name": "N.", + "surname": "Chiedde" } }, { - "name": { - "surname": "Chiodini", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" } ], "attrib": { "orcid": "0000-0002-2458-9513" + }, + "name": { + "given_name": "G.", + "surname": "Chiodini" } }, { - "name": { - "surname": "Chisholm", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-9214-8528" + }, + "name": { + "given_name": "A. S.", + "surname": "Chisholm" } }, { - "name": { - "surname": "Chitan", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0003-2262-4773" + }, + "name": { + "given_name": "A.", + "surname": "Chitan" } }, { - "name": { - "surname": "Chitishvili", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-1523-7783" + }, + "name": { + "given_name": "M.", + "surname": "Chitishvili" } }, { - "name": { - "surname": "Chiu", - "given_name": "Y. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-9487-9348" + }, + "name": { + "given_name": "Y. H.", + "surname": "Chiu" } }, { - "name": { - "surname": "Chizhov", - "given_name": "M. V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-5841-3316" + }, + "name": { + "given_name": "M. V.", + "surname": "Chizhov" } }, { - "name": { - "surname": "Choi", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0003-0748-694X" + }, + "name": { + "given_name": "K.", + "surname": "Choi" } }, { - "name": { - "surname": "Chomont", - "given_name": "A. R." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-3243-5610" + }, + "name": { + "given_name": "A. R.", + "surname": "Chomont" } }, { - "name": { - "surname": "Chou", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0002-2204-5731" + }, + "name": { + "given_name": "Y.", + "surname": "Chou" } }, { - "name": { - "surname": "Chow", - "given_name": "E. Y. S." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-4549-2219" + }, + "name": { + "given_name": "E. Y. S.", + "surname": "Chow" } }, { - "name": { - "surname": "Chowdhury", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-2681-8105" + }, + "name": { + "given_name": "T.", + "surname": "Chowdhury" } }, { - "name": { - "surname": "Christopher", - "given_name": "L. D." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-2509-0132" + }, + "name": { + "given_name": "L. D.", + "surname": "Christopher" } }, { - "name": { - "surname": "Chu", - "given_name": "K. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } - ] + ], + "name": { + "given_name": "K. L.", + "surname": "Chu" + } }, { - "name": { - "surname": "Chu", - "given_name": "M. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0002-1971-0403" + }, + "name": { + "given_name": "M. C.", + "surname": "Chu" } }, { - "name": { - "surname": "Chu", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-2848-0184" + }, + "name": { + "given_name": "X.", + "surname": "Chu" } }, { - "name": { - "surname": "Chudoba", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-6425-2579" + }, + "name": { + "given_name": "J.", + "surname": "Chudoba" } }, { - "name": { - "surname": "Chwastowski", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-6190-8376" + }, + "name": { + "given_name": "J. J.", + "surname": "Chwastowski" } }, { - "name": { - "surname": "Cieri", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-3533-3847" + }, + "name": { + "given_name": "D.", + "surname": "Cieri" } }, { - "name": { - "surname": "Ciesla", - "given_name": "K. M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-2751-3474" + }, + "name": { + "given_name": "K. M.", + "surname": "Ciesla" } }, { - "name": { - "surname": "Cindro", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-2037-7185" + }, + "name": { + "given_name": "V.", + "surname": "Cindro" } }, { - "name": { - "surname": "Ciocio", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-3081-4879" + }, + "name": { + "given_name": "A.", + "surname": "Ciocio" } }, { - "name": { - "surname": "Cirotto", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0001-6556-856X" + }, + "name": { + "given_name": "F.", + "surname": "Cirotto" } }, { - "name": { - "surname": "Citron", - "given_name": "Z. H." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" }, { - "affPubRaw": "Department of Physics Ben Gurion University of the Negev Beersheba Israel", - "affPubID": "Aff253" + "affPubID": "Aff253", + "affPubRaw": "Department of Physics Ben Gurion University of the Negev Beersheba Israel" } ], "attrib": { "orcid": "0000-0003-1831-6452" + }, + "name": { + "given_name": "Z. H.", + "surname": "Citron" } }, { - "name": { - "surname": "Citterio", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-0842-0654" + }, + "name": { + "given_name": "M.", + "surname": "Citterio" } }, { - "name": { - "surname": "Ciubotaru", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } - ] + ], + "name": { + "given_name": "D. A.", + "surname": "Ciubotaru" + } }, { - "name": { - "surname": "Ciungu", - "given_name": "B. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-8920-4880" + }, + "name": { + "given_name": "B. M.", + "surname": "Ciungu" } }, { - "name": { - "surname": "Clark", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8341-5911" + }, + "name": { + "given_name": "A.", + "surname": "Clark" } }, { - "name": { - "surname": "Clark", - "given_name": "P. J." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0002-3777-0880" + }, + "name": { + "given_name": "P. J.", + "surname": "Clark" } }, { - "name": { - "surname": "Clavijo Columbie", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-3210-1722" + }, + "name": { + "given_name": "J. M.", + "surname": "Clavijo Columbie" } }, { - "name": { - "surname": "Clawson", - "given_name": "S. E." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-9952-934X" + }, + "name": { + "given_name": "S. E.", + "surname": "Clawson" } }, { - "name": { - "surname": "Clement", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0003-3122-3605" + }, + "name": { + "given_name": "C.", + "surname": "Clement" } }, { - "name": { - "surname": "Clercx", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-7478-0850" + }, + "name": { + "given_name": "J.", + "surname": "Clercx" } }, { - "name": { - "surname": "Clissa", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-4876-5200" + }, + "name": { + "given_name": "L.", + "surname": "Clissa" } }, { - "name": { - "surname": "Coadou", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0001-8195-7004" + }, + "name": { + "given_name": "Y.", + "surname": "Coadou" } }, { - "name": { - "surname": "Cobal", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy" } ], "attrib": { "orcid": "0000-0003-3309-0762" + }, + "name": { + "given_name": "M.", + "surname": "Cobal" } }, { - "name": { - "surname": "Coccaro", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0003-2368-4559" + }, + "name": { + "given_name": "A.", + "surname": "Coccaro" } }, { - "name": { - "surname": "Coelho Barrue", - "given_name": "R. F." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0001-8985-5379" + }, + "name": { + "given_name": "R. F.", + "surname": "Coelho Barrue" } }, { - "name": { - "surname": "Coelho Lopes De Sa", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-5200-9195" + }, + "name": { + "given_name": "R.", + "surname": "Coelho Lopes De Sa" } }, { - "name": { - "surname": "Coelli", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-5145-3646" + }, + "name": { + "given_name": "S.", + "surname": "Coelli" } }, { - "name": { - "surname": "Cohen", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0001-6437-0981" + }, + "name": { + "given_name": "H.", + "surname": "Cohen" } }, { - "name": { - "surname": "Coimbra", - "given_name": "A. E. C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0003-2301-1637" + }, + "name": { + "given_name": "A. E. C.", + "surname": "Coimbra" } }, { - "name": { - "surname": "Cole", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-5092-2148" + }, + "name": { + "given_name": "B.", + "surname": "Cole" } }, { - "name": { - "surname": "Collot", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0002-9412-7090" + }, + "name": { + "given_name": "J.", + "surname": "Collot" } }, { - "name": { - "surname": "Conde Mui\u00f1o", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica, Instituto Superior T\u00e9cnico Universidade de Lisboa Lisbon Portugal", - "affPubID": "Aff189" + "affPubID": "Aff189", + "affPubRaw": "Departamento de F\u00edsica, Instituto Superior T\u00e9cnico Universidade de Lisboa Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-9187-7478" + }, + "name": { + "given_name": "P.", + "surname": "Conde Mui\u00f1o" } }, { - "name": { - "surname": "Connell", - "given_name": "M. P." - }, "affiliation": [ { - "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-4799-7560" + }, + "name": { + "given_name": "M. P.", + "surname": "Connell" } }, { - "name": { - "surname": "Connell", - "given_name": "S. H." - }, "affiliation": [ { - "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0001-6000-7245" + }, + "name": { + "given_name": "S. H.", + "surname": "Connell" } }, { - "name": { - "surname": "Connelly", - "given_name": "I. A." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-9127-6827" + }, + "name": { + "given_name": "I. A.", + "surname": "Connelly" } }, { - "name": { - "surname": "Conroy", - "given_name": "E. I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-0215-2767" + }, + "name": { + "given_name": "E. I.", + "surname": "Conroy" } }, { - "name": { - "surname": "Conventi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Universit\u00e0 di Napoli Parthenope Naples Italy", - "affPubID": "Aff272" + "affPubID": "Aff272", + "affPubRaw": "Universit\u00e0 di Napoli Parthenope Naples Italy" } ], "attrib": { "orcid": "0000-0002-5575-1413" + }, + "name": { + "given_name": "F.", + "surname": "Conventi" } }, { - "name": { - "surname": "Cooke", - "given_name": "H. G." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-9297-1063" + }, + "name": { + "given_name": "H. G.", + "surname": "Cooke" } }, { - "name": { - "surname": "Cooper-Sarkar", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-7107-5902" + }, + "name": { + "given_name": "A. M.", + "surname": "Cooper-Sarkar" } }, { - "name": { - "surname": "Cormier", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-2532-3207" + }, + "name": { + "given_name": "F.", + "surname": "Cormier" } }, { - "name": { - "surname": "Corpe", - "given_name": "L. D." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2136-4842" + }, + "name": { + "given_name": "L. D.", + "surname": "Corpe" } }, { - "name": { - "surname": "Corradi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-8729-466X" + }, + "name": { + "given_name": "M.", + "surname": "Corradi" } }, { - "name": { - "surname": "Corrigan", - "given_name": "E. E." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0003-2485-0248" + }, + "name": { + "given_name": "E. E.", + "surname": "Corrigan" } }, { - "name": { - "surname": "Corriveau", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" }, { - "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada", - "affPubID": "Aff264" + "affPubID": "Aff264", + "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada" } ], "attrib": { "orcid": "0000-0002-4970-7600" + }, + "name": { + "given_name": "F.", + "surname": "Corriveau" } }, { - "name": { - "surname": "Cortes-Gonzalez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-3279-3370" + }, + "name": { + "given_name": "A.", + "surname": "Cortes-Gonzalez" } }, { - "name": { - "surname": "Costa", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-2064-2954" + }, + "name": { + "given_name": "M. J.", + "surname": "Costa" } }, { - "name": { - "surname": "Costanza", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-8056-8469" + }, + "name": { + "given_name": "F.", + "surname": "Costanza" } }, { - "name": { - "surname": "Costanzo", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0003-4920-6264" + }, + "name": { + "given_name": "D.", + "surname": "Costanzo" } }, { - "name": { - "surname": "Cote", - "given_name": "B. M." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0003-2444-8267" + }, + "name": { + "given_name": "B. M.", + "surname": "Cote" } }, { - "name": { - "surname": "Cowan", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0001-8363-9827" + }, + "name": { + "given_name": "G.", + "surname": "Cowan" } }, { - "name": { - "surname": "Cowley", - "given_name": "J. W." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-7002-652X" + }, + "name": { + "given_name": "J. W.", + "surname": "Cowley" } }, { - "name": { - "surname": "Cranmer", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics New York University New York NY USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "Department of Physics New York University New York NY USA" } ], "attrib": { "orcid": "0000-0002-5769-7094" + }, + "name": { + "given_name": "K.", + "surname": "Cranmer" } }, { - "name": { - "surname": "Cr\u00e9p\u00e9-Renaudin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0001-5980-5805" + }, + "name": { + "given_name": "S.", + "surname": "Cr\u00e9p\u00e9-Renaudin" } }, { - "name": { - "surname": "Crescioli", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0001-6457-2575" + }, + "name": { + "given_name": "F.", + "surname": "Crescioli" } }, { - "name": { - "surname": "Cristinziani", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0003-3893-9171" + }, + "name": { + "given_name": "M.", + "surname": "Cristinziani" } }, { - "name": { - "surname": "Cristoforetti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN-TIFPA Povo Italy", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "INFN-TIFPA Povo Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy" }, { - "affPubRaw": "Bruno Kessler Foundation Trento Italy", - "affPubID": "Aff243" + "affPubID": "Aff243", + "affPubRaw": "Bruno Kessler Foundation Trento Italy" } ], "attrib": { "orcid": "0000-0002-0127-1342" + }, + "name": { + "given_name": "M.", + "surname": "Cristoforetti" } }, { - "name": { - "surname": "Croft", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA", - "affPubID": "Aff225" + "affPubID": "Aff225", + "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA" } ], "attrib": { "orcid": "0000-0002-8731-4525" + }, + "name": { + "given_name": "V.", + "surname": "Croft" } }, { - "name": { - "surname": "Crosetti", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0001-5990-4811" + }, + "name": { + "given_name": "G.", + "surname": "Crosetti" } }, { - "name": { - "surname": "Cueto", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1494-7898" + }, + "name": { + "given_name": "A.", + "surname": "Cueto" } }, { - "name": { - "surname": "Cuhadar Donszelmann", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0003-3519-1356" + }, + "name": { + "given_name": "T.", + "surname": "Cuhadar Donszelmann" } }, { - "name": { - "surname": "Cui", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-9923-1313" + }, + "name": { + "given_name": "H.", + "surname": "Cui" } }, { - "name": { - "surname": "Cui", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-4317-2449" + }, + "name": { + "given_name": "Z.", + "surname": "Cui" } }, { - "name": { - "surname": "Cunningham", - "given_name": "W. R." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-5517-8795" + }, + "name": { + "given_name": "W. R.", + "surname": "Cunningham" } }, { - "name": { - "surname": "Curcio", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-8682-9316" + }, + "name": { + "given_name": "F.", + "surname": "Curcio" } }, { - "name": { - "surname": "Czodrowski", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0723-1437" + }, + "name": { + "given_name": "P.", + "surname": "Czodrowski" } }, { - "name": { - "surname": "Czurylo", - "given_name": "M. M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0003-1943-5883" + }, + "name": { + "given_name": "M. M.", + "surname": "Czurylo" } }, { - "name": { - "surname": "Da Cunha Sargedas De Sousa", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-7991-593X" + }, + "name": { + "given_name": "M. J.", + "surname": "Da Cunha Sargedas De Sousa" } }, { - "name": { - "surname": "Da Fonseca Pinto", - "given_name": "J. V." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0003-1746-1914" + }, + "name": { + "given_name": "J. V.", + "surname": "Da Fonseca Pinto" } }, { - "name": { - "surname": "Da Via", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-6154-7323" + }, + "name": { + "given_name": "C.", + "surname": "Da Via" } }, { - "name": { - "surname": "Dabrowski", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-9061-9568" + }, + "name": { + "given_name": "W.", + "surname": "Dabrowski" } }, { - "name": { - "surname": "Dado", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0002-7050-2669" + }, + "name": { + "given_name": "T.", + "surname": "Dado" } }, { - "name": { - "surname": "Dahbi", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-5222-7894" + }, + "name": { + "given_name": "S.", + "surname": "Dahbi" } }, { - "name": { - "surname": "Dai", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-9607-5124" + }, + "name": { + "given_name": "T.", + "surname": "Dai" } }, { - "name": { - "surname": "Dallapiccola", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0002-1391-2477" + }, + "name": { + "given_name": "C.", + "surname": "Dallapiccola" } }, { - "name": { - "surname": "Dam", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0001-6278-9674" + }, + "name": { + "given_name": "M.", + "surname": "Dam" } }, { - "name": { - "surname": "D\u2019amen", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-9742-3709" + }, + "name": { + "given_name": "G.", + "surname": "D\u2019amen" } }, { - "name": { - "surname": "D\u2019Amico", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-2081-0129" + }, + "name": { + "given_name": "V.", + "surname": "D\u2019Amico" } }, { - "name": { - "surname": "Damp", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-7290-1372" + }, + "name": { + "given_name": "J.", + "surname": "Damp" } }, { - "name": { - "surname": "Dandoy", - "given_name": "J. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0002-9271-7126" + }, + "name": { + "given_name": "J. R.", + "surname": "Dandoy" } }, { - "name": { - "surname": "Daneri", - "given_name": "M. F." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff47" + "affPubID": "Aff47", + "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina" } ], "attrib": { "orcid": "0000-0002-2335-793X" + }, + "name": { + "given_name": "M. F.", + "surname": "Daneri" } }, { - "name": { - "surname": "Danninger", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-7807-7484" + }, + "name": { + "given_name": "M.", + "surname": "Danninger" } }, { - "name": { - "surname": "Dao", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1645-8393" + }, + "name": { + "given_name": "V.", + "surname": "Dao" } }, { - "name": { - "surname": "Darbo", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0003-2165-0638" + }, + "name": { + "given_name": "G.", + "surname": "Darbo" } }, { - "name": { - "surname": "Darmora", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0002-9766-3657" + }, + "name": { + "given_name": "S.", + "surname": "Darmora" } }, { - "name": { - "surname": "Das", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" }, { - "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA", - "affPubID": "Aff274" + "affPubID": "Aff274", + "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA" } ], "attrib": { "orcid": "0000-0003-2693-3389" + }, + "name": { + "given_name": "S. J.", + "surname": "Das" } }, { - "name": { - "surname": "D\u2019Auria", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0003-3393-6318" + }, + "name": { + "given_name": "S.", + "surname": "D\u2019Auria" } }, { - "name": { - "surname": "David", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada", - "affPubID": "Aff223" + "affPubID": "Aff223", + "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-1794-1443" + }, + "name": { + "given_name": "C.", + "surname": "David" } }, { - "name": { - "surname": "Davidek", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-3770-8307" + }, + "name": { + "given_name": "T.", + "surname": "Davidek" } }, { - "name": { - "surname": "Davis", - "given_name": "D. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0003-2679-1288" + }, + "name": { + "given_name": "D. R.", + "surname": "Davis" } }, { - "name": { - "surname": "Davis-Purcell", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-4544-169X" + }, + "name": { + "given_name": "B.", + "surname": "Davis-Purcell" } }, { - "name": { - "surname": "Dawson", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-5177-8950" + }, + "name": { + "given_name": "I.", + "surname": "Dawson" } }, { - "name": { - "surname": "De", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0002-5647-4489" + }, + "name": { + "given_name": "K.", + "surname": "De" } }, { - "name": { - "surname": "De Asmundis", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-7268-8401" + }, + "name": { + "given_name": "R.", + "surname": "De Asmundis" } }, { - "name": { - "surname": "De Beurs", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-4285-2047" + }, + "name": { + "given_name": "M.", + "surname": "De Beurs" } }, { - "name": { - "surname": "De Biase", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-5586-8224" + }, + "name": { + "given_name": "N.", + "surname": "De Biase" } }, { - "name": { - "surname": "De Castro", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0003-2178-5620" + }, + "name": { + "given_name": "S.", + "surname": "De Castro" } }, { - "name": { - "surname": "De Groot", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0001-6850-4078" + }, + "name": { + "given_name": "N.", + "surname": "De Groot" } }, { - "name": { - "surname": "de Jong", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-5330-2614" + }, + "name": { + "given_name": "P.", + "surname": "de Jong" } }, { - "name": { - "surname": "De la Torre", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-4516-5269" + }, + "name": { + "given_name": "H.", + "surname": "De la Torre" } }, { - "name": { - "surname": "De Maria", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0001-6651-845X" + }, + "name": { + "given_name": "A.", + "surname": "De Maria" } }, { - "name": { - "surname": "De Salvo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-8099-7821" + }, + "name": { + "given_name": "A.", + "surname": "De Salvo" } }, { - "name": { - "surname": "De Sanctis", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0003-4704-525X" + }, + "name": { + "given_name": "U.", + "surname": "De Sanctis" } }, { - "name": { - "surname": "De Santo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-9158-6646" + }, + "name": { + "given_name": "A.", + "surname": "De Santo" } }, { - "name": { - "surname": "De Vivie De Regie", - "given_name": "J. B." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0001-9163-2211" + }, + "name": { + "given_name": "J. B.", + "surname": "De Vivie De Regie" } }, { - "name": { - "surname": "Dedovich", - "given_name": "D. V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "D. V.", + "surname": "Dedovich" + } }, { - "name": { - "surname": "Degens", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-6966-4935" + }, + "name": { + "given_name": "J.", + "surname": "Degens" } }, { - "name": { - "surname": "Deiana", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0003-0360-6051" + }, + "name": { + "given_name": "A. M.", + "surname": "Deiana" } }, { - "name": { - "surname": "Del Corso", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-7799-577X" + }, + "name": { + "given_name": "F.", + "surname": "Del Corso" } }, { - "name": { - "surname": "Del Peso", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain" } ], "attrib": { "orcid": "0000-0001-7090-4134" + }, + "name": { + "given_name": "J.", + "surname": "Del Peso" } }, { - "name": { - "surname": "Del Rio", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0001-7630-5431" + }, + "name": { + "given_name": "F.", + "surname": "Del Rio" } }, { - "name": { - "surname": "Deliot", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0003-0777-6031" + }, + "name": { + "given_name": "F.", + "surname": "Deliot" } }, { - "name": { - "surname": "Delitzsch", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0001-7021-3333" + }, + "name": { + "given_name": "C. M.", + "surname": "Delitzsch" } }, { - "name": { - "surname": "Della Pietra", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0003-4446-3368" + }, + "name": { + "given_name": "M.", + "surname": "Della Pietra" } }, { - "name": { - "surname": "Della Volpe", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8530-7447" + }, + "name": { + "given_name": "D.", + "surname": "Della Volpe" } }, { - "name": { - "surname": "Dell\u2019Acqua", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2453-7745" + }, + "name": { + "given_name": "A.", + "surname": "Dell\u2019Acqua" } }, { - "name": { - "surname": "Dell\u2019Asta", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-9601-4225" + }, + "name": { + "given_name": "L.", + "surname": "Dell\u2019Asta" } }, { - "name": { - "surname": "Delmastro", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0003-2992-3805" + }, + "name": { + "given_name": "M.", + "surname": "Delmastro" } }, { - "name": { - "surname": "Delsart", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0002-9556-2924" + }, + "name": { + "given_name": "P. A.", + "surname": "Delsart" } }, { - "name": { - "surname": "Demers", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Yale University New Haven CT USA", - "affPubID": "Aff239" + "affPubID": "Aff239", + "affPubRaw": "Department of Physics Yale University New Haven CT USA" } ], "attrib": { "orcid": "0000-0002-7282-1786" + }, + "name": { + "given_name": "S.", + "surname": "Demers" } }, { - "name": { - "surname": "Demichev", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7730-3072" + }, + "name": { + "given_name": "M.", + "surname": "Demichev" } }, { - "name": { - "surname": "Denisov", - "given_name": "S. P." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4028-7881" + }, + "name": { + "given_name": "S. P.", + "surname": "Denisov" } }, { - "name": { - "surname": "D\u2019Eramo", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA" } ], "attrib": { "orcid": "0000-0002-4910-5378" + }, + "name": { + "given_name": "L.", + "surname": "D\u2019Eramo" } }, { - "name": { - "surname": "Derendarz", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-5660-3095" + }, + "name": { + "given_name": "D.", + "surname": "Derendarz" } }, { - "name": { - "surname": "Derue", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-3505-3503" + }, + "name": { + "given_name": "F.", + "surname": "Derue" } }, { - "name": { - "surname": "Dervan", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-3929-8046" + }, + "name": { + "given_name": "P.", + "surname": "Dervan" } }, { - "name": { - "surname": "Desch", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-5836-6118" + }, + "name": { + "given_name": "K.", + "surname": "Desch" } }, { - "name": { - "surname": "Dette", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-9593-6201" + }, + "name": { + "given_name": "K.", + "surname": "Dette" } }, { - "name": { - "surname": "Deutsch", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-6477-764X" + }, + "name": { + "given_name": "C.", + "surname": "Deutsch" } }, { - "name": { - "surname": "Di Bello", - "given_name": "F. A." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-9870-2021" + }, + "name": { + "given_name": "F. A.", + "surname": "Di Bello" } }, { - "name": { - "surname": "Di Ciaccio", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0001-8289-5183" + }, + "name": { + "given_name": "A.", + "surname": "Di Ciaccio" } }, { - "name": { - "surname": "Di Ciaccio", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0003-0751-8083" + }, + "name": { + "given_name": "L.", + "surname": "Di Ciaccio" } }, { - "name": { - "surname": "Di Domenico", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-8078-2759" + }, + "name": { + "given_name": "A.", + "surname": "Di Domenico" } }, { - "name": { - "surname": "Di Donato", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0003-2213-9284" + }, + "name": { + "given_name": "C.", + "surname": "Di Donato" } }, { - "name": { - "surname": "Di Girolamo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9508-4256" + }, + "name": { + "given_name": "A.", + "surname": "Di Girolamo" } }, { - "name": { - "surname": "Di Gregorio", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-7838-576X" + }, + "name": { + "given_name": "G.", + "surname": "Di Gregorio" } }, { - "name": { - "surname": "Di Luca", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN-TIFPA Povo Italy", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "INFN-TIFPA Povo Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy" } ], "attrib": { "orcid": "0000-0002-9074-2133" + }, + "name": { + "given_name": "A.", + "surname": "Di Luca" } }, { - "name": { - "surname": "Di Micco", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0002-4067-1592" + }, + "name": { + "given_name": "B.", + "surname": "Di Micco" } }, { - "name": { - "surname": "Di Nardo", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0003-1111-3783" + }, + "name": { + "given_name": "R.", + "surname": "Di Nardo" } }, { - "name": { - "surname": "Diaconu", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-6193-5091" + }, + "name": { + "given_name": "C.", + "surname": "Diaconu" } }, { - "name": { - "surname": "Dias", - "given_name": "F. A." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-6882-5402" + }, + "name": { + "given_name": "F. A.", + "surname": "Dias" } }, { - "name": { - "surname": "Dias Do Vale", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0001-8855-3520" + }, + "name": { + "given_name": "T.", + "surname": "Dias Do Vale" } }, { - "name": { - "surname": "Diaz", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Pontificia Universidad Cat\u00f3lica de Chile Santiago Chile", - "affPubID": "Aff196" + "affPubID": "Aff196", + "affPubRaw": "Departamento de F\u00edsica Pontificia Universidad Cat\u00f3lica de Chile Santiago Chile" }, { - "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile", - "affPubID": "Aff197" + "affPubID": "Aff197", + "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile" } ], "attrib": { "orcid": "0000-0003-1258-8684" + }, + "name": { + "given_name": "M. A.", + "surname": "Diaz" } }, { - "name": { - "surname": "Diaz Capriles", - "given_name": "F. G." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-7934-3046" + }, + "name": { + "given_name": "F. G.", + "surname": "Diaz Capriles" } }, { - "name": { - "surname": "Didenko", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-9942-6543" + }, + "name": { + "given_name": "M.", + "surname": "Didenko" } }, { - "name": { - "surname": "Diehl", - "given_name": "E. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-7611-355X" + }, + "name": { + "given_name": "E. B.", + "surname": "Diehl" } }, { - "name": { - "surname": "Diehl", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-7962-0661" + }, + "name": { + "given_name": "L.", + "surname": "Diehl" } }, { - "name": { - "surname": "D\u00edez Cornell", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-3694-6167" + }, + "name": { + "given_name": "S.", + "surname": "D\u00edez Cornell" } }, { - "name": { - "surname": "Diez Pardos", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-0482-1127" + }, + "name": { + "given_name": "C.", + "surname": "Diez Pardos" } }, { - "name": { - "surname": "Dimitriadi", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" }, { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0002-9605-3558" + }, + "name": { + "given_name": "C.", + "surname": "Dimitriadi" } }, { - "name": { - "surname": "Dimitrievska", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-0086-0599" + }, + "name": { + "given_name": "A.", + "surname": "Dimitrievska" } }, { - "name": { - "surname": "Dingfelder", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-5767-2121" + }, + "name": { + "given_name": "J.", + "surname": "Dingfelder" } }, { - "name": { - "surname": "Dinu", - "given_name": "I.-M." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0002-2683-7349" + }, + "name": { + "given_name": "I.-M.", + "surname": "Dinu" } }, { - "name": { - "surname": "Dittmeier", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-5172-7520" + }, + "name": { + "given_name": "S. J.", + "surname": "Dittmeier" } }, { - "name": { - "surname": "Dittus", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1760-8237" + }, + "name": { + "given_name": "F.", + "surname": "Dittus" } }, { - "name": { - "surname": "Djama", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0003-1881-3360" + }, + "name": { + "given_name": "F.", + "surname": "Djama" } }, { - "name": { - "surname": "Djobava", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0002-9414-8350" + }, + "name": { + "given_name": "T.", + "surname": "Djobava" } }, { - "name": { - "surname": "Djuvsland", - "given_name": "J. I." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0002-6488-8219" + }, + "name": { + "given_name": "J. I.", + "surname": "Djuvsland" } }, { - "name": { - "surname": "Doglioni", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" }, { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-1509-0390" + }, + "name": { + "given_name": "C.", + "surname": "Doglioni" } }, { - "name": { - "surname": "Dolejsi", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-5821-7067" + }, + "name": { + "given_name": "J.", + "surname": "Dolejsi" } }, { - "name": { - "surname": "Dolezal", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-5662-3675" + }, + "name": { + "given_name": "Z.", + "surname": "Dolezal" } }, { - "name": { - "surname": "Donadelli", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Universidade de S\u00e3o Paulo S\u00e3o Paulo Brazil", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Instituto de F\u00edsica Universidade de S\u00e3o Paulo S\u00e3o Paulo Brazil" } ], "attrib": { "orcid": "0000-0001-8329-4240" + }, + "name": { + "given_name": "M.", + "surname": "Donadelli" } }, { - "name": { - "surname": "Dong", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-6075-0191" + }, + "name": { + "given_name": "B.", + "surname": "Dong" } }, { - "name": { - "surname": "Donini", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0002-8998-0839" + }, + "name": { + "given_name": "J.", + "surname": "Donini" } }, { - "name": { - "surname": "D\u2019Onofrio", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0002-0343-6331" + }, + "name": { + "given_name": "A.", + "surname": "D\u2019Onofrio" } }, { - "name": { - "surname": "D\u2019Onofrio", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-2408-5099" + }, + "name": { + "given_name": "M.", + "surname": "D\u2019Onofrio" } }, { - "name": { - "surname": "Dopke", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-0683-9910" + }, + "name": { + "given_name": "J.", + "surname": "Dopke" } }, { - "name": { - "surname": "Doria", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-5381-2649" + }, + "name": { + "given_name": "A.", + "surname": "Doria" } }, { - "name": { - "surname": "Dova", - "given_name": "M. T." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina" } ], "attrib": { "orcid": "0000-0001-6113-0878" + }, + "name": { + "given_name": "M. T.", + "surname": "Dova" } }, { - "name": { - "surname": "Doyle", - "given_name": "A. T." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-6322-6195" + }, + "name": { + "given_name": "A. T.", + "surname": "Doyle" } }, { - "name": { - "surname": "Draguet", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0003-1530-0519" + }, + "name": { + "given_name": "M. A.", + "surname": "Draguet" } }, { - "name": { - "surname": "Drechsler", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-8773-7640" + }, + "name": { + "given_name": "E.", + "surname": "Drechsler" } }, { - "name": { - "surname": "Dreyer", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0001-8955-9510" + }, + "name": { + "given_name": "E.", + "surname": "Dreyer" } }, { - "name": { - "surname": "Drivas-koulouris", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0002-2885-9779" + }, + "name": { + "given_name": "I.", + "surname": "Drivas-koulouris" } }, { - "name": { - "surname": "Drobac", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA", - "affPubID": "Aff225" + "affPubID": "Aff225", + "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA" } ], "attrib": { "orcid": "0000-0003-4782-4034" + }, + "name": { + "given_name": "A. S.", + "surname": "Drobac" } }, { - "name": { - "surname": "Drozdova", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0699-3931" + }, + "name": { + "given_name": "M.", + "surname": "Drozdova" } }, { - "name": { - "surname": "Du", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-6758-0113" + }, + "name": { + "given_name": "D.", + "surname": "Du" } }, { - "name": { - "surname": "du Pree", - "given_name": "T. A." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-8703-7938" + }, + "name": { + "given_name": "T. A.", + "surname": "du Pree" } }, { - "name": { - "surname": "Dubinin", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2182-2727" + }, + "name": { + "given_name": "F.", + "surname": "Dubinin" } }, { - "name": { - "surname": "Dubovsky", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0002-3847-0775" + }, + "name": { + "given_name": "M.", + "surname": "Dubovsky" } }, { - "name": { - "surname": "Duchovni", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0002-7276-6342" + }, + "name": { + "given_name": "E.", + "surname": "Duchovni" } }, { - "name": { - "surname": "Duckeck", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-7756-7801" + }, + "name": { + "given_name": "G.", + "surname": "Duckeck" } }, { - "name": { - "surname": "Ducu", - "given_name": "O. A." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0001-5914-0524" + }, + "name": { + "given_name": "O. A.", + "surname": "Ducu" } }, { - "name": { - "surname": "Duda", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-5916-3467" + }, + "name": { + "given_name": "D.", + "surname": "Duda" } }, { - "name": { - "surname": "Dudarev", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8713-8162" + }, + "name": { + "given_name": "A.", + "surname": "Dudarev" } }, { - "name": { - "surname": "D\u2019uffizi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0003-2499-1649" + }, + "name": { + "given_name": "M.", + "surname": "D\u2019uffizi" } }, { - "name": { - "surname": "Duflot", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-4871-2176" + }, + "name": { + "given_name": "L.", + "surname": "Duflot" } }, { - "name": { - "surname": "D\u00fchrssen", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5833-7058" + }, + "name": { + "given_name": "M.", + "surname": "D\u00fchrssen" } }, { - "name": { - "surname": "D\u00fclsen", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0003-4813-8757" + }, + "name": { + "given_name": "C.", + "surname": "D\u00fclsen" } }, { - "name": { - "surname": "Dumitriu", - "given_name": "A. E." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0003-3310-4642" + }, + "name": { + "given_name": "A. E.", + "surname": "Dumitriu" } }, { - "name": { - "surname": "Dunford", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-7667-260X" + }, + "name": { + "given_name": "M.", + "surname": "Dunford" } }, { - "name": { - "surname": "Dungs", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0001-9935-6397" + }, + "name": { + "given_name": "S.", + "surname": "Dungs" } }, { - "name": { - "surname": "Dunne", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0003-2626-2247" + }, + "name": { + "given_name": "K.", + "surname": "Dunne" } }, { - "name": { - "surname": "Duperrin", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-5789-9825" + }, + "name": { + "given_name": "A.", + "surname": "Duperrin" } }, { - "name": { - "surname": "Duran Yildiz", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0003-3469-6045" + }, + "name": { + "given_name": "H.", + "surname": "Duran Yildiz" } }, { - "name": { - "surname": "D\u00fcren", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Justus-Liebig-Universit\u00e4t Giessen Giessen Germany", - "affPubID": "Aff89" + "affPubID": "Aff89", + "affPubRaw": "II. Physikalisches Institut Justus-Liebig-Universit\u00e4t Giessen Giessen Germany" } ], "attrib": { "orcid": "0000-0002-6066-4744" + }, + "name": { + "given_name": "M.", + "surname": "D\u00fcren" } }, { - "name": { - "surname": "Durglishvili", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0003-4157-592X" + }, + "name": { + "given_name": "A.", + "surname": "Durglishvili" } }, { - "name": { - "surname": "Dwyer", - "given_name": "B. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA" } ], "attrib": { "orcid": "0000-0001-5430-4702" + }, + "name": { + "given_name": "B. L.", + "surname": "Dwyer" } }, { - "name": { - "surname": "Dyckes", - "given_name": "G. I." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-1464-0335" + }, + "name": { + "given_name": "G. I.", + "surname": "Dyckes" } }, { - "name": { - "surname": "Dyndal", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-9632-6352" + }, + "name": { + "given_name": "M.", + "surname": "Dyndal" } }, { - "name": { - "surname": "Dysch", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-7412-9187" + }, + "name": { + "given_name": "S.", + "surname": "Dysch" } }, { - "name": { - "surname": "Dziedzic", - "given_name": "B. S." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-0805-9184" + }, + "name": { + "given_name": "B. S.", + "surname": "Dziedzic" } }, { - "name": { - "surname": "Earnshaw", - "given_name": "Z. O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-2878-261X" + }, + "name": { + "given_name": "Z. O.", + "surname": "Earnshaw" } }, { - "name": { - "surname": "Eckerova", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0003-0336-3723" + }, + "name": { + "given_name": "B.", + "surname": "Eckerova" } }, { - "name": { - "surname": "Eggebrecht", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-5238-4921" + }, + "name": { + "given_name": "S.", + "surname": "Eggebrecht" } }, { - "name": { - "surname": "Eggleston", - "given_name": "M. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } - ] + ], + "name": { + "given_name": "M. G.", + "surname": "Eggleston" + } }, { - "name": { - "surname": "Egidio Purcino De Souza", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0001-5370-8377" + }, + "name": { + "given_name": "E.", + "surname": "Egidio Purcino De Souza" } }, { - "name": { - "surname": "Ehrke", - "given_name": "L. F." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2701-968X" + }, + "name": { + "given_name": "L. F.", + "surname": "Ehrke" } }, { - "name": { - "surname": "Eigen", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0003-3529-5171" + }, + "name": { + "given_name": "G.", + "surname": "Eigen" } }, { - "name": { - "surname": "Einsweiler", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-4391-9100" + }, + "name": { + "given_name": "K.", + "surname": "Einsweiler" } }, { - "name": { - "surname": "Ekelof", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0002-7341-9115" + }, + "name": { + "given_name": "T.", + "surname": "Ekelof" } }, { - "name": { - "surname": "Ekman", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0002-7032-2799" + }, + "name": { + "given_name": "P. A.", + "surname": "Ekman" } }, { - "name": { - "surname": "El Ghazali", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Universit\u00e9 Ibn-Tofail K\u00e9nitra Morocco", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "Facult\u00e9 des Sciences Universit\u00e9 Ibn-Tofail K\u00e9nitra Morocco" } ], "attrib": { "orcid": "0000-0001-9172-2946" + }, + "name": { + "given_name": "Y.", + "surname": "El Ghazali" } }, { - "name": { - "surname": "El Jarrari", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" }, { - "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan" } ], "attrib": { "orcid": "0000-0002-8955-9681" + }, + "name": { + "given_name": "H.", + "surname": "El Jarrari" } }, { - "name": { - "surname": "El Moussaouy", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0002-9669-5374" + }, + "name": { + "given_name": "A.", + "surname": "El Moussaouy" } }, { - "name": { - "surname": "Ellajosyula", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0001-5997-3569" + }, + "name": { + "given_name": "V.", + "surname": "Ellajosyula" } }, { - "name": { - "surname": "Ellert", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0001-5265-3175" + }, + "name": { + "given_name": "M.", + "surname": "Ellert" } }, { - "name": { - "surname": "Ellinghaus", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0003-3596-5331" + }, + "name": { + "given_name": "F.", + "surname": "Ellinghaus" } }, { - "name": { - "surname": "Elliot", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0003-0921-0314" + }, + "name": { + "given_name": "A. A.", + "surname": "Elliot" } }, { - "name": { - "surname": "Ellis", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1920-4930" + }, + "name": { + "given_name": "N.", + "surname": "Ellis" } }, { - "name": { - "surname": "Elmsheuser", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-8899-051X" + }, + "name": { + "given_name": "J.", + "surname": "Elmsheuser" } }, { - "name": { - "surname": "Elsing", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1213-0545" + }, + "name": { + "given_name": "M.", + "surname": "Elsing" } }, { - "name": { - "surname": "Emeliyanov", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-1363-9175" + }, + "name": { + "given_name": "D.", + "surname": "Emeliyanov" } }, { - "name": { - "surname": "Emerman", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0003-4963-1148" + }, + "name": { + "given_name": "A.", + "surname": "Emerman" } }, { - "name": { - "surname": "Enari", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-9916-3349" + }, + "name": { + "given_name": "Y.", + "surname": "Enari" } }, { - "name": { - "surname": "Ene", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-2296-1112" + }, + "name": { + "given_name": "I.", + "surname": "Ene" } }, { - "name": { - "surname": "Epari", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-4095-4808" + }, + "name": { + "given_name": "S.", + "surname": "Epari" } }, { - "name": { - "surname": "Erdmann", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" }, { - "affPubRaw": "III. Physikalisches Institut A RWTH Aachen University Aachen Germany", - "affPubID": "Aff269" + "affPubID": "Aff269", + "affPubRaw": "III. Physikalisches Institut A RWTH Aachen University Aachen Germany" } ], "attrib": { "orcid": "0000-0002-8073-2740" + }, + "name": { + "given_name": "J.", + "surname": "Erdmann" } }, { - "name": { - "surname": "Ereditato", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0002-5423-8079" + }, + "name": { + "given_name": "A.", + "surname": "Ereditato" } }, { - "name": { - "surname": "Erland", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-4543-6599" + }, + "name": { + "given_name": "P. A.", + "surname": "Erland" } }, { - "name": { - "surname": "Errenst", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0003-4656-3936" + }, + "name": { + "given_name": "M.", + "surname": "Errenst" } }, { - "name": { - "surname": "Escalier", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-4270-2775" + }, + "name": { + "given_name": "M.", + "surname": "Escalier" } }, { - "name": { - "surname": "Escobar", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-4442-4537" + }, + "name": { + "given_name": "C.", + "surname": "Escobar" } }, { - "name": { - "surname": "Etzion", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0001-6871-7794" + }, + "name": { + "given_name": "E.", + "surname": "Etzion" } }, { - "name": { - "surname": "Evans", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0003-0434-6925" + }, + "name": { + "given_name": "G.", + "surname": "Evans" } }, { - "name": { - "surname": "Evans", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0003-2183-3127" + }, + "name": { + "given_name": "H.", + "surname": "Evans" } }, { - "name": { - "surname": "Evans", - "given_name": "M. O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-4259-018X" + }, + "name": { + "given_name": "M. O.", + "surname": "Evans" } }, { - "name": { - "surname": "Ezhilov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7520-293X" + }, + "name": { + "given_name": "A.", + "surname": "Ezhilov" } }, { - "name": { - "surname": "Ezzarqtouni", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0002-7912-2830" + }, + "name": { + "given_name": "S.", + "surname": "Ezzarqtouni" } }, { - "name": { - "surname": "Fabbri", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-8474-0978" + }, + "name": { + "given_name": "F.", + "surname": "Fabbri" } }, { - "name": { - "surname": "Fabbri", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-4002-8353" + }, + "name": { + "given_name": "L.", + "surname": "Fabbri" } }, { - "name": { - "surname": "Facini", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-4056-4578" + }, + "name": { + "given_name": "G.", + "surname": "Facini" } }, { - "name": { - "surname": "Fadeyev", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0003-0154-4328" + }, + "name": { + "given_name": "V.", + "surname": "Fadeyev" } }, { - "name": { - "surname": "Fakhrutdinov", - "given_name": "R. M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7882-2125" + }, + "name": { + "given_name": "R. M.", + "surname": "Fakhrutdinov" } }, { - "name": { - "surname": "Falciano", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-7118-341X" + }, + "name": { + "given_name": "S.", + "surname": "Falciano" } }, { - "name": { - "surname": "Falda Ulhoa Coelho", - "given_name": "L. F." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2298-3605" + }, + "name": { + "given_name": "L. F.", + "surname": "Falda Ulhoa Coelho" } }, { - "name": { - "surname": "Falke", - "given_name": "P. J." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-2004-476X" + }, + "name": { + "given_name": "P. J.", + "surname": "Falke" } }, { - "name": { - "surname": "Falke", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0264-1632" + }, + "name": { + "given_name": "S.", + "surname": "Falke" } }, { - "name": { - "surname": "Faltova", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-4278-7182" + }, + "name": { + "given_name": "J.", + "surname": "Faltova" } }, { - "name": { - "surname": "Fan", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0001-7868-3858" + }, + "name": { + "given_name": "Y.", + "surname": "Fan" } }, { - "name": { - "surname": "Fang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0001-8630-6585" + }, + "name": { + "given_name": "Y.", + "surname": "Fang" } }, { - "name": { - "surname": "Fanourakis", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece", - "affPubID": "Aff75" + "affPubID": "Aff75", + "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece" } ], "attrib": { "orcid": "0000-0001-6689-4957" + }, + "name": { + "given_name": "G.", + "surname": "Fanourakis" } }, { - "name": { - "surname": "Fanti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-8773-145X" + }, + "name": { + "given_name": "M.", + "surname": "Fanti" } }, { - "name": { - "surname": "Faraj", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "ICTP Trieste Italy", - "affPubID": "Aff107" + "affPubID": "Aff107", + "affPubRaw": "ICTP Trieste Italy" } ], "attrib": { "orcid": "0000-0001-9442-7598" + }, + "name": { + "given_name": "M.", + "surname": "Faraj" } }, { - "name": { - "surname": "Farazpay", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Louisiana Tech University Ruston LA USA", - "affPubID": "Aff149" + "affPubID": "Aff149", + "affPubRaw": "Louisiana Tech University Ruston LA USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Farazpay" + } }, { - "name": { - "surname": "Farbin", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0003-0000-2439" + }, + "name": { + "given_name": "A.", + "surname": "Farbin" } }, { - "name": { - "surname": "Farilla", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0002-3983-0728" + }, + "name": { + "given_name": "A.", + "surname": "Farilla" } }, { - "name": { - "surname": "Farooque", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0003-1363-9324" + }, + "name": { + "given_name": "T.", + "surname": "Farooque" } }, { - "name": { - "surname": "Farrington", - "given_name": "S. M." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0001-5350-9271" + }, + "name": { + "given_name": "S. M.", + "surname": "Farrington" } }, { - "name": { - "surname": "Fassi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0002-6423-7213" + }, + "name": { + "given_name": "F.", + "surname": "Fassi" } }, { - "name": { - "surname": "Fassouliotis", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece" } ], "attrib": { "orcid": "0000-0003-1289-2141" + }, + "name": { + "given_name": "D.", + "surname": "Fassouliotis" } }, { - "name": { - "surname": "Faucci Giannelli", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0003-3731-820X" + }, + "name": { + "given_name": "M.", + "surname": "Faucci Giannelli" } }, { - "name": { - "surname": "Fawcett", - "given_name": "W. J." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0003-2596-8264" + }, + "name": { + "given_name": "W. J.", + "surname": "Fawcett" } }, { - "name": { - "surname": "Fayard", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-2190-9091" + }, + "name": { + "given_name": "L.", + "surname": "Fayard" } }, { - "name": { - "surname": "Federicova", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-4176-2768" + }, + "name": { + "given_name": "P.", + "surname": "Federicova" } }, { - "name": { - "surname": "Fedin", - "given_name": "O. L." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1733-7158" + }, + "name": { + "given_name": "O. L.", + "surname": "Fedin" } }, { - "name": { - "surname": "Fedotov", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8928-4414" + }, + "name": { + "given_name": "G.", + "surname": "Fedotov" } }, { - "name": { - "surname": "Feickert", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0003-4124-7862" + }, + "name": { + "given_name": "M.", + "surname": "Feickert" } }, { - "name": { - "surname": "Feligioni", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-1403-0951" + }, + "name": { + "given_name": "L.", + "surname": "Feligioni" } }, { - "name": { - "surname": "Fell", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0003-2101-1879" + }, + "name": { + "given_name": "A.", + "surname": "Fell" } }, { - "name": { - "surname": "Fellers", - "given_name": "D. E." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-0731-9562" + }, + "name": { + "given_name": "D. E.", + "surname": "Fellers" } }, { - "name": { - "surname": "Feng", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0001-9138-3200" + }, + "name": { + "given_name": "C.", + "surname": "Feng" } }, { - "name": { - "surname": "Feng", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Tsinghua University Beijing China", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "Physics Department Tsinghua University Beijing China" } ], "attrib": { "orcid": "0000-0002-0698-1482" + }, + "name": { + "given_name": "M.", + "surname": "Feng" } }, { - "name": { - "surname": "Feng", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-5155-3420" + }, + "name": { + "given_name": "Z.", + "surname": "Feng" } }, { - "name": { - "surname": "Fenton", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0003-1002-6880" + }, + "name": { + "given_name": "M. J.", + "surname": "Fenton" } }, { - "name": { - "surname": "Fenyuk", - "given_name": "A. B." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "A. B.", + "surname": "Fenyuk" + } }, { - "name": { - "surname": "Ferencz", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-5489-1759" + }, + "name": { + "given_name": "L.", + "surname": "Ferencz" } }, { - "name": { - "surname": "Ferguson", - "given_name": "R. A. M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0003-2352-7334" + }, + "name": { + "given_name": "R. A. M.", + "surname": "Ferguson" } }, { - "name": { - "surname": "Ferrando", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-1007-7816" + }, + "name": { + "given_name": "J.", + "surname": "Ferrando" } }, { - "name": { - "surname": "Ferrari", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0003-2887-5311" + }, + "name": { + "given_name": "A.", + "surname": "Ferrari" } }, { - "name": { - "surname": "Ferrari", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" }, { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-1387-153X" + }, + "name": { + "given_name": "P.", + "surname": "Ferrari" } }, { - "name": { - "surname": "Ferrari", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0001-5566-1373" + }, + "name": { + "given_name": "R.", + "surname": "Ferrari" } }, { - "name": { - "surname": "Ferrere", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5687-9240" + }, + "name": { + "given_name": "D.", + "surname": "Ferrere" } }, { - "name": { - "surname": "Ferretti", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-5562-7893" + }, + "name": { + "given_name": "C.", + "surname": "Ferretti" } }, { - "name": { - "surname": "Fiedler", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-4610-5612" + }, + "name": { + "given_name": "F.", + "surname": "Fiedler" } }, { - "name": { - "surname": "Filip\u010di\u010d", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0001-5671-1555" + }, + "name": { + "given_name": "A.", + "surname": "Filip\u010di\u010d" } }, { - "name": { - "surname": "Filmer", - "given_name": "E. K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0001-6967-7325" + }, + "name": { + "given_name": "E. K.", + "surname": "Filmer" } }, { - "name": { - "surname": "Filthaut", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0003-3338-2247" + }, + "name": { + "given_name": "F.", + "surname": "Filthaut" } }, { - "name": { - "surname": "Fiolhais", - "given_name": "M. C. N." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal" }, { - "affPubRaw": "Borough of Manhattan Community College City University of New York New York NY USA", - "affPubID": "Aff242" + "affPubID": "Aff242", + "affPubRaw": "Borough of Manhattan Community College City University of New York New York NY USA" } ], "attrib": { "orcid": "0000-0001-9035-0335" + }, + "name": { + "given_name": "M. C. N.", + "surname": "Fiolhais" } }, { - "name": { - "surname": "Fiorini", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-5070-2735" + }, + "name": { + "given_name": "L.", + "surname": "Fiorini" } }, { - "name": { - "surname": "Fischer", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" }, { - "affPubRaw": "National Institute of Physics, University of the Philippines Diliman (Philippines) Quezon City Philippines", - "affPubID": "Aff276" + "affPubID": "Aff276", + "affPubRaw": "National Institute of Physics, University of the Philippines Diliman (Philippines) Quezon City Philippines" } ], "attrib": { "orcid": "0000-0001-9799-5232" + }, + "name": { + "given_name": "F.", + "surname": "Fischer" } }, { - "name": { - "surname": "Fisher", - "given_name": "W. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0003-3043-3045" + }, + "name": { + "given_name": "W. C.", + "surname": "Fisher" } }, { - "name": { - "surname": "Fitschen", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-1152-7372" + }, + "name": { + "given_name": "T.", + "surname": "Fitschen" } }, { - "name": { - "surname": "Fleck", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0003-1461-8648" + }, + "name": { + "given_name": "I.", + "surname": "Fleck" } }, { - "name": { - "surname": "Fleischmann", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0001-6968-340X" + }, + "name": { + "given_name": "P.", + "surname": "Fleischmann" } }, { - "name": { - "surname": "Flick", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-8356-6987" + }, + "name": { + "given_name": "T.", + "surname": "Flick" } }, { - "name": { - "surname": "Flores", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0002-2748-758X" + }, + "name": { + "given_name": "L.", + "surname": "Flores" } }, { - "name": { - "surname": "Flores", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "National Institute of Physics University of the Philippines Diliman Quezon City Philippines", - "affPubID": "Aff53" + "affPubID": "Aff53", + "affPubRaw": "National Institute of Physics University of the Philippines Diliman Quezon City Philippines" }, { - "affPubRaw": "National Institute of Physics, University of the Philippines Diliman (Philippines) Quezon City Philippines", - "affPubID": "Aff276" + "affPubID": "Aff276", + "affPubRaw": "National Institute of Physics, University of the Philippines Diliman (Philippines) Quezon City Philippines" } ], "attrib": { "orcid": "0000-0002-4462-2851" + }, + "name": { + "given_name": "M.", + "surname": "Flores" } }, { - "name": { - "surname": "Flores Castillo", - "given_name": "L. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0003-1551-5974" + }, + "name": { + "given_name": "L. R.", + "surname": "Flores Castillo" } }, { - "name": { - "surname": "Follega", - "given_name": "F. M." - }, "affiliation": [ { - "affPubRaw": "INFN-TIFPA Povo Italy", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "INFN-TIFPA Povo Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy" } ], "attrib": { "orcid": "0000-0003-2317-9560" + }, + "name": { + "given_name": "F. M.", + "surname": "Follega" } }, { - "name": { - "surname": "Fomin", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0001-9457-394X" + }, + "name": { + "given_name": "N.", + "surname": "Fomin" } }, { - "name": { - "surname": "Foo", - "given_name": "J. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-4577-0685" + }, + "name": { + "given_name": "J. H.", + "surname": "Foo" } }, { - "name": { - "surname": "Forland", - "given_name": "B. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } - ] + ], + "name": { + "given_name": "B. C.", + "surname": "Forland" + } }, { - "name": { - "surname": "Formica", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0001-8308-2643" + }, + "name": { + "given_name": "A.", + "surname": "Formica" } }, { - "name": { - "surname": "Forti", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-0532-7921" + }, + "name": { + "given_name": "A. C.", + "surname": "Forti" } }, { - "name": { - "surname": "Fortin", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-6418-9522" + }, + "name": { + "given_name": "E.", + "surname": "Fortin" } }, { - "name": { - "surname": "Fortman", - "given_name": "A. W." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0001-9454-9069" + }, + "name": { + "given_name": "A. W.", + "surname": "Fortman" } }, { - "name": { - "surname": "Foti", - "given_name": "M. G." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-0976-7246" + }, + "name": { + "given_name": "M. G.", + "surname": "Foti" } }, { - "name": { - "surname": "Fountas", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece" }, { - "affPubRaw": "Department of Financial and Management Engineering University of the Aegean Chios Greece", - "affPubID": "Aff250" + "affPubID": "Aff250", + "affPubRaw": "Department of Financial and Management Engineering University of the Aegean Chios Greece" } ], "attrib": { "orcid": "0000-0002-9986-6597" + }, + "name": { + "given_name": "L.", + "surname": "Fountas" } }, { - "name": { - "surname": "Fournier", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-4836-0358" + }, + "name": { + "given_name": "D.", + "surname": "Fournier" } }, { - "name": { - "surname": "Fox", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0003-3089-6090" + }, + "name": { + "given_name": "H.", + "surname": "Fox" } }, { - "name": { - "surname": "Francavilla", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" }, { - "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0003-1164-6870" + }, + "name": { + "given_name": "P.", + "surname": "Francavilla" } }, { - "name": { - "surname": "Francescato", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0001-5315-9275" + }, + "name": { + "given_name": "S.", + "surname": "Francescato" } }, { - "name": { - "surname": "Franchellucci", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0695-0798" + }, + "name": { + "given_name": "S.", + "surname": "Franchellucci" } }, { - "name": { - "surname": "Franchini", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-4554-252X" + }, + "name": { + "given_name": "M.", + "surname": "Franchini" } }, { - "name": { - "surname": "Franchino", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-8159-8010" + }, + "name": { + "given_name": "S.", + "surname": "Franchino" } }, { - "name": { - "surname": "Francis", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Francis" + } }, { - "name": { - "surname": "Franco", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0002-1687-4314" + }, + "name": { + "given_name": "L.", + "surname": "Franco" } }, { - "name": { - "surname": "Franconi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0002-0647-6072" + }, + "name": { + "given_name": "L.", + "surname": "Franconi" } }, { - "name": { - "surname": "Franklin", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0002-6595-883X" + }, + "name": { + "given_name": "M.", + "surname": "Franklin" } }, { - "name": { - "surname": "Frattari", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-7829-6564" + }, + "name": { + "given_name": "G.", + "surname": "Frattari" } }, { - "name": { - "surname": "Freegard", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0003-4482-3001" + }, + "name": { + "given_name": "A. C.", + "surname": "Freegard" } }, { - "name": { - "surname": "Freeman", - "given_name": "P. M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } - ] + ], + "name": { + "given_name": "P. M.", + "surname": "Freeman" + } }, { - "name": { - "surname": "Freund", - "given_name": "W. S." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0003-4473-1027" + }, + "name": { + "given_name": "W. S.", + "surname": "Freund" } }, { - "name": { - "surname": "Fritzsche", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0002-9350-1060" + }, + "name": { + "given_name": "N.", + "surname": "Fritzsche" } }, { - "name": { - "surname": "Froch", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-8259-2622" + }, + "name": { + "given_name": "A.", + "surname": "Froch" } }, { - "name": { - "surname": "Froidevaux", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3986-3922" + }, + "name": { + "given_name": "D.", + "surname": "Froidevaux" } }, { - "name": { - "surname": "Frost", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0003-3562-9944" + }, + "name": { + "given_name": "J. A.", + "surname": "Frost" } }, { - "name": { - "surname": "Fu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-7370-7395" + }, + "name": { + "given_name": "Y.", + "surname": "Fu" } }, { - "name": { - "surname": "Fujimoto", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Ochanomizu University Otsuka, Bunkyo-ku Tokyo Japan", - "affPubID": "Aff171" + "affPubID": "Aff171", + "affPubRaw": "Ochanomizu University Otsuka, Bunkyo-ku Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-6701-8198" + }, + "name": { + "given_name": "M.", + "surname": "Fujimoto" } }, { - "name": { - "surname": "Fullana Torregrosa", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-3082-621X" + }, + "name": { + "given_name": "E.", + "surname": "Fullana Torregrosa" } }, { - "name": { - "surname": "Fuster", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-1290-2031" + }, + "name": { + "given_name": "J.", + "surname": "Fuster" } }, { - "name": { - "surname": "Gabrielli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-5346-7841" + }, + "name": { + "given_name": "A.", + "surname": "Gabrielli" } }, { - "name": { - "surname": "Gabrielli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-0768-9325" + }, + "name": { + "given_name": "A.", + "surname": "Gabrielli" } }, { - "name": { - "surname": "Gadow", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-4475-6734" + }, + "name": { + "given_name": "P.", + "surname": "Gadow" } }, { - "name": { - "surname": "Gagliardi", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-3550-4124" + }, + "name": { + "given_name": "G.", + "surname": "Gagliardi" } }, { - "name": { - "surname": "Gagnon", - "given_name": "L. G." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-3000-8479" + }, + "name": { + "given_name": "L. G.", + "surname": "Gagnon" } }, { - "name": { - "surname": "Gallardo", - "given_name": "G. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-5832-5746" + }, + "name": { + "given_name": "G. E.", + "surname": "Gallardo" } }, { - "name": { - "surname": "Gallas", - "given_name": "E. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-1259-1034" + }, + "name": { + "given_name": "E. J.", + "surname": "Gallas" } }, { - "name": { - "surname": "Gallop", - "given_name": "B. J." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0001-7401-5043" + }, + "name": { + "given_name": "B. J.", + "surname": "Gallop" } }, { - "name": { - "surname": "Gamboa Goni", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0003-1026-7633" + }, + "name": { + "given_name": "R.", + "surname": "Gamboa Goni" } }, { - "name": { - "surname": "Gan", - "given_name": "K. K." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0002-1550-1487" + }, + "name": { + "given_name": "K. K.", + "surname": "Gan" } }, { - "name": { - "surname": "Ganguly", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-1285-9261" + }, + "name": { + "given_name": "S.", + "surname": "Ganguly" } }, { - "name": { - "surname": "Gao", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-8420-3803" + }, + "name": { + "given_name": "J.", + "surname": "Gao" } }, { - "name": { - "surname": "Gao", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0001-6326-4773" + }, + "name": { + "given_name": "Y.", + "surname": "Gao" } }, { - "name": { - "surname": "Garay Walls", - "given_name": "F. M." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Pontificia Universidad Cat\u00f3lica de Chile Santiago Chile", - "affPubID": "Aff196" + "affPubID": "Aff196", + "affPubRaw": "Departamento de F\u00edsica Pontificia Universidad Cat\u00f3lica de Chile Santiago Chile" }, { - "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile", - "affPubID": "Aff197" + "affPubID": "Aff197", + "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile" } ], "attrib": { "orcid": "0000-0002-6670-1104" + }, + "name": { + "given_name": "F. M.", + "surname": "Garay Walls" } }, { - "name": { - "surname": "Garcia", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" }, { - "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA", - "affPubID": "Aff274" + "affPubID": "Aff274", + "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Garcia" + } }, { - "name": { - "surname": "Garc\u00eda", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-1625-7452" + }, + "name": { + "given_name": "C.", + "surname": "Garc\u00eda" } }, { - "name": { - "surname": "Garc\u00eda Navarro", - "given_name": "J. E." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-0279-0523" + }, + "name": { + "given_name": "J. E.", + "surname": "Garc\u00eda Navarro" } }, { - "name": { - "surname": "Garcia-Sciveres", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-5800-4210" + }, + "name": { + "given_name": "M.", + "surname": "Garcia-Sciveres" } }, { - "name": { - "surname": "Gardner", - "given_name": "R. W." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0003-1433-9366" + }, + "name": { + "given_name": "R. W.", + "surname": "Gardner" } }, { - "name": { - "surname": "Garg", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Iowa Iowa City IA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "University of Iowa Iowa City IA USA" } ], "attrib": { "orcid": "0000-0001-8383-9343" + }, + "name": { + "given_name": "D.", + "surname": "Garg" } }, { - "name": { - "surname": "Garg", - "given_name": "R. B." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" }, { - "affPubRaw": "Department of Physics, Stanford University Stanford CA United States of America", - "affPubID": "Aff277" + "affPubID": "Aff277", + "affPubRaw": "Department of Physics, Stanford University Stanford CA United States of America" } ], "attrib": { "orcid": "0000-0002-2691-7963" + }, + "name": { + "given_name": "R. B.", + "surname": "Garg" } }, { - "name": { - "surname": "Garner", - "given_name": "C. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } - ] + ], + "name": { + "given_name": "C. A.", + "surname": "Garner" + } }, { - "name": { - "surname": "Garonne", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-7169-9160" + }, + "name": { + "given_name": "V.", + "surname": "Garonne" } }, { - "name": { - "surname": "Gasiorowski", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-4067-2472" + }, + "name": { + "given_name": "S. J.", + "surname": "Gasiorowski" } }, { - "name": { - "surname": "Gaspar", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0002-9232-1332" + }, + "name": { + "given_name": "P.", + "surname": "Gaspar" } }, { - "name": { - "surname": "Gaudio", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-6833-0933" + }, + "name": { + "given_name": "G.", + "surname": "Gaudio" } }, { - "name": { - "surname": "Gautam", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Gautam" + } }, { - "name": { - "surname": "Gauzzi", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-4841-5822" + }, + "name": { + "given_name": "P.", + "surname": "Gauzzi" } }, { - "name": { - "surname": "Gavrilenko", - "given_name": "I. L." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7219-2636" + }, + "name": { + "given_name": "I. L.", + "surname": "Gavrilenko" } }, { - "name": { - "surname": "Gavrilyuk", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3837-6567" + }, + "name": { + "given_name": "A.", + "surname": "Gavrilyuk" } }, { - "name": { - "surname": "Gay", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-9354-9507" + }, + "name": { + "given_name": "C.", + "surname": "Gay" } }, { - "name": { - "surname": "Gaycken", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-2941-9257" + }, + "name": { + "given_name": "G.", + "surname": "Gaycken" } }, { - "name": { - "surname": "Gazis", - "given_name": "E. N." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0002-9272-4254" + }, + "name": { + "given_name": "E. N.", + "surname": "Gazis" } }, { - "name": { - "surname": "Geanta", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" }, { - "affPubRaw": "University Politehnica Bucharest Bucharest Romania", - "affPubID": "Aff41" + "affPubID": "Aff41", + "affPubRaw": "University Politehnica Bucharest Bucharest Romania" } ], "attrib": { "orcid": "0000-0003-2781-2933" + }, + "name": { + "given_name": "A. A.", + "surname": "Geanta" } }, { - "name": { - "surname": "Gee", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0002-3271-7861" + }, + "name": { + "given_name": "C. M.", + "surname": "Gee" } }, { - "name": { - "surname": "Geisen", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0003-4644-2472" + }, + "name": { + "given_name": "J.", + "surname": "Geisen" } }, { - "name": { - "surname": "Gemme", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-1702-5699" + }, + "name": { + "given_name": "C.", + "surname": "Gemme" } }, { - "name": { - "surname": "Genest", - "given_name": "M. H." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0002-4098-2024" + }, + "name": { + "given_name": "M. H.", + "surname": "Genest" } }, { - "name": { - "surname": "Gentile", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-4550-7174" + }, + "name": { + "given_name": "S.", + "surname": "Gentile" } }, { - "name": { - "surname": "George", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0003-3565-3290" + }, + "name": { + "given_name": "S.", + "surname": "George" } }, { - "name": { - "surname": "George", - "given_name": "W. F." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0003-3674-7475" + }, + "name": { + "given_name": "W. F.", + "surname": "George" } }, { - "name": { - "surname": "Geralis", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece", - "affPubID": "Aff75" + "affPubID": "Aff75", + "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece" } ], "attrib": { "orcid": "0000-0001-7188-979X" + }, + "name": { + "given_name": "T.", + "surname": "Geralis" } }, { - "name": { - "surname": "Gerlach", - "given_name": "L. O." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } - ] + ], + "name": { + "given_name": "L. O.", + "surname": "Gerlach" + } }, { - "name": { - "surname": "Gessinger-Befurt", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3056-7417" + }, + "name": { + "given_name": "P.", + "surname": "Gessinger-Befurt" } }, { - "name": { - "surname": "Ghasemi Bostanabad", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0003-3492-4538" + }, + "name": { + "given_name": "M.", + "surname": "Ghasemi Bostanabad" } }, { - "name": { - "surname": "Ghneimat", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-4931-2764" + }, + "name": { + "given_name": "M.", + "surname": "Ghneimat" } }, { - "name": { - "surname": "Ghorbanian", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-7985-9445" + }, + "name": { + "given_name": "K.", + "surname": "Ghorbanian" } }, { - "name": { - "surname": "Ghosal", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0003-0661-9288" + }, + "name": { + "given_name": "A.", + "surname": "Ghosal" } }, { - "name": { - "surname": "Ghosh", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0003-0819-1553" + }, + "name": { + "given_name": "A.", + "surname": "Ghosh" } }, { - "name": { - "surname": "Ghosh", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-5716-356X" + }, + "name": { + "given_name": "A.", + "surname": "Ghosh" } }, { - "name": { - "surname": "Giacobbe", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0003-2987-7642" + }, + "name": { + "given_name": "B.", + "surname": "Giacobbe" } }, { - "name": { - "surname": "Giagu", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-9192-3537" + }, + "name": { + "given_name": "S.", + "surname": "Giagu" } }, { - "name": { - "surname": "Giannetti", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0002-3721-9490" + }, + "name": { + "given_name": "P.", + "surname": "Giannetti" } }, { - "name": { - "surname": "Giannini", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-5683-814X" + }, + "name": { + "given_name": "A.", + "surname": "Giannini" } }, { - "name": { - "surname": "Gibson", - "given_name": "S. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0002-1236-9249" + }, + "name": { + "given_name": "S. M.", + "surname": "Gibson" } }, { - "name": { - "surname": "Gignac", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0003-4155-7844" + }, + "name": { + "given_name": "M.", + "surname": "Gignac" } }, { - "name": { - "surname": "Gil", - "given_name": "D. T." - }, "affiliation": [ { - "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-9021-8836" + }, + "name": { + "given_name": "D. T.", + "surname": "Gil" } }, { - "name": { - "surname": "Gilbert", - "given_name": "A. K." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-8813-4446" + }, + "name": { + "given_name": "A. K.", + "surname": "Gilbert" } }, { - "name": { - "surname": "Gilbert", - "given_name": "B. J." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0003-0731-710X" + }, + "name": { + "given_name": "B. J.", + "surname": "Gilbert" } }, { - "name": { - "surname": "Gillberg", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0003-0341-0171" + }, + "name": { + "given_name": "D.", + "surname": "Gillberg" } }, { - "name": { - "surname": "Gilles", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-8451-4604" + }, + "name": { + "given_name": "G.", + "surname": "Gilles" } }, { - "name": { - "surname": "Gillwald", - "given_name": "N. E. K." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-0848-329X" + }, + "name": { + "given_name": "N. E. K.", + "surname": "Gillwald" } }, { - "name": { - "surname": "Ginabat", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-7834-8117" + }, + "name": { + "given_name": "L.", + "surname": "Ginabat" } }, { - "name": { - "surname": "Gingrich", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada" }, { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff271" + "affPubID": "Aff271", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-2552-1449" + }, + "name": { + "given_name": "D. M.", + "surname": "Gingrich" } }, { - "name": { - "surname": "Giordani", - "given_name": "M. P." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy" } ], "attrib": { "orcid": "0000-0002-0792-6039" + }, + "name": { + "given_name": "M. P.", + "surname": "Giordani" } }, { - "name": { - "surname": "Giraud", - "given_name": "P. F." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-8485-9351" + }, + "name": { + "given_name": "P. F.", + "surname": "Giraud" } }, { - "name": { - "surname": "Giugliarelli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy" } ], "attrib": { "orcid": "0000-0001-5765-1750" + }, + "name": { + "given_name": "G.", + "surname": "Giugliarelli" } }, { - "name": { - "surname": "Giugni", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-6976-0951" + }, + "name": { + "given_name": "D.", + "surname": "Giugni" } }, { - "name": { - "surname": "Giuli", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8506-274X" + }, + "name": { + "given_name": "F.", + "surname": "Giuli" } }, { - "name": { - "surname": "Gkialas", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece" }, { - "affPubRaw": "Department of Financial and Management Engineering University of the Aegean Chios Greece", - "affPubID": "Aff250" + "affPubID": "Aff250", + "affPubRaw": "Department of Financial and Management Engineering University of the Aegean Chios Greece" } ], "attrib": { "orcid": "0000-0002-8402-723X" + }, + "name": { + "given_name": "I.", + "surname": "Gkialas" } }, { - "name": { - "surname": "Gladilin", - "given_name": "L. K." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9422-8636" + }, + "name": { + "given_name": "L. K.", + "surname": "Gladilin" } }, { - "name": { - "surname": "Glasman", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain" } ], "attrib": { "orcid": "0000-0003-2025-3817" + }, + "name": { + "given_name": "C.", + "surname": "Glasman" } }, { - "name": { - "surname": "Gledhill", - "given_name": "G. R." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0001-7701-5030" + }, + "name": { + "given_name": "G. R.", + "surname": "Gledhill" } }, { - "name": { - "surname": "Glisic", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Glisic" + } }, { - "name": { - "surname": "Gnesi", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" }, { - "affPubRaw": "Centro Studi e Ricerche Enrico Fermi Rome Italy", - "affPubID": "Aff246" + "affPubID": "Aff246", + "affPubRaw": "Centro Studi e Ricerche Enrico Fermi Rome Italy" } ], "attrib": { "orcid": "0000-0002-0772-7312" + }, + "name": { + "given_name": "I.", + "surname": "Gnesi" } }, { - "name": { - "surname": "Go", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" }, { - "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA", - "affPubID": "Aff274" + "affPubID": "Aff274", + "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA" } ], "attrib": { "orcid": "0000-0003-1253-1223" + }, + "name": { + "given_name": "Y.", + "surname": "Go" } }, { - "name": { - "surname": "Goblirsch-Kolb", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-2785-9654" + }, + "name": { + "given_name": "M.", + "surname": "Goblirsch-Kolb" } }, { - "name": { - "surname": "Gocke", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0001-8074-2538" + }, + "name": { + "given_name": "B.", + "surname": "Gocke" } }, { - "name": { - "surname": "Godin", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Godin" + } }, { - "name": { - "surname": "Gokturk", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-6045-8617" + }, + "name": { + "given_name": "B.", + "surname": "Gokturk" } }, { - "name": { - "surname": "Goldfarb", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-1677-3097" + }, + "name": { + "given_name": "S.", + "surname": "Goldfarb" } }, { - "name": { - "surname": "Golling", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8535-6687" + }, + "name": { + "given_name": "T.", + "surname": "Golling" } }, { - "name": { - "surname": "Gololo", - "given_name": "M. G. D." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } - ] + ], + "name": { + "given_name": "M. G. D.", + "surname": "Gololo" + } }, { - "name": { - "surname": "Golubkov", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5521-9793" + }, + "name": { + "given_name": "D.", + "surname": "Golubkov" } }, { - "name": { - "surname": "Gombas", - "given_name": "J. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-8285-3570" + }, + "name": { + "given_name": "J. P.", + "surname": "Gombas" } }, { - "name": { - "surname": "Gomes", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica, Faculdade de Ci\u00eancias Universidade de Lisboa Lisbon Portugal", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "Departamento de F\u00edsica, Faculdade de Ci\u00eancias Universidade de Lisboa Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-5940-9893" + }, + "name": { + "given_name": "A.", + "surname": "Gomes" } }, { - "name": { - "surname": "Gomes Da Silva", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-3552-1266" + }, + "name": { + "given_name": "G.", + "surname": "Gomes Da Silva" } }, { - "name": { - "surname": "Gomez Delegido", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-4315-2621" + }, + "name": { + "given_name": "A. J.", + "surname": "Gomez Delegido" } }, { - "name": { - "surname": "Goncalves Gama", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-8263-4263" + }, + "name": { + "given_name": "R.", + "surname": "Goncalves Gama" } }, { - "name": { - "surname": "Gon\u00e7alo", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal" } ], "attrib": { "orcid": "0000-0002-3826-3442" + }, + "name": { + "given_name": "R.", + "surname": "Gon\u00e7alo" } }, { - "name": { - "surname": "Gonella", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-0524-2477" + }, + "name": { + "given_name": "G.", + "surname": "Gonella" } }, { - "name": { - "surname": "Gonella", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-4919-0808" + }, + "name": { + "given_name": "L.", + "surname": "Gonella" } }, { - "name": { - "surname": "Gongadze", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8183-1612" + }, + "name": { + "given_name": "A.", + "surname": "Gongadze" } }, { - "name": { - "surname": "Gonnella", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0003-0885-1654" + }, + "name": { + "given_name": "F.", + "surname": "Gonnella" } }, { - "name": { - "surname": "Gonski", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0003-2037-6315" + }, + "name": { + "given_name": "J. L.", + "surname": "Gonski" } }, { - "name": { - "surname": "Gonz\u00e1lez Andana", - "given_name": "R. Y." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0002-0700-1757" + }, + "name": { + "given_name": "R. Y.", + "surname": "Gonz\u00e1lez Andana" } }, { - "name": { - "surname": "Gonz\u00e1lez de la Hoz", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-5304-5390" + }, + "name": { + "given_name": "S.", + "surname": "Gonz\u00e1lez de la Hoz" } }, { - "name": { - "surname": "Gonzalez Fernandez", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0001-8176-0201" + }, + "name": { + "given_name": "S.", + "surname": "Gonzalez Fernandez" } }, { - "name": { - "surname": "Gonzalez Lopez", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-2302-8754" + }, + "name": { + "given_name": "R.", + "surname": "Gonzalez Lopez" } }, { - "name": { - "surname": "Gonzalez Renteria", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-0079-8924" + }, + "name": { + "given_name": "C.", + "surname": "Gonzalez Renteria" } }, { - "name": { - "surname": "Gonzalez Suarez", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0002-6126-7230" + }, + "name": { + "given_name": "R.", + "surname": "Gonzalez Suarez" } }, { - "name": { - "surname": "Gonzalez-Sevilla", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4458-9403" + }, + "name": { + "given_name": "S.", + "surname": "Gonzalez-Sevilla" } }, { - "name": { - "surname": "Gonzalvo Rodriguez", - "given_name": "G. R." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-6816-4795" + }, + "name": { + "given_name": "G. R.", + "surname": "Gonzalvo Rodriguez" } }, { - "name": { - "surname": "Goossens", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2536-4498" + }, + "name": { + "given_name": "L.", + "surname": "Goossens" } }, { - "name": { - "surname": "Gorasia", - "given_name": "N. A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-7152-363X" + }, + "name": { + "given_name": "N. A.", + "surname": "Gorasia" } }, { - "name": { - "surname": "Gorbounov", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9135-1516" + }, + "name": { + "given_name": "P. A.", + "surname": "Gorbounov" } }, { - "name": { - "surname": "Gorini", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4177-9666" + }, + "name": { + "given_name": "B.", + "surname": "Gorini" } }, { - "name": { - "surname": "Gorini", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0002-7688-2797" + }, + "name": { + "given_name": "E.", + "surname": "Gorini" } }, { - "name": { - "surname": "Gori\u0161ek", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-3903-3438" + }, + "name": { + "given_name": "A.", + "surname": "Gori\u0161ek" } }, { - "name": { - "surname": "Goshaw", - "given_name": "A. T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0002-5704-0885" + }, + "name": { + "given_name": "A. T.", + "surname": "Goshaw" } }, { - "name": { - "surname": "Gostkin", - "given_name": "M. I." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4311-3756" + }, + "name": { + "given_name": "M. I.", + "surname": "Gostkin" } }, { - "name": { - "surname": "Gottardo", - "given_name": "C. A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0348-0364" + }, + "name": { + "given_name": "C. A.", + "surname": "Gottardo" } }, { - "name": { - "surname": "Gouighri", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Universit\u00e9 Ibn-Tofail K\u00e9nitra Morocco", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "Facult\u00e9 des Sciences Universit\u00e9 Ibn-Tofail K\u00e9nitra Morocco" } ], "attrib": { "orcid": "0000-0002-9551-0251" + }, + "name": { + "given_name": "M.", + "surname": "Gouighri" } }, { - "name": { - "surname": "Goumarre", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-1294-9091" + }, + "name": { + "given_name": "V.", + "surname": "Goumarre" } }, { - "name": { - "surname": "Goussiou", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0001-6211-7122" + }, + "name": { + "given_name": "A. G.", + "surname": "Goussiou" } }, { - "name": { - "surname": "Govender", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-5068-5429" + }, + "name": { + "given_name": "N.", + "surname": "Govender" } }, { - "name": { - "surname": "Goy", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-1297-8925" + }, + "name": { + "given_name": "C.", + "surname": "Goy" } }, { - "name": { - "surname": "Grabowska-Bold", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-9159-1210" + }, + "name": { + "given_name": "I.", + "surname": "Grabowska-Bold" } }, { - "name": { - "surname": "Graham", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-5832-8653" + }, + "name": { + "given_name": "K.", + "surname": "Graham" } }, { - "name": { - "surname": "Gramstad", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0001-5792-5352" + }, + "name": { + "given_name": "E.", + "surname": "Gramstad" } }, { - "name": { - "surname": "Grancagnolo", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0001-8490-8304" + }, + "name": { + "given_name": "S.", + "surname": "Grancagnolo" } }, { - "name": { - "surname": "Grandi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-5924-2544" + }, + "name": { + "given_name": "M.", + "surname": "Grandi" } }, { - "name": { - "surname": "Gratchev", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Gratchev" + } }, { - "name": { - "surname": "Gravila", - "given_name": "P. M." - }, "affiliation": [ { - "affPubRaw": "West University in Timisoara Timisoara Romania", - "affPubID": "Aff42" + "affPubID": "Aff42", + "affPubRaw": "West University in Timisoara Timisoara Romania" } ], "attrib": { "orcid": "0000-0002-0154-577X" + }, + "name": { + "given_name": "P. M.", + "surname": "Gravila" } }, { - "name": { - "surname": "Gravili", - "given_name": "F. G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0003-2422-5960" + }, + "name": { + "given_name": "F. G.", + "surname": "Gravili" } }, { - "name": { - "surname": "Gray", - "given_name": "H. M." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-5293-4716" + }, + "name": { + "given_name": "H. M.", + "surname": "Gray" } }, { - "name": { - "surname": "Greco", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0001-8687-7273" + }, + "name": { + "given_name": "M.", + "surname": "Greco" } }, { - "name": { - "surname": "Grefe", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-7050-5301" + }, + "name": { + "given_name": "C.", + "surname": "Grefe" } }, { - "name": { - "surname": "Gregor", - "given_name": "I. M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-5976-7818" + }, + "name": { + "given_name": "I. M.", + "surname": "Gregor" } }, { - "name": { - "surname": "Grenier", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-9926-5417" + }, + "name": { + "given_name": "P.", + "surname": "Grenier" } }, { - "name": { - "surname": "Grieco", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-3955-4399" + }, + "name": { + "given_name": "C.", + "surname": "Grieco" } }, { - "name": { - "surname": "Grillo", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0003-2950-1872" + }, + "name": { + "given_name": "A. A.", + "surname": "Grillo" } }, { - "name": { - "surname": "Grimm", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "California State University CA USA", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "California State University CA USA" }, { - "affPubRaw": "Department of Physics California State University East Bay USA", - "affPubID": "Aff254" + "affPubID": "Aff254", + "affPubRaw": "Department of Physics California State University East Bay USA" } ], "attrib": { "orcid": "0000-0001-6587-7397" + }, + "name": { + "given_name": "K.", + "surname": "Grimm" } }, { - "name": { - "surname": "Grinstein", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" }, { - "affPubRaw": "Institucio Catalana de Recerca i Estudis Avancats ICREA Barcelona Spain", - "affPubID": "Aff261" + "affPubID": "Aff261", + "affPubRaw": "Institucio Catalana de Recerca i Estudis Avancats ICREA Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-6460-8694" + }, + "name": { + "given_name": "S.", + "surname": "Grinstein" } }, { - "name": { - "surname": "Grivaz", - "given_name": "J.-F." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-4793-7995" + }, + "name": { + "given_name": "J.-F.", + "surname": "Grivaz" } }, { - "name": { - "surname": "Gross", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-1244-9350" + }, + "name": { + "given_name": "E.", + "surname": "Gross" } }, { - "name": { - "surname": "Grosse-Knetter", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0003-3085-7067" + }, + "name": { + "given_name": "J.", + "surname": "Grosse-Knetter" } }, { - "name": { - "surname": "Grud", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Grud" + } }, { - "name": { - "surname": "Grummer", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA", - "affPubID": "Aff164" + "affPubID": "Aff164", + "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA" } ], "attrib": { "orcid": "0000-0003-2752-1183" + }, + "name": { + "given_name": "A.", + "surname": "Grummer" } }, { - "name": { - "surname": "Grundy", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-7136-0597" + }, + "name": { + "given_name": "J. C.", + "surname": "Grundy" } }, { - "name": { - "surname": "Guan", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0003-1897-1617" + }, + "name": { + "given_name": "L.", + "surname": "Guan" } }, { - "name": { - "surname": "Guan", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0002-5548-5194" + }, + "name": { + "given_name": "W.", + "surname": "Guan" } }, { - "name": { - "surname": "Gubbels", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-2329-4219" + }, + "name": { + "given_name": "C.", + "surname": "Gubbels" } }, { - "name": { - "surname": "Guerrero Rojas", - "given_name": "J. G. R." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-8487-3594" + }, + "name": { + "given_name": "J. G. R.", + "surname": "Guerrero Rojas" } }, { - "name": { - "surname": "Guerrieri", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "ICTP Trieste Italy", - "affPubID": "Aff107" + "affPubID": "Aff107", + "affPubRaw": "ICTP Trieste Italy" } ], "attrib": { "orcid": "0000-0002-3403-1177" + }, + "name": { + "given_name": "G.", + "surname": "Guerrieri" } }, { - "name": { - "surname": "Guescini", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-5351-2673" + }, + "name": { + "given_name": "F.", + "surname": "Guescini" } }, { - "name": { - "surname": "Guest", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-4305-2295" + }, + "name": { + "given_name": "D.", + "surname": "Guest" } }, { - "name": { - "surname": "Gugel", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-3349-1163" + }, + "name": { + "given_name": "R.", + "surname": "Gugel" } }, { - "name": { - "surname": "Guhit", - "given_name": "J. A. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-9802-0901" + }, + "name": { + "given_name": "J. A. M.", + "surname": "Guhit" } }, { - "name": { - "surname": "Guida", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-9021-9038" + }, + "name": { + "given_name": "A.", + "surname": "Guida" } }, { - "name": { - "surname": "Guillemin", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0001-9698-6000" + }, + "name": { + "given_name": "T.", + "surname": "Guillemin" } }, { - "name": { - "surname": "Guilloton", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" }, { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0003-4814-6693" + }, + "name": { + "given_name": "E.", + "surname": "Guilloton" } }, { - "name": { - "surname": "Guindon", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7595-3859" + }, + "name": { + "given_name": "S.", + "surname": "Guindon" } }, { - "name": { - "surname": "Guo", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-3864-9257" + }, + "name": { + "given_name": "F.", + "surname": "Guo" } }, { - "name": { - "surname": "Guo", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0001-8125-9433" + }, + "name": { + "given_name": "J.", + "surname": "Guo" } }, { - "name": { - "surname": "Guo", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-6785-9202" + }, + "name": { + "given_name": "L.", + "surname": "Guo" } }, { - "name": { - "surname": "Guo", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-6027-5132" + }, + "name": { + "given_name": "Y.", + "surname": "Guo" } }, { - "name": { - "surname": "Gupta", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-1510-3371" + }, + "name": { + "given_name": "R.", + "surname": "Gupta" } }, { - "name": { - "surname": "Gurbuz", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-9152-1455" + }, + "name": { + "given_name": "S.", + "surname": "Gurbuz" } }, { - "name": { - "surname": "Gurdasani", - "given_name": "S. S." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-8836-0099" + }, + "name": { + "given_name": "S. S.", + "surname": "Gurdasani" } }, { - "name": { - "surname": "Gustavino", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5938-4921" + }, + "name": { + "given_name": "G.", + "surname": "Gustavino" } }, { - "name": { - "surname": "Guth", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-6647-1433" + }, + "name": { + "given_name": "M.", + "surname": "Guth" } }, { - "name": { - "surname": "Gutierrez", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0003-2326-3877" + }, + "name": { + "given_name": "P.", + "surname": "Gutierrez" } }, { - "name": { - "surname": "Gutierrez Zagazeta", - "given_name": "L. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0003-0374-1595" + }, + "name": { + "given_name": "L. F.", + "surname": "Gutierrez Zagazeta" } }, { - "name": { - "surname": "Gutschow", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0003-0857-794X" + }, + "name": { + "given_name": "C.", + "surname": "Gutschow" } }, { - "name": { - "surname": "Guyot", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-2300-7497" + }, + "name": { + "given_name": "C.", + "surname": "Guyot" } }, { - "name": { - "surname": "Gwenlan", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-3518-0617" + }, + "name": { + "given_name": "C.", + "surname": "Gwenlan" } }, { - "name": { - "surname": "Gwilliam", - "given_name": "C. B." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-9401-5304" + }, + "name": { + "given_name": "C. B.", + "surname": "Gwilliam" } }, { - "name": { - "surname": "Haaland", - "given_name": "E. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0002-3676-493X" + }, + "name": { + "given_name": "E. S.", + "surname": "Haaland" } }, { - "name": { - "surname": "Haas", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics New York University New York NY USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "Department of Physics New York University New York NY USA" } ], "attrib": { "orcid": "0000-0002-4832-0455" + }, + "name": { + "given_name": "A.", + "surname": "Haas" } }, { - "name": { - "surname": "Habedank", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-7412-9355" + }, + "name": { + "given_name": "M.", + "surname": "Habedank" } }, { - "name": { - "surname": "Haber", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-0155-1360" + }, + "name": { + "given_name": "C.", + "surname": "Haber" } }, { - "name": { - "surname": "Hadavand", - "given_name": "H. K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0001-5447-3346" + }, + "name": { + "given_name": "H. K.", + "surname": "Hadavand" } }, { - "name": { - "surname": "Hadef", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-2508-0628" + }, + "name": { + "given_name": "A.", + "surname": "Hadef" } }, { - "name": { - "surname": "Hadzic", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-8875-8523" + }, + "name": { + "given_name": "S.", + "surname": "Hadzic" } }, { - "name": { - "surname": "Haines", - "given_name": "E. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-5417-2081" + }, + "name": { + "given_name": "E. H.", + "surname": "Haines" } }, { - "name": { - "surname": "Haleem", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany", - "affPubID": "Aff233" + "affPubID": "Aff233", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany" } ], "attrib": { "orcid": "0000-0003-3826-6333" + }, + "name": { + "given_name": "M.", + "surname": "Haleem" } }, { - "name": { - "surname": "Haley", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA" } ], "attrib": { "orcid": "0000-0002-6938-7405" + }, + "name": { + "given_name": "J.", + "surname": "Haley" } }, { - "name": { - "surname": "Hall", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-8304-9170" + }, + "name": { + "given_name": "J. J.", + "surname": "Hall" } }, { - "name": { - "surname": "Hallewell", - "given_name": "G. D." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0001-6267-8560" + }, + "name": { + "given_name": "G. D.", + "surname": "Hallewell" } }, { - "name": { - "surname": "Halser", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0002-0759-7247" + }, + "name": { + "given_name": "L.", + "surname": "Halser" } }, { - "name": { - "surname": "Hamano", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-9438-8020" + }, + "name": { + "given_name": "K.", + "surname": "Hamano" } }, { - "name": { - "surname": "Hamdaoui", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0001-5709-2100" + }, + "name": { + "given_name": "H.", + "surname": "Hamdaoui" } }, { - "name": { - "surname": "Hamer", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0003-1550-2030" + }, + "name": { + "given_name": "M.", + "surname": "Hamer" } }, { - "name": { - "surname": "Hamity", - "given_name": "G. N." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0002-4537-0377" + }, + "name": { + "given_name": "G. N.", + "surname": "Hamity" } }, { - "name": { - "surname": "Han", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0002-1008-0943" + }, + "name": { + "given_name": "J.", + "surname": "Han" } }, { - "name": { - "surname": "Han", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-1627-4810" + }, + "name": { + "given_name": "K.", + "surname": "Han" } }, { - "name": { - "surname": "Han", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0003-3321-8412" + }, + "name": { + "given_name": "L.", + "surname": "Han" } }, { - "name": { - "surname": "Han", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-6353-9711" + }, + "name": { + "given_name": "L.", + "surname": "Han" } }, { - "name": { - "surname": "Han", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-8383-7348" + }, + "name": { + "given_name": "S.", + "surname": "Han" } }, { - "name": { - "surname": "Han", - "given_name": "Y. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-7084-8424" + }, + "name": { + "given_name": "Y. F.", + "surname": "Han" } }, { - "name": { - "surname": "Hanagaki", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0003-0676-0441" + }, + "name": { + "given_name": "K.", + "surname": "Hanagaki" } }, { - "name": { - "surname": "Hance", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0001-8392-0934" + }, + "name": { + "given_name": "M.", + "surname": "Hance" } }, { - "name": { - "surname": "Hangal", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" }, { - "affPubRaw": "Lawrence Livermore National Laboratory Livermore USA", - "affPubID": "Aff268" + "affPubID": "Aff268", + "affPubRaw": "Lawrence Livermore National Laboratory Livermore USA" } ], "attrib": { "orcid": "0000-0002-3826-7232" + }, + "name": { + "given_name": "D. A.", + "surname": "Hangal" } }, { - "name": { - "surname": "Hanif", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-0984-7887" + }, + "name": { + "given_name": "H.", + "surname": "Hanif" } }, { - "name": { - "surname": "Hank", - "given_name": "M. D." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0002-4731-6120" + }, + "name": { + "given_name": "M. D.", + "surname": "Hank" } }, { - "name": { - "surname": "Hankache", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0003-4519-8949" + }, + "name": { + "given_name": "R.", + "surname": "Hankache" } }, { - "name": { - "surname": "Hansen", - "given_name": "J. B." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0002-3684-8340" + }, + "name": { + "given_name": "J. B.", + "surname": "Hansen" } }, { - "name": { - "surname": "Hansen", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0003-3102-0437" + }, + "name": { + "given_name": "J. D.", + "surname": "Hansen" } }, { - "name": { - "surname": "Hansen", - "given_name": "P. H." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0002-6764-4789" + }, + "name": { + "given_name": "P. H.", + "surname": "Hansen" } }, { - "name": { - "surname": "Hara", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan", - "affPubID": "Aff224" + "affPubID": "Aff224", + "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan" } ], "attrib": { "orcid": "0000-0003-1629-0535" + }, + "name": { + "given_name": "K.", + "surname": "Hara" } }, { - "name": { - "surname": "Harada", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0792-0569" + }, + "name": { + "given_name": "D.", + "surname": "Harada" } }, { - "name": { - "surname": "Harenberg", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0001-8682-3734" + }, + "name": { + "given_name": "T.", + "surname": "Harenberg" } }, { - "name": { - "surname": "Harkusha", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0309-4490" + }, + "name": { + "given_name": "S.", + "surname": "Harkusha" } }, { - "name": { - "surname": "Harris", - "given_name": "Y. T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-5816-2158" + }, + "name": { + "given_name": "Y. T.", + "surname": "Harris" } }, { - "name": { - "surname": "Harrison", - "given_name": "N. M." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0002-7461-8351" + }, + "name": { + "given_name": "N. M.", + "surname": "Harrison" } }, { - "name": { - "surname": "Harrison", - "given_name": "P. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } - ] + ], + "name": { + "given_name": "P. F.", + "surname": "Harrison" + } }, { - "name": { - "surname": "Hartman", - "given_name": "N. M." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0001-9111-4916" + }, + "name": { + "given_name": "N. M.", + "surname": "Hartman" } }, { - "name": { - "surname": "Hartmann", - "given_name": "N. M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0003-0047-2908" + }, + "name": { + "given_name": "N. M.", + "surname": "Hartmann" } }, { - "name": { - "surname": "Hasegawa", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Shinshu University Nagano Japan", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "Department of Physics Shinshu University Nagano Japan" } ], "attrib": { "orcid": "0000-0003-2683-7389" + }, + "name": { + "given_name": "Y.", + "surname": "Hasegawa" } }, { - "name": { - "surname": "Hasib", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-0457-2244" + }, + "name": { + "given_name": "A.", + "surname": "Hasib" } }, { - "name": { - "surname": "Haug", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0003-0442-3361" + }, + "name": { + "given_name": "S.", + "surname": "Haug" } }, { - "name": { - "surname": "Hauser", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0001-7682-8857" + }, + "name": { + "given_name": "R.", + "surname": "Hauser" } }, { - "name": { - "surname": "Havranek", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-3031-3222" + }, + "name": { + "given_name": "M.", + "surname": "Havranek" } }, { - "name": { - "surname": "Hawkes", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-9167-0592" + }, + "name": { + "given_name": "C. M.", + "surname": "Hawkes" } }, { - "name": { - "surname": "Hawkings", - "given_name": "R. J." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9719-0290" + }, + "name": { + "given_name": "R. J.", + "surname": "Hawkings" } }, { - "name": { - "surname": "Hayashida", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan" } ], "attrib": { "orcid": "0000-0002-5924-3803" + }, + "name": { + "given_name": "S.", + "surname": "Hayashida" } }, { - "name": { - "surname": "Hayden", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0001-5220-2972" + }, + "name": { + "given_name": "D.", + "surname": "Hayden" } }, { - "name": { - "surname": "Hayes", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-0298-0351" + }, + "name": { + "given_name": "C.", + "surname": "Hayes" } }, { - "name": { - "surname": "Hayes", - "given_name": "R. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0001-7752-9285" + }, + "name": { + "given_name": "R. L.", + "surname": "Hayes" } }, { - "name": { - "surname": "Hays", - "given_name": "C. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0003-2371-9723" + }, + "name": { + "given_name": "C. P.", + "surname": "Hays" } }, { - "name": { - "surname": "Hays", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0003-1554-5401" + }, + "name": { + "given_name": "J. M.", + "surname": "Hays" } }, { - "name": { - "surname": "Hayward", - "given_name": "H. S." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-0972-3411" + }, + "name": { + "given_name": "H. S.", + "surname": "Hayward" } }, { - "name": { - "surname": "He", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0003-3733-4058" + }, + "name": { + "given_name": "F.", + "surname": "He" } }, { - "name": { - "surname": "He", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan", - "affPubID": "Aff220" + "affPubID": "Aff220", + "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-0619-1579" + }, + "name": { + "given_name": "Y.", + "surname": "He" } }, { - "name": { - "surname": "He", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0001-8068-5596" + }, + "name": { + "given_name": "Y.", + "surname": "He" } }, { - "name": { - "surname": "Heath", - "given_name": "M. P." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-2945-8448" + }, + "name": { + "given_name": "M. P.", + "surname": "Heath" } }, { - "name": { - "surname": "Hedberg", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0002-4596-3965" + }, + "name": { + "given_name": "V.", + "surname": "Hedberg" } }, { - "name": { - "surname": "Heggelund", - "given_name": "A. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0002-7736-2806" + }, + "name": { + "given_name": "A. L.", + "surname": "Heggelund" } }, { - "name": { - "surname": "Hehir", - "given_name": "N. D." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0003-0466-4472" + }, + "name": { + "given_name": "N. D.", + "surname": "Hehir" } }, - { - "name": { - "surname": "Heidegger", - "given_name": "C." - }, + { "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-8821-1205" + }, + "name": { + "given_name": "C.", + "surname": "Heidegger" } }, { - "name": { - "surname": "Heidegger", - "given_name": "K. K." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-3113-0484" + }, + "name": { + "given_name": "K. K.", + "surname": "Heidegger" } }, { - "name": { - "surname": "Heidorn", - "given_name": "W. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Iowa State University Ames IA USA", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Department of Physics and Astronomy Iowa State University Ames IA USA" } ], "attrib": { "orcid": "0000-0001-9539-6957" + }, + "name": { + "given_name": "W. D.", + "surname": "Heidorn" } }, { - "name": { - "surname": "Heilman", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-6792-2294" + }, + "name": { + "given_name": "J.", + "surname": "Heilman" } }, { - "name": { - "surname": "Heim", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-2639-6571" + }, + "name": { + "given_name": "S.", + "surname": "Heim" } }, { - "name": { - "surname": "Heim", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-7669-5318" + }, + "name": { + "given_name": "T.", + "surname": "Heim" } }, { - "name": { - "surname": "Heinlein", - "given_name": "J. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0001-6878-9405" + }, + "name": { + "given_name": "J. G.", + "surname": "Heinlein" } }, { - "name": { - "surname": "Heinrich", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-0253-0924" + }, + "name": { + "given_name": "J. J.", + "surname": "Heinrich" } }, { - "name": { - "surname": "Heinrich", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" }, { - "affPubRaw": "Technical University of Munich Munich Germany", - "affPubID": "Aff278" + "affPubID": "Aff278", + "affPubRaw": "Technical University of Munich Munich Germany" } ], "attrib": { "orcid": "0000-0002-4048-7584" + }, + "name": { + "given_name": "L.", + "surname": "Heinrich" } }, { - "name": { - "surname": "Hejbal", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-4600-3659" + }, + "name": { + "given_name": "J.", + "surname": "Hejbal" } }, { - "name": { - "surname": "Helary", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-7891-8354" + }, + "name": { + "given_name": "L.", + "surname": "Helary" } }, { - "name": { - "surname": "Held", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0002-8924-5885" + }, + "name": { + "given_name": "A.", + "surname": "Held" } }, { - "name": { - "surname": "Hellesund", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0002-4424-4643" + }, + "name": { + "given_name": "S.", + "surname": "Hellesund" } }, { - "name": { - "surname": "Helling", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-2657-7532" + }, + "name": { + "given_name": "C. M.", + "surname": "Helling" } }, { - "name": { - "surname": "Hellman", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-5415-1600" + }, + "name": { + "given_name": "S.", + "surname": "Hellman" } }, { - "name": { - "surname": "Helsens", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9243-7554" + }, + "name": { + "given_name": "C.", + "surname": "Helsens" } }, { - "name": { - "surname": "Henderson", - "given_name": "R. C. W." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } - ] + ], + "name": { + "given_name": "R. C. W.", + "surname": "Henderson" + } }, { - "name": { - "surname": "Henkelmann", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-8231-2080" + }, + "name": { + "given_name": "L.", + "surname": "Henkelmann" } }, { - "name": { - "surname": "Henriques Correia", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "A. M.", + "surname": "Henriques Correia" + } }, { - "name": { - "surname": "Herde", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0001-8926-6734" + }, + "name": { + "given_name": "H.", + "surname": "Herde" } }, { - "name": { - "surname": "Hern\u00e1ndez Jim\u00e9nez", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-9844-6200" + }, + "name": { + "given_name": "Y.", + "surname": "Hern\u00e1ndez Jim\u00e9nez" } }, { - "name": { - "surname": "Herrmann", - "given_name": "L. M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-8794-0948" + }, + "name": { + "given_name": "L. M.", + "surname": "Herrmann" } }, { - "name": { - "surname": "Herrmann", - "given_name": "M. G." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-2254-0257" + }, + "name": { + "given_name": "M. G.", + "surname": "Herrmann" } }, { - "name": { - "surname": "Herrmann", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0002-1478-3152" + }, + "name": { + "given_name": "T.", + "surname": "Herrmann" } }, { - "name": { - "surname": "Herten", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-7661-5122" + }, + "name": { + "given_name": "G.", + "surname": "Herten" } }, { - "name": { - "surname": "Hertenberger", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-2646-5805" + }, + "name": { + "given_name": "R.", + "surname": "Hertenberger" } }, { - "name": { - "surname": "Hervas", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0778-2717" + }, + "name": { + "given_name": "L.", + "surname": "Hervas" } }, { - "name": { - "surname": "Hessey", - "given_name": "N. P." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-6698-9937" + }, + "name": { + "given_name": "N. P.", + "surname": "Hessey" } }, { - "name": { - "surname": "Hibi", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Kobe University Kobe Japan", - "affPubID": "Aff135" + "affPubID": "Aff135", + "affPubRaw": "Graduate School of Science Kobe University Kobe Japan" } ], "attrib": { "orcid": "0000-0002-4630-9914" + }, + "name": { + "given_name": "H.", + "surname": "Hibi" } }, { - "name": { - "surname": "Hig\u00f3n-Rodriguez", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-3094-2520" + }, + "name": { + "given_name": "E.", + "surname": "Hig\u00f3n-Rodriguez" } }, { - "name": { - "surname": "Hillier", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-7599-6469" + }, + "name": { + "given_name": "S. J.", + "surname": "Hillier" } }, { - "name": { - "surname": "Hinchliffe", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-5529-2173" + }, + "name": { + "given_name": "I.", + "surname": "Hinchliffe" } }, { - "name": { - "surname": "Hinterkeuser", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-0556-189X" + }, + "name": { + "given_name": "F.", + "surname": "Hinterkeuser" } }, { - "name": { - "surname": "Hirose", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Osaka University Osaka Japan", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Graduate School of Science Osaka University Osaka Japan" } ], "attrib": { "orcid": "0000-0003-4988-9149" + }, + "name": { + "given_name": "M.", + "surname": "Hirose" } }, { - "name": { - "surname": "Hirose", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan", - "affPubID": "Aff224" + "affPubID": "Aff224", + "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-2389-1286" + }, + "name": { + "given_name": "S.", + "surname": "Hirose" } }, { - "name": { - "surname": "Hirschbuehl", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-7998-8925" + }, + "name": { + "given_name": "D.", + "surname": "Hirschbuehl" } }, { - "name": { - "surname": "Hitchings", - "given_name": "T. G." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-8978-7118" + }, + "name": { + "given_name": "T. G.", + "surname": "Hitchings" } }, { - "name": { - "surname": "Hiti", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-8668-6933" + }, + "name": { + "given_name": "B.", + "surname": "Hiti" } }, { - "name": { - "surname": "Hobbs", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-5404-7857" + }, + "name": { + "given_name": "J.", + "surname": "Hobbs" } }, { - "name": { - "surname": "Hobincu", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University Politehnica Bucharest Bucharest Romania", - "affPubID": "Aff41" + "affPubID": "Aff41", + "affPubRaw": "University Politehnica Bucharest Bucharest Romania" } ], "attrib": { "orcid": "0000-0001-7602-5771" + }, + "name": { + "given_name": "R.", + "surname": "Hobincu" } }, { - "name": { - "surname": "Hod", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0001-5241-0544" + }, + "name": { + "given_name": "N.", + "surname": "Hod" } }, { - "name": { - "surname": "Hodgkinson", - "given_name": "M. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-1040-1241" + }, + "name": { + "given_name": "M. C.", + "surname": "Hodgkinson" } }, { - "name": { - "surname": "Hodkinson", - "given_name": "B. H." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-2244-189X" + }, + "name": { + "given_name": "B. H.", + "surname": "Hodkinson" } }, { - "name": { - "surname": "Hoecker", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-6596-9395" + }, + "name": { + "given_name": "A.", + "surname": "Hoecker" } }, { - "name": { - "surname": "Hofer", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-2799-5020" + }, + "name": { + "given_name": "J.", + "surname": "Hofer" } }, { - "name": { - "surname": "Hohn", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-5317-1247" + }, + "name": { + "given_name": "D.", + "surname": "Hohn" } }, { - "name": { - "surname": "Holm", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-5407-7247" + }, + "name": { + "given_name": "T.", + "surname": "Holm" } }, { - "name": { - "surname": "Holzbock", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-8018-4185" + }, + "name": { + "given_name": "M.", + "surname": "Holzbock" } }, { - "name": { - "surname": "Hommels", - "given_name": "L. B. A. H." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0003-0684-600X" + }, + "name": { + "given_name": "L. B. A. H.", + "surname": "Hommels" } }, { - "name": { - "surname": "Honan", - "given_name": "B. P." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-2698-4787" + }, + "name": { + "given_name": "B. P.", + "surname": "Honan" } }, { - "name": { - "surname": "Hong", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0002-7494-5504" + }, + "name": { + "given_name": "J.", + "surname": "Hong" } }, { - "name": { - "surname": "Hong", - "given_name": "T. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0001-7834-328X" + }, + "name": { + "given_name": "T. M.", + "surname": "Hong" } }, { - "name": { - "surname": "Honig", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-3596-6572" + }, + "name": { + "given_name": "J. C.", + "surname": "Honig" } }, { - "name": { - "surname": "H\u00f6nle", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-6063-2884" + }, + "name": { + "given_name": "A.", + "surname": "H\u00f6nle" } }, { - "name": { - "surname": "Hooberman", - "given_name": "B. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0002-4090-6099" + }, + "name": { + "given_name": "B. H.", + "surname": "Hooberman" } }, { - "name": { - "surname": "Hopkins", - "given_name": "W. H." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0001-7814-8740" + }, + "name": { + "given_name": "W. H.", + "surname": "Hopkins" } }, { - "name": { - "surname": "Horii", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan" } ], "attrib": { "orcid": "0000-0003-0457-3052" + }, + "name": { + "given_name": "Y.", + "surname": "Horii" } }, { - "name": { - "surname": "Hou", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan" } ], "attrib": { "orcid": "0000-0001-9861-151X" + }, + "name": { + "given_name": "S.", + "surname": "Hou" } }, { - "name": { - "surname": "Howard", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0003-0625-8996" + }, + "name": { + "given_name": "A. S.", + "surname": "Howard" } }, { - "name": { - "surname": "Howarth", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-0560-8985" + }, + "name": { + "given_name": "J.", + "surname": "Howarth" } }, { - "name": { - "surname": "Hoya", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0002-7562-0234" + }, + "name": { + "given_name": "J.", + "surname": "Hoya" } }, { - "name": { - "surname": "Hrabovsky", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0003-4223-7316" + }, + "name": { + "given_name": "M.", + "surname": "Hrabovsky" } }, { - "name": { - "surname": "Hrynevich", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-5411-114X" + }, + "name": { + "given_name": "A.", + "surname": "Hrynevich" } }, { - "name": { - "surname": "Hryn\u2019ova", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0001-5914-8614" + }, + "name": { + "given_name": "T.", + "surname": "Hryn\u2019ova" } }, { - "name": { - "surname": "Hsu", - "given_name": "P. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics National Tsing Hua University Hsinchu Taiwan", - "affPubID": "Aff102" + "affPubID": "Aff102", + "affPubRaw": "Department of Physics National Tsing Hua University Hsinchu Taiwan" } ], "attrib": { "orcid": "0000-0003-3895-8356" + }, + "name": { + "given_name": "P. J.", + "surname": "Hsu" } }, { - "name": { - "surname": "Hsu", - "given_name": "S.-C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0001-6214-8500" + }, + "name": { + "given_name": "S.-C.", + "surname": "Hsu" } }, { - "name": { - "surname": "Hu", - "given_name": "Q." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-9705-7518" + }, + "name": { + "given_name": "Q.", + "surname": "Hu" } }, { - "name": { - "surname": "Hu", - "given_name": "Y. F." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Sciences (UCAS) Beijing China", - "affPubID": "Aff273" + "affPubID": "Aff273", + "affPubRaw": "University of Chinese Academy of Sciences (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-0552-3383" + }, + "name": { + "given_name": "Y. F.", + "surname": "Hu" } }, { - "name": { - "surname": "Huang", - "given_name": "D. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-1753-5621" + }, + "name": { + "given_name": "D. P.", + "surname": "Huang" } }, { - "name": { - "surname": "Huang", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China" } ], "attrib": { "orcid": "0000-0002-1177-6758" + }, + "name": { + "given_name": "S.", + "surname": "Huang" } }, { - "name": { - "surname": "Huang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-6617-3807" + }, + "name": { + "given_name": "X.", + "surname": "Huang" } }, { - "name": { - "surname": "Huang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0003-1826-2749" + }, + "name": { + "given_name": "Y.", + "surname": "Huang" } }, { - "name": { - "surname": "Huang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0002-5972-2855" + }, + "name": { + "given_name": "Y.", + "surname": "Huang" } }, { - "name": { - "surname": "Huang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-9008-1937" + }, + "name": { + "given_name": "Z.", + "surname": "Huang" } }, { - "name": { - "surname": "Hubacek", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-3250-9066" + }, + "name": { + "given_name": "Z.", + "surname": "Hubacek" } }, { - "name": { - "surname": "Huebner", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-1162-8763" + }, + "name": { + "given_name": "M.", + "surname": "Huebner" } }, { - "name": { - "surname": "Huegging", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-7472-3151" + }, + "name": { + "given_name": "F.", + "surname": "Huegging" } }, { - "name": { - "surname": "Huffman", - "given_name": "T. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-5332-2738" + }, + "name": { + "given_name": "T. B.", + "surname": "Huffman" } }, { - "name": { - "surname": "Huhtinen", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1752-3583" + }, + "name": { + "given_name": "M.", + "surname": "Huhtinen" } }, { - "name": { - "surname": "Huiberts", - "given_name": "S. K." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0002-3277-7418" + }, + "name": { + "given_name": "S. K.", + "surname": "Huiberts" } }, { - "name": { - "surname": "Hulsken", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-0095-1290" + }, + "name": { + "given_name": "R.", + "surname": "Hulsken" } }, { - "name": { - "surname": "Huseynov", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Azerbaijan Academy of Sciences Baku Azerbaijan", - "affPubID": "Aff13" + "affPubID": "Aff13", + "affPubRaw": "Institute of Physics Azerbaijan Academy of Sciences Baku Azerbaijan" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2201-5572" + }, + "name": { + "given_name": "N.", + "surname": "Huseynov" } }, { - "name": { - "surname": "Huston", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0001-9097-3014" + }, + "name": { + "given_name": "J.", + "surname": "Huston" } }, { - "name": { - "surname": "Huth", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0002-6867-2538" + }, + "name": { + "given_name": "J.", + "surname": "Huth" } }, { - "name": { - "surname": "Hyneman", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-9093-7141" + }, + "name": { + "given_name": "R.", + "surname": "Hyneman" } }, { - "name": { - "surname": "Hyrych", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0001-9425-4287" + }, + "name": { + "given_name": "S.", + "surname": "Hyrych" } }, { - "name": { - "surname": "Iacobucci", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9965-5442" + }, + "name": { + "given_name": "G.", + "surname": "Iacobucci" } }, { - "name": { - "surname": "Iakovidis", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-0330-5921" + }, + "name": { + "given_name": "G.", + "surname": "Iakovidis" } }, { - "name": { - "surname": "Ibragimov", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0001-8847-7337" + }, + "name": { + "given_name": "I.", + "surname": "Ibragimov" } }, { - "name": { - "surname": "Iconomidou-Fayard", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0001-6334-6648" + }, + "name": { + "given_name": "L.", + "surname": "Iconomidou-Fayard" } }, { - "name": { - "surname": "Iengo", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-5035-1242" + }, + "name": { + "given_name": "P.", + "surname": "Iengo" } }, { - "name": { - "surname": "Iguchi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-0940-244X" + }, + "name": { + "given_name": "R.", + "surname": "Iguchi" } }, { - "name": { - "surname": "Iizawa", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-5312-4865" + }, + "name": { + "given_name": "T.", + "surname": "Iizawa" } }, { - "name": { - "surname": "Ikegami", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0001-7287-6579" + }, + "name": { + "given_name": "Y.", + "surname": "Ikegami" } }, { - "name": { - "surname": "Ilg", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0001-9488-8095" + }, + "name": { + "given_name": "A.", + "surname": "Ilg" } }, { - "name": { - "surname": "Ilic", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-0105-7634" + }, + "name": { + "given_name": "N.", + "surname": "Ilic" } }, { - "name": { - "surname": "Imam", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0002-7854-3174" + }, + "name": { + "given_name": "H.", + "surname": "Imam" } }, { - "name": { - "surname": "Ingebretsen Carlson", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-3699-8517" + }, + "name": { + "given_name": "T.", + "surname": "Ingebretsen Carlson" } }, { - "name": { - "surname": "Introzzi", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-1314-2580" + }, + "name": { + "given_name": "G.", + "surname": "Introzzi" } }, { - "name": { - "surname": "Iodice", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0003-4446-8150" + }, + "name": { + "given_name": "M.", + "surname": "Iodice" } }, { - "name": { - "surname": "Ippolito", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-5126-1620" + }, + "name": { + "given_name": "V.", + "surname": "Ippolito" } }, { - "name": { - "surname": "Ishino", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-7185-1334" + }, + "name": { + "given_name": "M.", + "surname": "Ishino" } }, { - "name": { - "surname": "Islam", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0002-5624-5934" + }, + "name": { + "given_name": "W.", + "surname": "Islam" } }, { - "name": { - "surname": "Issever", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" }, { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-8259-1067" + }, + "name": { + "given_name": "C.", + "surname": "Issever" } }, { - "name": { - "surname": "Istin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye" }, { - "affPubRaw": "Yeditepe University, Physics Department Istanbul T\u00fcrkiye", - "affPubID": "Aff279" + "affPubID": "Aff279", + "affPubRaw": "Yeditepe University, Physics Department Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0001-8504-6291" + }, + "name": { + "given_name": "S.", + "surname": "Istin" } }, { - "name": { - "surname": "Ito", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Waseda University Tokyo Japan", - "affPubID": "Aff235" + "affPubID": "Aff235", + "affPubRaw": "Waseda University Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-2018-5850" + }, + "name": { + "given_name": "H.", + "surname": "Ito" } }, { - "name": { - "surname": "Iturbe Ponce", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0002-2325-3225" + }, + "name": { + "given_name": "J. M.", + "surname": "Iturbe Ponce" } }, { - "name": { - "surname": "Iuppa", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN-TIFPA Povo Italy", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "INFN-TIFPA Povo Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy" } ], "attrib": { "orcid": "0000-0001-5038-2762" + }, + "name": { + "given_name": "R.", + "surname": "Iuppa" } }, { - "name": { - "surname": "Ivina", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0002-9152-383X" + }, + "name": { + "given_name": "A.", + "surname": "Ivina" } }, { - "name": { - "surname": "Izen", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Physics Department University of Texas at Dallas Richardson TX USA", - "affPubID": "Aff74" + "affPubID": "Aff74", + "affPubRaw": "Physics Department University of Texas at Dallas Richardson TX USA" } ], "attrib": { "orcid": "0000-0002-9846-5601" + }, + "name": { + "given_name": "J. M.", + "surname": "Izen" } }, { - "name": { - "surname": "Izzo", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-8770-1592" + }, + "name": { + "given_name": "V.", + "surname": "Izzo" } }, { - "name": { - "surname": "Jacka", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" }, { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-2489-9930" + }, + "name": { + "given_name": "P.", + "surname": "Jacka" } }, { - "name": { - "surname": "Jackson", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0002-0847-402X" + }, + "name": { + "given_name": "P.", + "surname": "Jackson" } }, { - "name": { - "surname": "Jacobs", - "given_name": "R. M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-5446-5901" + }, + "name": { + "given_name": "R. M.", + "surname": "Jacobs" } }, { - "name": { - "surname": "Jaeger", - "given_name": "B. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-5094-5067" + }, + "name": { + "given_name": "B. P.", + "surname": "Jaeger" } }, { - "name": { - "surname": "Jagfeld", - "given_name": "C. S." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-1669-759X" + }, + "name": { + "given_name": "C. S.", + "surname": "Jagfeld" } }, { - "name": { - "surname": "Jain", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-7277-9912" + }, + "name": { + "given_name": "P.", + "surname": "Jain" } }, { - "name": { - "surname": "J\u00e4kel", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0001-5687-1006" + }, + "name": { + "given_name": "G.", + "surname": "J\u00e4kel" } }, { - "name": { - "surname": "Jakobs", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-8885-012X" + }, + "name": { + "given_name": "K.", + "surname": "Jakobs" } }, { - "name": { - "surname": "Jakoubek", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0001-7038-0369" + }, + "name": { + "given_name": "T.", + "surname": "Jakoubek" } }, { - "name": { - "surname": "Jamieson", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-9554-0787" + }, + "name": { + "given_name": "J.", + "surname": "Jamieson" } }, { - "name": { - "surname": "Janas", - "given_name": "K. W." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-5411-8934" + }, + "name": { + "given_name": "K. W.", + "surname": "Janas" } }, { - "name": { - "surname": "Jarlskog", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0002-8731-2060" + }, + "name": { + "given_name": "G.", + "surname": "Jarlskog" } }, { - "name": { - "surname": "Jaspan", - "given_name": "A. E." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-4189-2837" + }, + "name": { + "given_name": "A. E.", + "surname": "Jaspan" } }, { - "name": { - "surname": "Javurkova", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-8798-808X" + }, + "name": { + "given_name": "M.", + "surname": "Javurkova" } }, { - "name": { - "surname": "Jeanneau", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-6360-6136" + }, + "name": { + "given_name": "F.", + "surname": "Jeanneau" } }, { - "name": { - "surname": "Jeanty", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0001-6507-4623" + }, + "name": { + "given_name": "L.", + "surname": "Jeanty" } }, - { - "name": { - "surname": "Jejelava", - "given_name": "J." - }, + { "affiliation": [ { - "affPubRaw": "E. Andronikashvili Institute of Physics Iv. Javakhishvili Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "E. Andronikashvili Institute of Physics Iv. Javakhishvili Tbilisi State University Tbilisi Georgia" }, { - "affPubRaw": "Institute of Theoretical Physics Ilia State University Tbilisi Georgia", - "affPubID": "Aff267" + "affPubID": "Aff267", + "affPubRaw": "Institute of Theoretical Physics Ilia State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0002-0159-6593" + }, + "name": { + "given_name": "J.", + "surname": "Jejelava" } }, { - "name": { - "surname": "Jenni", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" }, { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff247" + "affPubID": "Aff247", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4539-4192" + }, + "name": { + "given_name": "P.", + "surname": "Jenni" } }, { - "name": { - "surname": "Jessiman", - "given_name": "C. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-2839-801X" + }, + "name": { + "given_name": "C. E.", + "surname": "Jessiman" } }, { - "name": { - "surname": "J\u00e9z\u00e9quel", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0001-7369-6975" + }, + "name": { + "given_name": "S.", + "surname": "J\u00e9z\u00e9quel" } }, { - "name": { - "surname": "Jia", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0002-5725-3397" + }, + "name": { + "given_name": "J.", + "surname": "Jia" } }, { - "name": { - "surname": "Jia", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0003-4178-5003" + }, + "name": { + "given_name": "X.", + "surname": "Jia" } }, { - "name": { - "surname": "Jia", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-5254-9930" + }, + "name": { + "given_name": "X.", + "surname": "Jia" } }, { - "name": { - "surname": "Jia", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-2657-3099" + }, + "name": { + "given_name": "Z.", + "surname": "Jia" } }, { - "name": { - "surname": "Jiang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Jiang" + } }, { - "name": { - "surname": "Jiggins", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-2906-1977" + }, + "name": { + "given_name": "S.", + "surname": "Jiggins" } }, { - "name": { - "surname": "Jimenez Pena", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-8705-628X" + }, + "name": { + "given_name": "J.", + "surname": "Jimenez Pena" } }, { - "name": { - "surname": "Jin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-5076-7803" + }, + "name": { + "given_name": "S.", + "surname": "Jin" } }, { - "name": { - "surname": "Jinaru", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0001-7449-9164" + }, + "name": { + "given_name": "A.", + "surname": "Jinaru" } }, { - "name": { - "surname": "Jinnouchi", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan", - "affPubID": "Aff220" + "affPubID": "Aff220", + "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-5073-0974" + }, + "name": { + "given_name": "O.", + "surname": "Jinnouchi" } }, { - "name": { - "surname": "Johansson", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0001-5410-1315" + }, + "name": { + "given_name": "P.", + "surname": "Johansson" } }, { - "name": { - "surname": "Johns", - "given_name": "K. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0001-9147-6052" + }, + "name": { + "given_name": "K. A.", + "surname": "Johns" } }, { - "name": { - "surname": "Johnson", - "given_name": "J. W." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0002-4837-3733" + }, + "name": { + "given_name": "J. W.", + "surname": "Johnson" } }, { - "name": { - "surname": "Jones", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-9204-4689" + }, + "name": { + "given_name": "D. M.", + "surname": "Jones" } }, { - "name": { - "surname": "Jones", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0001-6289-2292" + }, + "name": { + "given_name": "E.", + "surname": "Jones" } }, { - "name": { - "surname": "Jones", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-6293-6432" + }, + "name": { + "given_name": "P.", + "surname": "Jones" } }, { - "name": { - "surname": "Jones", - "given_name": "R. W. L." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-6427-3513" + }, + "name": { + "given_name": "R. W. L.", + "surname": "Jones" } }, { - "name": { - "surname": "Jones", - "given_name": "T. J." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-2580-1977" + }, + "name": { + "given_name": "T. J.", + "surname": "Jones" } }, { - "name": { - "surname": "Joshi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0001-6249-7444" + }, + "name": { + "given_name": "R.", + "surname": "Joshi" } }, { - "name": { - "surname": "Jovicevic", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } ], "attrib": { "orcid": "0000-0001-5650-4556" + }, + "name": { + "given_name": "J.", + "surname": "Jovicevic" } }, { - "name": { - "surname": "Ju", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-9745-1638" + }, + "name": { + "given_name": "X.", + "surname": "Ju" } }, { - "name": { - "surname": "Junggeburth", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7205-1171" + }, + "name": { + "given_name": "J. J.", + "surname": "Junggeburth" } }, { - "name": { - "surname": "Junkermann", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-1119-8820" + }, + "name": { + "given_name": "T.", + "surname": "Junkermann" } }, { - "name": { - "surname": "Juste Rozas", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" }, { - "affPubRaw": "Institucio Catalana de Recerca i Estudis Avancats ICREA Barcelona Spain", - "affPubID": "Aff261" + "affPubID": "Aff261", + "affPubRaw": "Institucio Catalana de Recerca i Estudis Avancats ICREA Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-1558-3291" + }, + "name": { + "given_name": "A.", + "surname": "Juste Rozas" } }, { - "name": { - "surname": "Kabana", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Instituto de Alta Investigaci\u00f3n Universidad de Tarapac\u00e1 Arica Chile", - "affPubID": "Aff200" + "affPubID": "Aff200", + "affPubRaw": "Instituto de Alta Investigaci\u00f3n Universidad de Tarapac\u00e1 Arica Chile" } ], "attrib": { "orcid": "0000-0003-0568-5750" + }, + "name": { + "given_name": "S.", + "surname": "Kabana" } }, { - "name": { - "surname": "Kaczmarska", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-8880-4120" + }, + "name": { + "given_name": "A.", + "surname": "Kaczmarska" } }, { - "name": { - "surname": "Kado", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-1003-7638" + }, + "name": { + "given_name": "M.", + "surname": "Kado" } }, { - "name": { - "surname": "Kagan", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0002-4693-7857" + }, + "name": { + "given_name": "H.", + "surname": "Kagan" } }, { - "name": { - "surname": "Kagan", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-3386-6869" + }, + "name": { + "given_name": "M.", + "surname": "Kagan" } }, { - "name": { - "surname": "Kahn", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Kahn" + } }, { - "name": { - "surname": "Kahn", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0001-7131-3029" + }, + "name": { + "given_name": "A.", + "surname": "Kahn" } }, { - "name": { - "surname": "Kahra", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-9003-5711" + }, + "name": { + "given_name": "C.", + "surname": "Kahra" } }, { - "name": { - "surname": "Kaji", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Waseda University Tokyo Japan", - "affPubID": "Aff235" + "affPubID": "Aff235", + "affPubRaw": "Waseda University Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-6532-7501" + }, + "name": { + "given_name": "T.", + "surname": "Kaji" } }, { - "name": { - "surname": "Kajomovitz", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel" } ], "attrib": { "orcid": "0000-0002-8464-1790" + }, + "name": { + "given_name": "E.", + "surname": "Kajomovitz" } }, { - "name": { - "surname": "Kakati", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-2155-1859" + }, + "name": { + "given_name": "N.", + "surname": "Kakati" } }, { - "name": { - "surname": "Kalderon", - "given_name": "C. W." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-2875-853X" + }, + "name": { + "given_name": "C. W.", + "surname": "Kalderon" } }, { - "name": { - "surname": "Kamenshchikov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-7845-2301" + }, + "name": { + "given_name": "A.", + "surname": "Kamenshchikov" } }, { - "name": { - "surname": "Kanayama", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan", - "affPubID": "Aff220" + "affPubID": "Aff220", + "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-7796-7744" + }, + "name": { + "given_name": "S.", + "surname": "Kanayama" } }, { - "name": { - "surname": "Kang", - "given_name": "N. J." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0001-5009-0399" + }, + "name": { + "given_name": "N. J.", + "surname": "Kang" } }, { - "name": { - "surname": "Kar", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-4238-9822" + }, + "name": { + "given_name": "D.", + "surname": "Kar" } }, { - "name": { - "surname": "Karava", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-5010-8613" + }, + "name": { + "given_name": "K.", + "surname": "Karava" } }, { - "name": { - "surname": "Kareem", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada", - "affPubID": "Aff223" + "affPubID": "Aff223", + "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada" } ], "attrib": { "orcid": "0000-0001-8967-1705" + }, + "name": { + "given_name": "M. J.", + "surname": "Kareem" } }, { - "name": { - "surname": "Karentzos", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-1037-1206" + }, + "name": { + "given_name": "E.", + "surname": "Karentzos" } }, { - "name": { - "surname": "Karkanias", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0002-6940-261X" + }, + "name": { + "given_name": "I.", + "surname": "Karkanias" } }, { - "name": { - "surname": "Karpov", - "given_name": "S. N." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2230-5353" + }, + "name": { + "given_name": "S. N.", + "surname": "Karpov" } }, { - "name": { - "surname": "Karpova", - "given_name": "Z. M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0254-4629" + }, + "name": { + "given_name": "Z. M.", + "surname": "Karpova" } }, { - "name": { - "surname": "Kartvelishvili", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-1957-3787" + }, + "name": { + "given_name": "V.", + "surname": "Kartvelishvili" } }, { - "name": { - "surname": "Karyukhin", - "given_name": "A. N." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9087-4315" + }, + "name": { + "given_name": "A. N.", + "surname": "Karyukhin" } }, { - "name": { - "surname": "Kasimi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0002-7139-8197" + }, + "name": { + "given_name": "E.", + "surname": "Kasimi" } }, { - "name": { - "surname": "Kato", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0002-0794-4325" + }, + "name": { + "given_name": "C.", + "surname": "Kato" } }, { - "name": { - "surname": "Katzy", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-3121-395X" + }, + "name": { + "given_name": "J.", + "surname": "Katzy" } }, { - "name": { - "surname": "Kaur", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-7602-1284" + }, + "name": { + "given_name": "S.", + "surname": "Kaur" } }, { - "name": { - "surname": "Kawade", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Shinshu University Nagano Japan", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "Department of Physics Shinshu University Nagano Japan" } ], "attrib": { "orcid": "0000-0002-7874-6107" + }, + "name": { + "given_name": "K.", + "surname": "Kawade" } }, { - "name": { - "surname": "Kawagoe", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan" } ], "attrib": { "orcid": "0000-0001-8882-129X" + }, + "name": { + "given_name": "K.", + "surname": "Kawagoe" } }, { - "name": { - "surname": "Kawamoto", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-5841-5511" + }, + "name": { + "given_name": "T.", + "surname": "Kawamoto" } }, { - "name": { - "surname": "Kawamura", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Kawamura" + } }, { - "name": { - "surname": "Kay", - "given_name": "E. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-6304-3230" + }, + "name": { + "given_name": "E. F.", + "surname": "Kay" } }, { - "name": { - "surname": "Kaya", - "given_name": "F. I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA", - "affPubID": "Aff225" + "affPubID": "Aff225", + "affPubRaw": "Department of Physics and Astronomy Tufts University Medford MA USA" } ], "attrib": { "orcid": "0000-0002-9775-7303" + }, + "name": { + "given_name": "F. I.", + "surname": "Kaya" } }, { - "name": { - "surname": "Kazakos", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-7252-3201" + }, + "name": { + "given_name": "S.", + "surname": "Kazakos" } }, { - "name": { - "surname": "Kazanin", - "given_name": "V. F." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4906-5468" + }, + "name": { + "given_name": "V. F.", + "surname": "Kazanin" } }, { - "name": { - "surname": "Ke", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-5798-6665" + }, + "name": { + "given_name": "Y.", + "surname": "Ke" } }, { - "name": { - "surname": "Keaveney", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa", - "affPubID": "Aff50" + "affPubID": "Aff50", + "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa" } ], "attrib": { "orcid": "0000-0003-0766-5307" + }, + "name": { + "given_name": "J. M.", + "surname": "Keaveney" } }, { - "name": { - "surname": "Keeler", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-0510-4189" + }, + "name": { + "given_name": "R.", + "surname": "Keeler" } }, { - "name": { - "surname": "Kehris", - "given_name": "G. V." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0002-1119-1004" + }, + "name": { + "given_name": "G. V.", + "surname": "Kehris" } }, { - "name": { - "surname": "Keller", - "given_name": "J. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-7140-9813" + }, + "name": { + "given_name": "J. S.", + "surname": "Keller" } }, { - "name": { - "surname": "Kelly", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } - ] + ], + "name": { + "given_name": "A. S.", + "surname": "Kelly" + } }, { - "name": { - "surname": "Kelsey", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-2297-1356" + }, + "name": { + "given_name": "D.", + "surname": "Kelsey" } }, { - "name": { - "surname": "Kempster", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0003-4168-3373" + }, + "name": { + "given_name": "J. J.", + "surname": "Kempster" } }, { - "name": { - "surname": "Kennedy", - "given_name": "K. E." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0003-3264-548X" + }, + "name": { + "given_name": "K. E.", + "surname": "Kennedy" } }, { - "name": { - "surname": "Kennedy", - "given_name": "P. D." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-8491-2570" + }, + "name": { + "given_name": "P. D.", + "surname": "Kennedy" } }, { - "name": { - "surname": "Kepka", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-2555-497X" + }, + "name": { + "given_name": "O.", + "surname": "Kepka" } }, { - "name": { - "surname": "Kerridge", - "given_name": "B. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0003-4171-1768" + }, + "name": { + "given_name": "B. P.", + "surname": "Kerridge" } }, { - "name": { - "surname": "Kersten", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-0511-2592" + }, + "name": { + "given_name": "S.", + "surname": "Kersten" } }, { - "name": { - "surname": "Ker\u0161evan", - "given_name": "B. P." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-4529-452X" + }, + "name": { + "given_name": "B. P.", + "surname": "Ker\u0161evan" } }, { - "name": { - "surname": "Keshri", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-3280-2350" + }, + "name": { + "given_name": "S.", + "surname": "Keshri" } }, { - "name": { - "surname": "Keszeghova", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0001-6830-4244" + }, + "name": { + "given_name": "L.", + "surname": "Keszeghova" } }, { - "name": { - "surname": "Ketabchi Haghighat", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-8597-3834" + }, + "name": { + "given_name": "S.", + "surname": "Ketabchi Haghighat" } }, { - "name": { - "surname": "Khandoga", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-8785-7378" + }, + "name": { + "given_name": "M.", + "surname": "Khandoga" } }, { - "name": { - "surname": "Khanov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA" } ], "attrib": { "orcid": "0000-0001-9621-422X" + }, + "name": { + "given_name": "A.", + "surname": "Khanov" } }, { - "name": { - "surname": "Kharlamov", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1051-3833" + }, + "name": { + "given_name": "A. G.", + "surname": "Kharlamov" } }, { - "name": { - "surname": "Kharlamova", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0387-6804" + }, + "name": { + "given_name": "T.", + "surname": "Kharlamova" } }, { - "name": { - "surname": "Khoda", - "given_name": "E. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0001-8720-6615" + }, + "name": { + "given_name": "E. E.", + "surname": "Khoda" } }, { - "name": { - "surname": "Khoo", - "given_name": "T. J." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-5954-3101" + }, + "name": { + "given_name": "T. J.", + "surname": "Khoo" } }, { - "name": { - "surname": "Khoriauli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany", - "affPubID": "Aff233" + "affPubID": "Aff233", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany" } ], "attrib": { "orcid": "0000-0002-6353-8452" + }, + "name": { + "given_name": "G.", + "surname": "Khoriauli" } }, { - "name": { - "surname": "Khubua", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0003-2350-1249" + }, + "name": { + "given_name": "J.", + "surname": "Khubua" } }, { - "name": { - "surname": "Khwaira", - "given_name": "Y. A. R." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0001-8538-1647" + }, + "name": { + "given_name": "Y. A. R.", + "surname": "Khwaira" } }, { - "name": { - "surname": "Kiehn", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9608-2626" + }, + "name": { + "given_name": "M.", + "surname": "Kiehn" } }, { - "name": { - "surname": "Kilgallon", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0003-1450-0009" + }, + "name": { + "given_name": "A.", + "surname": "Kilgallon" } }, { - "name": { - "surname": "Kim", - "given_name": "D. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-9635-1491" + }, + "name": { + "given_name": "D. W.", + "surname": "Kim" } }, { - "name": { - "surname": "Kim", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan", - "affPubID": "Aff220" + "affPubID": "Aff220", + "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-4203-014X" + }, + "name": { + "given_name": "E.", + "surname": "Kim" } }, { - "name": { - "surname": "Kim", - "given_name": "Y. K." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0003-3286-1326" + }, + "name": { + "given_name": "Y. K.", + "surname": "Kim" } }, { - "name": { - "surname": "Kimura", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-8883-9374" + }, + "name": { + "given_name": "N.", + "surname": "Kimura" } }, { - "name": { - "surname": "Kirchhoff", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-5611-9543" + }, + "name": { + "given_name": "A.", + "surname": "Kirchhoff" } }, { - "name": { - "surname": "Kirchmeier", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0001-8545-5650" + }, + "name": { + "given_name": "D.", + "surname": "Kirchmeier" } }, { - "name": { - "surname": "Kirfel", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0003-1679-6907" + }, + "name": { + "given_name": "C.", + "surname": "Kirfel" } }, { - "name": { - "surname": "Kirk", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0001-8096-7577" + }, + "name": { + "given_name": "J.", + "surname": "Kirk" } }, { - "name": { - "surname": "Kiryunin", - "given_name": "A. E." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-7490-6890" + }, + "name": { + "given_name": "A. E.", + "surname": "Kiryunin" } }, { - "name": { - "surname": "Kishimoto", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-3476-8192" + }, + "name": { + "given_name": "T.", + "surname": "Kishimoto" } }, { - "name": { - "surname": "Kisliuk", - "given_name": "D. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } - ] + ], + "name": { + "given_name": "D. P.", + "surname": "Kisliuk" + } }, { - "name": { - "surname": "Kitsaki", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0003-4431-8400" + }, + "name": { + "given_name": "C.", + "surname": "Kitsaki" } }, { - "name": { - "surname": "Kivernyk", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-6854-2717" + }, + "name": { + "given_name": "O.", + "surname": "Kivernyk" } }, { - "name": { - "surname": "Klassen", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-4326-9742" + }, + "name": { + "given_name": "M.", + "surname": "Klassen" } }, { - "name": { - "surname": "Klein", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-3780-1755" + }, + "name": { + "given_name": "C.", + "surname": "Klein" } }, { - "name": { - "surname": "Klein", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany", - "affPubID": "Aff233" + "affPubID": "Aff233", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany" } ], "attrib": { "orcid": "0000-0002-0145-4747" + }, + "name": { + "given_name": "L.", + "surname": "Klein" } }, { - "name": { - "surname": "Klein", - "given_name": "M. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-9999-2534" + }, + "name": { + "given_name": "M. H.", + "surname": "Klein" } }, { - "name": { - "surname": "Klein", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-8527-964X" + }, + "name": { + "given_name": "M.", + "surname": "Klein" } }, { - "name": { - "surname": "Klein", - "given_name": "S. B." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2999-6150" + }, + "name": { + "given_name": "S. B.", + "surname": "Klein" } }, { - "name": { - "surname": "Klein", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0001-7391-5330" + }, + "name": { + "given_name": "U.", + "surname": "Klein" } }, { - "name": { - "surname": "Klimek", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1661-6873" + }, + "name": { + "given_name": "P.", + "surname": "Klimek" } }, { - "name": { - "surname": "Klimentov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0003-2748-4829" + }, + "name": { + "given_name": "A.", + "surname": "Klimentov" } }, { - "name": { - "surname": "Klimpel", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-9362-3973" + }, + "name": { + "given_name": "F.", + "surname": "Klimpel" } }, { - "name": { - "surname": "Klioutchnikova", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9580-0363" + }, + "name": { + "given_name": "T.", + "surname": "Klioutchnikova" } }, { - "name": { - "surname": "Kluit", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-6419-5829" + }, + "name": { + "given_name": "P.", + "surname": "Kluit" } }, { - "name": { - "surname": "Kluth", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-8484-2261" + }, + "name": { + "given_name": "S.", + "surname": "Kluth" } }, { - "name": { - "surname": "Kneringer", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Astro and Particle Physics Universit\u00e4t Innsbruck Innsbruck Austria", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Department of Astro and Particle Physics Universit\u00e4t Innsbruck Innsbruck Austria" } ], "attrib": { "orcid": "0000-0002-6206-1912" + }, + "name": { + "given_name": "E.", + "surname": "Kneringer" } }, { - "name": { - "surname": "Knight", - "given_name": "T. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-2486-7672" + }, + "name": { + "given_name": "T. M.", + "surname": "Knight" } }, { - "name": { - "surname": "Knue", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-1559-9285" + }, + "name": { + "given_name": "A.", + "surname": "Knue" } }, { - "name": { - "surname": "Kobayashi", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Kobayashi" + } }, { - "name": { - "surname": "Kobayashi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan" } ], "attrib": { "orcid": "0000-0002-7584-078X" + }, + "name": { + "given_name": "R.", + "surname": "Kobayashi" } }, { - "name": { - "surname": "Kocian", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0003-4559-6058" + }, + "name": { + "given_name": "M.", + "surname": "Kocian" } }, { - "name": { - "surname": "Kody\u0161", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-8644-2349" + }, + "name": { + "given_name": "P.", + "surname": "Kody\u0161" } }, { - "name": { - "surname": "Koeck", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-9090-5502" + }, + "name": { + "given_name": "D. M.", + "surname": "Koeck" } }, { - "name": { - "surname": "Koenig", - "given_name": "P. T." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-0497-3550" + }, + "name": { + "given_name": "P. T.", + "surname": "Koenig" } }, { - "name": { - "surname": "Koffas", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-9612-4988" + }, + "name": { + "given_name": "T.", + "surname": "Koffas" } }, { - "name": { - "surname": "Kolb", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-6117-3816" + }, + "name": { + "given_name": "M.", + "surname": "Kolb" } }, { - "name": { - "surname": "Koletsou", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-8560-8917" + }, + "name": { + "given_name": "I.", + "surname": "Koletsou" } }, { - "name": { - "surname": "Komarek", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0002-3047-3146" + }, + "name": { + "given_name": "T.", + "surname": "Komarek" } }, { - "name": { - "surname": "K\u00f6neke", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-6901-9717" + }, + "name": { + "given_name": "K.", + "surname": "K\u00f6neke" } }, { - "name": { - "surname": "Kong", - "given_name": "A. X. Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0001-8063-8765" + }, + "name": { + "given_name": "A. X. Y.", + "surname": "Kong" } }, { - "name": { - "surname": "Kono", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Ochanomizu University Otsuka, Bunkyo-ku Tokyo Japan", - "affPubID": "Aff171" + "affPubID": "Aff171", + "affPubRaw": "Ochanomizu University Otsuka, Bunkyo-ku Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-1553-2950" + }, + "name": { + "given_name": "T.", + "surname": "Kono" } }, { - "name": { - "surname": "Konstantinidis", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-4140-6360" + }, + "name": { + "given_name": "N.", + "surname": "Konstantinidis" } }, { - "name": { - "surname": "Konya", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0002-1859-6557" + }, + "name": { + "given_name": "B.", + "surname": "Konya" } }, { - "name": { - "surname": "Kopeliansky", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0002-8775-1194" + }, + "name": { + "given_name": "R.", + "surname": "Kopeliansky" } }, { - "name": { - "surname": "Koperny", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-2023-5945" + }, + "name": { + "given_name": "S.", + "surname": "Koperny" } }, { - "name": { - "surname": "Korcyl", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-8085-4505" + }, + "name": { + "given_name": "K.", + "surname": "Korcyl" } }, { - "name": { - "surname": "Kordas", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0003-0486-2081" + }, + "name": { + "given_name": "K.", + "surname": "Kordas" } }, { - "name": { - "surname": "Koren", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0002-0773-8775" + }, + "name": { + "given_name": "G.", + "surname": "Koren" } }, { - "name": { - "surname": "Korn", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-3962-2099" + }, + "name": { + "given_name": "A.", + "surname": "Korn" } }, { - "name": { - "surname": "Korn", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-9291-5408" + }, + "name": { + "given_name": "S.", + "surname": "Korn" } }, { - "name": { - "surname": "Korolkov", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-9211-9775" + }, + "name": { + "given_name": "I.", + "surname": "Korolkov" } }, { - "name": { - "surname": "Korotkova", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3640-8676" + }, + "name": { + "given_name": "N.", + "surname": "Korotkova" } }, { - "name": { - "surname": "Kortman", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-7081-3275" + }, + "name": { + "given_name": "B.", + "surname": "Kortman" } }, { - "name": { - "surname": "Kortner", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0003-0352-3096" + }, + "name": { + "given_name": "O.", + "surname": "Kortner" } }, { - "name": { - "surname": "Kortner", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-8667-1814" + }, + "name": { + "given_name": "S.", + "surname": "Kortner" } }, { - "name": { - "surname": "Kostecka", - "given_name": "W. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA" } ], "attrib": { "orcid": "0000-0003-1772-6898" + }, + "name": { + "given_name": "W. H.", + "surname": "Kostecka" } }, { - "name": { - "surname": "Kostyukhin", - "given_name": "V. V." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-0490-9209" + }, + "name": { + "given_name": "V. V.", + "surname": "Kostyukhin" } }, { - "name": { - "surname": "Kotsokechagia", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-8057-9467" + }, + "name": { + "given_name": "A.", + "surname": "Kotsokechagia" } }, { - "name": { - "surname": "Kotwal", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0003-3384-5053" + }, + "name": { + "given_name": "A.", + "surname": "Kotwal" } }, { - "name": { - "surname": "Koulouris", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1012-4675" + }, + "name": { + "given_name": "A.", + "surname": "Koulouris" } }, { - "name": { - "surname": "Kourkoumeli-Charalampidi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-6614-108X" + }, + "name": { + "given_name": "A.", + "surname": "Kourkoumeli-Charalampidi" } }, { - "name": { - "surname": "Kourkoumelis", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "Physics Department National and Kapodistrian University of Athens Athens Greece" } ], "attrib": { "orcid": "0000-0003-0083-274X" + }, + "name": { + "given_name": "C.", + "surname": "Kourkoumelis" } }, { - "name": { - "surname": "Kourlitis", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0001-6568-2047" + }, + "name": { + "given_name": "E.", + "surname": "Kourlitis" } }, { - "name": { - "surname": "Kovanda", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0003-0294-3953" + }, + "name": { + "given_name": "O.", + "surname": "Kovanda" } }, { - "name": { - "surname": "Kowalewski", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-7314-0990" + }, + "name": { + "given_name": "R.", + "surname": "Kowalewski" } }, { - "name": { - "surname": "Kozanecki", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0001-6226-8385" + }, + "name": { + "given_name": "W.", + "surname": "Kozanecki" } }, { - "name": { - "surname": "Kozhin", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4724-9017" + }, + "name": { + "given_name": "A. S.", + "surname": "Kozhin" } }, { - "name": { - "surname": "Kramarenko", - "given_name": "V. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8625-5586" + }, + "name": { + "given_name": "V. A.", + "surname": "Kramarenko" } }, { - "name": { - "surname": "Kramberger", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-7580-384X" + }, + "name": { + "given_name": "G.", + "surname": "Kramberger" } }, { - "name": { - "surname": "Kramer", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-0296-5899" + }, + "name": { + "given_name": "P.", + "surname": "Kramer" } }, { - "name": { - "surname": "Krasny", - "given_name": "M. W." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-7440-0520" + }, + "name": { + "given_name": "M. W.", + "surname": "Krasny" } }, { - "name": { - "surname": "Krasznahorkay", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-6468-1381" + }, + "name": { + "given_name": "A.", + "surname": "Krasznahorkay" } }, { - "name": { - "surname": "Kremer", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-4487-6365" + }, + "name": { + "given_name": "J. A.", + "surname": "Kremer" } }, { - "name": { - "surname": "Kresse", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0003-0546-1634" + }, + "name": { + "given_name": "T.", + "surname": "Kresse" } }, { - "name": { - "surname": "Kretzschmar", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-8515-1355" + }, + "name": { + "given_name": "J.", + "surname": "Kretzschmar" } }, { - "name": { - "surname": "Kreul", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-1739-6596" + }, + "name": { + "given_name": "K.", + "surname": "Kreul" } }, { - "name": { - "surname": "Krieger", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0001-9958-949X" + }, + "name": { + "given_name": "P.", + "surname": "Krieger" } }, { - "name": { - "surname": "Krishnamurthy", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-6169-0517" + }, + "name": { + "given_name": "S.", + "surname": "Krishnamurthy" } }, { - "name": { - "surname": "Krivos", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-9062-2257" + }, + "name": { + "given_name": "M.", + "surname": "Krivos" } }, { - "name": { - "surname": "Krizka", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-6408-2648" + }, + "name": { + "given_name": "K.", + "surname": "Krizka" } }, { - "name": { - "surname": "Kroeninger", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0001-9873-0228" + }, + "name": { + "given_name": "K.", + "surname": "Kroeninger" } }, { - "name": { - "surname": "Kroha", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0003-1808-0259" + }, + "name": { + "given_name": "H.", + "surname": "Kroha" } }, { - "name": { - "surname": "Kroll", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-6215-3326" + }, + "name": { + "given_name": "J.", + "surname": "Kroll" } }, { - "name": { - "surname": "Kroll", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0002-0964-6815" + }, + "name": { + "given_name": "J.", + "surname": "Kroll" } }, { - "name": { - "surname": "Krowpman", - "given_name": "K. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0001-9395-3430" + }, + "name": { + "given_name": "K. S.", + "surname": "Krowpman" } }, { - "name": { - "surname": "Kruchonak", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2116-4592" + }, + "name": { + "given_name": "U.", + "surname": "Kruchonak" } }, { - "name": { - "surname": "Kr\u00fcger", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-8287-3961" + }, + "name": { + "given_name": "H.", + "surname": "Kr\u00fcger" } }, { - "name": { - "surname": "Krumnack", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Iowa State University Ames IA USA", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Department of Physics and Astronomy Iowa State University Ames IA USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Krumnack" + } }, { - "name": { - "surname": "Kruse", - "given_name": "M. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0001-5791-0345" + }, + "name": { + "given_name": "M. C.", + "surname": "Kruse" } }, { - "name": { - "surname": "Krzysiak", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-1214-9262" + }, + "name": { + "given_name": "J. A.", + "surname": "Krzysiak" } }, { - "name": { - "surname": "Kuchinskaia", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3664-2465" + }, + "name": { + "given_name": "O.", + "surname": "Kuchinskaia" } }, { - "name": { - "surname": "Kuday", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-0116-5494" + }, + "name": { + "given_name": "S.", + "surname": "Kuday" } }, { - "name": { - "surname": "Kuechler", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-4087-1575" + }, + "name": { + "given_name": "D.", + "surname": "Kuechler" } }, { - "name": { - "surname": "Kuechler", - "given_name": "J. T." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-9087-6230" + }, + "name": { + "given_name": "J. T.", + "surname": "Kuechler" } }, { - "name": { - "surname": "Kuehn", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-5270-0920" + }, + "name": { + "given_name": "S.", + "surname": "Kuehn" } }, { - "name": { - "surname": "Kuhl", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-1473-350X" + }, + "name": { + "given_name": "T.", + "surname": "Kuhl" } }, { - "name": { - "surname": "Kukhtin", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4387-8756" + }, + "name": { + "given_name": "V.", + "surname": "Kukhtin" } }, { - "name": { - "surname": "Kulchitsky", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3036-5575" + }, + "name": { + "given_name": "Y.", + "surname": "Kulchitsky" } }, { - "name": { - "surname": "Kuleshov", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile", - "affPubID": "Aff197" + "affPubID": "Aff197", + "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile" }, { - "affPubRaw": "Department of Physics Universidad Andres Bello Santiago Chile", - "affPubID": "Aff199" + "affPubID": "Aff199", + "affPubRaw": "Department of Physics Universidad Andres Bello Santiago Chile" } ], "attrib": { "orcid": "0000-0002-3065-326X" + }, + "name": { + "given_name": "S.", + "surname": "Kuleshov" } }, { - "name": { - "surname": "Kumar", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0003-3681-1588" + }, + "name": { + "given_name": "M.", + "surname": "Kumar" } }, { - "name": { - "surname": "Kumari", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0001-9174-6200" + }, + "name": { + "given_name": "N.", + "surname": "Kumari" } }, { - "name": { - "surname": "Kupco", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-3692-1410" + }, + "name": { + "given_name": "A.", + "surname": "Kupco" } }, { - "name": { - "surname": "Kupfer", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Kupfer" + } }, { - "name": { - "surname": "Kupich", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-6042-8776" + }, + "name": { + "given_name": "A.", + "surname": "Kupich" } }, { - "name": { - "surname": "Kuprash", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-7540-0012" + }, + "name": { + "given_name": "O.", + "surname": "Kuprash" } }, { - "name": { - "surname": "Kurashige", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Kobe University Kobe Japan", - "affPubID": "Aff135" + "affPubID": "Aff135", + "affPubRaw": "Graduate School of Science Kobe University Kobe Japan" } ], "attrib": { "orcid": "0000-0003-3932-016X" + }, + "name": { + "given_name": "H.", + "surname": "Kurashige" } }, { - "name": { - "surname": "Kurchaninov", - "given_name": "L. L." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0001-9392-3936" + }, + "name": { + "given_name": "L. L.", + "surname": "Kurchaninov" } }, { - "name": { - "surname": "Kurochkin", - "given_name": "Y. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-1281-8462" + }, + "name": { + "given_name": "Y. A.", + "surname": "Kurochkin" } }, { - "name": { - "surname": "Kurova", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7924-1517" + }, + "name": { + "given_name": "A.", + "surname": "Kurova" } }, { - "name": { - "surname": "Kuze", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan", - "affPubID": "Aff220" + "affPubID": "Aff220", + "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-8858-8440" + }, + "name": { + "given_name": "M.", + "surname": "Kuze" } }, { - "name": { - "surname": "Kvam", - "given_name": "A. K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-7243-0227" + }, + "name": { + "given_name": "A. K.", + "surname": "Kvam" } }, { - "name": { - "surname": "Kvita", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0001-5973-8729" + }, + "name": { + "given_name": "J.", + "surname": "Kvita" } }, { - "name": { - "surname": "Kwan", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0001-8717-4449" + }, + "name": { + "given_name": "T.", + "surname": "Kwan" } }, { - "name": { - "surname": "Kwok", - "given_name": "K. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0002-0820-9998" + }, + "name": { + "given_name": "K. W.", + "surname": "Kwok" } }, { - "name": { - "surname": "Kyriacou", - "given_name": "N. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-8523-5954" + }, + "name": { + "given_name": "N. G.", + "surname": "Kyriacou" } }, { - "name": { - "surname": "Laatu", - "given_name": "L. A. O." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0001-6578-8618" + }, + "name": { + "given_name": "L. A. O.", + "surname": "Laatu" } }, { - "name": { - "surname": "Lacasta", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-2623-6252" + }, + "name": { + "given_name": "C.", + "surname": "Lacasta" } }, { - "name": { - "surname": "Lacava", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-4588-8325" + }, + "name": { + "given_name": "F.", + "surname": "Lacava" } }, { - "name": { - "surname": "Lacker", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-7183-8607" + }, + "name": { + "given_name": "H.", + "surname": "Lacker" } }, { - "name": { - "surname": "Lacour", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-1590-194X" + }, + "name": { + "given_name": "D.", + "surname": "Lacour" } }, { - "name": { - "surname": "Lad", - "given_name": "N. N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-3707-9010" + }, + "name": { + "given_name": "N. N.", + "surname": "Lad" } }, { - "name": { - "surname": "Ladygin", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6206-8148" + }, + "name": { + "given_name": "E.", + "surname": "Ladygin" } }, { - "name": { - "surname": "Laforge", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-4209-4194" + }, + "name": { + "given_name": "B.", + "surname": "Laforge" } }, { - "name": { - "surname": "Lagouri", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Instituto de Alta Investigaci\u00f3n Universidad de Tarapac\u00e1 Arica Chile", - "affPubID": "Aff200" + "affPubID": "Aff200", + "affPubRaw": "Instituto de Alta Investigaci\u00f3n Universidad de Tarapac\u00e1 Arica Chile" } ], "attrib": { "orcid": "0000-0001-7509-7765" + }, + "name": { + "given_name": "T.", + "surname": "Lagouri" } }, { - "name": { - "surname": "Lai", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-9898-9253" + }, + "name": { + "given_name": "S.", + "surname": "Lai" } }, { - "name": { - "surname": "Lakomiec", - "given_name": "I. K." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-4357-7649" + }, + "name": { + "given_name": "I. K.", + "surname": "Lakomiec" } }, { - "name": { - "surname": "Lalloue", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0003-0953-559X" + }, + "name": { + "given_name": "N.", + "surname": "Lalloue" } }, { - "name": { - "surname": "Lambert", - "given_name": "J. E." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0002-5606-4164" + }, + "name": { + "given_name": "J. E.", + "surname": "Lambert" } }, { - "name": { - "surname": "Lammers", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0003-2958-986X" + }, + "name": { + "given_name": "S.", + "surname": "Lammers" } }, { - "name": { - "surname": "Lampl", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-2337-0958" + }, + "name": { + "given_name": "W.", + "surname": "Lampl" } }, { - "name": { - "surname": "Lampoudis", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0001-9782-9920" + }, + "name": { + "given_name": "C.", + "surname": "Lampoudis" } }, { - "name": { - "surname": "Lancaster", - "given_name": "A. N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA" } ], "attrib": { "orcid": "0000-0001-6212-5261" + }, + "name": { + "given_name": "A. N.", + "surname": "Lancaster" } }, { - "name": { - "surname": "Lan\u00e7on", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-0225-187X" + }, + "name": { + "given_name": "E.", + "surname": "Lan\u00e7on" } }, { - "name": { - "surname": "Landgraf", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-8222-2066" + }, + "name": { + "given_name": "U.", + "surname": "Landgraf" } }, { - "name": { - "surname": "Landon", - "given_name": "M. P. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0001-6828-9769" + }, + "name": { + "given_name": "M. P. J.", + "surname": "Landon" } }, { - "name": { - "surname": "Lang", - "given_name": "V. S." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-9954-7898" + }, + "name": { + "given_name": "V. S.", + "surname": "Lang" } }, { - "name": { - "surname": "Langenberg", - "given_name": "R. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-6595-1382" + }, + "name": { + "given_name": "R. J.", + "surname": "Langenberg" } }, { - "name": { - "surname": "Lankford", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0001-8057-4351" + }, + "name": { + "given_name": "A. J.", + "surname": "Lankford" } }, { - "name": { - "surname": "Lanni", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7197-9645" + }, + "name": { + "given_name": "F.", + "surname": "Lanni" } }, { - "name": { - "surname": "Lantzsch", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-0729-6487" + }, + "name": { + "given_name": "K.", + "surname": "Lantzsch" } }, { - "name": { - "surname": "Lanza", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0003-4980-6032" + }, + "name": { + "given_name": "A.", + "surname": "Lanza" } }, { - "name": { - "surname": "Lapertosa", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0001-6246-6787" + }, + "name": { + "given_name": "A.", + "surname": "Lapertosa" } }, { - "name": { - "surname": "Laporte", - "given_name": "J. F." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-4815-5314" + }, + "name": { + "given_name": "J. F.", + "surname": "Laporte" } }, { - "name": { - "surname": "Lari", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-1388-869X" + }, + "name": { + "given_name": "T.", + "surname": "Lari" } }, { - "name": { - "surname": "Lasagni Manghi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-6068-4473" + }, + "name": { + "given_name": "F.", + "surname": "Lasagni Manghi" } }, { - "name": { - "surname": "Lassnig", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9541-0592" + }, + "name": { + "given_name": "M.", + "surname": "Lassnig" } }, { - "name": { - "surname": "Latonova", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-9591-5622" + }, + "name": { + "given_name": "V.", + "surname": "Latonova" } }, { - "name": { - "surname": "Lau", - "given_name": "T. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0001-7110-7823" + }, + "name": { + "given_name": "T. S.", + "surname": "Lau" } }, { - "name": { - "surname": "Laudrain", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0001-6098-0555" + }, + "name": { + "given_name": "A.", + "surname": "Laudrain" } }, { - "name": { - "surname": "Laurier", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-2575-0743" + }, + "name": { + "given_name": "A.", + "surname": "Laurier" } }, { - "name": { - "surname": "Lawlor", - "given_name": "S. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0003-3211-067X" + }, + "name": { + "given_name": "S. D.", + "surname": "Lawlor" } }, { - "name": { - "surname": "Lawrence", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-9035-9679" + }, + "name": { + "given_name": "Z.", + "surname": "Lawrence" } }, { - "name": { - "surname": "Lazzaroni", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-4094-1273" + }, + "name": { + "given_name": "M.", + "surname": "Lazzaroni" } }, { - "name": { - "surname": "Le", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Le" + } }, { - "name": { - "surname": "Leban", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0003-1501-7262" + }, + "name": { + "given_name": "B.", + "surname": "Leban" } }, { - "name": { - "surname": "Lebedev", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Iowa State University Ames IA USA", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Department of Physics and Astronomy Iowa State University Ames IA USA" } ], "attrib": { "orcid": "0000-0002-9566-1850" + }, + "name": { + "given_name": "A.", + "surname": "Lebedev" } }, { - "name": { - "surname": "LeBlanc", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-5977-6418" + }, + "name": { + "given_name": "M.", + "surname": "LeBlanc" } }, { - "name": { - "surname": "LeCompte", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0002-9450-6568" + }, + "name": { + "given_name": "T.", + "surname": "LeCompte" } }, { - "name": { - "surname": "Ledroit-Guillon", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0001-9398-1909" + }, + "name": { + "given_name": "F.", + "surname": "Ledroit-Guillon" } }, { - "name": { - "surname": "Lee", - "given_name": "A. C. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } - ] - }, - { + ], "name": { - "surname": "Lee", - "given_name": "G. R." - }, + "given_name": "A. C. A.", + "surname": "Lee" + } + }, + { "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0002-5968-6954" + }, + "name": { + "given_name": "G. R.", + "surname": "Lee" } }, { - "name": { - "surname": "Lee", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0002-5590-335X" + }, + "name": { + "given_name": "L.", + "surname": "Lee" } }, { - "name": { - "surname": "Lee", - "given_name": "S. C." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan" } ], "attrib": { "orcid": "0000-0002-3353-2658" + }, + "name": { + "given_name": "S. C.", + "surname": "Lee" } }, { - "name": { - "surname": "Lee", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0003-0836-416X" + }, + "name": { + "given_name": "S.", + "surname": "Lee" } }, { - "name": { - "surname": "Lee", - "given_name": "T. F." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0001-7232-6315" + }, + "name": { + "given_name": "T. F.", + "surname": "Lee" } }, { - "name": { - "surname": "Leeuw", - "given_name": "L. L." - }, "affiliation": [ { - "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-3365-6781" + }, + "name": { + "given_name": "L. L.", + "surname": "Leeuw" } }, { - "name": { - "surname": "Lefebvre", - "given_name": "H. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0002-7394-2408" + }, + "name": { + "given_name": "H. P.", + "surname": "Lefebvre" } }, { - "name": { - "surname": "Lefebvre", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-5560-0586" + }, + "name": { + "given_name": "M.", + "surname": "Lefebvre" } }, { - "name": { - "surname": "Leggett", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-9299-9020" + }, + "name": { + "given_name": "C.", + "surname": "Leggett" } }, { - "name": { - "surname": "Lehmann", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-8590-8231" + }, + "name": { + "given_name": "K.", + "surname": "Lehmann" } }, { - "name": { - "surname": "Lehmann Miotto", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9045-7853" + }, + "name": { + "given_name": "G.", + "surname": "Lehmann Miotto" } }, { - "name": { - "surname": "Leigh", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1406-1413" + }, + "name": { + "given_name": "M.", + "surname": "Leigh" } }, { - "name": { - "surname": "Leight", - "given_name": "W. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0002-2968-7841" + }, + "name": { + "given_name": "W. A.", + "surname": "Leight" } }, { - "name": { - "surname": "Leisos", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Hellenic Open University Patras Greece", - "affPubID": "Aff260" + "affPubID": "Aff260", + "affPubRaw": "Hellenic Open University Patras Greece" } ], "attrib": { "orcid": "0000-0002-8126-3958" + }, + "name": { + "given_name": "A.", + "surname": "Leisos" } }, { - "name": { - "surname": "Leite", - "given_name": "M. A. L." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Universidade de S\u00e3o Paulo S\u00e3o Paulo Brazil", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Instituto de F\u00edsica Universidade de S\u00e3o Paulo S\u00e3o Paulo Brazil" } ], "attrib": { "orcid": "0000-0003-0392-3663" + }, + "name": { + "given_name": "M. A. L.", + "surname": "Leite" } }, { - "name": { - "surname": "Leitgeb", - "given_name": "C. E." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-0335-503X" + }, + "name": { + "given_name": "C. E.", + "surname": "Leitgeb" } }, { - "name": { - "surname": "Leitner", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-2994-2187" + }, + "name": { + "given_name": "R.", + "surname": "Leitner" } }, { - "name": { - "surname": "Leney", - "given_name": "K. J. C." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0002-1525-2695" + }, + "name": { + "given_name": "K. J. C.", + "surname": "Leney" } }, { - "name": { - "surname": "Lenz", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-9560-1778" + }, + "name": { + "given_name": "T.", + "surname": "Lenz" } }, { - "name": { - "surname": "Leone", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0001-6222-9642" + }, + "name": { + "given_name": "S.", + "surname": "Leone" } }, { - "name": { - "surname": "Leonidopoulos", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0002-7241-2114" + }, + "name": { + "given_name": "C.", + "surname": "Leonidopoulos" } }, { - "name": { - "surname": "Leopold", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden" } ], "attrib": { "orcid": "0000-0001-9415-7903" + }, + "name": { + "given_name": "A.", + "surname": "Leopold" } }, { - "name": { - "surname": "Leroy", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0003-3105-7045" + }, + "name": { + "given_name": "C.", + "surname": "Leroy" } }, { - "name": { - "surname": "Les", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-8875-1399" + }, + "name": { + "given_name": "R.", + "surname": "Les" } }, { - "name": { - "surname": "Lester", - "given_name": "C. G." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-5770-4883" + }, + "name": { + "given_name": "C. G.", + "surname": "Lester" } }, { - "name": { - "surname": "Levchenko", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5495-0656" + }, + "name": { + "given_name": "M.", + "surname": "Levchenko" } }, { - "name": { - "surname": "Lev\u00eaque", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-0244-4743" + }, + "name": { + "given_name": "J.", + "surname": "Lev\u00eaque" } }, { - "name": { - "surname": "Levin", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0003-0512-0856" + }, + "name": { + "given_name": "D.", + "surname": "Levin" } }, { - "name": { - "surname": "Levinson", - "given_name": "L. J." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-4679-0485" + }, + "name": { + "given_name": "L. J.", + "surname": "Levinson" } }, { - "name": { - "surname": "Lewicki", - "given_name": "M. P." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-8972-3066" + }, + "name": { + "given_name": "M. P.", + "surname": "Lewicki" } }, { - "name": { - "surname": "Lewis", - "given_name": "D. J." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-7814-8596" + }, + "name": { + "given_name": "D. J.", + "surname": "Lewis" } }, { - "name": { - "surname": "Li", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0003-4317-3342" + }, + "name": { + "given_name": "A.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0002-1974-2229" + }, + "name": { + "given_name": "B.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Li" + } }, { - "name": { - "surname": "Li", - "given_name": "C.-Q." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0003-3495-7778" + }, + "name": { + "given_name": "C.-Q.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-1081-2032" + }, + "name": { + "given_name": "H.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0002-4732-5633" + }, + "name": { + "given_name": "H.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-2459-9068" + }, + "name": { + "given_name": "H.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0001-9346-6982" + }, + "name": { + "given_name": "H.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0003-4776-4123" + }, + "name": { + "given_name": "J.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-2545-0329" + }, + "name": { + "given_name": "K.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0001-6411-6107" + }, + "name": { + "given_name": "L.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-4317-3203" + }, + "name": { + "given_name": "M.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "Q. Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-6066-195X" + }, + "name": { + "given_name": "Q. Y.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-1673-2794" + }, + "name": { + "given_name": "S.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" }, { - "affPubRaw": "Center for High Energy Physics Peking University Beijing China", - "affPubID": "Aff244" + "affPubID": "Aff244", + "affPubRaw": "Center for High Energy Physics Peking University Beijing China" } ], "attrib": { "orcid": "0000-0001-7879-3272" + }, + "name": { + "given_name": "S.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0001-7775-4300" + }, + "name": { + "given_name": "T.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0001-6975-102X" + }, + "name": { + "given_name": "X.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0003-1189-3505" + }, + "name": { + "given_name": "Z.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-9800-2626" + }, + "name": { + "given_name": "Z.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0001-7096-2158" + }, + "name": { + "given_name": "Z.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-0139-0149" + }, + "name": { + "given_name": "Z.", + "surname": "Li" } }, { - "name": { - "surname": "Li", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-1561-3435" + }, + "name": { + "given_name": "Z.", + "surname": "Li" } }, { - "name": { - "surname": "Liang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0003-0629-2131" + }, + "name": { + "given_name": "Z.", + "surname": "Liang" } }, { - "name": { - "surname": "Liberatore", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-8444-8827" + }, + "name": { + "given_name": "M.", + "surname": "Liberatore" } }, { - "name": { - "surname": "Liberti", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0002-6011-2851" + }, + "name": { + "given_name": "B.", + "surname": "Liberti" } }, { - "name": { - "surname": "Lie", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China" } ], "attrib": { "orcid": "0000-0002-5779-5989" + }, + "name": { + "given_name": "K.", + "surname": "Lie" } }, { - "name": { - "surname": "Lieber Marin", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0003-0642-9169" + }, + "name": { + "given_name": "J.", + "surname": "Lieber Marin" } }, { - "name": { - "surname": "Lin", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-2269-3632" + }, + "name": { + "given_name": "K.", + "surname": "Lin" } }, { - "name": { - "surname": "Linck", - "given_name": "R. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0002-4593-0602" + }, + "name": { + "given_name": "R. A.", + "surname": "Linck" } }, { - "name": { - "surname": "Lindley", - "given_name": "R. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-2342-1452" + }, + "name": { + "given_name": "R. E.", + "surname": "Lindley" } }, { - "name": { - "surname": "Lindon", - "given_name": "J. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada" } ], "attrib": { "orcid": "0000-0001-9490-7276" + }, + "name": { + "given_name": "J. H.", + "surname": "Lindon" } }, { - "name": { - "surname": "Linss", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-3961-5016" + }, + "name": { + "given_name": "A.", + "surname": "Linss" } }, { - "name": { - "surname": "Lipeles", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0001-5982-7326" + }, + "name": { + "given_name": "E.", + "surname": "Lipeles" } }, { - "name": { - "surname": "Lipniacka", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0002-8759-8564" + }, + "name": { + "given_name": "A.", + "surname": "Lipniacka" } }, { - "name": { - "surname": "Lister", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-1552-3651" + }, + "name": { + "given_name": "A.", + "surname": "Lister" } }, { - "name": { - "surname": "Little", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-9372-0730" + }, + "name": { + "given_name": "J. D.", + "surname": "Little" } }, { - "name": { - "surname": "Liu", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0003-2823-9307" + }, + "name": { + "given_name": "B.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "B. X." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-0721-8331" + }, + "name": { + "given_name": "B. X.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0002-0065-5221" + }, + "name": { + "given_name": "D.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "J. B." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0003-3259-8775" + }, + "name": { + "given_name": "J. B.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "J. K. K." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-5359-4541" + }, + "name": { + "given_name": "J. K. K.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0001-5807-0501" + }, + "name": { + "given_name": "K.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0003-0056-7296" + }, + "name": { + "given_name": "M.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "M. Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-0236-5404" + }, + "name": { + "given_name": "M. Y.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0002-9815-8898" + }, + "name": { + "given_name": "P.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "Q." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" }, { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0001-5248-4391" + }, + "name": { + "given_name": "Q.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0003-1366-5530" + }, + "name": { + "given_name": "X.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-3615-2332" + }, + "name": { + "given_name": "Y.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "Y. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0001-9190-4547" + }, + "name": { + "given_name": "Y. L.", + "surname": "Liu" } }, { - "name": { - "surname": "Liu", - "given_name": "Y. W." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0003-4448-4679" + }, + "name": { + "given_name": "Y. W.", + "surname": "Liu" } }, { - "name": { - "surname": "Livan", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-5877-0062" + }, + "name": { + "given_name": "M.", + "surname": "Livan" } }, { - "name": { - "surname": "Llorente Merino", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0003-0027-7969" + }, + "name": { + "given_name": "J.", + "surname": "Llorente Merino" } }, { - "name": { - "surname": "Lloyd", - "given_name": "S. L." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-5073-2264" + }, + "name": { + "given_name": "S. L.", + "surname": "Lloyd" } }, { - "name": { - "surname": "Lobodzinska", - "given_name": "E. M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-9012-3431" + }, + "name": { + "given_name": "E. M.", + "surname": "Lobodzinska" } }, { - "name": { - "surname": "Loch", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-2005-671X" + }, + "name": { + "given_name": "P.", + "surname": "Loch" } }, { - "name": { - "surname": "Loffredo", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0003-2516-5015" + }, + "name": { + "given_name": "S.", + "surname": "Loffredo" } }, { - "name": { - "surname": "Lohse", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-9751-7633" + }, + "name": { + "given_name": "T.", + "surname": "Lohse" } }, { - "name": { - "surname": "Lohwasser", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0003-1833-9160" + }, + "name": { + "given_name": "K.", + "surname": "Lohwasser" } }, { - "name": { - "surname": "Lokajicek", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-8929-1243" + }, + "name": { + "given_name": "M.", + "surname": "Lokajicek" } }, { - "name": { - "surname": "Long", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0002-2115-9382" + }, + "name": { + "given_name": "J. D.", + "surname": "Long" } }, { - "name": { - "surname": "Longarini", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0002-0352-2854" + }, + "name": { + "given_name": "I.", + "surname": "Longarini" } }, { - "name": { - "surname": "Longo", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0002-2357-7043" + }, + "name": { + "given_name": "L.", + "surname": "Longo" } }, { - "name": { - "surname": "Longo", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0003-3984-6452" + }, + "name": { + "given_name": "R.", + "surname": "Longo" } }, { - "name": { - "surname": "Lopez Paz", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Centro Nacional de Microelectr\u00f3nica (IMB-CNM-CSIC) Barcelona Spain", - "affPubID": "Aff104" + "affPubID": "Aff104", + "affPubRaw": "Centro Nacional de Microelectr\u00f3nica (IMB-CNM-CSIC) Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-4300-7064" + }, + "name": { + "given_name": "I.", + "surname": "Lopez Paz" } }, { - "name": { - "surname": "Lopez Solis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-0511-4766" + }, + "name": { + "given_name": "A.", + "surname": "Lopez Solis" } }, { - "name": { - "surname": "Lorenz", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0001-6530-1873" + }, + "name": { + "given_name": "J.", + "surname": "Lorenz" } }, { - "name": { - "surname": "Lorenzo Martinez", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-7857-7606" + }, + "name": { + "given_name": "N.", + "surname": "Lorenzo Martinez" } }, { - "name": { - "surname": "Lory", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0001-9657-0910" + }, + "name": { + "given_name": "A. M.", + "surname": "Lory" } }, { - "name": { - "surname": "Lou", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-8309-5548" + }, + "name": { + "given_name": "X.", + "surname": "Lou" } }, { - "name": { - "surname": "Lou", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-0867-2189" + }, + "name": { + "given_name": "X.", + "surname": "Lou" } }, { - "name": { - "surname": "Lounis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-4066-2087" + }, + "name": { + "given_name": "A.", + "surname": "Lounis" } }, { - "name": { - "surname": "Love", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0001-7743-3849" + }, + "name": { + "given_name": "J.", + "surname": "Love" } }, { - "name": { - "surname": "Love", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-7803-6674" + }, + "name": { + "given_name": "P. A.", + "surname": "Love" } }, { - "name": { - "surname": "Lozano Bahilo", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-0613-140X" + }, + "name": { + "given_name": "J. J.", + "surname": "Lozano Bahilo" } }, { - "name": { - "surname": "Lu", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0001-8133-3533" + }, + "name": { + "given_name": "G.", + "surname": "Lu" } }, { - "name": { - "surname": "Lu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Iowa Iowa City IA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "University of Iowa Iowa City IA USA" } ], "attrib": { "orcid": "0000-0001-7610-3952" + }, + "name": { + "given_name": "M.", + "surname": "Lu" } }, { - "name": { - "surname": "Lu", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0002-8814-1670" + }, + "name": { + "given_name": "S.", + "surname": "Lu" } }, { - "name": { - "surname": "Lu", - "given_name": "Y. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics National Tsing Hua University Hsinchu Taiwan", - "affPubID": "Aff102" + "affPubID": "Aff102", + "affPubRaw": "Department of Physics National Tsing Hua University Hsinchu Taiwan" } ], "attrib": { "orcid": "0000-0002-2497-0509" + }, + "name": { + "given_name": "Y. J.", + "surname": "Lu" } }, { - "name": { - "surname": "Lubatti", - "given_name": "H. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-9285-7452" + }, + "name": { + "given_name": "H. J.", + "surname": "Lubatti" } }, { - "name": { - "surname": "Luci", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-7464-304X" + }, + "name": { + "given_name": "C.", + "surname": "Luci" } }, { - "name": { - "surname": "Lucio Alves", - "given_name": "F. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-1626-6255" + }, + "name": { + "given_name": "F. L.", + "surname": "Lucio Alves" } }, { - "name": { - "surname": "Lucotte", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0002-5992-0640" + }, + "name": { + "given_name": "A.", + "surname": "Lucotte" } }, { - "name": { - "surname": "Luehring", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0001-8721-6901" + }, + "name": { + "given_name": "F.", + "surname": "Luehring" } }, { - "name": { - "surname": "Luise", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-5028-3342" + }, + "name": { + "given_name": "I.", + "surname": "Luise" } }, { - "name": { - "surname": "Lukianchuk", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-3265-8371" + }, + "name": { + "given_name": "O.", + "surname": "Lukianchuk" } }, { - "name": { - "surname": "Lundberg", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden" } ], "attrib": { "orcid": "0009-0004-1439-5151" + }, + "name": { + "given_name": "O.", + "surname": "Lundberg" } }, { - "name": { - "surname": "Lund-Jensen", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden" } ], "attrib": { "orcid": "0000-0003-3867-0336" + }, + "name": { + "given_name": "B.", + "surname": "Lund-Jensen" } }, { - "name": { - "surname": "Luongo", - "given_name": "N. A." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0001-6527-0253" + }, + "name": { + "given_name": "N. A.", + "surname": "Luongo" } }, { - "name": { - "surname": "Lutz", - "given_name": "M. S." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0003-4515-0224" + }, + "name": { + "given_name": "M. S.", + "surname": "Lutz" } }, { - "name": { - "surname": "Lynn", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-9634-542X" + }, + "name": { + "given_name": "D.", + "surname": "Lynn" } }, { - "name": { - "surname": "Lyons", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Lyons" + } }, { - "name": { - "surname": "Lysak", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-2990-1673" + }, + "name": { + "given_name": "R.", + "surname": "Lysak" } }, { - "name": { - "surname": "Lytken", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0002-8141-3995" + }, + "name": { + "given_name": "E.", + "surname": "Lytken" } }, { - "name": { - "surname": "Lyu", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0002-7611-3728" + }, + "name": { + "given_name": "F.", + "surname": "Lyu" } }, { - "name": { - "surname": "Lyubushkin", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0136-233X" + }, + "name": { + "given_name": "V.", + "surname": "Lyubushkin" } }, { - "name": { - "surname": "Lyubushkina", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8329-7994" + }, + "name": { + "given_name": "T.", + "surname": "Lyubushkina" } }, - { - "name": { - "surname": "Lyukova", - "given_name": "M. M." - }, + { "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-8343-9809" + }, + "name": { + "given_name": "M. M.", + "surname": "Lyukova" } }, { - "name": { - "surname": "Ma", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-8916-6220" + }, + "name": { + "given_name": "H.", + "surname": "Ma" } }, { - "name": { - "surname": "Ma", - "given_name": "L. L." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0001-9717-1508" + }, + "name": { + "given_name": "L. L.", + "surname": "Ma" } }, { - "name": { - "surname": "Ma", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-3577-9347" + }, + "name": { + "given_name": "Y.", + "surname": "Ma" } }, { - "name": { - "surname": "Mac Donell", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0001-5533-6300" + }, + "name": { + "given_name": "D. M.", + "surname": "Mac Donell" } }, { - "name": { - "surname": "Maccarrone", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-7234-9522" + }, + "name": { + "given_name": "G.", + "surname": "Maccarrone" } }, { - "name": { - "surname": "MacDonald", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-3150-3124" + }, + "name": { + "given_name": "J. C.", + "surname": "MacDonald" } }, { - "name": { - "surname": "Madar", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0002-6875-6408" + }, + "name": { + "given_name": "R.", + "surname": "Madar" } }, { - "name": { - "surname": "Mader", - "given_name": "W. F." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0003-4276-1046" + }, + "name": { + "given_name": "W. F.", + "surname": "Mader" } }, { - "name": { - "surname": "Maeda", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Kobe University Kobe Japan", - "affPubID": "Aff135" + "affPubID": "Aff135", + "affPubRaw": "Graduate School of Science Kobe University Kobe Japan" } ], "attrib": { "orcid": "0000-0002-9084-3305" + }, + "name": { + "given_name": "J.", + "surname": "Maeda" } }, { - "name": { - "surname": "Maeno", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0003-0901-1817" + }, + "name": { + "given_name": "T.", + "surname": "Maeno" } }, { - "name": { - "surname": "Maerker", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0002-3773-8573" + }, + "name": { + "given_name": "M.", + "surname": "Maerker" } }, { - "name": { - "surname": "Maguire", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0001-6218-4309" + }, + "name": { + "given_name": "H.", + "surname": "Maguire" } }, { - "name": { - "surname": "Mahon", - "given_name": "D. J." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-2640-5941" + }, + "name": { + "given_name": "D. J.", + "surname": "Mahon" } }, { - "name": { - "surname": "Maio", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica, Faculdade de Ci\u00eancias Universidade de Lisboa Lisbon Portugal", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "Departamento de F\u00edsica, Faculdade de Ci\u00eancias Universidade de Lisboa Lisbon Portugal" }, { - "affPubRaw": "Centro de F\u00edsica Nuclear da Universidade de Lisboa Lisbon Portugal", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "Centro de F\u00edsica Nuclear da Universidade de Lisboa Lisbon Portugal" } ], "attrib": { "orcid": "0000-0001-9099-0009" + }, + "name": { + "given_name": "A.", + "surname": "Maio" } }, { - "name": { - "surname": "Maj", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-4819-9226" + }, + "name": { + "given_name": "K.", + "surname": "Maj" } }, { - "name": { - "surname": "Majersky", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0001-8857-5770" + }, + "name": { + "given_name": "O.", + "surname": "Majersky" } }, { - "name": { - "surname": "Majewski", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-6871-3395" + }, + "name": { + "given_name": "S.", + "surname": "Majewski" } }, { - "name": { - "surname": "Makovec", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0001-5124-904X" + }, + "name": { + "given_name": "N.", + "surname": "Makovec" } }, { - "name": { - "surname": "Maksimovic", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } ], "attrib": { "orcid": "0000-0001-9418-3941" + }, + "name": { + "given_name": "V.", + "surname": "Maksimovic" } }, { - "name": { - "surname": "Malaescu", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-8813-3830" + }, + "name": { + "given_name": "B.", + "surname": "Malaescu" } }, { - "name": { - "surname": "Malecki", - "given_name": "Pa." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-8183-0468" + }, + "name": { + "given_name": "Pa.", + "surname": "Malecki" } }, { - "name": { - "surname": "Maleev", - "given_name": "V. P." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1028-8602" + }, + "name": { + "given_name": "V. P.", + "surname": "Maleev" } }, { - "name": { - "surname": "Malek", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0002-0948-5775" + }, + "name": { + "given_name": "F.", + "surname": "Malek" } }, { - "name": { - "surname": "Malito", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-3996-4662" + }, + "name": { + "given_name": "D.", + "surname": "Malito" } }, { - "name": { - "surname": "Mallik", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "University of Iowa Iowa City IA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "University of Iowa Iowa City IA USA" } ], "attrib": { "orcid": "0000-0001-7934-1649" + }, + "name": { + "given_name": "U.", + "surname": "Mallik" } }, { - "name": { - "surname": "Malone", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0003-4325-7378" + }, + "name": { + "given_name": "C.", + "surname": "Malone" } }, { - "name": { - "surname": "Maltezos", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Maltezos" + } }, { - "name": { - "surname": "Malyukov", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Malyukov" + } }, { - "name": { - "surname": "Mamuzic", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-3203-4243" + }, + "name": { + "given_name": "J.", + "surname": "Mamuzic" } }, { - "name": { - "surname": "Mancini", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0001-6158-2751" + }, + "name": { + "given_name": "G.", + "surname": "Mancini" } }, { - "name": { - "surname": "Manco", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-9909-1111" + }, + "name": { + "given_name": "G.", + "surname": "Manco" } }, { - "name": { - "surname": "Mandalia", - "given_name": "J. P." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0001-5038-5154" + }, + "name": { + "given_name": "J. P.", + "surname": "Mandalia" } }, { - "name": { - "surname": "Mandi\u0107", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-0131-7523" + }, + "name": { + "given_name": "I.", + "surname": "Mandi\u0107" } }, { - "name": { - "surname": "Manhaes de Andrade Filho", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil" } ], "attrib": { "orcid": "0000-0003-1792-6793" + }, + "name": { + "given_name": "L.", + "surname": "Manhaes de Andrade Filho" } }, { - "name": { - "surname": "Maniatis", - "given_name": "I. M." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0002-4362-0088" + }, + "name": { + "given_name": "I. M.", + "surname": "Maniatis" } }, { - "name": { - "surname": "Manjarres Ramos", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0003-3896-5222" + }, + "name": { + "given_name": "J.", + "surname": "Manjarres Ramos" } }, { - "name": { - "surname": "Mankad", - "given_name": "D. C." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0002-5708-0510" + }, + "name": { + "given_name": "D. C.", + "surname": "Mankad" } }, { - "name": { - "surname": "Mann", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-8497-9038" + }, + "name": { + "given_name": "A.", + "surname": "Mann" } }, { - "name": { - "surname": "Mansoulie", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0001-5945-5518" + }, + "name": { + "given_name": "B.", + "surname": "Mansoulie" } }, { - "name": { - "surname": "Manzoni", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2488-0511" + }, + "name": { + "given_name": "S.", + "surname": "Manzoni" } }, { - "name": { - "surname": "Marantis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Hellenic Open University Patras Greece", - "affPubID": "Aff260" + "affPubID": "Aff260", + "affPubRaw": "Hellenic Open University Patras Greece" } ], "attrib": { "orcid": "0000-0002-7020-4098" + }, + "name": { + "given_name": "A.", + "surname": "Marantis" } }, { - "name": { - "surname": "Marchiori", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0003-2655-7643" + }, + "name": { + "given_name": "G.", + "surname": "Marchiori" } }, { - "name": { - "surname": "Marcisovsky", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-0860-7897" + }, + "name": { + "given_name": "M.", + "surname": "Marcisovsky" } }, { - "name": { - "surname": "Marcon", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-9889-8271" + }, + "name": { + "given_name": "C.", + "surname": "Marcon" } }, { - "name": { - "surname": "Marinescu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-4588-3578" + }, + "name": { + "given_name": "M.", + "surname": "Marinescu" } }, { - "name": { - "surname": "Marjanovic", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0002-4468-0154" + }, + "name": { + "given_name": "M.", + "surname": "Marjanovic" } }, { - "name": { - "surname": "Marshall", - "given_name": "E. J." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0003-3662-4694" + }, + "name": { + "given_name": "E. J.", + "surname": "Marshall" } }, { - "name": { - "surname": "Marshall", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-0786-2570" + }, + "name": { + "given_name": "Z.", + "surname": "Marshall" } }, { - "name": { - "surname": "Marti-Garcia", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-3897-6223" + }, + "name": { + "given_name": "S.", + "surname": "Marti-Garcia" } }, { - "name": { - "surname": "Martin", - "given_name": "T. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0002-1477-1645" + }, + "name": { + "given_name": "T. A.", + "surname": "Martin" } }, { - "name": { - "surname": "Martin", - "given_name": "V. J." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-3053-8146" + }, + "name": { + "given_name": "V. J.", + "surname": "Martin" } }, { - "name": { - "surname": "Martin dit Latour", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0003-3420-2105" + }, + "name": { + "given_name": "B.", + "surname": "Martin dit Latour" } }, { - "name": { - "surname": "Martinelli", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-4466-3864" + }, + "name": { + "given_name": "L.", + "surname": "Martinelli" } }, { - "name": { - "surname": "Martinez", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" }, { - "affPubRaw": "Institucio Catalana de Recerca i Estudis Avancats ICREA Barcelona Spain", - "affPubID": "Aff261" + "affPubID": "Aff261", + "affPubRaw": "Institucio Catalana de Recerca i Estudis Avancats ICREA Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-3135-945X" + }, + "name": { + "given_name": "M.", + "surname": "Martinez" } }, { - "name": { - "surname": "Martinez Agullo", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-8925-9518" + }, + "name": { + "given_name": "P.", + "surname": "Martinez Agullo" } }, { - "name": { - "surname": "Martinez Outschoorn", - "given_name": "V. I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-7102-6388" + }, + "name": { + "given_name": "V. I.", + "surname": "Martinez Outschoorn" } }, { - "name": { - "surname": "Martinez Suarez", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0001-6914-1168" + }, + "name": { + "given_name": "P.", + "surname": "Martinez Suarez" } }, { - "name": { - "surname": "Martin-Haugh", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0001-9457-1928" + }, + "name": { + "given_name": "S.", + "surname": "Martin-Haugh" } }, { - "name": { - "surname": "Martoiu", - "given_name": "V. S." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0002-4963-9441" + }, + "name": { + "given_name": "V. S.", + "surname": "Martoiu" } }, { - "name": { - "surname": "Martyniuk", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0001-9080-2944" + }, + "name": { + "given_name": "A. C.", + "surname": "Martyniuk" } }, { - "name": { - "surname": "Marzin", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4364-4351" + }, + "name": { + "given_name": "A.", + "surname": "Marzin" } }, { - "name": { - "surname": "Maschek", - "given_name": "S. R." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0003-0917-1618" + }, + "name": { + "given_name": "S. R.", + "surname": "Maschek" } }, - { - "name": { - "surname": "Mascione", - "given_name": "D." - }, + { "affiliation": [ { - "affPubRaw": "INFN-TIFPA Povo Italy", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "INFN-TIFPA Povo Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy" } ], "attrib": { "orcid": "0000-0001-8660-9893" + }, + "name": { + "given_name": "D.", + "surname": "Mascione" } }, { - "name": { - "surname": "Masetti", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-0038-5372" + }, + "name": { + "given_name": "L.", + "surname": "Masetti" } }, { - "name": { - "surname": "Mashimo", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-5333-6016" + }, + "name": { + "given_name": "T.", + "surname": "Mashimo" } }, { - "name": { - "surname": "Masik", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-6813-8423" + }, + "name": { + "given_name": "J.", + "surname": "Masik" } }, { - "name": { - "surname": "Maslennikov", - "given_name": "A. L." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4234-3111" + }, + "name": { + "given_name": "A. L.", + "surname": "Maslennikov" } }, { - "name": { - "surname": "Massa", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-3735-7762" + }, + "name": { + "given_name": "L.", + "surname": "Massa" } }, { - "name": { - "surname": "Massarotti", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-9335-9690" + }, + "name": { + "given_name": "P.", + "surname": "Massarotti" } }, { - "name": { - "surname": "Mastrandrea", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" }, { - "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0002-9853-0194" + }, + "name": { + "given_name": "P.", + "surname": "Mastrandrea" } }, { - "name": { - "surname": "Mastroberardino", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-8933-9494" + }, + "name": { + "given_name": "A.", + "surname": "Mastroberardino" } }, { - "name": { - "surname": "Masubuchi", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-9984-8009" + }, + "name": { + "given_name": "T.", + "surname": "Masubuchi" } }, { - "name": { - "surname": "Mathisen", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0002-6248-953X" + }, + "name": { + "given_name": "T.", + "surname": "Mathisen" } }, { - "name": { - "surname": "Matsuzawa", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Matsuzawa" + } }, { - "name": { - "surname": "Maurer", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0002-5162-3713" + }, + "name": { + "given_name": "J.", + "surname": "Maurer" } }, { - "name": { - "surname": "Ma\u010dek", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-1449-0317" + }, + "name": { + "given_name": "B.", + "surname": "Ma\u010dek" } }, { - "name": { - "surname": "Maximov", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8783-3758" + }, + "name": { + "given_name": "D. A.", + "surname": "Maximov" } }, { - "name": { - "surname": "Mazini", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan" } ], "attrib": { "orcid": "0000-0003-0954-0970" + }, + "name": { + "given_name": "R.", + "surname": "Mazini" } }, { - "name": { - "surname": "Maznas", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0001-8420-3742" + }, + "name": { + "given_name": "I.", + "surname": "Maznas" } }, { - "name": { - "surname": "Mazza", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-8273-9532" + }, + "name": { + "given_name": "M.", + "surname": "Mazza" } }, { - "name": { - "surname": "Mazza", - "given_name": "S. M." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0003-3865-730X" + }, + "name": { + "given_name": "S. M.", + "surname": "Mazza" } }, { - "name": { - "surname": "Mc Ginn", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0003-1281-0193" + }, + "name": { + "given_name": "C.", + "surname": "Mc Ginn" } }, { - "name": { - "surname": "Mc Gowan", - "given_name": "J. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0001-7551-3386" + }, + "name": { + "given_name": "J. P.", + "surname": "Mc Gowan" } }, { - "name": { - "surname": "Mc Kee", - "given_name": "S. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-4551-4502" + }, + "name": { + "given_name": "S. P.", + "surname": "Mc Kee" } }, { - "name": { - "surname": "McDonald", - "given_name": "E. F." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-8092-5331" + }, + "name": { + "given_name": "E. F.", + "surname": "McDonald" } }, { - "name": { - "surname": "McDougall", - "given_name": "A. E." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-2489-2598" + }, + "name": { + "given_name": "A. E.", + "surname": "McDougall" } }, { - "name": { - "surname": "Mcfayden", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0001-9273-2564" + }, + "name": { + "given_name": "J. A.", + "surname": "Mcfayden" } }, { - "name": { - "surname": "Mchedlidze", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0003-3534-4164" + }, + "name": { + "given_name": "G.", + "surname": "Mchedlidze" } }, { - "name": { - "surname": "Mckenzie", - "given_name": "R. P." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0001-9618-3689" + }, + "name": { + "given_name": "R. P.", + "surname": "Mckenzie" } }, { - "name": { - "surname": "Mclachlan", - "given_name": "T. C." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-0930-5340" + }, + "name": { + "given_name": "T. C.", + "surname": "Mclachlan" } }, { - "name": { - "surname": "Mclaughlin", - "given_name": "D. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0003-2424-5697" + }, + "name": { + "given_name": "D. J.", + "surname": "Mclaughlin" } }, { - "name": { - "surname": "McLean", - "given_name": "K. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0001-5475-2521" + }, + "name": { + "given_name": "K. D.", + "surname": "McLean" } }, { - "name": { - "surname": "McMahon", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-3599-9075" + }, + "name": { + "given_name": "S. J.", + "surname": "McMahon" } }, { - "name": { - "surname": "McNamara", - "given_name": "P. C." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-0676-324X" + }, + "name": { + "given_name": "P. C.", + "surname": "McNamara" } }, { - "name": { - "surname": "Mcpartland", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-1477-1407" + }, + "name": { + "given_name": "C. M.", + "surname": "Mcpartland" } }, { - "name": { - "surname": "McPherson", - "given_name": "R. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" }, { - "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada", - "affPubID": "Aff264" + "affPubID": "Aff264", + "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada" } ], "attrib": { "orcid": "0000-0001-9211-7019" + }, + "name": { + "given_name": "R. A.", + "surname": "McPherson" } }, { - "name": { - "surname": "Megy", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0001-8569-7094" + }, + "name": { + "given_name": "T.", + "surname": "Megy" } }, { - "name": { - "surname": "Mehlhase", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-1281-2060" + }, + "name": { + "given_name": "S.", + "surname": "Mehlhase" } }, { - "name": { - "surname": "Mehta", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-2619-9743" + }, + "name": { + "given_name": "A.", + "surname": "Mehta" } }, { - "name": { - "surname": "Meirose", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Physics Department University of Texas at Dallas Richardson TX USA", - "affPubID": "Aff74" + "affPubID": "Aff74", + "affPubRaw": "Physics Department University of Texas at Dallas Richardson TX USA" } ], "attrib": { "orcid": "0000-0003-0032-7022" + }, + "name": { + "given_name": "B.", + "surname": "Meirose" } }, { - "name": { - "surname": "Melini", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel" } ], "attrib": { "orcid": "0000-0002-7018-682X" + }, + "name": { + "given_name": "D.", + "surname": "Melini" } }, { - "name": { - "surname": "Mellado Garcia", - "given_name": "B. R." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0003-4838-1546" + }, + "name": { + "given_name": "B. R.", + "surname": "Mellado Garcia" } }, { - "name": { - "surname": "Melo", - "given_name": "A. H." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-3964-6736" + }, + "name": { + "given_name": "A. H.", + "surname": "Melo" } }, { - "name": { - "surname": "Meloni", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-7075-2214" + }, + "name": { + "given_name": "F.", + "surname": "Meloni" } }, { - "name": { - "surname": "Mendes Gouveia", - "given_name": "E. D." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-7785-2047" + }, + "name": { + "given_name": "E. D.", + "surname": "Mendes Gouveia" } }, { - "name": { - "surname": "Mendes Jacques Da Costa", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-6305-8400" + }, + "name": { + "given_name": "A. M.", + "surname": "Mendes Jacques Da Costa" } }, { - "name": { - "surname": "Meng", - "given_name": "H. Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-7234-8351" + }, + "name": { + "given_name": "H. Y.", + "surname": "Meng" } }, { - "name": { - "surname": "Meng", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-2901-6589" + }, + "name": { + "given_name": "L.", + "surname": "Meng" } }, { - "name": { - "surname": "Menke", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-8186-4032" + }, + "name": { + "given_name": "S.", + "surname": "Menke" } }, { - "name": { - "surname": "Mentink", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9769-0578" + }, + "name": { + "given_name": "M.", + "surname": "Mentink" } }, { - "name": { - "surname": "Meoni", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-6934-3752" + }, + "name": { + "given_name": "E.", + "surname": "Meoni" } }, { - "name": { - "surname": "Merlassino", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-5445-5938" + }, + "name": { + "given_name": "C.", + "surname": "Merlassino" } }, { - "name": { - "surname": "Merola", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-1822-1114" + }, + "name": { + "given_name": "L.", + "surname": "Merola" } }, { - "name": { - "surname": "Meroni", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0003-4779-3522" + }, + "name": { + "given_name": "C.", + "surname": "Meroni" } }, { - "name": { - "surname": "Merz", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Merz" + } }, { - "name": { - "surname": "Meshkov", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6897-4651" + }, + "name": { + "given_name": "O.", + "surname": "Meshkov" } }, { - "name": { - "surname": "Metcalfe", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0001-5454-3017" + }, + "name": { + "given_name": "J.", + "surname": "Metcalfe" } }, { - "name": { - "surname": "Mete", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0002-5508-530X" + }, + "name": { + "given_name": "A. S.", + "surname": "Mete" } }, { - "name": { - "surname": "Meyer", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0003-3552-6566" + }, + "name": { + "given_name": "C.", + "surname": "Meyer" } }, { - "name": { - "surname": "Meyer", - "given_name": "J.-P." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-7497-0945" + }, + "name": { + "given_name": "J.-P.", + "surname": "Meyer" } }, { - "name": { - "surname": "Michetti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-3276-8941" + }, + "name": { + "given_name": "M.", + "surname": "Michetti" } }, { - "name": { - "surname": "Middleton", - "given_name": "R. P." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-8396-9946" + }, + "name": { + "given_name": "R. P.", + "surname": "Middleton" } }, { - "name": { - "surname": "Mijovi\u0107", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-0162-2891" + }, + "name": { + "given_name": "L.", + "surname": "Mijovi\u0107" } }, { - "name": { - "surname": "Mikenberg", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-0460-3178" + }, + "name": { + "given_name": "G.", + "surname": "Mikenberg" } }, { - "name": { - "surname": "Mikestikova", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-1277-2596" + }, + "name": { + "given_name": "M.", + "surname": "Mikestikova" } }, { - "name": { - "surname": "Miku\u017e", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-4119-6156" + }, + "name": { + "given_name": "M.", + "surname": "Miku\u017e" } }, { - "name": { - "surname": "Mildner", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-0384-6955" + }, + "name": { + "given_name": "H.", + "surname": "Mildner" } }, { - "name": { - "surname": "Milic", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9173-8363" + }, + "name": { + "given_name": "A.", + "surname": "Milic" } }, { - "name": { - "surname": "Milke", - "given_name": "C. D." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0003-4688-4174" + }, + "name": { + "given_name": "C. D.", + "surname": "Milke" } }, { - "name": { - "surname": "Miller", - "given_name": "D. W." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0002-9485-9435" + }, + "name": { + "given_name": "D. W.", + "surname": "Miller" } }, { - "name": { - "surname": "Miller", - "given_name": "L. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-5539-3233" + }, + "name": { + "given_name": "L. S.", + "surname": "Miller" } }, { - "name": { - "surname": "Milov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-3863-3607" + }, + "name": { + "given_name": "A.", + "surname": "Milov" } }, { - "name": { - "surname": "Milstead", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } - ] + ], + "name": { + "given_name": "D. A.", + "surname": "Milstead" + } }, { - "name": { - "surname": "Min", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Min" + } }, { - "name": { - "surname": "Minaenko", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8055-4692" + }, + "name": { + "given_name": "A. A.", + "surname": "Minaenko" } }, { - "name": { - "surname": "Minashvili", - "given_name": "I. A." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0002-4688-3510" + }, + "name": { + "given_name": "I. A.", + "surname": "Minashvili" } }, { - "name": { - "surname": "Mince", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0003-3759-0588" + }, + "name": { + "given_name": "L.", + "surname": "Mince" } }, { - "name": { - "surname": "Mincer", - "given_name": "A. I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics New York University New York NY USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "Department of Physics New York University New York NY USA" } ], "attrib": { "orcid": "0000-0002-6307-1418" + }, + "name": { + "given_name": "A. I.", + "surname": "Mincer" } }, { - "name": { - "surname": "Mindur", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-5511-2611" + }, + "name": { + "given_name": "B.", + "surname": "Mindur" } }, { - "name": { - "surname": "Mineev", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2236-3879" + }, + "name": { + "given_name": "M.", + "surname": "Mineev" } }, { - "name": { - "surname": "Mino", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan" } ], "attrib": { "orcid": "0000-0002-2984-8174" + }, + "name": { + "given_name": "Y.", + "surname": "Mino" } }, { - "name": { - "surname": "Mir", - "given_name": "L. M." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-4276-715X" + }, + "name": { + "given_name": "L. M.", + "surname": "Mir" } }, { - "name": { - "surname": "Miralles Lopez", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-7863-583X" + }, + "name": { + "given_name": "M.", + "surname": "Miralles Lopez" } }, { - "name": { - "surname": "Mironova", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-6381-5723" + }, + "name": { + "given_name": "M.", + "surname": "Mironova" } }, { - "name": { - "surname": "Missio", - "given_name": "M. C." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0002-0494-9753" + }, + "name": { + "given_name": "M. C.", + "surname": "Missio" } }, { - "name": { - "surname": "Mitani", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Waseda University Tokyo Japan", - "affPubID": "Aff235" + "affPubID": "Aff235", + "affPubRaw": "Waseda University Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-9861-9140" + }, + "name": { + "given_name": "T.", + "surname": "Mitani" } }, { - "name": { - "surname": "Mitra", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0003-3714-0915" + }, + "name": { + "given_name": "A.", + "surname": "Mitra" } }, { - "name": { - "surname": "Mitsou", - "given_name": "V. A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-1533-8886" + }, + "name": { + "given_name": "V. A.", + "surname": "Mitsou" } }, { - "name": { - "surname": "Miu", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-0287-8293" + }, + "name": { + "given_name": "O.", + "surname": "Miu" } }, { - "name": { - "surname": "Miyagawa", - "given_name": "P. S." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-4893-6778" + }, + "name": { + "given_name": "P. S.", + "surname": "Miyagawa" } }, { - "name": { - "surname": "Miyazaki", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Miyazaki" + } }, { - "name": { - "surname": "Mizukami", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0001-6672-0500" + }, + "name": { + "given_name": "A.", + "surname": "Mizukami" } }, { - "name": { - "surname": "Mj\u00f6rnmark", - "given_name": "J. U." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0002-7148-6859" + }, + "name": { + "given_name": "J. U.", + "surname": "Mj\u00f6rnmark" } }, { - "name": { - "surname": "Mkrtchyan", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-5786-3136" + }, + "name": { + "given_name": "T.", + "surname": "Mkrtchyan" } }, { - "name": { - "surname": "Mlinarevic", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-6399-1732" + }, + "name": { + "given_name": "T.", + "surname": "Mlinarevic" } }, { - "name": { - "surname": "Mlynarikova", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2028-1930" + }, + "name": { + "given_name": "M.", + "surname": "Mlynarikova" } }, { - "name": { - "surname": "Moa", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-7644-5984" + }, + "name": { + "given_name": "T.", + "surname": "Moa" } }, { - "name": { - "surname": "Mobius", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-5911-6815" + }, + "name": { + "given_name": "S.", + "surname": "Mobius" } }, { - "name": { - "surname": "Mochizuki", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-6310-2149" + }, + "name": { + "given_name": "K.", + "surname": "Mochizuki" } }, { - "name": { - "surname": "Moder", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-2135-9971" + }, + "name": { + "given_name": "P.", + "surname": "Moder" } }, { - "name": { - "surname": "Mogg", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0003-2688-234X" + }, + "name": { + "given_name": "P.", + "surname": "Mogg" } }, { - "name": { - "surname": "Mohammed", - "given_name": "A. F." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-5003-1919" + }, + "name": { + "given_name": "A. F.", + "surname": "Mohammed" } }, { - "name": { - "surname": "Mohapatra", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0003-3006-6337" + }, + "name": { + "given_name": "S.", + "surname": "Mohapatra" } }, { - "name": { - "surname": "Mokgatitswane", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0001-9878-4373" + }, + "name": { + "given_name": "G.", + "surname": "Mokgatitswane" } }, { - "name": { - "surname": "Mondal", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0003-1025-3741" + }, + "name": { + "given_name": "B.", + "surname": "Mondal" } }, { - "name": { - "surname": "Mondal", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-6965-7380" + }, + "name": { + "given_name": "S.", + "surname": "Mondal" } }, { - "name": { - "surname": "M\u00f6nig", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-3169-7117" + }, + "name": { + "given_name": "K.", + "surname": "M\u00f6nig" } }, { - "name": { - "surname": "Monnier", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-2551-5751" + }, + "name": { + "given_name": "E.", + "surname": "Monnier" } }, { - "name": { - "surname": "Monsonis Romero", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Monsonis Romero" + } }, { - "name": { - "surname": "Montejo Berlingen", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9213-904X" + }, + "name": { + "given_name": "J.", + "surname": "Montejo Berlingen" } }, { - "name": { - "surname": "Montella", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0001-5010-886X" + }, + "name": { + "given_name": "M.", + "surname": "Montella" } }, { - "name": { - "surname": "Monticelli", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina" } ], "attrib": { "orcid": "0000-0002-6974-1443" + }, + "name": { + "given_name": "F.", + "surname": "Monticelli" } }, { - "name": { - "surname": "Morange", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-0047-7215" + }, + "name": { + "given_name": "N.", + "surname": "Morange" } }, { - "name": { - "surname": "Moreira De Carvalho", - "given_name": "A. L." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-1986-5720" + }, + "name": { + "given_name": "A. L.", + "surname": "Moreira De Carvalho" } }, { - "name": { - "surname": "Moreno Ll\u00e1cer", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-1113-3645" + }, + "name": { + "given_name": "M.", + "surname": "Moreno Ll\u00e1cer" } }, { - "name": { - "surname": "Moreno Martinez", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5719-7655" + }, + "name": { + "given_name": "C.", + "surname": "Moreno Martinez" } }, { - "name": { - "surname": "Morettini", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0001-7139-7912" + }, + "name": { + "given_name": "P.", + "surname": "Morettini" } }, { - "name": { - "surname": "Morgenstern", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0002-7834-4781" + }, + "name": { + "given_name": "S.", + "surname": "Morgenstern" } }, { - "name": { - "surname": "Morii", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0001-9324-057X" + }, + "name": { + "given_name": "M.", + "surname": "Morii" } }, { - "name": { - "surname": "Morinaga", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-2129-1372" + }, + "name": { + "given_name": "M.", + "surname": "Morinaga" } }, { - "name": { - "surname": "Morley", - "given_name": "A. K." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0373-1346" + }, + "name": { + "given_name": "A. K.", + "surname": "Morley" } }, { - "name": { - "surname": "Morodei", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-8251-7262" + }, + "name": { + "given_name": "F.", + "surname": "Morodei" } }, { - "name": { - "surname": "Morvaj", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2061-2904" + }, + "name": { + "given_name": "L.", + "surname": "Morvaj" } }, { - "name": { - "surname": "Moschovakos", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6993-9698" + }, + "name": { + "given_name": "P.", + "surname": "Moschovakos" } }, { - "name": { - "surname": "Moser", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6750-5060" + }, + "name": { + "given_name": "B.", + "surname": "Moser" } }, { - "name": { - "surname": "Mosidze", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Mosidze" + } }, { - "name": { - "surname": "Moskalets", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-6508-3968" + }, + "name": { + "given_name": "T.", + "surname": "Moskalets" } }, { - "name": { - "surname": "Moskvitina", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0002-7926-7650" + }, + "name": { + "given_name": "P.", + "surname": "Moskvitina" } }, { - "name": { - "surname": "Moss", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "California State University CA USA", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "California State University CA USA" }, { - "affPubRaw": "Department of Physics California State University Sacramento USA", - "affPubID": "Aff255" + "affPubID": "Aff255", + "affPubRaw": "Department of Physics California State University Sacramento USA" } ], "attrib": { "orcid": "0000-0002-6729-4803" + }, + "name": { + "given_name": "J.", + "surname": "Moss" } }, { - "name": { - "surname": "Moyse", - "given_name": "E. J. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0003-4449-6178" + }, + "name": { + "given_name": "E. J. W.", + "surname": "Moyse" } }, { - "name": { - "surname": "Mtintsilana", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0003-2168-4854" + }, + "name": { + "given_name": "O.", + "surname": "Mtintsilana" } }, { - "name": { - "surname": "Muanza", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-1786-2075" + }, + "name": { + "given_name": "S.", + "surname": "Muanza" } }, { - "name": { - "surname": "Mueller", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0001-5099-4718" + }, + "name": { + "given_name": "J.", + "surname": "Mueller" } }, { - "name": { - "surname": "Muenstermann", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0001-6223-2497" + }, + "name": { + "given_name": "D.", + "surname": "Muenstermann" } }, { - "name": { - "surname": "M\u00fcller", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0002-5835-0690" + }, + "name": { + "given_name": "R.", + "surname": "M\u00fcller" } }, { - "name": { - "surname": "Mullier", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0001-6771-0937" + }, + "name": { + "given_name": "G. A.", + "surname": "Mullier" } }, { - "name": { - "surname": "Mullin", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "J. J.", + "surname": "Mullin" + } }, { - "name": { - "surname": "Mungo", - "given_name": "D. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-2567-7857" + }, + "name": { + "given_name": "D. P.", + "surname": "Mungo" } }, { - "name": { - "surname": "Munoz Martinez", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-2441-3366" + }, + "name": { + "given_name": "J. L.", + "surname": "Munoz Martinez" } }, { - "name": { - "surname": "Munoz Perez", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-3215-6467" + }, + "name": { + "given_name": "D.", + "surname": "Munoz Perez" } }, { - "name": { - "surname": "Munoz Sanchez", - "given_name": "F. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-6374-458X" + }, + "name": { + "given_name": "F. J.", + "surname": "Munoz Sanchez" } }, { - "name": { - "surname": "Murin", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-2388-1969" + }, + "name": { + "given_name": "M.", + "surname": "Murin" } }, { - "name": { - "surname": "Murray", - "given_name": "W. J." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" }, { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0003-1710-6306" + }, + "name": { + "given_name": "W. J.", + "surname": "Murray" } }, { - "name": { - "surname": "Murrone", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0001-5399-2478" + }, + "name": { + "given_name": "A.", + "surname": "Murrone" } }, { - "name": { - "surname": "Muse", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0002-2585-3793" + }, + "name": { + "given_name": "J. M.", + "surname": "Muse" } }, { - "name": { - "surname": "Mu\u0161kinja", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-8442-2718" + }, + "name": { + "given_name": "M.", + "surname": "Mu\u0161kinja" } }, { - "name": { - "surname": "Mwewa", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-3504-0366" + }, + "name": { + "given_name": "C.", + "surname": "Mwewa" } }, { - "name": { - "surname": "Myagkov", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4189-4250" + }, + "name": { + "given_name": "A. G.", + "surname": "Myagkov" } }, { - "name": { - "surname": "Myers", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0003-1691-4643" + }, + "name": { + "given_name": "A. J.", + "surname": "Myers" } }, { - "name": { - "surname": "Myers", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "A. A.", + "surname": "Myers" + } }, { - "name": { - "surname": "Myers", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0002-2562-0930" + }, + "name": { + "given_name": "G.", + "surname": "Myers" } }, { - "name": { - "surname": "Myska", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-0982-3380" + }, + "name": { + "given_name": "M.", + "surname": "Myska" } }, { - "name": { - "surname": "Nachman", - "given_name": "B. P." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-1024-0932" + }, + "name": { + "given_name": "B. P.", + "surname": "Nachman" } }, { - "name": { - "surname": "Nackenhorst", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0002-2191-2725" + }, + "name": { + "given_name": "O.", + "surname": "Nackenhorst" } }, { - "name": { - "surname": "Nag", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0001-6480-6079" + }, + "name": { + "given_name": "A.", + "surname": "Nag" } }, { - "name": { - "surname": "Nagai", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-4285-0578" + }, + "name": { + "given_name": "K.", + "surname": "Nagai" } }, { - "name": { - "surname": "Nagano", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0003-2741-0627" + }, + "name": { + "given_name": "K.", + "surname": "Nagano" } }, { - "name": { - "surname": "Nagle", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" }, { - "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA", - "affPubID": "Aff274" + "affPubID": "Aff274", + "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA" } ], "attrib": { "orcid": "0000-0003-0056-6613" + }, + "name": { + "given_name": "J. L.", + "surname": "Nagle" } }, { - "name": { - "surname": "Nagy", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0001-5420-9537" + }, + "name": { + "given_name": "E.", + "surname": "Nagy" } }, { - "name": { - "surname": "Nairz", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3561-0880" + }, + "name": { + "given_name": "A. M.", + "surname": "Nairz" } }, { - "name": { - "surname": "Nakahama", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0003-3133-7100" + }, + "name": { + "given_name": "Y.", + "surname": "Nakahama" } }, { - "name": { - "surname": "Nakamura", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-1560-0434" + }, + "name": { + "given_name": "K.", + "surname": "Nakamura" } }, { - "name": { - "surname": "Nanjo", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Osaka University Osaka Japan", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Graduate School of Science Osaka University Osaka Japan" } ], "attrib": { "orcid": "0000-0003-0703-103X" + }, + "name": { + "given_name": "H.", + "surname": "Nanjo" } }, { - "name": { - "surname": "Narayan", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0002-8642-5119" + }, + "name": { + "given_name": "R.", + "surname": "Narayan" } }, { - "name": { - "surname": "Narayanan", - "given_name": "E. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA", - "affPubID": "Aff164" + "affPubID": "Aff164", + "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA" } ], "attrib": { "orcid": "0000-0001-6042-6781" + }, + "name": { + "given_name": "E. A.", + "surname": "Narayanan" } }, { - "name": { - "surname": "Naryshkin", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6412-4801" + }, + "name": { + "given_name": "I.", + "surname": "Naryshkin" } }, { - "name": { - "surname": "Naseri", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-9191-8164" + }, + "name": { + "given_name": "M.", + "surname": "Naseri" } }, { - "name": { - "surname": "Nass", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-8098-4948" + }, + "name": { + "given_name": "C.", + "surname": "Nass" } }, { - "name": { - "surname": "Navarro", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Facultad de Ciencias y Centro de Investigaci\u00f3nes Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Facultad de Ciencias y Centro de Investigaci\u00f3nes Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia" } ], "attrib": { "orcid": "0000-0002-5108-0042" + }, + "name": { + "given_name": "G.", + "surname": "Navarro" } }, { - "name": { - "surname": "Navarro-Gonzalez", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-4172-7965" + }, + "name": { + "given_name": "J.", + "surname": "Navarro-Gonzalez" } }, { - "name": { - "surname": "Nayak", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0001-6988-0606" + }, + "name": { + "given_name": "R.", + "surname": "Nayak" } }, { - "name": { - "surname": "Nayaz", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0003-1418-3437" + }, + "name": { + "given_name": "A.", + "surname": "Nayaz" } }, { - "name": { - "surname": "Nechaeva", - "given_name": "P. Y." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5910-4117" + }, + "name": { + "given_name": "P. Y.", + "surname": "Nechaeva" } }, { - "name": { - "surname": "Nechansky", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-2684-9024" + }, + "name": { + "given_name": "F.", + "surname": "Nechansky" } }, { - "name": { - "surname": "Nedic", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-7672-7367" + }, + "name": { + "given_name": "L.", + "surname": "Nedic" } }, { - "name": { - "surname": "Neep", - "given_name": "T. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0003-0056-8651" + }, + "name": { + "given_name": "T. J.", + "surname": "Neep" } }, { - "name": { - "surname": "Negri", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-7386-901X" + }, + "name": { + "given_name": "A.", + "surname": "Negri" } }, { - "name": { - "surname": "Negrini", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0003-0101-6963" + }, + "name": { + "given_name": "M.", + "surname": "Negrini" } }, { - "name": { - "surname": "Nellist", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0002-5171-8579" + }, + "name": { + "given_name": "C.", + "surname": "Nellist" } }, { - "name": { - "surname": "Nelson", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-5713-3803" + }, + "name": { + "given_name": "C.", + "surname": "Nelson" } }, { - "name": { - "surname": "Nelson", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0003-4194-1790" + }, + "name": { + "given_name": "K.", + "surname": "Nelson" } }, { - "name": { - "surname": "Nemecek", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-8978-7150" + }, + "name": { + "given_name": "S.", + "surname": "Nemecek" } }, { - "name": { - "surname": "Nessi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" }, { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff248" + "affPubID": "Aff248", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7316-0118" + }, + "name": { + "given_name": "M.", + "surname": "Nessi" } }, { - "name": { - "surname": "Neubauer", - "given_name": "M. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0001-8434-9274" + }, + "name": { + "given_name": "M. S.", + "surname": "Neubauer" } }, { - "name": { - "surname": "Neuhaus", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-3819-2453" + }, + "name": { + "given_name": "F.", + "surname": "Neuhaus" } }, { - "name": { - "surname": "Neundorf", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-8565-0015" + }, + "name": { + "given_name": "J.", + "surname": "Neundorf" } }, { - "name": { - "surname": "Newhouse", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0001-8026-3836" + }, + "name": { + "given_name": "R.", + "surname": "Newhouse" } }, { - "name": { - "surname": "Newman", - "given_name": "P. R." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-6252-266X" + }, + "name": { + "given_name": "P. R.", + "surname": "Newman" } }, { - "name": { - "surname": "Ng", - "given_name": "C. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0001-8190-4017" + }, + "name": { + "given_name": "C. W.", + "surname": "Ng" } }, { - "name": { - "surname": "Ng", - "given_name": "Y. S." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } - ] + ], + "name": { + "given_name": "Y. S.", + "surname": "Ng" + } }, { - "name": { - "surname": "Ng", - "given_name": "Y. W. Y." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-9135-1321" + }, + "name": { + "given_name": "Y. W. Y.", + "surname": "Ng" } }, { - "name": { - "surname": "Ngair", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0002-5807-8535" + }, + "name": { + "given_name": "B.", + "surname": "Ngair" } }, { - "name": { - "surname": "Nguyen", - "given_name": "H. D. N." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-4326-9283" + }, + "name": { + "given_name": "H. D. N.", + "surname": "Nguyen" } }, { - "name": { - "surname": "Nickerson", - "given_name": "R. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-2157-9061" + }, + "name": { + "given_name": "R. B.", + "surname": "Nickerson" } }, { - "name": { - "surname": "Nicolaidou", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0003-3723-1745" + }, + "name": { + "given_name": "R.", + "surname": "Nicolaidou" } }, { - "name": { - "surname": "Nielsen", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0002-9175-4419" + }, + "name": { + "given_name": "J.", + "surname": "Nielsen" } }, { - "name": { - "surname": "Niemeyer", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0003-4222-8284" + }, + "name": { + "given_name": "M.", + "surname": "Niemeyer" } }, { - "name": { - "surname": "Nikiforou", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1267-7740" + }, + "name": { + "given_name": "N.", + "surname": "Nikiforou" } }, { - "name": { - "surname": "Nikolaenko", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6545-1820" + }, + "name": { + "given_name": "V.", + "surname": "Nikolaenko" } }, { - "name": { - "surname": "Nikolic-Audit", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0003-1681-1118" + }, + "name": { + "given_name": "I.", + "surname": "Nikolic-Audit" } }, { - "name": { - "surname": "Nikolopoulos", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-3048-489X" + }, + "name": { + "given_name": "K.", + "surname": "Nikolopoulos" } }, { - "name": { - "surname": "Nilsson", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-6848-7463" + }, + "name": { + "given_name": "P.", + "surname": "Nilsson" } }, { - "name": { - "surname": "Ninca", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-8158-8966" + }, + "name": { + "given_name": "I.", + "surname": "Ninca" } }, { - "name": { - "surname": "Nindhito", - "given_name": "H. R." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3108-9477" + }, + "name": { + "given_name": "H. R.", + "surname": "Nindhito" } }, { - "name": { - "surname": "Nisati", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-5080-2293" + }, + "name": { + "given_name": "A.", + "surname": "Nisati" } }, { - "name": { - "surname": "Nishu", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada" } ], "attrib": { "orcid": "0000-0002-9048-1332" + }, + "name": { + "given_name": "N.", + "surname": "Nishu" } }, { - "name": { - "surname": "Nisius", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0003-2257-0074" + }, + "name": { + "given_name": "R.", + "surname": "Nisius" } }, { - "name": { - "surname": "Nitschke", - "given_name": "J-E." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0002-0174-4816" + }, + "name": { + "given_name": "J-E.", + "surname": "Nitschke" } }, { - "name": { - "surname": "Nkadimeng", - "given_name": "E. K." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0003-0800-7963" + }, + "name": { + "given_name": "E. K.", + "surname": "Nkadimeng" } }, { - "name": { - "surname": "Noacco Rosende", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina" } ], "attrib": { "orcid": "0000-0003-4895-1836" + }, + "name": { + "given_name": "S. J.", + "surname": "Noacco Rosende" } }, { - "name": { - "surname": "Nobe", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-5809-325X" + }, + "name": { + "given_name": "T.", + "surname": "Nobe" } }, { - "name": { - "surname": "Noel", - "given_name": "D. L." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-8889-427X" + }, + "name": { + "given_name": "D. L.", + "surname": "Noel" } }, { - "name": { - "surname": "Noguchi", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan" } ], "attrib": { "orcid": "0000-0002-3113-3127" + }, + "name": { + "given_name": "Y.", + "surname": "Noguchi" } }, { - "name": { - "surname": "Nommensen", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Sydney Sydney Australia", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "School of Physics University of Sydney Sydney Australia" } ], "attrib": { "orcid": "0000-0002-4542-6385" + }, + "name": { + "given_name": "T.", + "surname": "Nommensen" } }, { - "name": { - "surname": "Nomura", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } - ] + ], + "name": { + "given_name": "M. A.", + "surname": "Nomura" + } }, { - "name": { - "surname": "Norfolk", - "given_name": "M. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0001-7984-5783" + }, + "name": { + "given_name": "M. B.", + "surname": "Norfolk" } }, { - "name": { - "surname": "Norisam", - "given_name": "R. R. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-4129-5736" + }, + "name": { + "given_name": "R. R. B.", + "surname": "Norisam" } }, { - "name": { - "surname": "Norman", - "given_name": "B. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-5736-1398" + }, + "name": { + "given_name": "B. J.", + "surname": "Norman" } }, { - "name": { - "surname": "Novak", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "Department of Experimental Particle Physics, Jo\u017eef Stefan Institute and Department of Physics University of Ljubljana Ljubljana Slovenia" } ], "attrib": { "orcid": "0000-0002-3195-8903" + }, + "name": { + "given_name": "J.", + "surname": "Novak" } }, { - "name": { - "surname": "Novak", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-3053-0913" + }, + "name": { + "given_name": "T.", + "surname": "Novak" } }, { - "name": { - "surname": "Novgorodova", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0001-6536-0179" + }, + "name": { + "given_name": "O.", + "surname": "Novgorodova" } }, { - "name": { - "surname": "Novotny", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-5165-8425" + }, + "name": { + "given_name": "L.", + "surname": "Novotny" } }, { - "name": { - "surname": "Novotny", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA", - "affPubID": "Aff164" + "affPubID": "Aff164", + "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA" } ], "attrib": { "orcid": "0000-0002-1630-694X" + }, + "name": { + "given_name": "R.", + "surname": "Novotny" } }, { - "name": { - "surname": "Nozka", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0002-8774-7099" + }, + "name": { + "given_name": "L.", + "surname": "Nozka" } }, { - "name": { - "surname": "Ntekas", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0001-9252-6509" + }, + "name": { + "given_name": "K.", + "surname": "Ntekas" } }, { - "name": { - "surname": "Nunes De Moura Junior", - "given_name": "N. M. J." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0003-0828-6085" + }, + "name": { + "given_name": "N. M. J.", + "surname": "Nunes De Moura Junior" } }, { - "name": { - "surname": "Nurse", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Nurse" + } }, { - "name": { - "surname": "Oakham", - "given_name": "F. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" }, { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff271" + "affPubID": "Aff271", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-2866-1049" + }, + "name": { + "given_name": "F. G.", + "surname": "Oakham" } }, { - "name": { - "surname": "Ocariz", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0003-2262-0780" + }, + "name": { + "given_name": "J.", + "surname": "Ocariz" } }, { - "name": { - "surname": "Ochi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Kobe University Kobe Japan", - "affPubID": "Aff135" + "affPubID": "Aff135", + "affPubRaw": "Graduate School of Science Kobe University Kobe Japan" } ], "attrib": { "orcid": "0000-0002-2024-5609" + }, + "name": { + "given_name": "A.", + "surname": "Ochi" } }, { - "name": { - "surname": "Ochoa", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0001-6156-1790" + }, + "name": { + "given_name": "I.", + "surname": "Ochoa" } }, { - "name": { - "surname": "Oerdek", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0001-8763-0096" + }, + "name": { + "given_name": "S.", + "surname": "Oerdek" } }, { - "name": { - "surname": "Offermann", - "given_name": "J. T." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0002-6468-518X" + }, + "name": { + "given_name": "J. T.", + "surname": "Offermann" } }, { - "name": { - "surname": "Ogrodnik", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-6025-4833" + }, + "name": { + "given_name": "A.", + "surname": "Ogrodnik" } }, { - "name": { - "surname": "Oh", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-9025-0422" + }, + "name": { + "given_name": "A.", + "surname": "Oh" } }, { - "name": { - "surname": "Ohm", - "given_name": "C. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-8015-7512" + }, + "name": { + "given_name": "C. C.", + "surname": "Ohm" } }, { - "name": { - "surname": "Oide", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-2173-3233" + }, + "name": { + "given_name": "H.", + "surname": "Oide" } }, { - "name": { - "surname": "Oishi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-6930-7789" + }, + "name": { + "given_name": "R.", + "surname": "Oishi" } }, { - "name": { - "surname": "Ojeda", - "given_name": "M. L." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-3834-7830" + }, + "name": { + "given_name": "M. L.", + "surname": "Ojeda" } }, { - "name": { - "surname": "Okazaki", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan" } ], "attrib": { "orcid": "0000-0003-2677-5827" + }, + "name": { + "given_name": "Y.", + "surname": "Okazaki" } }, { - "name": { - "surname": "O\u2019Keefe", - "given_name": "M. W." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } - ] + ], + "name": { + "given_name": "M. W.", + "surname": "O\u2019Keefe" + } }, { - "name": { - "surname": "Okumura", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-7613-5572" + }, + "name": { + "given_name": "Y.", + "surname": "Okumura" } }, { - "name": { - "surname": "Olariu", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Olariu" + } }, { - "name": { - "surname": "Oleiro Seabra", - "given_name": "L. F." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-9320-8825" + }, + "name": { + "given_name": "L. F.", + "surname": "Oleiro Seabra" } }, { - "name": { - "surname": "Olivares Pino", - "given_name": "S. A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Alta Investigaci\u00f3n Universidad de Tarapac\u00e1 Arica Chile", - "affPubID": "Aff200" + "affPubID": "Aff200", + "affPubRaw": "Instituto de Alta Investigaci\u00f3n Universidad de Tarapac\u00e1 Arica Chile" } ], "attrib": { "orcid": "0000-0003-4616-6973" + }, + "name": { + "given_name": "S. A.", + "surname": "Olivares Pino" } }, { - "name": { - "surname": "Oliveira Damazio", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-8601-2074" + }, + "name": { + "given_name": "D.", + "surname": "Oliveira Damazio" } }, { - "name": { - "surname": "Oliveira Goncalves", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "Departamento de Engenharia El\u00e9trica Universidade Federal de Juiz de Fora (UFJF) Juiz de Fora Brazil" } ], "attrib": { "orcid": "0000-0002-1943-9561" + }, + "name": { + "given_name": "D.", + "surname": "Oliveira Goncalves" } }, { - "name": { - "surname": "Oliver", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0002-0713-6627" + }, + "name": { + "given_name": "J. L.", + "surname": "Oliver" } }, { - "name": { - "surname": "Olsson", - "given_name": "M. J. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0003-4154-8139" + }, + "name": { + "given_name": "M. J. R.", + "surname": "Olsson" } }, { - "name": { - "surname": "Olszewski", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-3368-5475" + }, + "name": { + "given_name": "A.", + "surname": "Olszewski" } }, { - "name": { - "surname": "Olszowska", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-0520-9500" + }, + "name": { + "given_name": "J.", + "surname": "Olszowska" } }, { - "name": { - "surname": "\u00d6ncel", - "given_name": "\u00d6. O." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-8772-1705" + }, + "name": { + "given_name": "\u00d6. O.", + "surname": "\u00d6ncel" } }, { - "name": { - "surname": "O\u2019Neil", - "given_name": "D. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0003-0325-472X" + }, + "name": { + "given_name": "D. C.", + "surname": "O\u2019Neil" } }, { - "name": { - "surname": "O\u2019Neill", - "given_name": "A. P." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0002-8104-7227" + }, + "name": { + "given_name": "A. P.", + "surname": "O\u2019Neill" } }, { - "name": { - "surname": "Onofre", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica Universidade do Minho Braga Portugal", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "Departamento de F\u00edsica Universidade do Minho Braga Portugal" } ], "attrib": { "orcid": "0000-0003-3471-2703" + }, + "name": { + "given_name": "A.", + "surname": "Onofre" } }, { - "name": { - "surname": "Onyisi", - "given_name": "P. U. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0003-4201-7997" + }, + "name": { + "given_name": "P. U. E.", + "surname": "Onyisi" } }, { - "name": { - "surname": "Oreglia", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0001-6203-2209" + }, + "name": { + "given_name": "M. J.", + "surname": "Oreglia" } }, { - "name": { - "surname": "Orellana", - "given_name": "G. E." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina" } ], "attrib": { "orcid": "0000-0002-4753-4048" + }, + "name": { + "given_name": "G. E.", + "surname": "Orellana" } }, { - "name": { - "surname": "Orestano", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0001-5103-5527" + }, + "name": { + "given_name": "D.", + "surname": "Orestano" } }, { - "name": { - "surname": "Orlando", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0003-0616-245X" + }, + "name": { + "given_name": "N.", + "surname": "Orlando" } }, { - "name": { - "surname": "Orr", - "given_name": "R. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-8690-9746" + }, + "name": { + "given_name": "R. S.", + "surname": "Orr" } }, { - "name": { - "surname": "O\u2019Shea", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-7183-1205" + }, + "name": { + "given_name": "V.", + "surname": "O\u2019Shea" } }, { - "name": { - "surname": "Ospanov", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-5091-9216" + }, + "name": { + "given_name": "R.", + "surname": "Ospanov" } }, { - "name": { - "surname": "Otero y Garzon", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff47" + "affPubID": "Aff47", + "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina" } ], "attrib": { "orcid": "0000-0003-4803-5280" + }, + "name": { + "given_name": "G.", + "surname": "Otero y Garzon" } }, { - "name": { - "surname": "Otono", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan" } ], "attrib": { "orcid": "0000-0003-0760-5988" + }, + "name": { + "given_name": "H.", + "surname": "Otono" } }, { - "name": { - "surname": "Ott", - "given_name": "P. S." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0003-1052-7925" + }, + "name": { + "given_name": "P. S.", + "surname": "Ott" } }, { - "name": { - "surname": "Ottino", - "given_name": "G. J." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-8083-6411" + }, + "name": { + "given_name": "G. J.", + "surname": "Ottino" } }, { - "name": { - "surname": "Ouchrif", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "LPMR, Facult\u00e9 des Sciences Universit\u00e9 Mohamed Premier Oujda Morocco", - "affPubID": "Aff61" + "affPubID": "Aff61", + "affPubRaw": "LPMR, Facult\u00e9 des Sciences Universit\u00e9 Mohamed Premier Oujda Morocco" } ], "attrib": { "orcid": "0000-0002-2954-1420" + }, + "name": { + "given_name": "M.", + "surname": "Ouchrif" } }, { - "name": { - "surname": "Ouellette", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" }, { - "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA", - "affPubID": "Aff274" + "affPubID": "Aff274", + "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA" } ], "attrib": { "orcid": "0000-0002-0582-3765" + }, + "name": { + "given_name": "J.", + "surname": "Ouellette" } }, { - "name": { - "surname": "Ould-Saada", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0002-9404-835X" + }, + "name": { + "given_name": "F.", + "surname": "Ould-Saada" } }, { - "name": { - "surname": "Owen", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0001-6820-0488" + }, + "name": { + "given_name": "M.", + "surname": "Owen" } }, { - "name": { - "surname": "Owen", - "given_name": "R. E." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-2684-1399" + }, + "name": { + "given_name": "R. E.", + "surname": "Owen" } }, { - "name": { - "surname": "Oyulmaz", - "given_name": "K. Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-5533-9621" + }, + "name": { + "given_name": "K. Y.", + "surname": "Oyulmaz" } }, { - "name": { - "surname": "Ozcan", - "given_name": "V. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "Department of Physics Bogazici University Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0003-4643-6347" + }, + "name": { + "given_name": "V. E.", + "surname": "Ozcan" } }, { - "name": { - "surname": "Ozturk", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0003-1125-6784" + }, + "name": { + "given_name": "N.", + "surname": "Ozturk" } }, { - "name": { - "surname": "Ozturk", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0001-6533-6144" + }, + "name": { + "given_name": "S.", + "surname": "Ozturk" } }, { - "name": { - "surname": "Pacalt", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0002-0148-7207" + }, + "name": { + "given_name": "J.", + "surname": "Pacalt" } }, { - "name": { - "surname": "Pacey", - "given_name": "H. A." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-2325-6792" + }, + "name": { + "given_name": "H. A.", + "surname": "Pacey" } }, { - "name": { - "surname": "Pachal", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0002-8332-243X" + }, + "name": { + "given_name": "K.", + "surname": "Pachal" } }, { - "name": { - "surname": "Pacheco Pages", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0001-8210-1734" + }, + "name": { + "given_name": "A.", + "surname": "Pacheco Pages" } }, { - "name": { - "surname": "Padilla Aranda", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0001-7951-0166" + }, + "name": { + "given_name": "C.", + "surname": "Padilla Aranda" } }, { - "name": { - "surname": "Padovano", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-0014-3901" + }, + "name": { + "given_name": "G.", + "surname": "Padovano" } }, { - "name": { - "surname": "Pagan Griso", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-0999-5019" + }, + "name": { + "given_name": "S.", + "surname": "Pagan Griso" } }, { - "name": { - "surname": "Palacino", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0003-0278-9941" + }, + "name": { + "given_name": "G.", + "surname": "Palacino" } }, { - "name": { - "surname": "Palazzo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0001-9794-2851" + }, + "name": { + "given_name": "A.", + "surname": "Palazzo" } }, { - "name": { - "surname": "Palestini", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4110-096X" + }, + "name": { + "given_name": "S.", + "surname": "Palestini" } }, { - "name": { - "surname": "Palka", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-7185-3540" + }, + "name": { + "given_name": "M.", + "surname": "Palka" } }, { - "name": { - "surname": "Pan", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Yale University New Haven CT USA", - "affPubID": "Aff239" + "affPubID": "Aff239", + "affPubRaw": "Department of Physics Yale University New Haven CT USA" } ], "attrib": { "orcid": "0000-0002-0664-9199" + }, + "name": { + "given_name": "J.", + "surname": "Pan" } }, { - "name": { - "surname": "Pan", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0002-4700-1516" + }, + "name": { + "given_name": "T.", + "surname": "Pan" } }, { - "name": { - "surname": "Panchal", - "given_name": "D. K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0001-5732-9948" + }, + "name": { + "given_name": "D. K.", + "surname": "Panchal" } }, { - "name": { - "surname": "Pandini", - "given_name": "C. E." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0003-3838-1307" + }, + "name": { + "given_name": "C. E.", + "surname": "Pandini" } }, { - "name": { - "surname": "Panduro Vazquez", - "given_name": "J. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0003-2605-8940" + }, + "name": { + "given_name": "J. G.", + "surname": "Panduro Vazquez" } }, { - "name": { - "surname": "Pang", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Physics Department Tsinghua University Beijing China", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "Physics Department Tsinghua University Beijing China" } ], "attrib": { "orcid": "0000-0002-1946-1769" + }, + "name": { + "given_name": "H.", + "surname": "Pang" } }, { - "name": { - "surname": "Pani", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-2149-3791" + }, + "name": { + "given_name": "P.", + "surname": "Pani" } }, { - "name": { - "surname": "Panizzo", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy" } ], "attrib": { "orcid": "0000-0002-0352-4833" + }, + "name": { + "given_name": "G.", + "surname": "Panizzo" } }, { - "name": { - "surname": "Paolozzi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9281-1972" + }, + "name": { + "given_name": "L.", + "surname": "Paolozzi" } }, { - "name": { - "surname": "Papadatos", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0003-3160-3077" + }, + "name": { + "given_name": "C.", + "surname": "Papadatos" } }, { - "name": { - "surname": "Parajuli", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0003-1499-3990" + }, + "name": { + "given_name": "S.", + "surname": "Parajuli" } }, { - "name": { - "surname": "Paramonov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0002-6492-3061" + }, + "name": { + "given_name": "A.", + "surname": "Paramonov" } }, { - "name": { - "surname": "Paraskevopoulos", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0002-2858-9182" + }, + "name": { + "given_name": "C.", + "surname": "Paraskevopoulos" } }, { - "name": { - "surname": "Paredes Hernandez", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China" } ], "attrib": { "orcid": "0000-0002-3179-8524" + }, + "name": { + "given_name": "D.", + "surname": "Paredes Hernandez" } }, { - "name": { - "surname": "Park", - "given_name": "T. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-1910-0541" + }, + "name": { + "given_name": "T. H.", + "surname": "Park" } }, { - "name": { - "surname": "Parker", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-9798-8411" + }, + "name": { + "given_name": "M. A.", + "surname": "Parker" } }, { - "name": { - "surname": "Parodi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-7160-4720" + }, + "name": { + "given_name": "F.", + "surname": "Parodi" } }, { - "name": { - "surname": "Parrish", - "given_name": "E. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Department of Physics Northern Illinois University DeKalb IL USA" } ], "attrib": { "orcid": "0000-0001-5954-0974" + }, + "name": { + "given_name": "E. W.", + "surname": "Parrish" } }, { - "name": { - "surname": "Parrish", - "given_name": "V. A." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0001-5164-9414" + }, + "name": { + "given_name": "V. A.", + "surname": "Parrish" } }, { - "name": { - "surname": "Parsons", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-9470-6017" + }, + "name": { + "given_name": "J. A.", + "surname": "Parsons" } }, { - "name": { - "surname": "Parzefall", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-4858-6560" + }, + "name": { + "given_name": "U.", + "surname": "Parzefall" } }, { - "name": { - "surname": "Pascual Dias", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-7673-1067" + }, + "name": { + "given_name": "B.", + "surname": "Pascual Dias" } }, { - "name": { - "surname": "Pascual Dominguez", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0003-4701-9481" + }, + "name": { + "given_name": "L.", + "surname": "Pascual Dominguez" } }, { - "name": { - "surname": "Pascuzzi", - "given_name": "V. R." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-3167-8773" + }, + "name": { + "given_name": "V. R.", + "surname": "Pascuzzi" } }, { - "name": { - "surname": "Pasquali", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0003-0707-7046" + }, + "name": { + "given_name": "F.", + "surname": "Pasquali" } }, { - "name": { - "surname": "Pasqualucci", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-8160-2545" + }, + "name": { + "given_name": "E.", + "surname": "Pasqualucci" } }, { - "name": { - "surname": "Passaggio", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0001-9200-5738" + }, + "name": { + "given_name": "S.", + "surname": "Passaggio" } }, { - "name": { - "surname": "Pastore", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0001-5962-7826" + }, + "name": { + "given_name": "F.", + "surname": "Pastore" } }, { - "name": { - "surname": "Pasuwan", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0003-2987-2964" + }, + "name": { + "given_name": "P.", + "surname": "Pasuwan" } }, { - "name": { - "surname": "Patel", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-7467-2470" + }, + "name": { + "given_name": "P.", + "surname": "Patel" } }, { - "name": { - "surname": "Pater", - "given_name": "J. R." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-0598-5035" + }, + "name": { + "given_name": "J. R.", + "surname": "Pater" } }, { - "name": { - "surname": "Pauly", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9082-035X" + }, + "name": { + "given_name": "T.", + "surname": "Pauly" } }, { - "name": { - "surname": "Pearkes", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-5205-4065" + }, + "name": { + "given_name": "J.", + "surname": "Pearkes" } }, { - "name": { - "surname": "Pedersen", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0003-4281-0119" + }, + "name": { + "given_name": "M.", + "surname": "Pedersen" } }, { - "name": { - "surname": "Pedro", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-7139-9587" + }, + "name": { + "given_name": "R.", + "surname": "Pedro" } }, { - "name": { - "surname": "Peleganchuk", - "given_name": "S. V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0907-7592" + }, + "name": { + "given_name": "S. V.", + "surname": "Peleganchuk" } }, { - "name": { - "surname": "Penc", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5433-3981" + }, + "name": { + "given_name": "O.", + "surname": "Penc" } }, { - "name": { - "surname": "Pender", - "given_name": "E. A." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } - ] + ], + "name": { + "given_name": "E. A.", + "surname": "Pender" + } }, { - "name": { - "surname": "Peng", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China" } ], "attrib": { "orcid": "0000-0002-3451-2237" + }, + "name": { + "given_name": "C.", + "surname": "Peng" } }, { - "name": { - "surname": "Peng", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-3461-0945" + }, + "name": { + "given_name": "H.", + "surname": "Peng" } }, { - "name": { - "surname": "Penski", - "given_name": "K. E." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-8082-424X" + }, + "name": { + "given_name": "K. E.", + "surname": "Penski" } }, { - "name": { - "surname": "Penzin", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0928-3129" + }, + "name": { + "given_name": "M.", + "surname": "Penzin" } }, { - "name": { - "surname": "Peralva", - "given_name": "B. S." - }, "affiliation": [ { - "affPubRaw": "Rio de Janeiro State University Rio de Janeiro Brazil", - "affPubID": "Aff133" + "affPubID": "Aff133", + "affPubRaw": "Rio de Janeiro State University Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0003-1664-5658" + }, + "name": { + "given_name": "B. S.", + "surname": "Peralva" } }, { - "name": { - "surname": "Pereira Peixoto", - "given_name": "A. P." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0003-3424-7338" + }, + "name": { + "given_name": "A. P.", + "surname": "Pereira Peixoto" } }, { - "name": { - "surname": "Pereira Sanchez", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0001-7913-3313" + }, + "name": { + "given_name": "L.", + "surname": "Pereira Sanchez" } }, { - "name": { - "surname": "Perepelitsa", - "given_name": "D. V." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" }, { - "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA", - "affPubID": "Aff274" + "affPubID": "Aff274", + "affPubRaw": "Department of Physics University of Colorado Boulder Boulder CO USA" } ], "attrib": { "orcid": "0000-0001-8732-6908" + }, + "name": { + "given_name": "D. V.", + "surname": "Perepelitsa" } }, { - "name": { - "surname": "Perez Codina", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-0426-6538" + }, + "name": { + "given_name": "E.", + "surname": "Perez Codina" } }, { - "name": { - "surname": "Perganti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0003-3451-9938" + }, + "name": { + "given_name": "M.", + "surname": "Perganti" } }, { - "name": { - "surname": "Perini", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0003-3715-0523" + }, + "name": { + "given_name": "L.", + "surname": "Perini" } }, { - "name": { - "surname": "Pernegger", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6418-8784" + }, + "name": { + "given_name": "H.", + "surname": "Pernegger" } }, { - "name": { - "surname": "Perrella", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4955-5130" + }, + "name": { + "given_name": "S.", + "surname": "Perrella" } }, { - "name": { - "surname": "Perrevoort", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0001-6343-447X" + }, + "name": { + "given_name": "A.", + "surname": "Perrevoort" } }, { - "name": { - "surname": "Perrin", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0003-2078-6541" + }, + "name": { + "given_name": "O.", + "surname": "Perrin" } }, { - "name": { - "surname": "Peters", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-7654-1677" + }, + "name": { + "given_name": "K.", + "surname": "Peters" } }, { - "name": { - "surname": "Peters", - "given_name": "R. F. Y." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0003-1702-7544" + }, + "name": { + "given_name": "R. F. Y.", + "surname": "Peters" } }, { - "name": { - "surname": "Petersen", - "given_name": "B. A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7380-6123" + }, + "name": { + "given_name": "B. A.", + "surname": "Petersen" } }, { - "name": { - "surname": "Petersen", - "given_name": "T. C." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0003-0221-3037" + }, + "name": { + "given_name": "T. C.", + "surname": "Petersen" } }, { - "name": { - "surname": "Petit", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-3059-735X" + }, + "name": { + "given_name": "E.", + "surname": "Petit" } }, { - "name": { - "surname": "Petousis", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-5575-6476" + }, + "name": { + "given_name": "V.", + "surname": "Petousis" } }, { - "name": { - "surname": "Petridou", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0001-5957-6133" + }, + "name": { + "given_name": "C.", + "surname": "Petridou" } }, { - "name": { - "surname": "Petrukhin", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0003-0533-2277" + }, + "name": { + "given_name": "A.", + "surname": "Petrukhin" } }, { - "name": { - "surname": "Pettee", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-9208-3218" + }, + "name": { + "given_name": "M.", + "surname": "Pettee" } }, { - "name": { - "surname": "Pettersson", - "given_name": "N. E." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7451-3544" + }, + "name": { + "given_name": "N. E.", + "surname": "Pettersson" } }, { - "name": { - "surname": "Petukhov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8126-9575" + }, + "name": { + "given_name": "A.", + "surname": "Petukhov" } }, { - "name": { - "surname": "Petukhova", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-0654-8398" + }, + "name": { + "given_name": "K.", + "surname": "Petukhova" } }, { - "name": { - "surname": "Peyaud", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0001-8933-8689" + }, + "name": { + "given_name": "A.", + "surname": "Peyaud" } }, { - "name": { - "surname": "Pezoa", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile" } ], "attrib": { "orcid": "0000-0003-3344-791X" + }, + "name": { + "given_name": "R.", + "surname": "Pezoa" } }, { - "name": { - "surname": "Pezzotti", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3802-8944" + }, + "name": { + "given_name": "L.", + "surname": "Pezzotti" } }, { - "name": { - "surname": "Pezzullo", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Yale University New Haven CT USA", - "affPubID": "Aff239" + "affPubID": "Aff239", + "affPubRaw": "Department of Physics Yale University New Haven CT USA" } ], "attrib": { "orcid": "0000-0002-6653-1555" + }, + "name": { + "given_name": "G.", + "surname": "Pezzullo" } }, { - "name": { - "surname": "Pham", - "given_name": "T. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0003-2436-6317" + }, + "name": { + "given_name": "T. M.", + "surname": "Pham" } }, { - "name": { - "surname": "Pham", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-8859-1313" + }, + "name": { + "given_name": "T.", + "surname": "Pham" } }, { - "name": { - "surname": "Phillips", - "given_name": "P. W." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0003-3651-4081" + }, + "name": { + "given_name": "P. W.", + "surname": "Phillips" } }, { - "name": { - "surname": "Phipps", - "given_name": "M. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0002-5367-8961" + }, + "name": { + "given_name": "M. W.", + "surname": "Phipps" } }, { - "name": { - "surname": "Piacquadio", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0002-4531-2900" + }, + "name": { + "given_name": "G.", + "surname": "Piacquadio" } }, { - "name": { - "surname": "Pianori", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-9233-5892" + }, + "name": { + "given_name": "E.", + "surname": "Pianori" } }, { - "name": { - "surname": "Piazza", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-3664-8912" + }, + "name": { + "given_name": "F.", + "surname": "Piazza" } }, { - "name": { - "surname": "Piegaia", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff47" + "affPubID": "Aff47", + "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina" } ], "attrib": { "orcid": "0000-0001-7850-8005" + }, + "name": { + "given_name": "R.", + "surname": "Piegaia" } }, { - "name": { - "surname": "Pietreanu", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0003-1381-5949" + }, + "name": { + "given_name": "D.", + "surname": "Pietreanu" } }, { - "name": { - "surname": "Pilkington", - "given_name": "A. D." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-8007-0778" + }, + "name": { + "given_name": "A. D.", + "surname": "Pilkington" } }, { - "name": { - "surname": "Pinamonti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "Dipartimento Politecnico di Ingegneria e Architettura Universit\u00e0 di Udine Udine Italy" } ], "attrib": { "orcid": "0000-0002-5282-5050" + }, + "name": { + "given_name": "M.", + "surname": "Pinamonti" } }, { - "name": { - "surname": "Pinfold", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Department of Physics University of Alberta Edmonton AB Canada" } ], "attrib": { "orcid": "0000-0002-2397-4196" + }, + "name": { + "given_name": "J. L.", + "surname": "Pinfold" } }, { - "name": { - "surname": "Pinheiro Pereira", - "given_name": "B. C." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-9639-7887" + }, + "name": { + "given_name": "B. C.", + "surname": "Pinheiro Pereira" } }, { - "name": { - "surname": "Pitman Donaldson", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Pitman Donaldson" + } }, { - "name": { - "surname": "Pizzi", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0001-5193-1567" + }, + "name": { + "given_name": "D. A.", + "surname": "Pizzi" } }, { - "name": { - "surname": "Pizzimento", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0002-1814-2758" + }, + "name": { + "given_name": "L.", + "surname": "Pizzimento" } }, { - "name": { - "surname": "Pizzini", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-8891-1842" + }, + "name": { + "given_name": "A.", + "surname": "Pizzini" } }, { - "name": { - "surname": "Pleier", - "given_name": "M.-A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-9461-3494" + }, + "name": { + "given_name": "M.-A.", + "surname": "Pleier" } }, { - "name": { - "surname": "Plesanovs", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Plesanovs" + } }, { - "name": { - "surname": "Pleskot", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-5435-497X" + }, + "name": { + "given_name": "V.", + "surname": "Pleskot" } }, { - "name": { - "surname": "Plotnikova", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Plotnikova" + } }, { - "name": { - "surname": "Poddar", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0001-7424-4161" + }, + "name": { + "given_name": "G.", + "surname": "Poddar" } }, { - "name": { - "surname": "Poettgen", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0002-3304-0987" + }, + "name": { + "given_name": "R.", + "surname": "Poettgen" } }, { - "name": { - "surname": "Poggioli", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0003-3210-6646" + }, + "name": { + "given_name": "L.", + "surname": "Poggioli" } }, { - "name": { - "surname": "Pogrebnyak", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-3817-0879" + }, + "name": { + "given_name": "I.", + "surname": "Pogrebnyak" } }, - { - "name": { - "surname": "Pohl", - "given_name": "D." - }, + { "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-3332-1113" + }, + "name": { + "given_name": "D.", + "surname": "Pohl" } }, { - "name": { - "surname": "Pokharel", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-7915-0161" + }, + "name": { + "given_name": "I.", + "surname": "Pokharel" } }, { - "name": { - "surname": "Polacek", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-9929-9713" + }, + "name": { + "given_name": "S.", + "surname": "Polacek" } }, { - "name": { - "surname": "Polesello", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0001-8636-0186" + }, + "name": { + "given_name": "G.", + "surname": "Polesello" } }, { - "name": { - "surname": "Poley", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" }, { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-4063-0408" + }, + "name": { + "given_name": "A.", + "surname": "Poley" } }, { - "name": { - "surname": "Polifka", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-1036-3844" + }, + "name": { + "given_name": "R.", + "surname": "Polifka" } }, { - "name": { - "surname": "Polini", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-4986-6628" + }, + "name": { + "given_name": "A.", + "surname": "Polini" } }, { - "name": { - "surname": "Pollard", - "given_name": "C. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0002-3690-3960" + }, + "name": { + "given_name": "C. S.", + "surname": "Pollard" } }, { - "name": { - "surname": "Pollock", - "given_name": "Z. B." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0001-6285-0658" + }, + "name": { + "given_name": "Z. B.", + "surname": "Pollock" } }, { - "name": { - "surname": "Polychronakos", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-4051-0828" + }, + "name": { + "given_name": "V.", + "surname": "Polychronakos" } }, { - "name": { - "surname": "Pompa Pacchi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-4528-6594" + }, + "name": { + "given_name": "E.", + "surname": "Pompa Pacchi" } }, { - "name": { - "surname": "Ponomarenko", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4213-1511" + }, + "name": { + "given_name": "D.", + "surname": "Ponomarenko" } }, { - "name": { - "surname": "Pontecorvo", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2284-3765" + }, + "name": { + "given_name": "L.", + "surname": "Pontecorvo" } }, { - "name": { - "surname": "Popa", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Transilvania University of Brasov Brasov Romania", - "affPubID": "Aff37" + "affPubID": "Aff37", + "affPubRaw": "Transilvania University of Brasov Brasov Romania" } ], "attrib": { "orcid": "0000-0001-9275-4536" + }, + "name": { + "given_name": "S.", + "surname": "Popa" } }, { - "name": { - "surname": "Popeneciu", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Institute for Research and Development of Isotopic and Molecular Technologies Cluj-Napoca Romania", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "Physics Department National Institute for Research and Development of Isotopic and Molecular Technologies Cluj-Napoca Romania" } ], "attrib": { "orcid": "0000-0001-9783-7736" + }, + "name": { + "given_name": "G. A.", + "surname": "Popeneciu" } }, { - "name": { - "surname": "Portillo Quintero", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-7042-4058" + }, + "name": { + "given_name": "D. M.", + "surname": "Portillo Quintero" } }, { - "name": { - "surname": "Pospisil", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-5424-9096" + }, + "name": { + "given_name": "S.", + "surname": "Pospisil" } }, { - "name": { - "surname": "Postolache", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Alexandru Ioan Cuza University of Iasi Iasi Romania", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "Department of Physics Alexandru Ioan Cuza University of Iasi Iasi Romania" } ], "attrib": { "orcid": "0000-0001-8797-012X" + }, + "name": { + "given_name": "P.", + "surname": "Postolache" } }, { - "name": { - "surname": "Potamianos", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-7839-9785" + }, + "name": { + "given_name": "K.", + "surname": "Potamianos" } }, { - "name": { - "surname": "Potrap", - "given_name": "I. N." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0375-6909" + }, + "name": { + "given_name": "I. N.", + "surname": "Potrap" } }, { - "name": { - "surname": "Potter", - "given_name": "C. J." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-9815-5208" + }, + "name": { + "given_name": "C. J.", + "surname": "Potter" } }, { - "name": { - "surname": "Potti", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0002-0800-9902" + }, + "name": { + "given_name": "H.", + "surname": "Potti" } }, { - "name": { - "surname": "Poulsen", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-7207-6029" + }, + "name": { + "given_name": "T.", + "surname": "Poulsen" } }, { - "name": { - "surname": "Poveda", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-8144-1964" + }, + "name": { + "given_name": "J.", + "surname": "Poveda" } }, { - "name": { - "surname": "Pozo Astigarraga", - "given_name": "M. E." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3069-3077" + }, + "name": { + "given_name": "M. E.", + "surname": "Pozo Astigarraga" } }, { - "name": { - "surname": "Prades Ibanez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-1418-2012" + }, + "name": { + "given_name": "A.", + "surname": "Prades Ibanez" } }, { - "name": { - "surname": "Prapa", - "given_name": "M. M." - }, "affiliation": [ { - "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece", - "affPubID": "Aff75" + "affPubID": "Aff75", + "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece" } ], "attrib": { "orcid": "0000-0001-6778-9403" + }, + "name": { + "given_name": "M. M.", + "surname": "Prapa" } }, { - "name": { - "surname": "Pretel", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-7385-8874" + }, + "name": { + "given_name": "J.", + "surname": "Pretel" } }, { - "name": { - "surname": "Price", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0003-2750-9977" + }, + "name": { + "given_name": "D.", + "surname": "Price" } }, { - "name": { - "surname": "Primavera", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" } ], "attrib": { "orcid": "0000-0002-6866-3818" + }, + "name": { + "given_name": "M.", + "surname": "Primavera" } }, { - "name": { - "surname": "Principe Martin", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain" } ], "attrib": { "orcid": "0000-0002-5085-2717" + }, + "name": { + "given_name": "M. A.", + "surname": "Principe Martin" } }, { - "name": { - "surname": "Privara", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Joint Laboratory of Optics Palack\u00fd University Olomouc Czech Republic" } ], "attrib": { "orcid": "0000-0002-2239-0586" + }, + "name": { + "given_name": "R.", + "surname": "Privara" } }, { - "name": { - "surname": "Proffitt", - "given_name": "M. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0003-0323-8252" + }, + "name": { + "given_name": "M. L.", + "surname": "Proffitt" } }, { - "name": { - "surname": "Proklova", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0002-5237-0201" + }, + "name": { + "given_name": "N.", + "surname": "Proklova" } }, { - "name": { - "surname": "Prokofiev", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China" } ], "attrib": { "orcid": "0000-0002-2177-6401" + }, + "name": { + "given_name": "K.", + "surname": "Prokofiev" } }, { - "name": { - "surname": "Proto", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0002-3069-7297" + }, + "name": { + "given_name": "G.", + "surname": "Proto" } }, { - "name": { - "surname": "Protopopescu", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-7432-8242" + }, + "name": { + "given_name": "S.", + "surname": "Protopopescu" } }, { - "name": { - "surname": "Proudfoot", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0003-1032-9945" + }, + "name": { + "given_name": "J.", + "surname": "Proudfoot" } }, { - "name": { - "surname": "Przybycien", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-9235-2649" + }, + "name": { + "given_name": "M.", + "surname": "Przybycien" } }, { - "name": { - "surname": "Puddefoot", - "given_name": "J. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0001-9514-3597" + }, + "name": { + "given_name": "J. E.", + "surname": "Puddefoot" } }, { - "name": { - "surname": "Pudzha", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7026-1412" + }, + "name": { + "given_name": "D.", + "surname": "Pudzha" } }, { - "name": { - "surname": "Puzo", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Puzo" + } }, { - "name": { - "surname": "Pyatiizbyantseva", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-6659-8506" + }, + "name": { + "given_name": "D.", + "surname": "Pyatiizbyantseva" } }, { - "name": { - "surname": "Qian", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0003-4813-8167" + }, + "name": { + "given_name": "J.", + "surname": "Qian" } }, { - "name": { - "surname": "Qichen", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-0117-7831" + }, + "name": { + "given_name": "D.", + "surname": "Qichen" } }, { - "name": { - "surname": "Qin", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-6960-502X" + }, + "name": { + "given_name": "Y.", + "surname": "Qin" } }, { - "name": { - "surname": "Qiu", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0001-5047-3031" + }, + "name": { + "given_name": "T.", + "surname": "Qiu" } }, { - "name": { - "surname": "Quadt", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-0098-384X" + }, + "name": { + "given_name": "A.", + "surname": "Quadt" } }, { - "name": { - "surname": "Queitsch-Maitland", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0003-4643-515X" + }, + "name": { + "given_name": "M.", + "surname": "Queitsch-Maitland" } }, { - "name": { - "surname": "Quetant", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2957-3449" + }, + "name": { + "given_name": "G.", + "surname": "Quetant" } }, { - "name": { - "surname": "Rabanal Bolanos", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0003-1526-5848" + }, + "name": { + "given_name": "G.", + "surname": "Rabanal Bolanos" } }, { - "name": { - "surname": "Rafanoharana", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-7151-3343" + }, + "name": { + "given_name": "D.", + "surname": "Rafanoharana" } }, { - "name": { - "surname": "Ragusa", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-4064-0489" + }, + "name": { + "given_name": "F.", + "surname": "Ragusa" } }, { - "name": { - "surname": "Rainbolt", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0001-7394-0464" + }, + "name": { + "given_name": "J. L.", + "surname": "Rainbolt" } }, { - "name": { - "surname": "Raine", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5987-4648" + }, + "name": { + "given_name": "J. A.", + "surname": "Raine" } }, { - "name": { - "surname": "Rajagopalan", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-6543-1520" + }, + "name": { + "given_name": "S.", + "surname": "Rajagopalan" } }, { - "name": { - "surname": "Ramakoti", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4495-4335" + }, + "name": { + "given_name": "E.", + "surname": "Ramakoti" } }, { - "name": { - "surname": "Ran", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" }, { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-3119-9924" + }, + "name": { + "given_name": "K.", + "surname": "Ran" } }, { - "name": { - "surname": "Rapheeha", - "given_name": "N. P." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0001-8022-9697" + }, + "name": { + "given_name": "N. P.", + "surname": "Rapheeha" } }, { - "name": { - "surname": "Raskina", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-5773-6380" + }, + "name": { + "given_name": "V.", + "surname": "Raskina" } }, { - "name": { - "surname": "Rassloff", - "given_name": "D. F." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-5756-4558" + }, + "name": { + "given_name": "D. F.", + "surname": "Rassloff" } }, { - "name": { - "surname": "Rave", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-0050-8053" + }, + "name": { + "given_name": "S.", + "surname": "Rave" } }, { - "name": { - "surname": "Ravina", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-1622-6640" + }, + "name": { + "given_name": "B.", + "surname": "Ravina" } }, { - "name": { - "surname": "Ravinovich", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0001-9348-4363" + }, + "name": { + "given_name": "I.", + "surname": "Ravinovich" } }, { - "name": { - "surname": "Raymond", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8225-1142" + }, + "name": { + "given_name": "M.", + "surname": "Raymond" } }, { - "name": { - "surname": "Read", - "given_name": "A. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0002-5751-6636" + }, + "name": { + "given_name": "A. L.", + "surname": "Read" } }, { - "name": { - "surname": "Readioff", - "given_name": "N. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-3427-0688" + }, + "name": { + "given_name": "N. P.", + "surname": "Readioff" } }, { - "name": { - "surname": "Rebuzzi", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0003-4461-3880" + }, + "name": { + "given_name": "D. M.", + "surname": "Rebuzzi" } }, { - "name": { - "surname": "Redlinger", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-6437-9991" + }, + "name": { + "given_name": "G.", + "surname": "Redlinger" } }, { - "name": { - "surname": "Reeves", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physics Department University of Texas at Dallas Richardson TX USA", - "affPubID": "Aff74" + "affPubID": "Aff74", + "affPubRaw": "Physics Department University of Texas at Dallas Richardson TX USA" } ], "attrib": { "orcid": "0000-0003-3504-4882" + }, + "name": { + "given_name": "K.", + "surname": "Reeves" } }, { - "name": { - "surname": "Reidelsturz", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0001-8507-4065" + }, + "name": { + "given_name": "J. A.", + "surname": "Reidelsturz" } }, { - "name": { - "surname": "Reikher", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0001-5758-579X" + }, + "name": { + "given_name": "D.", + "surname": "Reikher" } }, { - "name": { - "surname": "Rej", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-5471-0118" + }, + "name": { + "given_name": "A.", + "surname": "Rej" } }, { - "name": { - "surname": "Rembser", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6139-2210" + }, + "name": { + "given_name": "C.", + "surname": "Rembser" } }, { - "name": { - "surname": "Renardi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-4021-6482" + }, + "name": { + "given_name": "A.", + "surname": "Renardi" } }, { - "name": { - "surname": "Renda", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0002-0429-6959" + }, + "name": { + "given_name": "M.", + "surname": "Renda" } }, { - "name": { - "surname": "Rendel", - "given_name": "M. B." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } - ] + ], + "name": { + "given_name": "M. B.", + "surname": "Rendel" + } }, { - "name": { - "surname": "Renner", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-9475-3075" + }, + "name": { + "given_name": "F.", + "surname": "Renner" } }, { - "name": { - "surname": "Rennie", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-8485-3734" + }, + "name": { + "given_name": "A. G.", + "surname": "Rennie" } }, { - "name": { - "surname": "Resconi", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0003-2313-4020" + }, + "name": { + "given_name": "S.", + "surname": "Resconi" } }, { - "name": { - "surname": "Ressegotti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-6777-1761" + }, + "name": { + "given_name": "M.", + "surname": "Ressegotti" } }, { - "name": { - "surname": "Resseguie", - "given_name": "E. D." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-7739-6176" + }, + "name": { + "given_name": "E. D.", + "surname": "Resseguie" } }, { - "name": { - "surname": "Rettie", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7092-3893" + }, + "name": { + "given_name": "S.", + "surname": "Rettie" } }, { - "name": { - "surname": "Reyes Rivera", - "given_name": "J. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0001-8335-0505" + }, + "name": { + "given_name": "J. G.", + "surname": "Reyes Rivera" } }, { - "name": { - "surname": "Reynolds", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Reynolds" + } }, { - "name": { - "surname": "Reynolds", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-1506-5750" + }, + "name": { + "given_name": "E.", + "surname": "Reynolds" } }, { - "name": { - "surname": "Rezaei Estabragh", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-3308-8067" + }, + "name": { + "given_name": "M.", + "surname": "Rezaei Estabragh" } }, { - "name": { - "surname": "Rezanova", - "given_name": "O. L." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7141-0304" + }, + "name": { + "given_name": "O. L.", + "surname": "Rezanova" } }, { - "name": { - "surname": "Reznicek", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-4017-9829" + }, + "name": { + "given_name": "P.", + "surname": "Reznicek" } }, { - "name": { - "surname": "Ribaric", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0003-3212-3681" + }, + "name": { + "given_name": "N.", + "surname": "Ribaric" } }, { - "name": { - "surname": "Ricci", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN-TIFPA Povo Italy", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "INFN-TIFPA Povo Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy" } ], "attrib": { "orcid": "0000-0002-4222-9976" + }, + "name": { + "given_name": "E.", + "surname": "Ricci" } }, { - "name": { - "surname": "Richter", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-8981-1966" + }, + "name": { + "given_name": "R.", + "surname": "Richter" } }, { - "name": { - "surname": "Richter", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0001-6613-4448" + }, + "name": { + "given_name": "S.", + "surname": "Richter" } }, { - "name": { - "surname": "Richter-Was", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-3823-9039" + }, + "name": { + "given_name": "E.", + "surname": "Richter-Was" } }, { - "name": { - "surname": "Ridel", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0002-2601-7420" + }, + "name": { + "given_name": "M.", + "surname": "Ridel" } }, { - "name": { - "surname": "Ridouani", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "LPMR, Facult\u00e9 des Sciences Universit\u00e9 Mohamed Premier Oujda Morocco", - "affPubID": "Aff61" + "affPubID": "Aff61", + "affPubRaw": "LPMR, Facult\u00e9 des Sciences Universit\u00e9 Mohamed Premier Oujda Morocco" } ], "attrib": { "orcid": "0000-0002-9740-7549" + }, + "name": { + "given_name": "S.", + "surname": "Ridouani" } }, { - "name": { - "surname": "Rieck", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics New York University New York NY USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "Department of Physics New York University New York NY USA" } ], "attrib": { "orcid": "0000-0003-0290-0566" + }, + "name": { + "given_name": "P.", + "surname": "Rieck" } }, { - "name": { - "surname": "Riedler", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4871-8543" + }, + "name": { + "given_name": "P.", + "surname": "Riedler" } }, { - "name": { - "surname": "Rijssenbeek", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0002-3476-1575" + }, + "name": { + "given_name": "M.", + "surname": "Rijssenbeek" } }, { - "name": { - "surname": "Rimoldi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0003-3590-7908" + }, + "name": { + "given_name": "A.", + "surname": "Rimoldi" } }, { - "name": { - "surname": "Rimoldi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-1165-7940" + }, + "name": { + "given_name": "M.", + "surname": "Rimoldi" } }, { - "name": { - "surname": "Rinaldi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-9608-9940" + }, + "name": { + "given_name": "L.", + "surname": "Rinaldi" } }, { - "name": { - "surname": "Rinn", - "given_name": "T. T." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-1295-1538" + }, + "name": { + "given_name": "T. T.", + "surname": "Rinn" } }, { - "name": { - "surname": "Rinnagel", - "given_name": "M. P." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0003-4931-0459" + }, + "name": { + "given_name": "M. P.", + "surname": "Rinnagel" } }, { - "name": { - "surname": "Ripellino", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-4053-5144" + }, + "name": { + "given_name": "G.", + "surname": "Ripellino" } }, { - "name": { - "surname": "Riu", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0002-3742-4582" + }, + "name": { + "given_name": "I.", + "surname": "Riu" } }, { - "name": { - "surname": "Rivadeneira", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-7213-3844" + }, + "name": { + "given_name": "P.", + "surname": "Rivadeneira" } }, { - "name": { - "surname": "Rivera Vergara", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-8149-4561" + }, + "name": { + "given_name": "J. C.", + "surname": "Rivera Vergara" } }, { - "name": { - "surname": "Rizatdinova", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA" } ], "attrib": { "orcid": "0000-0002-2041-6236" + }, + "name": { + "given_name": "F.", + "surname": "Rizatdinova" } }, { - "name": { - "surname": "Rizvi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0001-9834-2671" + }, + "name": { + "given_name": "E.", + "surname": "Rizvi" } }, { - "name": { - "surname": "Rizzi", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6120-2325" + }, + "name": { + "given_name": "C.", + "surname": "Rizzi" } }, { - "name": { - "surname": "Roberts", - "given_name": "B. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } ], "attrib": { "orcid": "0000-0001-5904-0582" + }, + "name": { + "given_name": "B. A.", + "surname": "Roberts" } }, { - "name": { - "surname": "Roberts", - "given_name": "B. R." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-5235-8256" + }, + "name": { + "given_name": "B. R.", + "surname": "Roberts" } }, { - "name": { - "surname": "Robertson", - "given_name": "S. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" }, { - "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada", - "affPubID": "Aff264" + "affPubID": "Aff264", + "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada" } ], "attrib": { "orcid": "0000-0003-4096-8393" + }, + "name": { + "given_name": "S. H.", + "surname": "Robertson" } }, { - "name": { - "surname": "Robin", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-1390-7141" + }, + "name": { + "given_name": "M.", + "surname": "Robin" } }, { - "name": { - "surname": "Robinson", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-6169-4868" + }, + "name": { + "given_name": "D.", + "surname": "Robinson" } }, { - "name": { - "surname": "Robles Gajardo", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile" } - ] + ], + "name": { + "given_name": "C. M.", + "surname": "Robles Gajardo" + } }, { - "name": { - "surname": "Robles Manzano", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0001-7701-8864" + }, + "name": { + "given_name": "M.", + "surname": "Robles Manzano" } }, { - "name": { - "surname": "Robson", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-1659-8284" + }, + "name": { + "given_name": "A.", + "surname": "Robson" } }, { - "name": { - "surname": "Rocchi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0002-3125-8333" + }, + "name": { + "given_name": "A.", + "surname": "Rocchi" } }, { - "name": { - "surname": "Roda", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" }, { - "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0002-3020-4114" + }, + "name": { + "given_name": "C.", + "surname": "Roda" } }, { - "name": { - "surname": "Rodriguez Bosca", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-4571-2509" + }, + "name": { + "given_name": "S.", + "surname": "Rodriguez Bosca" } }, { - "name": { - "surname": "Rodriguez Garcia", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Facultad de Ciencias y Centro de Investigaci\u00f3nes Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Facultad de Ciencias y Centro de Investigaci\u00f3nes Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia" } ], "attrib": { "orcid": "0000-0003-2729-6086" + }, + "name": { + "given_name": "Y.", + "surname": "Rodriguez Garcia" } }, { - "name": { - "surname": "Rodriguez Rodriguez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-1590-2352" + }, + "name": { + "given_name": "A.", + "surname": "Rodriguez Rodriguez" } }, { - "name": { - "surname": "Rodr\u00edguez Vera", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada", - "affPubID": "Aff223" + "affPubID": "Aff223", + "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-9609-3306" + }, + "name": { + "given_name": "A. M.", + "surname": "Rodr\u00edguez Vera" } }, { - "name": { - "surname": "Roe", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Roe" + } }, { - "name": { - "surname": "Roemer", - "given_name": "J. T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0002-8794-3209" + }, + "name": { + "given_name": "J. T.", + "surname": "Roemer" } }, { - "name": { - "surname": "Roepe-Gier", - "given_name": "A. R." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0001-5933-9357" + }, + "name": { + "given_name": "A. R.", + "surname": "Roepe-Gier" } }, { - "name": { - "surname": "Roggel", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-5749-3876" + }, + "name": { + "given_name": "J.", + "surname": "Roggel" } }, { - "name": { - "surname": "R\u00f8hne", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0001-7744-9584" + }, + "name": { + "given_name": "O.", + "surname": "R\u00f8hne" } }, { - "name": { - "surname": "Rojas", - "given_name": "R. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0002-6888-9462" + }, + "name": { + "given_name": "R. A.", + "surname": "Rojas" } }, { - "name": { - "surname": "Roland", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-3397-6475" + }, + "name": { + "given_name": "B.", + "surname": "Roland" } }, { - "name": { - "surname": "Roland", - "given_name": "C. P. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0003-2084-369X" + }, + "name": { + "given_name": "C. P. A.", + "surname": "Roland" } }, { - "name": { - "surname": "Roloff", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-6479-3079" + }, + "name": { + "given_name": "J.", + "surname": "Roloff" } }, { - "name": { - "surname": "Romaniouk", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9241-1189" + }, + "name": { + "given_name": "A.", + "surname": "Romaniouk" } }, { - "name": { - "surname": "Romano", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0003-3154-7386" + }, + "name": { + "given_name": "E.", + "surname": "Romano" } }, { - "name": { - "surname": "Romano", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-6609-7250" + }, + "name": { + "given_name": "M.", + "surname": "Romano" } }, { - "name": { - "surname": "Romero Hernandez", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0001-9434-1380" + }, + "name": { + "given_name": "A. C.", + "surname": "Romero Hernandez" } }, { - "name": { - "surname": "Rompotis", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-2577-1875" + }, + "name": { + "given_name": "N.", + "surname": "Rompotis" } }, { - "name": { - "surname": "Roos", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0001-7151-9983" + }, + "name": { + "given_name": "L.", + "surname": "Roos" } }, { - "name": { - "surname": "Rosati", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-0838-5980" + }, + "name": { + "given_name": "S.", + "surname": "Rosati" } }, { - "name": { - "surname": "Rosser", - "given_name": "B. J." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0001-7492-831X" + }, + "name": { + "given_name": "B. J.", + "surname": "Rosser" } }, { - "name": { - "surname": "Rossi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-2146-677X" + }, + "name": { + "given_name": "E.", + "surname": "Rossi" } }, { - "name": { - "surname": "Rossi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0001-9476-9854" + }, + "name": { + "given_name": "E.", + "surname": "Rossi" } }, { - "name": { - "surname": "Rossi", - "given_name": "L. P." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0003-3104-7971" + }, + "name": { + "given_name": "L. P.", + "surname": "Rossi" } }, { - "name": { - "surname": "Rossini", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-0424-5729" + }, + "name": { + "given_name": "L.", + "surname": "Rossini" } }, { - "name": { - "surname": "Rosten", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" } ], "attrib": { "orcid": "0000-0002-9095-7142" + }, + "name": { + "given_name": "R.", + "surname": "Rosten" } }, { - "name": { - "surname": "Rotaru", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0003-4088-6275" + }, + "name": { + "given_name": "M.", + "surname": "Rotaru" } }, { - "name": { - "surname": "Rottler", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-6762-2213" + }, + "name": { + "given_name": "B.", + "surname": "Rottler" } }, { - "name": { - "surname": "Rougier", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" }, { - "affPubRaw": "L2IT, Universit\u00e9 de Toulouse CNRS/IN2P3,UPS Toulouse France", - "affPubID": "Aff280" + "affPubID": "Aff280", + "affPubRaw": "L2IT, Universit\u00e9 de Toulouse CNRS/IN2P3,UPS Toulouse France" } ], "attrib": { "orcid": "0000-0002-9853-7468" + }, + "name": { + "given_name": "C.", + "surname": "Rougier" } }, { - "name": { - "surname": "Rousseau", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0001-7613-8063" + }, + "name": { + "given_name": "D.", + "surname": "Rousseau" } }, { - "name": { - "surname": "Rousso", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0003-1427-6668" + }, + "name": { + "given_name": "D.", + "surname": "Rousso" } }, { - "name": { - "surname": "Rovelli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pavia Pavia Italy", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Pavia Pavia Italy" } ], "attrib": { "orcid": "0000-0002-3430-8746" + }, + "name": { + "given_name": "G.", + "surname": "Rovelli" } }, { - "name": { - "surname": "Roy", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0002-0116-1012" + }, + "name": { + "given_name": "A.", + "surname": "Roy" } }, { - "name": { - "surname": "Rozanov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0003-0504-1453" + }, + "name": { + "given_name": "A.", + "surname": "Rozanov" } }, { - "name": { - "surname": "Rozen", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel" } ], "attrib": { "orcid": "0000-0001-6969-0634" + }, + "name": { + "given_name": "Y.", + "surname": "Rozen" } }, { - "name": { - "surname": "Ruan", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0001-5621-6677" + }, + "name": { + "given_name": "X.", + "surname": "Ruan" } }, { - "name": { - "surname": "Rubio Jimenez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-9085-2175" + }, + "name": { + "given_name": "A.", + "surname": "Rubio Jimenez" } }, { - "name": { - "surname": "Ruby", - "given_name": "A. J." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-6978-5964" + }, + "name": { + "given_name": "A. J.", + "surname": "Ruby" } }, { - "name": { - "surname": "Ruelas Rivera", - "given_name": "V. H." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-2116-048X" + }, + "name": { + "given_name": "V. H.", + "surname": "Ruelas Rivera" } }, { - "name": { - "surname": "Ruggeri", - "given_name": "T. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0001-9941-1966" + }, + "name": { + "given_name": "T. A.", + "surname": "Ruggeri" } }, { - "name": { - "surname": "R\u00fchr", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-4452-620X" + }, + "name": { + "given_name": "F.", + "surname": "R\u00fchr" } }, { - "name": { - "surname": "Ruiz-Martinez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-5742-2541" + }, + "name": { + "given_name": "A.", + "surname": "Ruiz-Martinez" } }, { - "name": { - "surname": "Rummler", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8945-8760" + }, + "name": { + "given_name": "A.", + "surname": "Rummler" } }, { - "name": { - "surname": "Rurikova", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-3051-9607" + }, + "name": { + "given_name": "Z.", + "surname": "Rurikova" } }, { - "name": { - "surname": "Rusakovich", - "given_name": "N. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1927-5322" + }, + "name": { + "given_name": "N. A.", + "surname": "Rusakovich" } }, { - "name": { - "surname": "Russell", - "given_name": "H. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0003-4181-0678" + }, + "name": { + "given_name": "H. L.", + "surname": "Russell" } }, { - "name": { - "surname": "Rutherfoord", - "given_name": "J. P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-4682-0667" + }, + "name": { + "given_name": "J. P.", + "surname": "Rutherfoord" } }, { - "name": { - "surname": "Rybacki", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Rybacki" + } }, { - "name": { - "surname": "Rybar", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-6033-004X" + }, + "name": { + "given_name": "M.", + "surname": "Rybar" } }, { - "name": { - "surname": "Rye", - "given_name": "E. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0001-7088-1745" + }, + "name": { + "given_name": "E. B.", + "surname": "Rye" } }, { - "name": { - "surname": "Ryzhov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0623-7426" + }, + "name": { + "given_name": "A.", + "surname": "Ryzhov" } }, { - "name": { - "surname": "Sabater Iglesias", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2328-1952" + }, + "name": { + "given_name": "J. A.", + "surname": "Sabater Iglesias" } }, { - "name": { - "surname": "Sabatini", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-0159-697X" + }, + "name": { + "given_name": "P.", + "surname": "Sabatini" } }, { - "name": { - "surname": "Sabetta", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-0865-5891" + }, + "name": { + "given_name": "L.", + "surname": "Sabetta" } }, { - "name": { - "surname": "Sadrozinski", - "given_name": "H. F.-W." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0003-0019-5410" + }, + "name": { + "given_name": "H. F.-W.", + "surname": "Sadrozinski" } }, { - "name": { - "surname": "Safai Tehrani", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0001-7796-0120" + }, + "name": { + "given_name": "F.", + "surname": "Safai Tehrani" } }, { - "name": { - "surname": "Safarzadeh Samani", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-0338-9707" + }, + "name": { + "given_name": "B.", + "surname": "Safarzadeh Samani" } }, { - "name": { - "surname": "Safdari", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0001-8323-7318" + }, + "name": { + "given_name": "M.", + "surname": "Safdari" } }, { - "name": { - "surname": "Saha", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0001-9296-1498" + }, + "name": { + "given_name": "S.", + "surname": "Saha" } }, { - "name": { - "surname": "Sahinsoy", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-7400-7286" + }, + "name": { + "given_name": "M.", + "surname": "Sahinsoy" } }, { - "name": { - "surname": "Saimpert", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-3765-1320" + }, + "name": { + "given_name": "M.", + "surname": "Saimpert" } }, { - "name": { - "surname": "Saito", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-5564-0935" + }, + "name": { + "given_name": "M.", + "surname": "Saito" } }, { - "name": { - "surname": "Saito", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-2567-6392" + }, + "name": { + "given_name": "T.", + "surname": "Saito" } }, { - "name": { - "surname": "Salamani", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8780-5885" + }, + "name": { + "given_name": "D.", + "surname": "Salamani" } }, { - "name": { - "surname": "Salamanna", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0002-0861-0052" + }, + "name": { + "given_name": "G.", + "surname": "Salamanna" } }, { - "name": { - "surname": "Salnikov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-3623-0161" + }, + "name": { + "given_name": "A.", + "surname": "Salnikov" } }, { - "name": { - "surname": "Salt", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-4181-2788" + }, + "name": { + "given_name": "J.", + "surname": "Salt" } }, { - "name": { - "surname": "Salvador Salas", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0001-5041-5659" + }, + "name": { + "given_name": "A.", + "surname": "Salvador Salas" } }, { - "name": { - "surname": "Salvatore", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-8564-2373" + }, + "name": { + "given_name": "D.", + "surname": "Salvatore" } }, - { - "name": { - "surname": "Salvatore", - "given_name": "F." - }, + { "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-3709-1554" + }, + "name": { + "given_name": "F.", + "surname": "Salvatore" } }, { - "name": { - "surname": "Salzburger", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6004-3510" + }, + "name": { + "given_name": "A.", + "surname": "Salzburger" } }, { - "name": { - "surname": "Sammel", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-4484-1410" + }, + "name": { + "given_name": "D.", + "surname": "Sammel" } }, { - "name": { - "surname": "Sampsonidis", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0002-9571-2304" + }, + "name": { + "given_name": "D.", + "surname": "Sampsonidis" } }, { - "name": { - "surname": "Sampsonidou", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0003-0384-7672" + }, + "name": { + "given_name": "D.", + "surname": "Sampsonidou" } }, { - "name": { - "surname": "S\u00e1nchez", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-9913-310X" + }, + "name": { + "given_name": "J.", + "surname": "S\u00e1nchez" } }, { - "name": { - "surname": "Sanchez Pineda", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0001-8241-7835" + }, + "name": { + "given_name": "A.", + "surname": "Sanchez Pineda" } }, { - "name": { - "surname": "Sanchez Sebastian", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-4143-6201" + }, + "name": { + "given_name": "V.", + "surname": "Sanchez Sebastian" } }, { - "name": { - "surname": "Sandaker", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0001-5235-4095" + }, + "name": { + "given_name": "H.", + "surname": "Sandaker" } }, { - "name": { - "surname": "Sander", - "given_name": "C. O." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-2576-259X" + }, + "name": { + "given_name": "C. O.", + "surname": "Sander" } }, { - "name": { - "surname": "Sandesara", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0002-6016-8011" + }, + "name": { + "given_name": "J. A.", + "surname": "Sandesara" } }, { - "name": { - "surname": "Sandhoff", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-7601-8528" + }, + "name": { + "given_name": "M.", + "surname": "Sandhoff" } }, { - "name": { - "surname": "Sandoval", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad Nacional de Colombia Bogot\u00e1 Colombia", - "affPubID": "Aff31" + "affPubID": "Aff31", + "affPubRaw": "Departamento de F\u00edsica Universidad Nacional de Colombia Bogot\u00e1 Colombia" } ], "attrib": { "orcid": "0000-0003-1038-723X" + }, + "name": { + "given_name": "C.", + "surname": "Sandoval" } }, { - "name": { - "surname": "Sankey", - "given_name": "D. P. C." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0003-0955-4213" + }, + "name": { + "given_name": "D. P. C.", + "surname": "Sankey" } }, { - "name": { - "surname": "Sano", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan" } ], "attrib": { "orcid": "0000-0001-8655-0609" + }, + "name": { + "given_name": "T.", + "surname": "Sano" } }, { - "name": { - "surname": "Sansoni", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-9166-099X" + }, + "name": { + "given_name": "A.", + "surname": "Sansoni" } }, { - "name": { - "surname": "Santi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Dipartimento di Fisica Sapienza Universit\u00e0 di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0003-1766-2791" + }, + "name": { + "given_name": "L.", + "surname": "Santi" } }, { - "name": { - "surname": "Santoni", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0002-1642-7186" + }, + "name": { + "given_name": "C.", + "surname": "Santoni" } }, { - "name": { - "surname": "Santos", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica, Faculdade de Ci\u00eancias Universidade de Lisboa Lisbon Portugal", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "Departamento de F\u00edsica, Faculdade de Ci\u00eancias Universidade de Lisboa Lisbon Portugal" } ], "attrib": { "orcid": "0000-0003-1710-9291" + }, + "name": { + "given_name": "H.", + "surname": "Santos" } }, { - "name": { - "surname": "Santpur", - "given_name": "S. N." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-6467-9970" + }, + "name": { + "given_name": "S. N.", + "surname": "Santpur" } }, { - "name": { - "surname": "Santra", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0003-4644-2579" + }, + "name": { + "given_name": "A.", + "surname": "Santra" } }, { - "name": { - "surname": "Saoucha", - "given_name": "K. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0001-9150-640X" + }, + "name": { + "given_name": "K. A.", + "surname": "Saoucha" } }, { - "name": { - "surname": "Saraiva", - "given_name": "J. G." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Centro de F\u00edsica Nuclear da Universidade de Lisboa Lisbon Portugal", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "Centro de F\u00edsica Nuclear da Universidade de Lisboa Lisbon Portugal" } ], "attrib": { "orcid": "0000-0002-7006-0864" + }, + "name": { + "given_name": "J. G.", + "surname": "Saraiva" } }, { - "name": { - "surname": "Sardain", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-6932-2804" + }, + "name": { + "given_name": "J.", + "surname": "Sardain" } }, { - "name": { - "surname": "Sasaki", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-2910-3906" + }, + "name": { + "given_name": "O.", + "surname": "Sasaki" } }, { - "name": { - "surname": "Sato", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan", - "affPubID": "Aff224" + "affPubID": "Aff224", + "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan" } ], "attrib": { "orcid": "0000-0001-8988-4065" + }, + "name": { + "given_name": "K.", + "surname": "Sato" } }, { - "name": { - "surname": "Sauer", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Sauer" + } }, { - "name": { - "surname": "Sauerburger", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-8794-3228" + }, + "name": { + "given_name": "F.", + "surname": "Sauerburger" } }, { - "name": { - "surname": "Sauvan", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0003-1921-2647" + }, + "name": { + "given_name": "E.", + "surname": "Sauvan" } }, { - "name": { - "surname": "Savard", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" }, { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff271" + "affPubID": "Aff271", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0001-5606-0107" + }, + "name": { + "given_name": "P.", + "surname": "Savard" } }, { - "name": { - "surname": "Sawada", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-2226-9874" + }, + "name": { + "given_name": "R.", + "surname": "Sawada" } }, { - "name": { - "surname": "Sawyer", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-2027-1428" + }, + "name": { + "given_name": "C.", + "surname": "Sawyer" } }, { - "name": { - "surname": "Sawyer", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Louisiana Tech University Ruston LA USA", - "affPubID": "Aff149" + "affPubID": "Aff149", + "affPubRaw": "Louisiana Tech University Ruston LA USA" } ], "attrib": { "orcid": "0000-0001-8295-0605" + }, + "name": { + "given_name": "L.", + "surname": "Sawyer" } }, { - "name": { - "surname": "Sayago Galvan", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Sayago Galvan" + } }, { - "name": { - "surname": "Sbarra", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-8236-5251" + }, + "name": { + "given_name": "C.", + "surname": "Sbarra" } }, { - "name": { - "surname": "Sbrizzi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-1934-3041" + }, + "name": { + "given_name": "A.", + "surname": "Sbrizzi" } }, { - "name": { - "surname": "Scanlon", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-2746-525X" + }, + "name": { + "given_name": "T.", + "surname": "Scanlon" } }, { - "name": { - "surname": "Schaarschmidt", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-0433-6439" + }, + "name": { + "given_name": "J.", + "surname": "Schaarschmidt" } }, { - "name": { - "surname": "Schacht", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-7215-7977" + }, + "name": { + "given_name": "P.", + "surname": "Schacht" } }, { - "name": { - "surname": "Schaefer", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0002-8637-6134" + }, + "name": { + "given_name": "D.", + "surname": "Schaefer" } }, { - "name": { - "surname": "Sch\u00e4fer", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-4489-9145" + }, + "name": { + "given_name": "U.", + "surname": "Sch\u00e4fer" } }, { - "name": { - "surname": "Schaffer", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" }, { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-2586-7554" + }, + "name": { + "given_name": "A. C.", + "surname": "Schaffer" } }, { - "name": { - "surname": "Schaile", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0001-7822-9663" + }, + "name": { + "given_name": "D.", + "surname": "Schaile" } }, { - "name": { - "surname": "Schamberger", - "given_name": "R. D." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0003-1218-425X" + }, + "name": { + "given_name": "R. D.", + "surname": "Schamberger" } }, { - "name": { - "surname": "Schanet", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0002-8719-4682" + }, + "name": { + "given_name": "E.", + "surname": "Schanet" } }, { - "name": { - "surname": "Scharf", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-0294-1205" + }, + "name": { + "given_name": "C.", + "surname": "Scharf" } }, { - "name": { - "surname": "Schefer", - "given_name": "M. M." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0002-8403-8924" + }, + "name": { + "given_name": "M. M.", + "surname": "Schefer" } }, { - "name": { - "surname": "Schegelsky", - "given_name": "V. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1870-1967" + }, + "name": { + "given_name": "V. A.", + "surname": "Schegelsky" } }, { - "name": { - "surname": "Scheirich", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-6012-7191" + }, + "name": { + "given_name": "D.", + "surname": "Scheirich" } }, { - "name": { - "surname": "Schenck", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0001-8279-4753" + }, + "name": { + "given_name": "F.", + "surname": "Schenck" } }, { - "name": { - "surname": "Schernau", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0002-0859-4312" + }, + "name": { + "given_name": "M.", + "surname": "Schernau" } }, { - "name": { - "surname": "Scheulen", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0002-9142-1948" + }, + "name": { + "given_name": "C.", + "surname": "Scheulen" } }, { - "name": { - "surname": "Schiavi", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0003-0957-4994" + }, + "name": { + "given_name": "C.", + "surname": "Schiavi" } }, { - "name": { - "surname": "Schillaci", - "given_name": "Z. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-6978-5323" + }, + "name": { + "given_name": "Z. M.", + "surname": "Schillaci" } }, { - "name": { - "surname": "Schioppa", - "given_name": "E. J." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0002-1369-9944" + }, + "name": { + "given_name": "E. J.", + "surname": "Schioppa" } }, { - "name": { - "surname": "Schioppa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0003-0628-0579" + }, + "name": { + "given_name": "M.", + "surname": "Schioppa" } }, { - "name": { - "surname": "Schlag", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-1284-4169" + }, + "name": { + "given_name": "B.", + "surname": "Schlag" } }, { - "name": { - "surname": "Schleicher", - "given_name": "K. E." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-2917-7032" + }, + "name": { + "given_name": "K. E.", + "surname": "Schleicher" } }, { - "name": { - "surname": "Schlenker", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-5239-3609" + }, + "name": { + "given_name": "S.", + "surname": "Schlenker" } }, { - "name": { - "surname": "Schmeing", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-2855-9549" + }, + "name": { + "given_name": "J.", + "surname": "Schmeing" } }, { - "name": { - "surname": "Schmidt", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-4467-2461" + }, + "name": { + "given_name": "M. A.", + "surname": "Schmidt" } }, { - "name": { - "surname": "Schmieden", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-1978-4928" + }, + "name": { + "given_name": "K.", + "surname": "Schmieden" } }, { - "name": { - "surname": "Schmitt", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-1471-690X" + }, + "name": { + "given_name": "C.", + "surname": "Schmitt" } }, - { - "name": { - "surname": "Schmitt", - "given_name": "S." - }, + { "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-8387-1853" + }, + "name": { + "given_name": "S.", + "surname": "Schmitt" } }, { - "name": { - "surname": "Schoeffel", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-8081-2353" + }, + "name": { + "given_name": "L.", + "surname": "Schoeffel" } }, { - "name": { - "surname": "Schoening", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-4499-7215" + }, + "name": { + "given_name": "A.", + "surname": "Schoening" } }, { - "name": { - "surname": "Scholer", - "given_name": "P. G." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-2882-9796" + }, + "name": { + "given_name": "P. G.", + "surname": "Scholer" } }, { - "name": { - "surname": "Schopf", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-9340-2214" + }, + "name": { + "given_name": "E.", + "surname": "Schopf" } }, { - "name": { - "surname": "Schott", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-4235-7265" + }, + "name": { + "given_name": "M.", + "surname": "Schott" } }, { - "name": { - "surname": "Schovancova", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0016-5246" + }, + "name": { + "given_name": "J.", + "surname": "Schovancova" } }, { - "name": { - "surname": "Schramm", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9031-6751" + }, + "name": { + "given_name": "S.", + "surname": "Schramm" } }, { - "name": { - "surname": "Schroeder", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-7289-1186" + }, + "name": { + "given_name": "F.", + "surname": "Schroeder" } }, { - "name": { - "surname": "Schultz-Coulon", - "given_name": "H.-C." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-0860-7240" + }, + "name": { + "given_name": "H.-C.", + "surname": "Schultz-Coulon" } }, { - "name": { - "surname": "Schumacher", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-1733-8388" + }, + "name": { + "given_name": "M.", + "surname": "Schumacher" } }, { - "name": { - "surname": "Schumm", - "given_name": "B. A." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0002-5394-0317" + }, + "name": { + "given_name": "B. A.", + "surname": "Schumm" } }, { - "name": { - "surname": "Schune", - "given_name": "Ph." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-3971-9595" + }, + "name": { + "given_name": "Ph.", + "surname": "Schune" } }, { - "name": { - "surname": "Schwartz", - "given_name": "H. R." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0002-5014-1245" + }, + "name": { + "given_name": "H. R.", + "surname": "Schwartz" } }, { - "name": { - "surname": "Schwartzman", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-6680-8366" + }, + "name": { + "given_name": "A.", + "surname": "Schwartzman" } }, { - "name": { - "surname": "Schwarz", - "given_name": "T. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0001-5660-2690" + }, + "name": { + "given_name": "T. A.", + "surname": "Schwarz" } }, { - "name": { - "surname": "Schwemling", - "given_name": "Ph." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0003-0989-5675" + }, + "name": { + "given_name": "Ph.", + "surname": "Schwemling" } }, { - "name": { - "surname": "Schwienhorst", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0001-6348-5410" + }, + "name": { + "given_name": "R.", + "surname": "Schwienhorst" } }, { - "name": { - "surname": "Sciandra", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0001-7163-501X" + }, + "name": { + "given_name": "A.", + "surname": "Sciandra" } }, { - "name": { - "surname": "Sciolla", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-8482-1775" + }, + "name": { + "given_name": "G.", + "surname": "Sciolla" } }, { - "name": { - "surname": "Scuri", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0001-9569-3089" + }, + "name": { + "given_name": "F.", + "surname": "Scuri" } }, { - "name": { - "surname": "Scutti", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Scutti" + } }, { - "name": { - "surname": "Sebastiani", - "given_name": "C. D." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-1073-035X" + }, + "name": { + "given_name": "C. D.", + "surname": "Sebastiani" } }, { - "name": { - "surname": "Sedlaczek", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0003-2052-2386" + }, + "name": { + "given_name": "K.", + "surname": "Sedlaczek" } }, { - "name": { - "surname": "Seema", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-3727-5636" + }, + "name": { + "given_name": "P.", + "surname": "Seema" } }, { - "name": { - "surname": "Seidel", - "given_name": "S. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA", - "affPubID": "Aff164" + "affPubID": "Aff164", + "affPubRaw": "Department of Physics and Astronomy University of New Mexico Albuquerque NM USA" } ], "attrib": { "orcid": "0000-0002-1181-3061" + }, + "name": { + "given_name": "S. C.", + "surname": "Seidel" } }, { - "name": { - "surname": "Seiden", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0003-4311-8597" + }, + "name": { + "given_name": "A.", + "surname": "Seiden" } }, { - "name": { - "surname": "Seidlitz", - "given_name": "B. D." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-4703-000X" + }, + "name": { + "given_name": "B. D.", + "surname": "Seidlitz" } }, { - "name": { - "surname": "Seitz", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-4622-6091" + }, + "name": { + "given_name": "C.", + "surname": "Seitz" } }, { - "name": { - "surname": "Seixas", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0001-5148-7363" + }, + "name": { + "given_name": "J. M.", + "surname": "Seixas" } }, { - "name": { - "surname": "Sekhniaidze", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Napoli Naples Italy", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "INFN Sezione di Napoli Naples Italy" } ], "attrib": { "orcid": "0000-0002-4116-5309" + }, + "name": { + "given_name": "G.", + "surname": "Sekhniaidze" } }, { - "name": { - "surname": "Sekula", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0002-3199-4699" + }, + "name": { + "given_name": "S. J.", + "surname": "Sekula" } }, { - "name": { - "surname": "Selem", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "LAPP, Universit\u00e9 Savoie Mont Blanc, CNRS/IN2P3 Annecy France" } ], "attrib": { "orcid": "0000-0002-8739-8554" + }, + "name": { + "given_name": "L.", + "surname": "Selem" } }, { - "name": { - "surname": "Semprini-Cesari", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-3946-377X" + }, + "name": { + "given_name": "N.", + "surname": "Semprini-Cesari" } }, { - "name": { - "surname": "Sen", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0003-1240-9586" + }, + "name": { + "given_name": "S.", + "surname": "Sen" } }, { - "name": { - "surname": "Sengupta", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2676-3498" + }, + "name": { + "given_name": "D.", + "surname": "Sengupta" } }, { - "name": { - "surname": "Senthilkumar", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-9783-8878" + }, + "name": { + "given_name": "V.", + "surname": "Senthilkumar" } }, { - "name": { - "surname": "Serin", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0003-3238-5382" + }, + "name": { + "given_name": "L.", + "surname": "Serin" } }, { - "name": { - "surname": "Serkin", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "INFN Gruppo Collegato di Udine Sezione di Trieste Udine Italy" }, { - "affPubRaw": "ICTP Trieste Italy", - "affPubID": "Aff107" + "affPubID": "Aff107", + "affPubRaw": "ICTP Trieste Italy" } ], "attrib": { "orcid": "0000-0003-4749-5250" + }, + "name": { + "given_name": "L.", + "surname": "Serkin" } }, { - "name": { - "surname": "Sessa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tre Rome Italy", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "INFN Sezione di Roma Tre Rome Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 Roma Tre Rome Italy" } ], "attrib": { "orcid": "0000-0002-1402-7525" + }, + "name": { + "given_name": "M.", + "surname": "Sessa" } }, { - "name": { - "surname": "Severini", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0003-3316-846X" + }, + "name": { + "given_name": "H.", + "surname": "Severini" } }, { - "name": { - "surname": "Sforza", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-4065-7352" + }, + "name": { + "given_name": "F.", + "surname": "Sforza" } }, { - "name": { - "surname": "Sfyrla", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3003-9905" + }, + "name": { + "given_name": "A.", + "surname": "Sfyrla" } }, { - "name": { - "surname": "Shabalina", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0003-4849-556X" + }, + "name": { + "given_name": "E.", + "surname": "Shabalina" } }, { - "name": { - "surname": "Shaheen", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-2673-8527" + }, + "name": { + "given_name": "R.", + "surname": "Shaheen" } }, { - "name": { - "surname": "Shahinian", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0002-1325-3432" + }, + "name": { + "given_name": "J. D.", + "surname": "Shahinian" } }, { - "name": { - "surname": "Shaked Renous", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0002-5376-1546" + }, + "name": { + "given_name": "D.", + "surname": "Shaked Renous" } }, { - "name": { - "surname": "Shan", - "given_name": "L. Y." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0001-9134-5925" + }, + "name": { + "given_name": "L. Y.", + "surname": "Shan" } }, { - "name": { - "surname": "Shapiro", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-8540-9654" + }, + "name": { + "given_name": "M.", + "surname": "Shapiro" } }, { - "name": { - "surname": "Sharma", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5211-7177" + }, + "name": { + "given_name": "A.", + "surname": "Sharma" } }, { - "name": { - "surname": "Sharma", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-2250-4181" + }, + "name": { + "given_name": "A. S.", + "surname": "Sharma" } }, { - "name": { - "surname": "Sharma", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Iowa Iowa City IA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "University of Iowa Iowa City IA USA" } ], "attrib": { "orcid": "0000-0002-3454-9558" + }, + "name": { + "given_name": "P.", + "surname": "Sharma" } }, { - "name": { - "surname": "Sharma", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-0190-7558" + }, + "name": { + "given_name": "S.", + "surname": "Sharma" } }, { - "name": { - "surname": "Shatalov", - "given_name": "P. B." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7530-4162" + }, + "name": { + "given_name": "P. B.", + "surname": "Shatalov" } }, { - "name": { - "surname": "Shaw", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0001-9182-0634" + }, + "name": { + "given_name": "K.", + "surname": "Shaw" } }, { - "name": { - "surname": "Shaw", - "given_name": "S. M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-8958-7826" + }, + "name": { + "given_name": "S. M.", + "surname": "Shaw" } }, { - "name": { - "surname": "Shen", - "given_name": "Q." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" }, { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0002-4085-1227" + }, + "name": { + "given_name": "Q.", + "surname": "Shen" } }, { - "name": { - "surname": "Sherwood", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-6621-4111" + }, + "name": { + "given_name": "P.", + "surname": "Sherwood" } }, { - "name": { - "surname": "Shi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0001-9532-5075" + }, + "name": { + "given_name": "L.", + "surname": "Shi" } }, { - "name": { - "surname": "Shimmin", - "given_name": "C. O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Yale University New Haven CT USA", - "affPubID": "Aff239" + "affPubID": "Aff239", + "affPubRaw": "Department of Physics Yale University New Haven CT USA" } ], "attrib": { "orcid": "0000-0002-2228-2251" + }, + "name": { + "given_name": "C. O.", + "surname": "Shimmin" } }, { - "name": { - "surname": "Shimogama", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Waseda University Tokyo Japan", - "affPubID": "Aff235" + "affPubID": "Aff235", + "affPubRaw": "Waseda University Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-3066-2788" + }, + "name": { + "given_name": "Y.", + "surname": "Shimogama" } }, { - "name": { - "surname": "Shinner", - "given_name": "J. D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0002-3523-390X" + }, + "name": { + "given_name": "J. D.", + "surname": "Shinner" } }, { - "name": { - "surname": "Shipsey", - "given_name": "I. P. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0003-4050-6420" + }, + "name": { + "given_name": "I. P. J.", + "surname": "Shipsey" } }, { - "name": { - "surname": "Shirabe", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0002-3191-0061" + }, + "name": { + "given_name": "S.", + "surname": "Shirabe" } }, { - "name": { - "surname": "Shiyakova", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Institute for Nuclear Research and Nuclear Energy (INRNE) of the Bulgarian Academy of Sciences Sofia Bulgaria", - "affPubID": "Aff281" + "affPubID": "Aff281", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy (INRNE) of the Bulgarian Academy of Sciences Sofia Bulgaria" } ], "attrib": { "orcid": "0000-0002-4775-9669" + }, + "name": { + "given_name": "M.", + "surname": "Shiyakova" } }, { - "name": { - "surname": "Shlomi", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } ], "attrib": { "orcid": "0000-0002-2628-3470" + }, + "name": { + "given_name": "J.", + "surname": "Shlomi" } }, { - "name": { - "surname": "Shochet", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0002-3017-826X" + }, + "name": { + "given_name": "M. J.", + "surname": "Shochet" } }, { - "name": { - "surname": "Shojaii", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-9449-0412" + }, + "name": { + "given_name": "J.", + "surname": "Shojaii" } }, { - "name": { - "surname": "Shope", - "given_name": "D. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0002-9453-9415" + }, + "name": { + "given_name": "D. R.", + "surname": "Shope" } }, { - "name": { - "surname": "Shrestha", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Ohio State University Columbus OH USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "Ohio State University Columbus OH USA" }, { - "affPubRaw": "Washington College Chestertown MD USA", - "affPubID": "Aff275" + "affPubID": "Aff275", + "affPubRaw": "Washington College Chestertown MD USA" } ], "attrib": { "orcid": "0000-0001-7249-7456" + }, + "name": { + "given_name": "S.", + "surname": "Shrestha" } }, { - "name": { - "surname": "Shrif", - "given_name": "E. M." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0001-8352-7227" + }, + "name": { + "given_name": "E. M.", + "surname": "Shrif" } }, { - "name": { - "surname": "Shroff", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-0456-786X" + }, + "name": { + "given_name": "M. J.", + "surname": "Shroff" } }, { - "name": { - "surname": "Sicho", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-5428-813X" + }, + "name": { + "given_name": "P.", + "surname": "Sicho" } }, { - "name": { - "surname": "Sickles", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0002-3246-0330" + }, + "name": { + "given_name": "A. M.", + "surname": "Sickles" } }, { - "name": { - "surname": "Sideras Haddad", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-3206-395X" + }, + "name": { + "given_name": "E.", + "surname": "Sideras Haddad" } }, { - "name": { - "surname": "Sidoti", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-3277-1999" + }, + "name": { + "given_name": "A.", + "surname": "Sidoti" } }, { - "name": { - "surname": "Siegert", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0002-2893-6412" + }, + "name": { + "given_name": "F.", + "surname": "Siegert" } }, { - "name": { - "surname": "Sijacki", - "given_name": "Dj." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } ], "attrib": { "orcid": "0000-0002-5809-9424" + }, + "name": { + "given_name": "Dj.", + "surname": "Sijacki" } }, { - "name": { - "surname": "Sikora", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "Faculty of Physics and Applied Computer Science AGH University of Science and Technology Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-5185-2367" + }, + "name": { + "given_name": "R.", + "surname": "Sikora" } }, { - "name": { - "surname": "Sili", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina" } ], "attrib": { "orcid": "0000-0001-6035-8109" + }, + "name": { + "given_name": "F.", + "surname": "Sili" } }, { - "name": { - "surname": "Silva", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-5987-2984" + }, + "name": { + "given_name": "J. M.", + "surname": "Silva" } }, { - "name": { - "surname": "Silva Oliveira", - "given_name": "M. V." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2285-478X" + }, + "name": { + "given_name": "M. V.", + "surname": "Silva Oliveira" } }, { - "name": { - "surname": "Silverstein", - "given_name": "S. B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" } ], "attrib": { "orcid": "0000-0001-7734-7617" + }, + "name": { + "given_name": "S. B.", + "surname": "Silverstein" } }, { - "name": { - "surname": "Simion", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Simion" + } }, { - "name": { - "surname": "Simoniello", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2042-6394" + }, + "name": { + "given_name": "R.", + "surname": "Simoniello" } }, { - "name": { - "surname": "Simpson", - "given_name": "E. L." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-9899-7413" + }, + "name": { + "given_name": "E. L.", + "surname": "Simpson" } }, { - "name": { - "surname": "Simpson", - "given_name": "L. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-4689-3903" + }, + "name": { + "given_name": "L. R.", + "surname": "Simpson" } }, { - "name": { - "surname": "Simpson", - "given_name": "N. D." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } - ] + ], + "name": { + "given_name": "N. D.", + "surname": "Simpson" + } }, { - "name": { - "surname": "Simsek", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "Istinye University Sariyer Istanbul T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-9650-3846" + }, + "name": { + "given_name": "S.", + "surname": "Simsek" } }, { - "name": { - "surname": "Sindhu", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0003-1235-5178" + }, + "name": { + "given_name": "S.", + "surname": "Sindhu" } }, { - "name": { - "surname": "Sinervo", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-5128-2373" + }, + "name": { + "given_name": "P.", + "surname": "Sinervo" } }, { - "name": { - "surname": "Singh", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" } ], "attrib": { "orcid": "0000-0002-7710-4073" + }, + "name": { + "given_name": "S.", + "surname": "Singh" } }, { - "name": { - "surname": "Singh", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0001-5641-5713" + }, + "name": { + "given_name": "S.", + "surname": "Singh" } }, { - "name": { - "surname": "Sinha", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-3600-2804" + }, + "name": { + "given_name": "S.", + "surname": "Sinha" } }, { - "name": { - "surname": "Sinha", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-2438-3785" + }, + "name": { + "given_name": "S.", + "surname": "Sinha" } }, { - "name": { - "surname": "Sioli", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-0912-9121" + }, + "name": { + "given_name": "M.", + "surname": "Sioli" } }, { - "name": { - "surname": "Siral", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4554-1831" + }, + "name": { + "given_name": "I.", + "surname": "Siral" } }, { - "name": { - "surname": "Sivoklokov", - "given_name": "S. Yu." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0868-8164" + }, + "name": { + "given_name": "S. Yu.", + "surname": "Sivoklokov" } }, { - "name": { - "surname": "Sj\u00f6lin", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-5285-8995" + }, + "name": { + "given_name": "J.", + "surname": "Sj\u00f6lin" } }, { - "name": { - "surname": "Skaf", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0003-3614-026X" + }, + "name": { + "given_name": "A.", + "surname": "Skaf" } }, { - "name": { - "surname": "Skorda", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0003-3973-9382" + }, + "name": { + "given_name": "E.", + "surname": "Skorda" } }, { - "name": { - "surname": "Skubic", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0001-6342-9283" + }, + "name": { + "given_name": "P.", + "surname": "Skubic" } }, { - "name": { - "surname": "Slawinska", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-9386-9092" + }, + "name": { + "given_name": "M.", + "surname": "Slawinska" } }, { - "name": { - "surname": "Smakhtin", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel", - "affPubID": "Aff236" + "affPubID": "Aff236", + "affPubRaw": "Department of Particle Physics and Astrophysics Weizmann Institute of Science Rehovot Israel" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Smakhtin" + } }, { - "name": { - "surname": "Smart", - "given_name": "B. H." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-7192-4097" + }, + "name": { + "given_name": "B. H.", + "surname": "Smart" } }, { - "name": { - "surname": "Smiesko", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3725-2984" + }, + "name": { + "given_name": "J.", + "surname": "Smiesko" } }, { - "name": { - "surname": "Smirnov", - "given_name": "S. Yu." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-6778-073X" + }, + "name": { + "given_name": "S. Yu.", + "surname": "Smirnov" } }, { - "name": { - "surname": "Smirnov", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2891-0781" + }, + "name": { + "given_name": "Y.", + "surname": "Smirnov" } }, { - "name": { - "surname": "Smirnova", - "given_name": "L. N." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0447-2975" + }, + "name": { + "given_name": "L. N.", + "surname": "Smirnova" } }, { - "name": { - "surname": "Smirnova", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Fysiska institutionen Lunds universitet Lund Sweden" } ], "attrib": { "orcid": "0000-0003-2517-531X" + }, + "name": { + "given_name": "O.", + "surname": "Smirnova" } }, { - "name": { - "surname": "Smith", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-2488-407X" + }, + "name": { + "given_name": "A. C.", + "surname": "Smith" } }, { - "name": { - "surname": "Smith", - "given_name": "E. A." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0001-6480-6829" + }, + "name": { + "given_name": "E. A.", + "surname": "Smith" } }, { - "name": { - "surname": "Smith", - "given_name": "H. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0003-2799-6672" + }, + "name": { + "given_name": "H. A.", + "surname": "Smith" } }, { - "name": { - "surname": "Smith", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0003-4231-6241" + }, + "name": { + "given_name": "J. L.", + "surname": "Smith" } }, { - "name": { - "surname": "Smith", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Smith" + } }, { - "name": { - "surname": "Smizanska", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-3777-4734" + }, + "name": { + "given_name": "M.", + "surname": "Smizanska" } }, { - "name": { - "surname": "Smolek", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-5996-7000" + }, + "name": { + "given_name": "K.", + "surname": "Smolek" } }, { - "name": { - "surname": "Smykiewicz", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-6088-7094" + }, + "name": { + "given_name": "A.", + "surname": "Smykiewicz" } }, { - "name": { - "surname": "Snesarev", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9067-8362" + }, + "name": { + "given_name": "A. A.", + "surname": "Snesarev" } }, { - "name": { - "surname": "Snoek", - "given_name": "H. L." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0003-4579-2120" + }, + "name": { + "given_name": "H. L.", + "surname": "Snoek" } }, { - "name": { - "surname": "Snyder", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-8610-8423" + }, + "name": { + "given_name": "S.", + "surname": "Snyder" } }, { - "name": { - "surname": "Sobie", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" }, { - "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada", - "affPubID": "Aff264" + "affPubID": "Aff264", + "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada" } ], "attrib": { "orcid": "0000-0001-7430-7599" + }, + "name": { + "given_name": "R.", + "surname": "Sobie" } }, { - "name": { - "surname": "Soffer", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0002-0749-2146" + }, + "name": { + "given_name": "A.", + "surname": "Soffer" } }, { - "name": { - "surname": "Solans Sanchez", - "given_name": "C. A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0518-4086" + }, + "name": { + "given_name": "C. A.", + "surname": "Solans Sanchez" } }, { - "name": { - "surname": "Soldatov", - "given_name": "E. Yu." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0694-3272" + }, + "name": { + "given_name": "E. Yu.", + "surname": "Soldatov" } }, { - "name": { - "surname": "Soldevila", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-7674-7878" + }, + "name": { + "given_name": "U.", + "surname": "Soldevila" } }, { - "name": { - "surname": "Solodkov", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-2737-8674" + }, + "name": { + "given_name": "A. A.", + "surname": "Solodkov" } }, { - "name": { - "surname": "Solomon", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-7378-4454" + }, + "name": { + "given_name": "S.", + "surname": "Solomon" } }, { - "name": { - "surname": "Soloshenko", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9946-8188" + }, + "name": { + "given_name": "A.", + "surname": "Soloshenko" } }, { - "name": { - "surname": "Solovieva", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-2168-9137" + }, + "name": { + "given_name": "K.", + "surname": "Solovieva" } }, { - "name": { - "surname": "Solovyanov", - "given_name": "O. V." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0002-2598-5657" + }, + "name": { + "given_name": "O. V.", + "surname": "Solovyanov" } }, { - "name": { - "surname": "Solovyev", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9402-6329" + }, + "name": { + "given_name": "V.", + "surname": "Solovyev" } }, { - "name": { - "surname": "Sommer", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1703-7304" + }, + "name": { + "given_name": "P.", + "surname": "Sommer" } }, { - "name": { - "surname": "Sonay", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0003-4435-4962" + }, + "name": { + "given_name": "A.", + "surname": "Sonay" } }, { - "name": { - "surname": "Song", - "given_name": "W. Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada", - "affPubID": "Aff223" + "affPubID": "Aff223", + "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-1338-2741" + }, + "name": { + "given_name": "W. Y.", + "surname": "Song" } }, { - "name": { - "surname": "Sonneveld", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-8362-4414" + }, + "name": { + "given_name": "J. M.", + "surname": "Sonneveld" } }, { - "name": { - "surname": "Sopczak", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-6981-0544" + }, + "name": { + "given_name": "A.", + "surname": "Sopczak" } }, { - "name": { - "surname": "Sopio", - "given_name": "A. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0001-9116-880X" + }, + "name": { + "given_name": "A. L.", + "surname": "Sopio" } }, { - "name": { - "surname": "Sopkova", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic" } ], "attrib": { "orcid": "0000-0002-6171-1119" + }, + "name": { + "given_name": "F.", + "surname": "Sopkova" } }, { - "name": { - "surname": "Sothilingam", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Sothilingam" + } }, { - "name": { - "surname": "Sottocornola", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Indiana University Bloomington IN USA", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Department of Physics Indiana University Bloomington IN USA" } ], "attrib": { "orcid": "0000-0002-1430-5994" + }, + "name": { + "given_name": "S.", + "surname": "Sottocornola" } }, { - "name": { - "surname": "Soualah", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Sharjah Sharjah United Arab Emirates", - "affPubID": "Aff169" + "affPubID": "Aff169", + "affPubRaw": "University of Sharjah Sharjah United Arab Emirates" } ], "attrib": { "orcid": "0000-0003-0124-3410" + }, + "name": { + "given_name": "R.", + "surname": "Soualah" } }, { - "name": { - "surname": "Soumaimi", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0002-8120-478X" + }, + "name": { + "given_name": "Z.", + "surname": "Soumaimi" } }, { - "name": { - "surname": "South", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-0786-6304" + }, + "name": { + "given_name": "D.", + "surname": "South" } }, { - "name": { - "surname": "Spagnolo", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0001-7482-6348" + }, + "name": { + "given_name": "S.", + "surname": "Spagnolo" } }, { - "name": { - "surname": "Spalla", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-5813-1693" + }, + "name": { + "given_name": "M.", + "surname": "Spalla" } }, { - "name": { - "surname": "Span\u00f2", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0002-6551-1878" + }, + "name": { + "given_name": "F.", + "surname": "Span\u00f2" } }, { - "name": { - "surname": "Sperlich", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0003-4454-6999" + }, + "name": { + "given_name": "D.", + "surname": "Sperlich" } }, { - "name": { - "surname": "Spigo", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-4183-2594" + }, + "name": { + "given_name": "G.", + "surname": "Spigo" } }, { - "name": { - "surname": "Spina", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0002-0418-4199" + }, + "name": { + "given_name": "M.", + "surname": "Spina" } }, { - "name": { - "surname": "Spinali", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0001-9469-1583" + }, + "name": { + "given_name": "S.", + "surname": "Spinali" } }, { - "name": { - "surname": "Spiteri", - "given_name": "D. P." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-9226-2539" + }, + "name": { + "given_name": "D. P.", + "surname": "Spiteri" } }, { - "name": { - "surname": "Spousta", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-5644-9526" + }, + "name": { + "given_name": "M.", + "surname": "Spousta" } }, { - "name": { - "surname": "Staats", - "given_name": "E. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-6719-9726" + }, + "name": { + "given_name": "E. J.", + "surname": "Staats" } }, { - "name": { - "surname": "Stabile", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-6868-8329" + }, + "name": { + "given_name": "A.", + "surname": "Stabile" } }, { - "name": { - "surname": "Stamen", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0001-7282-949X" + }, + "name": { + "given_name": "R.", + "surname": "Stamen" } }, { - "name": { - "surname": "Stamenkovic", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0003-2251-0610" + }, + "name": { + "given_name": "M.", + "surname": "Stamenkovic" } }, { - "name": { - "surname": "Stampekis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-7666-7544" + }, + "name": { + "given_name": "A.", + "surname": "Stampekis" } }, { - "name": { - "surname": "Standke", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-2610-9608" + }, + "name": { + "given_name": "M.", + "surname": "Standke" } }, { - "name": { - "surname": "Stanecka", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-2546-0516" + }, + "name": { + "given_name": "E.", + "surname": "Stanecka" } }, { - "name": { - "surname": "Stange", - "given_name": "M. V." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0003-4132-7205" + }, + "name": { + "given_name": "M. V.", + "surname": "Stange" } }, { - "name": { - "surname": "Stanislaus", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-9007-7658" + }, + "name": { + "given_name": "B.", + "surname": "Stanislaus" } }, { - "name": { - "surname": "Stanitzki", - "given_name": "M. M." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-7561-1960" + }, + "name": { + "given_name": "M. M.", + "surname": "Stanitzki" } }, { - "name": { - "surname": "Stankaityte", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-2224-719X" + }, + "name": { + "given_name": "M.", + "surname": "Stankaityte" } }, { - "name": { - "surname": "Stapf", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-5374-6402" + }, + "name": { + "given_name": "B.", + "surname": "Stapf" } }, { - "name": { - "surname": "Starchenko", - "given_name": "E. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8495-0630" + }, + "name": { + "given_name": "E. A.", + "surname": "Starchenko" } }, { - "name": { - "surname": "Stark", - "given_name": "G. H." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0001-6616-3433" + }, + "name": { + "given_name": "G. H.", + "surname": "Stark" } }, { - "name": { - "surname": "Stark", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" }, { - "affPubRaw": "L2IT, Universit\u00e9 de Toulouse CNRS/IN2P3,UPS Toulouse France", - "affPubID": "Aff280" + "affPubID": "Aff280", + "affPubRaw": "L2IT, Universit\u00e9 de Toulouse CNRS/IN2P3,UPS Toulouse France" } ], "attrib": { "orcid": "0000-0002-1217-672X" + }, + "name": { + "given_name": "J.", + "surname": "Stark" } }, { - "name": { - "surname": "Starko", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada", - "affPubID": "Aff223" + "affPubID": "Aff223", + "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada" } - ] + ], + "name": { + "given_name": "D. M.", + "surname": "Starko" + } }, { - "name": { - "surname": "Staroba", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-6009-6321" + }, + "name": { + "given_name": "P.", + "surname": "Staroba" } }, { - "name": { - "surname": "Starovoitov", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0003-1990-0992" + }, + "name": { + "given_name": "P.", + "surname": "Starovoitov" } }, { - "name": { - "surname": "St\u00e4rz", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-2908-3909" + }, + "name": { + "given_name": "S.", + "surname": "St\u00e4rz" } }, { - "name": { - "surname": "Staszewski", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-7708-9259" + }, + "name": { + "given_name": "R.", + "surname": "Staszewski" } }, { - "name": { - "surname": "Stavropoulos", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece", - "affPubID": "Aff75" + "affPubID": "Aff75", + "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece" } ], "attrib": { "orcid": "0000-0002-8549-6855" + }, + "name": { + "given_name": "G.", + "surname": "Stavropoulos" } }, { - "name": { - "surname": "Steentoft", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0001-5999-9769" + }, + "name": { + "given_name": "J.", + "surname": "Steentoft" } }, { - "name": { - "surname": "Steinberg", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-5349-8370" + }, + "name": { + "given_name": "P.", + "surname": "Steinberg" } }, { - "name": { - "surname": "Steinhebel", - "given_name": "A. L." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-4080-2919" + }, + "name": { + "given_name": "A. L.", + "surname": "Steinhebel" } }, { - "name": { - "surname": "Stelzer", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" }, { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-4091-1784" + }, + "name": { + "given_name": "B.", + "surname": "Stelzer" } }, { - "name": { - "surname": "Stelzer", - "given_name": "H. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Department of Physics and Astronomy University of Pittsburgh Pittsburgh PA USA" } ], "attrib": { "orcid": "0000-0003-0690-8573" + }, + "name": { + "given_name": "H. J.", + "surname": "Stelzer" } }, { - "name": { - "surname": "Stelzer-Chilton", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-0791-9728" + }, + "name": { + "given_name": "O.", + "surname": "Stelzer-Chilton" } }, { - "name": { - "surname": "Stenzel", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Justus-Liebig-Universit\u00e4t Giessen Giessen Germany", - "affPubID": "Aff89" + "affPubID": "Aff89", + "affPubRaw": "II. Physikalisches Institut Justus-Liebig-Universit\u00e4t Giessen Giessen Germany" } ], "attrib": { "orcid": "0000-0002-4185-6484" + }, + "name": { + "given_name": "H.", + "surname": "Stenzel" } }, { - "name": { - "surname": "Stevenson", - "given_name": "T. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0003-2399-8945" + }, + "name": { + "given_name": "T. J.", + "surname": "Stevenson" } }, { - "name": { - "surname": "Stewart", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0182-7088" + }, + "name": { + "given_name": "G. A.", + "surname": "Stewart" } }, { - "name": { - "surname": "Stockton", - "given_name": "M. C." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-9679-0323" + }, + "name": { + "given_name": "M. C.", + "surname": "Stockton" } }, { - "name": { - "surname": "Stoicea", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0002-7511-4614" + }, + "name": { + "given_name": "G.", + "surname": "Stoicea" } }, { - "name": { - "surname": "Stolarski", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" } ], "attrib": { "orcid": "0000-0003-0276-8059" + }, + "name": { + "given_name": "M.", + "surname": "Stolarski" } }, { - "name": { - "surname": "Stonjek", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0001-7582-6227" + }, + "name": { + "given_name": "S.", + "surname": "Stonjek" } }, { - "name": { - "surname": "Straessner", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0003-2460-6659" + }, + "name": { + "given_name": "A.", + "surname": "Straessner" } }, { - "name": { - "surname": "Strandberg", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "Department of Physics Royal Institute of Technology Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-8913-0981" + }, + "name": { + "given_name": "J.", + "surname": "Strandberg" } }, { - "name": { - "surname": "Strandberg", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0001-7253-7497" + }, + "name": { + "given_name": "S.", + "surname": "Strandberg" } }, { - "name": { - "surname": "Strauss", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0002-0465-5472" + }, + "name": { + "given_name": "M.", + "surname": "Strauss" } }, { - "name": { - "surname": "Strebler", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-6972-7473" + }, + "name": { + "given_name": "T.", + "surname": "Strebler" } }, { - "name": { - "surname": "Strizenec", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic" } ], "attrib": { "orcid": "0000-0003-0958-7656" + }, + "name": { + "given_name": "P.", + "surname": "Strizenec" } }, { - "name": { - "surname": "Str\u00f6hmer", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany", - "affPubID": "Aff233" + "affPubID": "Aff233", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany" } ], "attrib": { "orcid": "0000-0002-0062-2438" + }, + "name": { + "given_name": "R.", + "surname": "Str\u00f6hmer" } }, { - "name": { - "surname": "Strom", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-8302-386X" + }, + "name": { + "given_name": "D. M.", + "surname": "Strom" } }, { - "name": { - "surname": "Strom", - "given_name": "L. R." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-4496-1626" + }, + "name": { + "given_name": "L. R.", + "surname": "Strom" } }, { - "name": { - "surname": "Stroynowski", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0002-7863-3778" + }, + "name": { + "given_name": "R.", + "surname": "Stroynowski" } }, { - "name": { - "surname": "Strubig", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0002-2382-6951" + }, + "name": { + "given_name": "A.", + "surname": "Strubig" } }, { - "name": { - "surname": "Stucci", - "given_name": "S. A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-1639-4484" + }, + "name": { + "given_name": "S. A.", + "surname": "Stucci" } }, { - "name": { - "surname": "Stugu", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } ], "attrib": { "orcid": "0000-0002-1728-9272" + }, + "name": { + "given_name": "B.", + "surname": "Stugu" } }, { - "name": { - "surname": "Stupak", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } ], "attrib": { "orcid": "0000-0001-9610-0783" + }, + "name": { + "given_name": "J.", + "surname": "Stupak" } }, { - "name": { - "surname": "Styles", - "given_name": "N. A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-6976-9457" + }, + "name": { + "given_name": "N. A.", + "surname": "Styles" } }, { - "name": { - "surname": "Su", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0001-6980-0215" + }, + "name": { + "given_name": "D.", + "surname": "Su" } }, { - "name": { - "surname": "Su", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-7356-4961" + }, + "name": { + "given_name": "S.", + "surname": "Su" } }, { - "name": { - "surname": "Su", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" }, { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0001-7755-5280" + }, + "name": { + "given_name": "W.", + "surname": "Su" } }, { - "name": { - "surname": "Su", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" }, { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0001-9155-3898" + }, + "name": { + "given_name": "X.", + "surname": "Su" } }, { - "name": { - "surname": "Sugizaki", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-4364-006X" + }, + "name": { + "given_name": "K.", + "surname": "Sugizaki" } }, { - "name": { - "surname": "Sulin", - "given_name": "V. V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3943-2495" + }, + "name": { + "given_name": "V. V.", + "surname": "Sulin" } }, { - "name": { - "surname": "Sullivan", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0002-4807-6448" + }, + "name": { + "given_name": "M. J.", + "surname": "Sullivan" } }, { - "name": { - "surname": "Sultan", - "given_name": "D. M. S." - }, "affiliation": [ { - "affPubRaw": "INFN-TIFPA Povo Italy", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "INFN-TIFPA Povo Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Universit\u00e0 degli Studi di Trento Trento Italy" } ], "attrib": { "orcid": "0000-0003-2925-279X" + }, + "name": { + "given_name": "D. M. S.", + "surname": "Sultan" } }, { - "name": { - "surname": "Sultanaliyeva", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0059-0165" + }, + "name": { + "given_name": "L.", + "surname": "Sultanaliyeva" } }, { - "name": { - "surname": "Sultansoy", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Division of Physics TOBB University of Economics and Technology Ankara T\u00fcrkiye", - "affPubID": "Aff4" + "affPubID": "Aff4", + "affPubRaw": "Division of Physics TOBB University of Economics and Technology Ankara T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0003-2340-748X" + }, + "name": { + "given_name": "S.", + "surname": "Sultansoy" } }, { - "name": { - "surname": "Sumida", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan" } ], "attrib": { "orcid": "0000-0002-2685-6187" + }, + "name": { + "given_name": "T.", + "surname": "Sumida" } }, { - "name": { - "surname": "Sun", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0001-8802-7184" + }, + "name": { + "given_name": "S.", + "surname": "Sun" } }, { - "name": { - "surname": "Sun", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0001-5295-6563" + }, + "name": { + "given_name": "S.", + "surname": "Sun" } }, { - "name": { - "surname": "Sunneborn Gudnadottir", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden", - "affPubID": "Aff228" + "affPubID": "Aff228", + "affPubRaw": "Department of Physics and Astronomy University of Uppsala Uppsala Sweden" } ], "attrib": { "orcid": "0000-0002-6277-1877" + }, + "name": { + "given_name": "O.", + "surname": "Sunneborn Gudnadottir" } }, { - "name": { - "surname": "Sutton", - "given_name": "M. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0003-4893-8041" + }, + "name": { + "given_name": "M. R.", + "surname": "Sutton" } }, { - "name": { - "surname": "Svatos", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-7199-3383" + }, + "name": { + "given_name": "M.", + "surname": "Svatos" } }, { - "name": { - "surname": "Swiatlowski", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0001-7287-0468" + }, + "name": { + "given_name": "M.", + "surname": "Swiatlowski" } }, { - "name": { - "surname": "Swirski", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany", - "affPubID": "Aff233" + "affPubID": "Aff233", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany" } ], "attrib": { "orcid": "0000-0002-4679-6767" + }, + "name": { + "given_name": "T.", + "surname": "Swirski" } }, { - "name": { - "surname": "Sykora", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0003-3447-5621" + }, + "name": { + "given_name": "I.", + "surname": "Sykora" } }, { - "name": { - "surname": "Sykora", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-4422-6493" + }, + "name": { + "given_name": "M.", + "surname": "Sykora" } }, { - "name": { - "surname": "Sykora", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-9585-7215" + }, + "name": { + "given_name": "T.", + "surname": "Sykora" } }, { - "name": { - "surname": "Ta", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-0918-9175" + }, + "name": { + "given_name": "D.", + "surname": "Ta" } }, { - "name": { - "surname": "Tackmann", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" }, { - "affPubRaw": "Institut f\u00fcr Experimentalphysik Universit\u00e4t Hamburg Hamburg Germany", - "affPubID": "Aff262" + "affPubID": "Aff262", + "affPubRaw": "Institut f\u00fcr Experimentalphysik Universit\u00e4t Hamburg Hamburg Germany" } ], "attrib": { "orcid": "0000-0003-3917-3761" + }, + "name": { + "given_name": "K.", + "surname": "Tackmann" } }, { - "name": { - "surname": "Taffard", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0002-5800-4798" + }, + "name": { + "given_name": "A.", + "surname": "Taffard" } }, { - "name": { - "surname": "Tafirout", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-3425-794X" + }, + "name": { + "given_name": "R.", + "surname": "Tafirout" } }, { - "name": { - "surname": "Tafoya Vargas", - "given_name": "J. S." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-0703-4452" + }, + "name": { + "given_name": "J. S.", + "surname": "Tafoya Vargas" } }, { - "name": { - "surname": "Taibah", - "given_name": "R. H. M." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0001-7002-0590" + }, + "name": { + "given_name": "R. H. M.", + "surname": "Taibah" } }, { - "name": { - "surname": "Takashima", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Kyoto University of Education Kyoto Japan", - "affPubID": "Aff140" + "affPubID": "Aff140", + "affPubRaw": "Kyoto University of Education Kyoto Japan" } ], "attrib": { "orcid": "0000-0003-1466-6869" + }, + "name": { + "given_name": "R.", + "surname": "Takashima" } }, { - "name": { - "surname": "Takeda", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Kobe University Kobe Japan", - "affPubID": "Aff135" + "affPubID": "Aff135", + "affPubRaw": "Graduate School of Science Kobe University Kobe Japan" } ], "attrib": { "orcid": "0000-0002-2611-8563" + }, + "name": { + "given_name": "K.", + "surname": "Takeda" } }, { - "name": { - "surname": "Takeva", - "given_name": "E. P." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-3142-030X" + }, + "name": { + "given_name": "E. P.", + "surname": "Takeva" } }, { - "name": { - "surname": "Takubo", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-3143-8510" + }, + "name": { + "given_name": "Y.", + "surname": "Takubo" } }, { - "name": { - "surname": "Talby", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0001-9985-6033" + }, + "name": { + "given_name": "M.", + "surname": "Talby" } }, { - "name": { - "surname": "Talyshev", - "given_name": "A. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8560-3756" + }, + "name": { + "given_name": "A. A.", + "surname": "Talyshev" } }, { - "name": { - "surname": "Tam", - "given_name": "K. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China" } ], "attrib": { "orcid": "0000-0002-1433-2140" + }, + "name": { + "given_name": "K. C.", + "surname": "Tam" } }, { - "name": { - "surname": "Tamir", - "given_name": "N. M." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } - ] + ], + "name": { + "given_name": "N. M.", + "surname": "Tamir" + } }, { - "name": { - "surname": "Tanaka", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-9166-7083" + }, + "name": { + "given_name": "A.", + "surname": "Tanaka" } }, { - "name": { - "surname": "Tanaka", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-9994-5802" + }, + "name": { + "given_name": "J.", + "surname": "Tanaka" } }, { - "name": { - "surname": "Tanaka", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-9929-1797" + }, + "name": { + "given_name": "R.", + "surname": "Tanaka" } }, { - "name": { - "surname": "Tanasini", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-6313-4175" + }, + "name": { + "given_name": "M.", + "surname": "Tanasini" } }, { - "name": { - "surname": "Tang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Tang" + } }, { - "name": { - "surname": "Tao", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0003-0362-8795" + }, + "name": { + "given_name": "Z.", + "surname": "Tao" } }, { - "name": { - "surname": "Tapia Araya", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile" } ], "attrib": { "orcid": "0000-0002-3659-7270" + }, + "name": { + "given_name": "S.", + "surname": "Tapia Araya" } }, { - "name": { - "surname": "Tapprogge", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-1251-3332" + }, + "name": { + "given_name": "S.", + "surname": "Tapprogge" } }, { - "name": { - "surname": "Tarek Abouelfadl Mohamed", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-9252-7605" + }, + "name": { + "given_name": "A.", + "surname": "Tarek Abouelfadl Mohamed" } }, { - "name": { - "surname": "Tarem", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel" } ], "attrib": { "orcid": "0000-0002-9296-7272" + }, + "name": { + "given_name": "S.", + "surname": "Tarem" } }, { - "name": { - "surname": "Tariq", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0002-0584-8700" + }, + "name": { + "given_name": "K.", + "surname": "Tariq" } }, { - "name": { - "surname": "Tarna", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" }, { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-5060-2208" + }, + "name": { + "given_name": "G.", + "surname": "Tarna" } }, { - "name": { - "surname": "Tartarelli", - "given_name": "G. F." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-4244-502X" + }, + "name": { + "given_name": "G. F.", + "surname": "Tartarelli" } }, { - "name": { - "surname": "Tas", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-5785-7548" + }, + "name": { + "given_name": "P.", + "surname": "Tas" } }, { - "name": { - "surname": "Tasevsky", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Institute of Physics of the Czech Academy of Sciences Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-1535-9732" + }, + "name": { + "given_name": "M.", + "surname": "Tasevsky" } }, { - "name": { - "surname": "Tassi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 della Calabria Rende Italy" }, { - "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "INFN Gruppo Collegato di Cosenza, Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-3335-6500" + }, + "name": { + "given_name": "E.", + "surname": "Tassi" } }, { - "name": { - "surname": "Tate", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0003-1583-2611" + }, + "name": { + "given_name": "A. C.", + "surname": "Tate" } }, { - "name": { - "surname": "Tateno", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-3348-0234" + }, + "name": { + "given_name": "G.", + "surname": "Tateno" } }, { - "name": { - "surname": "Tayalati", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" }, { - "affPubRaw": "Institute of Applied Physics Mohammed VI Polytechnic University Ben Guerir Morocco", - "affPubID": "Aff263" + "affPubID": "Aff263", + "affPubRaw": "Institute of Applied Physics Mohammed VI Polytechnic University Ben Guerir Morocco" } ], "attrib": { "orcid": "0000-0001-8760-7259" + }, + "name": { + "given_name": "Y.", + "surname": "Tayalati" } }, { - "name": { - "surname": "Taylor", - "given_name": "G. N." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-1831-4871" + }, + "name": { + "given_name": "G. N.", + "surname": "Taylor" } }, { - "name": { - "surname": "Taylor", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada", - "affPubID": "Aff223" + "affPubID": "Aff223", + "affPubRaw": "Department of Physics and Astronomy York University Toronto ON Canada" } ], "attrib": { "orcid": "0000-0002-6596-9125" + }, + "name": { + "given_name": "W.", + "surname": "Taylor" } }, { - "name": { - "surname": "Teagle", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Teagle" + } }, { - "name": { - "surname": "Tee", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0003-3587-187X" + }, + "name": { + "given_name": "A. S.", + "surname": "Tee" } }, { - "name": { - "surname": "Teixeira De Lima", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0001-5545-6513" + }, + "name": { + "given_name": "R.", + "surname": "Teixeira De Lima" } }, { - "name": { - "surname": "Teixeira-Dias", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0001-9977-3836" + }, + "name": { + "given_name": "P.", + "surname": "Teixeira-Dias" } }, { - "name": { - "surname": "Teoh", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-4803-5213" + }, + "name": { + "given_name": "J. J.", + "surname": "Teoh" } }, { - "name": { - "surname": "Terashi", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-6520-8070" + }, + "name": { + "given_name": "K.", + "surname": "Terashi" } }, { - "name": { - "surname": "Terron", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "Departamento de F\u00edsica Teorica C-15 and CIAFF Universidad Aut\u00f3noma de Madrid Madrid Spain" } ], "attrib": { "orcid": "0000-0003-0132-5723" + }, + "name": { + "given_name": "J.", + "surname": "Terron" } }, { - "name": { - "surname": "Terzo", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE) Barcelona Institute of Science and Technology Barcelona Spain" } ], "attrib": { "orcid": "0000-0003-3388-3906" + }, + "name": { + "given_name": "S.", + "surname": "Terzo" } }, { - "name": { - "surname": "Testa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0003-1274-8967" + }, + "name": { + "given_name": "M.", + "surname": "Testa" } }, { - "name": { - "surname": "Teuscher", - "given_name": "R. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" }, { - "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada", - "affPubID": "Aff264" + "affPubID": "Aff264", + "affPubRaw": "Institute of Particle Physics (IPP) Toronto Canada" } ], "attrib": { "orcid": "0000-0002-8768-2272" + }, + "name": { + "given_name": "R. J.", + "surname": "Teuscher" } }, { - "name": { - "surname": "Thaler", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Astro and Particle Physics Universit\u00e4t Innsbruck Innsbruck Austria", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Department of Astro and Particle Physics Universit\u00e4t Innsbruck Innsbruck Austria" } ], "attrib": { "orcid": "0000-0003-0134-4377" + }, + "name": { + "given_name": "A.", + "surname": "Thaler" } }, { - "name": { - "surname": "Theiner", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-6558-7311" + }, + "name": { + "given_name": "O.", + "surname": "Theiner" } }, { - "name": { - "surname": "Themistokleous", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0003-1882-5572" + }, + "name": { + "given_name": "N.", + "surname": "Themistokleous" } }, { - "name": { - "surname": "Theveneaux-Pelzer", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-9746-4172" + }, + "name": { + "given_name": "T.", + "surname": "Theveneaux-Pelzer" } }, { - "name": { - "surname": "Thielmann", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0001-9454-2481" + }, + "name": { + "given_name": "O.", + "surname": "Thielmann" } }, { - "name": { - "surname": "Thomas", - "given_name": "D. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } - ] + ], + "name": { + "given_name": "D. W.", + "surname": "Thomas" + } }, { - "name": { - "surname": "Thomas", - "given_name": "J. P." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-6965-6604" + }, + "name": { + "given_name": "J. P.", + "surname": "Thomas" } }, { - "name": { - "surname": "Thompson", - "given_name": "E. A." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-7050-8203" + }, + "name": { + "given_name": "E. A.", + "surname": "Thompson" } }, { - "name": { - "surname": "Thompson", - "given_name": "P. D." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-6239-7715" + }, + "name": { + "given_name": "P. D.", + "surname": "Thompson" } }, { - "name": { - "surname": "Thomson", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0001-6031-2768" + }, + "name": { + "given_name": "E.", + "surname": "Thomson" } }, { - "name": { - "surname": "Thorpe", - "given_name": "E. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0003-1594-9350" + }, + "name": { + "given_name": "E. J.", + "surname": "Thorpe" } }, { - "name": { - "surname": "Tian", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0001-8739-9250" + }, + "name": { + "given_name": "Y.", + "surname": "Tian" } }, { - "name": { - "surname": "Tikhomirov", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff240" + "affPubID": "Aff240", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9634-0581" + }, + "name": { + "given_name": "V.", + "surname": "Tikhomirov" } }, { - "name": { - "surname": "Tikhonov", - "given_name": "Yu. A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8023-6448" + }, + "name": { + "given_name": "Yu. A.", + "surname": "Tikhonov" } }, { - "name": { - "surname": "Timoshenko", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Timoshenko" + } }, { - "name": { - "surname": "Ting", - "given_name": "E. X. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0002-5886-6339" + }, + "name": { + "given_name": "E. X. L.", + "surname": "Ting" } }, { - "name": { - "surname": "Tipton", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Yale University New Haven CT USA", - "affPubID": "Aff239" + "affPubID": "Aff239", + "affPubRaw": "Department of Physics Yale University New Haven CT USA" } ], "attrib": { "orcid": "0000-0002-3698-3585" + }, + "name": { + "given_name": "P.", + "surname": "Tipton" } }, { - "name": { - "surname": "Tisserant", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0002-0294-6727" + }, + "name": { + "given_name": "S.", + "surname": "Tisserant" } }, { - "name": { - "surname": "Tlou", - "given_name": "S. H." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "School of Physics University of the Witwatersrand Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0002-4934-1661" + }, + "name": { + "given_name": "S. H.", + "surname": "Tlou" } }, { - "name": { - "surname": "Tnourji", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0003-2674-9274" + }, + "name": { + "given_name": "A.", + "surname": "Tnourji" } }, { - "name": { - "surname": "Todome", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0003-2445-1132" + }, + "name": { + "given_name": "K.", + "surname": "Todome" } }, { - "name": { - "surname": "Todorova-Nova", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0003-2433-231X" + }, + "name": { + "given_name": "S.", + "surname": "Todorova-Nova" } }, { - "name": { - "surname": "Todt", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Todt" + } }, { - "name": { - "surname": "Togawa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-1128-4200" + }, + "name": { + "given_name": "M.", + "surname": "Togawa" } }, { - "name": { - "surname": "Tojo", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan" } ], "attrib": { "orcid": "0000-0003-4666-3208" + }, + "name": { + "given_name": "J.", + "surname": "Tojo" } }, { - "name": { - "surname": "Tok\u00e1r", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0001-8777-0590" + }, + "name": { + "given_name": "S.", + "surname": "Tok\u00e1r" } }, { - "name": { - "surname": "Tokushuku", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-8262-1577" + }, + "name": { + "given_name": "K.", + "surname": "Tokushuku" } }, { - "name": { - "surname": "Tombs", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0002-1824-034X" + }, + "name": { + "given_name": "R.", + "surname": "Tombs" } }, { - "name": { - "surname": "Tomoto", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" }, { - "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan" } ], "attrib": { "orcid": "0000-0002-4603-2070" + }, + "name": { + "given_name": "M.", + "surname": "Tomoto" } }, { - "name": { - "surname": "Tompkins", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" }, { - "affPubRaw": "Department of Physics, Stanford University Stanford CA United States of America", - "affPubID": "Aff277" + "affPubID": "Aff277", + "affPubRaw": "Department of Physics, Stanford University Stanford CA United States of America" } ], "attrib": { "orcid": "0000-0001-8127-9653" + }, + "name": { + "given_name": "L.", + "surname": "Tompkins" } }, { - "name": { - "surname": "Topolnicki", - "given_name": "K. W." - }, "affiliation": [ { - "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Marian Smoluchowski Institute of Physics Jagiellonian University Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-9312-1842" + }, + "name": { + "given_name": "K. W.", + "surname": "Topolnicki" } }, { - "name": { - "surname": "Tornambe", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0003-1129-9792" + }, + "name": { + "given_name": "P.", + "surname": "Tornambe" } }, { - "name": { - "surname": "Torrence", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0003-2911-8910" + }, + "name": { + "given_name": "E.", + "surname": "Torrence" } }, { - "name": { - "surname": "Torres", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0003-0822-1206" + }, + "name": { + "given_name": "H.", + "surname": "Torres" } }, { - "name": { - "surname": "Torr\u00f3 Pastor", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-5507-7924" + }, + "name": { + "given_name": "E.", + "surname": "Torr\u00f3 Pastor" } }, { - "name": { - "surname": "Toscani", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff47" + "affPubID": "Aff47", + "affPubRaw": "Departamento de F\u00edsica, y CONICET, Facultad de Ciencias Exactas y Naturales, Instituto de F\u00edsica de Buenos Aires (IFIBA) Universidad de Buenos Aires Buenos Aires Argentina" } ], "attrib": { "orcid": "0000-0001-9898-480X" + }, + "name": { + "given_name": "M.", + "surname": "Toscani" } }, { - "name": { - "surname": "Tosciri", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0001-6485-2227" + }, + "name": { + "given_name": "C.", + "surname": "Tosciri" } }, { - "name": { - "surname": "Tost", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0002-1647-4329" + }, + "name": { + "given_name": "M.", + "surname": "Tost" } }, { - "name": { - "surname": "Tovey", - "given_name": "D. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0001-5543-6192" + }, + "name": { + "given_name": "D. R.", + "surname": "Tovey" } }, { - "name": { - "surname": "Traeet", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Department for Physics and Technology University of Bergen Bergen Norway" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Traeet" + } }, { - "name": { - "surname": "Trandafir", - "given_name": "I. S." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0003-1094-6409" + }, + "name": { + "given_name": "I. S.", + "surname": "Trandafir" } }, { - "name": { - "surname": "Trefzger", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany", - "affPubID": "Aff233" + "affPubID": "Aff233", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik und Astronomie Julius-Maximilians-Universit\u00e4t W\u00fcrzburg W\u00fcrzburg Germany" } ], "attrib": { "orcid": "0000-0002-9820-1729" + }, + "name": { + "given_name": "T.", + "surname": "Trefzger" } }, { - "name": { - "surname": "Tricoli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-8224-6105" + }, + "name": { + "given_name": "A.", + "surname": "Tricoli" } }, { - "name": { - "surname": "Trigger", - "given_name": "I. M." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-6127-5847" + }, + "name": { + "given_name": "I. M.", + "surname": "Trigger" } }, { - "name": { - "surname": "Trincaz-Duvoid", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" } ], "attrib": { "orcid": "0000-0001-5913-0828" + }, + "name": { + "given_name": "S.", + "surname": "Trincaz-Duvoid" } }, { - "name": { - "surname": "Trischuk", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0001-6204-4445" + }, + "name": { + "given_name": "D. A.", + "surname": "Trischuk" } }, { - "name": { - "surname": "Trocm\u00e9", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "LPSC, Universit\u00e9 Grenoble Alpes, CNRS/IN2P3, Grenoble INP Grenoble France" } ], "attrib": { "orcid": "0000-0001-9500-2487" + }, + "name": { + "given_name": "B.", + "surname": "Trocm\u00e9" } }, { - "name": { - "surname": "Trofymov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0001-7688-5165" + }, + "name": { + "given_name": "A.", + "surname": "Trofymov" } }, { - "name": { - "surname": "Troncon", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0002-7997-8524" + }, + "name": { + "given_name": "C.", + "surname": "Troncon" } }, { - "name": { - "surname": "Truong", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Department of Mechanical Engineering Science University of Johannesburg Johannesburg South Africa" } ], "attrib": { "orcid": "0000-0001-8249-7150" + }, + "name": { + "given_name": "L.", + "surname": "Truong" } }, { - "name": { - "surname": "Trzebinski", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0002-5151-7101" + }, + "name": { + "given_name": "M.", + "surname": "Trzebinski" } }, { - "name": { - "surname": "Trzupek", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-6938-5867" + }, + "name": { + "given_name": "A.", + "surname": "Trzupek" } }, { - "name": { - "surname": "Tsai", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-7878-6435" + }, + "name": { + "given_name": "F.", + "surname": "Tsai" } }, { - "name": { - "surname": "Tsai", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-4728-9150" + }, + "name": { + "given_name": "M.", + "surname": "Tsai" } }, { - "name": { - "surname": "Tsiamis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0002-8761-4632" + }, + "name": { + "given_name": "A.", + "surname": "Tsiamis" } }, { - "name": { - "surname": "Tsiareshka", - "given_name": "P. V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } - ] + ], + "name": { + "given_name": "P. V.", + "surname": "Tsiareshka" + } }, { - "name": { - "surname": "Tsigaridas", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-6393-2302" + }, + "name": { + "given_name": "S.", + "surname": "Tsigaridas" } }, { - "name": { - "surname": "Tsirigotis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Hellenic Open University Patras Greece", - "affPubID": "Aff260" + "affPubID": "Aff260", + "affPubRaw": "Hellenic Open University Patras Greece" } ], "attrib": { "orcid": "0000-0002-6632-0440" + }, + "name": { + "given_name": "A.", + "surname": "Tsirigotis" } }, { - "name": { - "surname": "Tsiskaridze", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0002-2119-8875" + }, + "name": { + "given_name": "V.", + "surname": "Tsiskaridze" } }, { - "name": { - "surname": "Tskhadadze", - "given_name": "E. G." - }, "affiliation": [ { - "affPubRaw": "E. Andronikashvili Institute of Physics Iv. Javakhishvili Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "E. Andronikashvili Institute of Physics Iv. Javakhishvili Tbilisi State University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "E. G.", + "surname": "Tskhadadze" + } }, { - "name": { - "surname": "Tsopoulou", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0002-9104-2884" + }, + "name": { + "given_name": "M.", + "surname": "Tsopoulou" } }, { - "name": { - "surname": "Tsujikawa", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "Faculty of Science Kyoto University Kyoto Japan" } ], "attrib": { "orcid": "0000-0002-8784-5684" + }, + "name": { + "given_name": "Y.", + "surname": "Tsujikawa" } }, { - "name": { - "surname": "Tsukerman", - "given_name": "I. I." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8965-6676" + }, + "name": { + "given_name": "I. I.", + "surname": "Tsukerman" } }, { - "name": { - "surname": "Tsulaia", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-8157-6711" + }, + "name": { + "given_name": "V.", + "surname": "Tsulaia" } }, { - "name": { - "surname": "Tsuno", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "KEK, High Energy Accelerator Research Organization Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-2055-4364" + }, + "name": { + "given_name": "S.", + "surname": "Tsuno" } }, { - "name": { - "surname": "Tsur", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "Department of Physics, Technion Israel Institute of Technology Haifa Israel" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Tsur" + } }, { - "name": { - "surname": "Tsybychev", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "Departments of Physics and Astronomy Stony Brook University Stony Brook NY USA" } ], "attrib": { "orcid": "0000-0001-8212-6894" + }, + "name": { + "given_name": "D.", + "surname": "Tsybychev" } }, { - "name": { - "surname": "Tu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Department of Physics University of Hong Kong Hong Kong China" } ], "attrib": { "orcid": "0000-0002-5865-183X" + }, + "name": { + "given_name": "Y.", + "surname": "Tu" } }, { - "name": { - "surname": "Tudorache", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0001-6307-1437" + }, + "name": { + "given_name": "A.", + "surname": "Tudorache" } }, { - "name": { - "surname": "Tudorache", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0001-5384-3843" + }, + "name": { + "given_name": "V.", + "surname": "Tudorache" } }, { - "name": { - "surname": "Tuna", - "given_name": "A. N." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7672-7754" + }, + "name": { + "given_name": "A. N.", + "surname": "Tuna" } }, { - "name": { - "surname": "Turchikhin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6506-3123" + }, + "name": { + "given_name": "S.", + "surname": "Turchikhin" } }, { - "name": { - "surname": "Turk Cakir", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Department of Physics Ankara University Ankara T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-0726-5648" + }, + "name": { + "given_name": "I.", + "surname": "Turk Cakir" } }, { - "name": { - "surname": "Turra", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Milano Milan Italy", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "INFN Sezione di Milano Milan Italy" } ], "attrib": { "orcid": "0000-0001-8740-796X" + }, + "name": { + "given_name": "R.", + "surname": "Turra" } }, { - "name": { - "surname": "Turtuvshin", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" }, { - "affPubRaw": "Institute of Physics and Technology Ulaanbaatar Mongolia", - "affPubID": "Aff265" + "affPubID": "Aff265", + "affPubRaw": "Institute of Physics and Technology Ulaanbaatar Mongolia" } ], "attrib": { "orcid": "0000-0001-9471-8627" + }, + "name": { + "given_name": "T.", + "surname": "Turtuvshin" } }, { - "name": { - "surname": "Tuts", - "given_name": "P. M." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0001-6131-5725" + }, + "name": { + "given_name": "P. M.", + "surname": "Tuts" } }, { - "name": { - "surname": "Tzamarias", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0002-8363-1072" + }, + "name": { + "given_name": "S.", + "surname": "Tzamarias" } }, { - "name": { - "surname": "Tzanis", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Physics Department National Technical University of Athens Zografou Greece" } ], "attrib": { "orcid": "0000-0001-6828-1599" + }, + "name": { + "given_name": "P.", + "surname": "Tzanis" } }, { - "name": { - "surname": "Tzovara", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-0410-0055" + }, + "name": { + "given_name": "E.", + "surname": "Tzovara" } }, { - "name": { - "surname": "Uchida", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Uchida" + } }, { - "name": { - "surname": "Ukegawa", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan", - "affPubID": "Aff224" + "affPubID": "Aff224", + "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-9813-7931" + }, + "name": { + "given_name": "F.", + "surname": "Ukegawa" } }, { - "name": { - "surname": "Ulloa Poblete", - "given_name": "P. A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaci\u00f3n Multidisciplinario en Ciencia y Tecnolog\u00eda, y Departamento de F\u00edsica Universidad de La Serena La Serena Chile", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "Instituto de Investigaci\u00f3n Multidisciplinario en Ciencia y Tecnolog\u00eda, y Departamento de F\u00edsica Universidad de La Serena La Serena Chile" } ], "attrib": { "orcid": "0000-0002-0789-7581" + }, + "name": { + "given_name": "P. A.", + "surname": "Ulloa Poblete" } }, { - "name": { - "surname": "Umaka", - "given_name": "E. N." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0001-7725-8227" + }, + "name": { + "given_name": "E. N.", + "surname": "Umaka" } }, { - "name": { - "surname": "Unal", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-8130-7423" + }, + "name": { + "given_name": "G.", + "surname": "Unal" } }, { - "name": { - "surname": "Unal", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0002-1646-0621" + }, + "name": { + "given_name": "M.", + "surname": "Unal" } }, { - "name": { - "surname": "Undrus", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-1384-286X" + }, + "name": { + "given_name": "A.", + "surname": "Undrus" } }, { - "name": { - "surname": "Unel", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0002-3274-6531" + }, + "name": { + "given_name": "G.", + "surname": "Unel" } }, { - "name": { - "surname": "Urban", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Department of Subnuclear Physics Institute of Experimental Physics of the Slovak Academy of Sciences Kosice Slovak Republic" } ], "attrib": { "orcid": "0000-0002-7633-8441" + }, + "name": { + "given_name": "J.", + "surname": "Urban" } }, { - "name": { - "surname": "Urquijo", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "School of Physics University of Melbourne Melbourne VIC Australia" } ], "attrib": { "orcid": "0000-0002-0887-7953" + }, + "name": { + "given_name": "P.", + "surname": "Urquijo" } }, { - "name": { - "surname": "Usai", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0001-5032-7907" + }, + "name": { + "given_name": "G.", + "surname": "Usai" } }, { - "name": { - "surname": "Ushioda", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan", - "affPubID": "Aff220" + "affPubID": "Aff220", + "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-4241-8937" + }, + "name": { + "given_name": "R.", + "surname": "Ushioda" } }, { - "name": { - "surname": "Usman", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Group of Particle Physics University of Montreal Montreal QC Canada" } ], "attrib": { "orcid": "0000-0003-1950-0307" + }, + "name": { + "given_name": "M.", + "surname": "Usman" } }, { - "name": { - "surname": "Uysal", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Engineering Gaziantep University Gaziantep T\u00fcrkiye", - "affPubID": "Aff27" + "affPubID": "Aff27", + "affPubRaw": "Department of Physics Engineering Gaziantep University Gaziantep T\u00fcrkiye" } ], "attrib": { "orcid": "0000-0002-7110-8065" + }, + "name": { + "given_name": "Z.", + "surname": "Uysal" } }, { - "name": { - "surname": "Vacavant", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" } ], "attrib": { "orcid": "0000-0001-8964-0327" + }, + "name": { + "given_name": "L.", + "surname": "Vacavant" } }, { - "name": { - "surname": "Vacek", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-9584-0392" + }, + "name": { + "given_name": "V.", + "surname": "Vacek" } }, { - "name": { - "surname": "Vachon", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0001-8703-6978" + }, + "name": { + "given_name": "B.", + "surname": "Vachon" } }, { - "name": { - "surname": "Vadla", - "given_name": "K. O. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0001-6729-1584" + }, + "name": { + "given_name": "K. O. H.", + "surname": "Vadla" } }, { - "name": { - "surname": "Vafeiadis", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-1492-5007" + }, + "name": { + "given_name": "T.", + "surname": "Vafeiadis" } }, { - "name": { - "surname": "Vaitkus", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-0393-666X" + }, + "name": { + "given_name": "A.", + "surname": "Vaitkus" } }, { - "name": { - "surname": "Valderanis", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0001-9362-8451" + }, + "name": { + "given_name": "C.", + "surname": "Valderanis" } }, { - "name": { - "surname": "Valdes Santurio", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "Department of Physics Stockholm University Stockholm Sweden" }, { - "affPubRaw": "Oskar Klein Centre Stockholm Sweden", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Oskar Klein Centre Stockholm Sweden" } ], "attrib": { "orcid": "0000-0001-9931-2896" + }, + "name": { + "given_name": "E.", + "surname": "Valdes Santurio" } }, { - "name": { - "surname": "Valente", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff222" + "affPubID": "Aff222", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-0486-9569" + }, + "name": { + "given_name": "M.", + "surname": "Valente" } }, { - "name": { - "surname": "Valentinetti", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0003-2044-6539" + }, + "name": { + "given_name": "S.", + "surname": "Valentinetti" } }, { - "name": { - "surname": "Valero", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-9776-5880" + }, + "name": { + "given_name": "A.", + "surname": "Valero" } }, { - "name": { - "surname": "Vallier", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "CPPM, Aix-Marseille Universit\u00e9, CNRS/IN2P3 Marseille France" }, { - "affPubRaw": "L2IT, Universit\u00e9 de Toulouse CNRS/IN2P3,UPS Toulouse France", - "affPubID": "Aff280" + "affPubID": "Aff280", + "affPubRaw": "L2IT, Universit\u00e9 de Toulouse CNRS/IN2P3,UPS Toulouse France" } ], "attrib": { "orcid": "0000-0002-5496-349X" + }, + "name": { + "given_name": "A.", + "surname": "Vallier" } }, { - "name": { - "surname": "Valls Ferrer", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-3953-3117" + }, + "name": { + "given_name": "J. A.", + "surname": "Valls Ferrer" } }, { - "name": { - "surname": "Van Arneman", - "given_name": "D. R." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-3895-8084" + }, + "name": { + "given_name": "D. R.", + "surname": "Van Arneman" } }, { - "name": { - "surname": "Van Daalen", - "given_name": "T. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-2254-125X" + }, + "name": { + "given_name": "T. R.", + "surname": "Van Daalen" } }, { - "name": { - "surname": "Van Gemmeren", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0002-7227-4006" + }, + "name": { + "given_name": "P.", + "surname": "Van Gemmeren" } }, { - "name": { - "surname": "Van Rijnbach", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" }, { - "affPubRaw": "Department of Physics University of Oslo Oslo Norway", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Department of Physics University of Oslo Oslo Norway" } ], "attrib": { "orcid": "0000-0003-3728-5102" + }, + "name": { + "given_name": "M.", + "surname": "Van Rijnbach" } }, { - "name": { - "surname": "Van Stroud", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-7969-0301" + }, + "name": { + "given_name": "S.", + "surname": "Van Stroud" } }, - { - "name": { - "surname": "Van Vulpen", - "given_name": "I." - }, + { "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-7074-5655" + }, + "name": { + "given_name": "I.", + "surname": "Van Vulpen" } }, { - "name": { - "surname": "Vanadia", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "INFN Sezione di Roma Tor Vergata Rome Italy" }, { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Roma Tor Vergata Rome Italy" } ], "attrib": { "orcid": "0000-0003-2684-276X" + }, + "name": { + "given_name": "M.", + "surname": "Vanadia" } }, { - "name": { - "surname": "Vandelli", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-6581-9410" + }, + "name": { + "given_name": "W.", + "surname": "Vandelli" } }, { - "name": { - "surname": "Vandenbroucke", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0001-9055-4020" + }, + "name": { + "given_name": "M.", + "surname": "Vandenbroucke" } }, { - "name": { - "surname": "Vandewall", - "given_name": "E. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Department of Physics Oklahoma State University Stillwater OK USA" } ], "attrib": { "orcid": "0000-0003-3453-6156" + }, + "name": { + "given_name": "E. R.", + "surname": "Vandewall" } }, { - "name": { - "surname": "Vannicola", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel", - "affPubID": "Aff217" + "affPubID": "Aff217", + "affPubRaw": "Raymond and Beverly Sackler School of Physics and Astronomy Tel Aviv University Tel Aviv Israel" } ], "attrib": { "orcid": "0000-0001-6814-4674" + }, + "name": { + "given_name": "D.", + "surname": "Vannicola" } }, { - "name": { - "surname": "Vannoli", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Dipartimento di Fisica Universit\u00e0 di Genova Genoa Italy" }, { - "affPubRaw": "INFN Sezione di Genova Genoa Italy", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Genova Genoa Italy" } ], "attrib": { "orcid": "0000-0002-9866-6040" + }, + "name": { + "given_name": "L.", + "surname": "Vannoli" } }, { - "name": { - "surname": "Vari", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-2814-1337" + }, + "name": { + "given_name": "R.", + "surname": "Vari" } }, { - "name": { - "surname": "Varnes", - "given_name": "E. W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0001-7820-9144" + }, + "name": { + "given_name": "E. W.", + "surname": "Varnes" } }, { - "name": { - "surname": "Varni", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0001-6733-4310" + }, + "name": { + "given_name": "C.", + "surname": "Varni" } }, { - "name": { - "surname": "Varol", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan" } ], "attrib": { "orcid": "0000-0002-0697-5808" + }, + "name": { + "given_name": "T.", + "surname": "Varol" } }, { - "name": { - "surname": "Varouchas", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-0734-4442" + }, + "name": { + "given_name": "D.", + "surname": "Varouchas" } }, { - "name": { - "surname": "Varriale", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0003-4375-5190" + }, + "name": { + "given_name": "L.", + "surname": "Varriale" } }, { - "name": { - "surname": "Varvell", - "given_name": "K. E." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Sydney Sydney Australia", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "School of Physics University of Sydney Sydney Australia" } ], "attrib": { "orcid": "0000-0003-1017-1295" + }, + "name": { + "given_name": "K. E.", + "surname": "Varvell" } }, { - "name": { - "surname": "Vasile", - "given_name": "M. E." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0001-8415-0759" + }, + "name": { + "given_name": "M. E.", + "surname": "Vasile" } }, { - "name": { - "surname": "Vaslin", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Vaslin" + } }, { - "name": { - "surname": "Vasquez", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada", - "affPubID": "Aff232" + "affPubID": "Aff232", + "affPubRaw": "Department of Physics and Astronomy University of Victoria Victoria BC Canada" } ], "attrib": { "orcid": "0000-0002-3285-7004" + }, + "name": { + "given_name": "G. A.", + "surname": "Vasquez" } }, { - "name": { - "surname": "Vazeille", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "LPC, Universit\u00e9 Clermont Auvergne, CNRS/IN2P3 Clermont-Ferrand France" } ], "attrib": { "orcid": "0000-0003-1631-2714" + }, + "name": { + "given_name": "F.", + "surname": "Vazeille" } }, { - "name": { - "surname": "Vazquez Schroeder", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9780-099X" + }, + "name": { + "given_name": "T.", + "surname": "Vazquez Schroeder" } }, { - "name": { - "surname": "Veatch", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "California State University CA USA", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "California State University CA USA" } ], "attrib": { "orcid": "0000-0003-0855-0958" + }, + "name": { + "given_name": "J.", + "surname": "Veatch" } }, { - "name": { - "surname": "Vecchio", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-1351-6757" + }, + "name": { + "given_name": "V.", + "surname": "Vecchio" } }, { - "name": { - "surname": "Veen", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-5284-2451" + }, + "name": { + "given_name": "M. J.", + "surname": "Veen" } }, { - "name": { - "surname": "Veliscek", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0003-2432-3309" + }, + "name": { + "given_name": "I.", + "surname": "Veliscek" } }, { - "name": { - "surname": "Veloce", - "given_name": "L. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada", - "affPubID": "Aff221" + "affPubID": "Aff221", + "affPubRaw": "Department of Physics University of Toronto Toronto ON Canada" } ], "attrib": { "orcid": "0000-0003-1827-2955" + }, + "name": { + "given_name": "L. M.", + "surname": "Veloce" } }, { - "name": { - "surname": "Veloso", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal" } ], "attrib": { "orcid": "0000-0002-5956-4244" + }, + "name": { + "given_name": "F.", + "surname": "Veloso" } }, { - "name": { - "surname": "Veneziano", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Roma Rome Italy", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "INFN Sezione di Roma Rome Italy" } ], "attrib": { "orcid": "0000-0002-2598-2659" + }, + "name": { + "given_name": "S.", + "surname": "Veneziano" } }, { - "name": { - "surname": "Ventura", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Lecce Lecce Italy", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "INFN Sezione di Lecce Lecce Italy" }, { - "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Dipartimento di Matematica e Fisica Universit\u00e0 del Salento Lecce Italy" } ], "attrib": { "orcid": "0000-0002-3368-3413" + }, + "name": { + "given_name": "A.", + "surname": "Ventura" } }, { - "name": { - "surname": "Verbytskyi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-3713-8033" + }, + "name": { + "given_name": "A.", + "surname": "Verbytskyi" } }, { - "name": { - "surname": "Verducci", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "INFN Sezione di Pisa Pisa Italy", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" }, { - "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Dipartimento di Fisica E. Fermi Universit\u00e0 di Pisa Pisa Italy" } ], "attrib": { "orcid": "0000-0001-8209-4757" + }, + "name": { + "given_name": "M.", + "surname": "Verducci" } }, { - "name": { - "surname": "Vergis", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0002-3228-6715" + }, + "name": { + "given_name": "C.", + "surname": "Vergis" } }, { - "name": { - "surname": "Verissimo De Araujo", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Universidade Federal do Rio De Janeiro COPPE/EE/IF Rio de Janeiro Brazil" } ], "attrib": { "orcid": "0000-0001-8060-2228" + }, + "name": { + "given_name": "M.", + "surname": "Verissimo De Araujo" } }, { - "name": { - "surname": "Verkerke", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-5468-2025" + }, + "name": { + "given_name": "W.", + "surname": "Verkerke" } }, { - "name": { - "surname": "Vermeulen", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0003-4378-5736" + }, + "name": { + "given_name": "J. C.", + "surname": "Vermeulen" } }, { - "name": { - "surname": "Vernieri", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-0235-1053" + }, + "name": { + "given_name": "C.", + "surname": "Vernieri" } }, { - "name": { - "surname": "Verschuuren", - "given_name": "P. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Department of Physics Royal Holloway University of London Egham UK" } ], "attrib": { "orcid": "0000-0002-4233-7563" + }, + "name": { + "given_name": "P. J.", + "surname": "Verschuuren" } }, { - "name": { - "surname": "Vessella", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0001-8669-9139" + }, + "name": { + "given_name": "M.", + "surname": "Vessella" } }, { - "name": { - "surname": "Vetterli", - "given_name": "M. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Department of Physics Simon Fraser University Burnaby BC Canada" }, { - "affPubRaw": "TRIUMF Vancouver BC Canada", - "affPubID": "Aff271" + "affPubID": "Aff271", + "affPubRaw": "TRIUMF Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0002-7223-2965" + }, + "name": { + "given_name": "M. C.", + "surname": "Vetterli" } }, { - "name": { - "surname": "Vgenopoulos", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece", - "affPubID": "Aff218" + "affPubID": "Aff218", + "affPubRaw": "Department of Physics Aristotle University of Thessaloniki Thessaloniki Greece" }, { - "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece", - "affPubID": "Aff245" + "affPubID": "Aff245", + "affPubRaw": "Center for Interdisciplinary Research and Innovation (CIRI-AUTH) Thessaloniki Greece" } ], "attrib": { "orcid": "0000-0002-7011-9432" + }, + "name": { + "given_name": "A.", + "surname": "Vgenopoulos" } }, { - "name": { - "surname": "Viaux Maira", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Departamento de F\u00edsica Universidad T\u00e9cnica Federico Santa Mar\u00eda Valpara\u00edso Chile" } ], "attrib": { "orcid": "0000-0002-5102-9140" + }, + "name": { + "given_name": "N.", + "surname": "Viaux Maira" } }, { - "name": { - "surname": "Vickey", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-1596-2611" + }, + "name": { + "given_name": "T.", + "surname": "Vickey" } }, { - "name": { - "surname": "Vickey Boeriu", - "given_name": "O. E." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0002-6497-6809" + }, + "name": { + "given_name": "O. E.", + "surname": "Vickey Boeriu" } }, { - "name": { - "surname": "Viehhauser", - "given_name": "G. H. A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-0237-292X" + }, + "name": { + "given_name": "G. H. A.", + "surname": "Viehhauser" } }, { - "name": { - "surname": "Vigani", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-6270-9176" + }, + "name": { + "given_name": "L.", + "surname": "Vigani" } }, { - "name": { - "surname": "Villa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-9181-8048" + }, + "name": { + "given_name": "M.", + "surname": "Villa" } }, { - "name": { - "surname": "Villaplana Perez", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0002-0048-4602" + }, + "name": { + "given_name": "M.", + "surname": "Villaplana Perez" } }, { - "name": { - "surname": "Villhauer", - "given_name": "E. M." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } - ] + ], + "name": { + "given_name": "E. M.", + "surname": "Villhauer" + } }, { - "name": { - "surname": "Vilucchi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "INFN e Laboratori Nazionali di Frascati Frascati Italy" } ], "attrib": { "orcid": "0000-0002-4839-6281" + }, + "name": { + "given_name": "E.", + "surname": "Vilucchi" } }, { - "name": { - "surname": "Vincter", - "given_name": "M. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-5338-8972" + }, + "name": { + "given_name": "M. G.", + "surname": "Vincter" } }, { - "name": { - "surname": "Virdee", - "given_name": "G. S." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-6779-5595" + }, + "name": { + "given_name": "G. S.", + "surname": "Virdee" } }, { - "name": { - "surname": "Vishwakarma", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0001-8832-0313" + }, + "name": { + "given_name": "A.", + "surname": "Vishwakarma" } }, { - "name": { - "surname": "Vittori", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0001-9156-970X" + }, + "name": { + "given_name": "C.", + "surname": "Vittori" } }, { - "name": { - "surname": "Vivarelli", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } ], "attrib": { "orcid": "0000-0003-0097-123X" + }, + "name": { + "given_name": "I.", + "surname": "Vivarelli" } }, { - "name": { - "surname": "Vladimirov", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Warwick Coventry UK", - "affPubID": "Aff234" + "affPubID": "Aff234", + "affPubRaw": "Department of Physics University of Warwick Coventry UK" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Vladimirov" + } }, { - "name": { - "surname": "Voevodina", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0003-2987-3772" + }, + "name": { + "given_name": "E.", + "surname": "Voevodina" } }, { - "name": { - "surname": "Vogel", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0001-8891-8606" + }, + "name": { + "given_name": "F.", + "surname": "Vogel" } }, { - "name": { - "surname": "Vokac", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-3429-4778" + }, + "name": { + "given_name": "P.", + "surname": "Vokac" } }, { - "name": { - "surname": "Von Ahnen", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0003-4032-0079" + }, + "name": { + "given_name": "J.", + "surname": "Von Ahnen" } }, { - "name": { - "surname": "Von Toerne", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-8899-4027" + }, + "name": { + "given_name": "E.", + "surname": "Von Toerne" } }, { - "name": { - "surname": "Vormwald", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2607-7287" + }, + "name": { + "given_name": "B.", + "surname": "Vormwald" } }, { - "name": { - "surname": "Vorobel", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Faculty of Mathematics and Physics Charles University Prague Czech Republic" } ], "attrib": { "orcid": "0000-0001-8757-2180" + }, + "name": { + "given_name": "V.", + "surname": "Vorobel" } }, { - "name": { - "surname": "Vorobev", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-7110-8516" + }, + "name": { + "given_name": "K.", + "surname": "Vorobev" } }, { - "name": { - "surname": "Vos", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain", - "affPubID": "Aff230" + "affPubID": "Aff230", + "affPubRaw": "Instituto de F\u00edsica Corpuscular (IFIC) Centro Mixto Universidad de Valencia-CSIC Valencia Spain" } ], "attrib": { "orcid": "0000-0001-8474-5357" + }, + "name": { + "given_name": "M.", + "surname": "Vos" } }, { - "name": { - "surname": "Voss", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-4157-0996" + }, + "name": { + "given_name": "K.", + "surname": "Voss" } }, { - "name": { - "surname": "Vossebeld", - "given_name": "J. H." - }, "affiliation": [ { - "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "Oliver Lodge Laboratory University of Liverpool Liverpool UK" } ], "attrib": { "orcid": "0000-0001-8178-8503" + }, + "name": { + "given_name": "J. H.", + "surname": "Vossebeld" } }, { - "name": { - "surname": "Vozak", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0002-7561-204X" + }, + "name": { + "given_name": "M.", + "surname": "Vozak" } }, { - "name": { - "surname": "Vozdecky", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0003-2541-4827" + }, + "name": { + "given_name": "L.", + "surname": "Vozdecky" } }, { - "name": { - "surname": "Vranjes", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } ], "attrib": { "orcid": "0000-0001-5415-5225" + }, + "name": { + "given_name": "N.", + "surname": "Vranjes" } }, { - "name": { - "surname": "Vranjes Milosavljevic", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } ], "attrib": { "orcid": "0000-0003-4477-9733" + }, + "name": { + "given_name": "M.", + "surname": "Vranjes Milosavljevic" } }, { - "name": { - "surname": "Vreeswijk", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and University of Amsterdam Amsterdam The Netherlands" } ], "attrib": { "orcid": "0000-0001-8083-0001" + }, + "name": { + "given_name": "M.", + "surname": "Vreeswijk" } }, { - "name": { - "surname": "Vuillermet", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-3208-9209" + }, + "name": { + "given_name": "R.", + "surname": "Vuillermet" } }, { - "name": { - "surname": "Vujinovic", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0003-3473-7038" + }, + "name": { + "given_name": "O.", + "surname": "Vujinovic" } }, { - "name": { - "surname": "Vukotic", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Enrico Fermi Institute University of Chicago Chicago IL USA" } ], "attrib": { "orcid": "0000-0003-0472-3516" + }, + "name": { + "given_name": "I.", + "surname": "Vukotic" } }, { - "name": { - "surname": "Wada", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan", - "affPubID": "Aff224" + "affPubID": "Aff224", + "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-8600-9799" + }, + "name": { + "given_name": "S.", + "surname": "Wada" } }, { - "name": { - "surname": "Wagner", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Wagner" + } }, { - "name": { - "surname": "Wagner", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-9198-5911" + }, + "name": { + "given_name": "W.", + "surname": "Wagner" } }, { - "name": { - "surname": "Wahdan", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0002-6324-8551" + }, + "name": { + "given_name": "S.", + "surname": "Wahdan" } }, { - "name": { - "surname": "Wahlberg", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Instituto de F\u00edsica La Plata Universidad Nacional de La Plata and CONICET La Plata Argentina" } ], "attrib": { "orcid": "0000-0003-0616-7330" + }, + "name": { + "given_name": "H.", + "surname": "Wahlberg" } }, { - "name": { - "surname": "Wakasa", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan", - "affPubID": "Aff224" + "affPubID": "Aff224", + "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan" } ], "attrib": { "orcid": "0000-0002-8438-7753" + }, + "name": { + "given_name": "R.", + "surname": "Wakasa" } }, { - "name": { - "surname": "Wakida", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Graduate School of Science and Kobayashi-Maskawa Institute Nagoya University Nagoya Japan" } ], "attrib": { "orcid": "0000-0002-5808-6228" + }, + "name": { + "given_name": "M.", + "surname": "Wakida" } }, { - "name": { - "surname": "Walbrecht", - "given_name": "V. M." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } ], "attrib": { "orcid": "0000-0002-7385-6139" + }, + "name": { + "given_name": "V. M.", + "surname": "Walbrecht" } }, { - "name": { - "surname": "Walder", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0002-9039-8758" + }, + "name": { + "given_name": "J.", + "surname": "Walder" } }, { - "name": { - "surname": "Walker", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Fakult\u00e4t f\u00fcr Physik Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen Munich Germany" } ], "attrib": { "orcid": "0000-0001-8535-4809" + }, + "name": { + "given_name": "R.", + "surname": "Walker" } }, { - "name": { - "surname": "Walkowiak", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-0385-3784" + }, + "name": { + "given_name": "W.", + "surname": "Walkowiak" } }, { - "name": { - "surname": "Wang", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0001-8972-3026" + }, + "name": { + "given_name": "A. M.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "A. Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0003-2482-711X" + }, + "name": { + "given_name": "A. Z.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-9116-055X" + }, + "name": { + "given_name": "C.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0002-8487-8480" + }, + "name": { + "given_name": "C.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-3952-8139" + }, + "name": { + "given_name": "H.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0002-5246-5497" + }, + "name": { + "given_name": "J.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "R.-J." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-5059-8456" + }, + "name": { + "given_name": "R.-J.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0001-9839-608X" + }, + "name": { + "given_name": "R.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0001-8530-6487" + }, + "name": { + "given_name": "R.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "S. M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "Institute of Physics Academia Sinica Taipei Taiwan" } ], "attrib": { "orcid": "0000-0002-5821-4875" + }, + "name": { + "given_name": "S. M.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0001-6681-8014" + }, + "name": { + "given_name": "S.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-1152-2221" + }, + "name": { + "given_name": "T.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "W. T." - }, "affiliation": [ { - "affPubRaw": "University of Iowa Iowa City IA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "University of Iowa Iowa City IA USA" } ], "attrib": { "orcid": "0000-0002-7184-9891" + }, + "name": { + "given_name": "W. T.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-6229-1945" + }, + "name": { + "given_name": "X.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0002-2411-7399" + }, + "name": { + "given_name": "X.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0001-5173-2234" + }, + "name": { + "given_name": "X.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0003-2693-3442" + }, + "name": { + "given_name": "Y.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0003-4693-5365" + }, + "name": { + "given_name": "Y.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-0928-2070" + }, + "name": { + "given_name": "Z.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" }, { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0002-9862-3091" + }, + "name": { + "given_name": "Z.", + "surname": "Wang" } }, { - "name": { - "surname": "Wang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0003-0756-0206" + }, + "name": { + "given_name": "Z.", + "surname": "Wang" } }, { - "name": { - "surname": "Warburton", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics McGill University Montreal QC Canada", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Department of Physics McGill University Montreal QC Canada" } ], "attrib": { "orcid": "0000-0002-2298-7315" + }, + "name": { + "given_name": "A.", + "surname": "Warburton" } }, { - "name": { - "surname": "Ward", - "given_name": "R. J." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-5530-9919" + }, + "name": { + "given_name": "R. J.", + "surname": "Ward" } }, { - "name": { - "surname": "Warrack", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-8268-8325" + }, + "name": { + "given_name": "N.", + "surname": "Warrack" } }, { - "name": { - "surname": "Watson", - "given_name": "A. T." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0001-7052-7973" + }, + "name": { + "given_name": "A. T.", + "surname": "Watson" } }, { - "name": { - "surname": "Watson", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0003-3704-5782" + }, + "name": { + "given_name": "H.", + "surname": "Watson" } }, { - "name": { - "surname": "Watson", - "given_name": "M. F." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "School of Physics and Astronomy University of Birmingham Birmingham UK" } ], "attrib": { "orcid": "0000-0002-9724-2684" + }, + "name": { + "given_name": "M. F.", + "surname": "Watson" } }, { - "name": { - "surname": "Watts", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-0753-7308" + }, + "name": { + "given_name": "G.", + "surname": "Watts" } }, { - "name": { - "surname": "Waugh", - "given_name": "B. M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0003-0872-8920" + }, + "name": { + "given_name": "B. M.", + "surname": "Waugh" } }, { - "name": { - "surname": "Webb", - "given_name": "A. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Department of Physics University of Texas at Austin Austin TX USA" } ], "attrib": { "orcid": "0000-0002-6700-7608" + }, + "name": { + "given_name": "A. F.", + "surname": "Webb" } }, { - "name": { - "surname": "Weber", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-8659-5767" + }, + "name": { + "given_name": "C.", + "surname": "Weber" } }, { - "name": { - "surname": "Weber", - "given_name": "H. A." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "Institut f\u00fcr Physik Humboldt Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-5074-0539" + }, + "name": { + "given_name": "H. A.", + "surname": "Weber" } }, { - "name": { - "surname": "Weber", - "given_name": "M. S." - }, "affiliation": [ { - "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "Albert Einstein Center for Fundamental Physics and Laboratory for High Energy Physics University of Bern Bern Switzerland" } ], "attrib": { "orcid": "0000-0002-2770-9031" + }, + "name": { + "given_name": "M. S.", + "surname": "Weber" } }, { - "name": { - "surname": "Weber", - "given_name": "S. M." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-2841-1616" + }, + "name": { + "given_name": "S. M.", + "surname": "Weber" } }, { - "name": { - "surname": "Wei", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Wei" + } }, { - "name": { - "surname": "Wei", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-9725-2316" + }, + "name": { + "given_name": "Y.", + "surname": "Wei" } }, { - "name": { - "surname": "Weidberg", - "given_name": "A. R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-5158-307X" + }, + "name": { + "given_name": "A. R.", + "surname": "Weidberg" } }, { - "name": { - "surname": "Weingarten", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0003-2165-871X" + }, + "name": { + "given_name": "J.", + "surname": "Weingarten" } }, { - "name": { - "surname": "Weirich", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Institut f\u00fcr Physik Universit\u00e4t Mainz Mainz Germany" } ], "attrib": { "orcid": "0000-0002-5129-872X" + }, + "name": { + "given_name": "M.", + "surname": "Weirich" } }, { - "name": { - "surname": "Weiser", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-6456-6834" + }, + "name": { + "given_name": "C.", + "surname": "Weiser" } }, { - "name": { - "surname": "Wells", - "given_name": "C. J." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-5450-2511" + }, + "name": { + "given_name": "C. J.", + "surname": "Wells" } }, { - "name": { - "surname": "Wenaus", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-8678-893X" + }, + "name": { + "given_name": "T.", + "surname": "Wenaus" } }, { - "name": { - "surname": "Wendland", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0003-1623-3899" + }, + "name": { + "given_name": "B.", + "surname": "Wendland" } }, { - "name": { - "surname": "Wengler", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4375-5265" + }, + "name": { + "given_name": "T.", + "surname": "Wengler" } }, { - "name": { - "surname": "Wenke", - "given_name": "N. S." - }, "affiliation": [ { - "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Max-Planck-Institut f\u00fcr Physik (Werner-Heisenberg-Institut) Munich Germany" } - ] + ], + "name": { + "given_name": "N. S.", + "surname": "Wenke" + } }, { - "name": { - "surname": "Wermes", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "Physikalisches Institut Universit\u00e4t Bonn Bonn Germany" } ], "attrib": { "orcid": "0000-0001-9971-0077" + }, + "name": { + "given_name": "N.", + "surname": "Wermes" } }, { - "name": { - "surname": "Wessels", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-8192-8999" + }, + "name": { + "given_name": "M.", + "surname": "Wessels" } }, { - "name": { - "surname": "Whalen", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0002-9383-8763" + }, + "name": { + "given_name": "K.", + "surname": "Whalen" } }, { - "name": { - "surname": "Wharton", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-9507-1869" + }, + "name": { + "given_name": "A. M.", + "surname": "Wharton" } }, { - "name": { - "surname": "White", - "given_name": "A. S." - }, "affiliation": [ { - "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Laboratory for Particle Physics and Cosmology Harvard University Cambridge MA USA" } ], "attrib": { "orcid": "0000-0003-0714-1466" + }, + "name": { + "given_name": "A. S.", + "surname": "White" } }, { - "name": { - "surname": "White", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Department of Physics University of Texas at Arlington Arlington TX USA" } ], "attrib": { "orcid": "0000-0001-8315-9778" + }, + "name": { + "given_name": "A.", + "surname": "White" } }, { - "name": { - "surname": "White", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Physics University of Adelaide Adelaide Australia" } ], "attrib": { "orcid": "0000-0001-5474-4580" + }, + "name": { + "given_name": "M. J.", + "surname": "White" } }, { - "name": { - "surname": "Whiteson", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } ], "attrib": { "orcid": "0000-0002-2005-3113" + }, + "name": { + "given_name": "D.", + "surname": "Whiteson" } }, { - "name": { - "surname": "Wickremasinghe", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Osaka University Osaka Japan", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Graduate School of Science Osaka University Osaka Japan" } ], "attrib": { "orcid": "0000-0002-2711-4820" + }, + "name": { + "given_name": "L.", + "surname": "Wickremasinghe" } }, { - "name": { - "surname": "Wiedenmann", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0003-3605-3633" + }, + "name": { + "given_name": "W.", + "surname": "Wiedenmann" } }, { - "name": { - "surname": "Wiel", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "Institut f\u00fcr Kern-und Teilchenphysik Technische Universit\u00e4t Dresden Dresden Germany" } ], "attrib": { "orcid": "0000-0003-1995-9185" + }, + "name": { + "given_name": "C.", + "surname": "Wiel" } }, { - "name": { - "surname": "Wielers", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "Particle Physics Department Rutherford Appleton Laboratory Didcot UK" } ], "attrib": { "orcid": "0000-0001-9232-4827" + }, + "name": { + "given_name": "M.", + "surname": "Wielers" } }, { - "name": { - "surname": "Wiglesworth", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0001-6219-8946" + }, + "name": { + "given_name": "C.", + "surname": "Wiglesworth" } }, { - "name": { - "surname": "Wiik-Fuchs", - "given_name": "L. A. M." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-5035-8102" + }, + "name": { + "given_name": "L. A. M.", + "surname": "Wiik-Fuchs" } }, { - "name": { - "surname": "Wilbern", - "given_name": "D. J." - }, "affiliation": [ { - "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Homer L. Dodge Department of Physics and Astronomy University of Oklahoma Norman OK USA" } - ] + ], + "name": { + "given_name": "D. J.", + "surname": "Wilbern" + } }, { - "name": { - "surname": "Wilkens", - "given_name": "H. G." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-8483-9502" + }, + "name": { + "given_name": "H. G.", + "surname": "Wilkens" } }, { - "name": { - "surname": "Williams", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-5646-1856" + }, + "name": { + "given_name": "D. M.", + "surname": "Williams" } }, { - "name": { - "surname": "Williams", - "given_name": "H. H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "H. H.", + "surname": "Williams" + } }, { - "name": { - "surname": "Williams", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Cavendish Laboratory University of Cambridge Cambridge UK" } ], "attrib": { "orcid": "0000-0001-6174-401X" + }, + "name": { + "given_name": "S.", + "surname": "Williams" } }, { - "name": { - "surname": "Willocq", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Department of Physics University of Massachusetts Amherst MA USA" } ], "attrib": { "orcid": "0000-0002-4120-1453" + }, + "name": { + "given_name": "S.", + "surname": "Willocq" } }, { - "name": { - "surname": "Windischhofer", - "given_name": "P. J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0001-5038-1399" + }, + "name": { + "given_name": "P. J.", + "surname": "Windischhofer" } }, { - "name": { - "surname": "Winklmeier", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "Institute for Fundamental Science University of Oregon Eugene OR USA" } ], "attrib": { "orcid": "0000-0001-8290-3200" + }, + "name": { + "given_name": "F.", + "surname": "Winklmeier" } }, { - "name": { - "surname": "Winter", - "given_name": "B. T." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-9606-7688" + }, + "name": { + "given_name": "B. T.", + "surname": "Winter" } }, { - "name": { - "surname": "Winter", - "given_name": "J. K." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0002-6166-6979" + }, + "name": { + "given_name": "J. K.", + "surname": "Winter" } }, { - "name": { - "surname": "Wittgen", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Wittgen" + } }, { - "name": { - "surname": "Wobisch", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Louisiana Tech University Ruston LA USA", - "affPubID": "Aff149" + "affPubID": "Aff149", + "affPubRaw": "Louisiana Tech University Ruston LA USA" } ], "attrib": { "orcid": "0000-0002-0688-3380" + }, + "name": { + "given_name": "M.", + "surname": "Wobisch" } }, { - "name": { - "surname": "W\u00f6lker", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-7402-369X" + }, + "name": { + "given_name": "R.", + "surname": "W\u00f6lker" } }, { - "name": { - "surname": "Wollrath", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA", - "affPubID": "Aff227" + "affPubID": "Aff227", + "affPubRaw": "Department of Physics and Astronomy University of California Irvine Irvine CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Wollrath" + } }, { - "name": { - "surname": "Wolter", - "given_name": "M. W." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-9184-2921" + }, + "name": { + "given_name": "M. W.", + "surname": "Wolter" } }, { - "name": { - "surname": "Wolters", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas-LIP Lisbon Portugal" }, { - "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "Departamento de F\u00edsica Universidade de Coimbra Coimbra Portugal" } ], "attrib": { "orcid": "0000-0002-9588-1773" + }, + "name": { + "given_name": "H.", + "surname": "Wolters" } }, { - "name": { - "surname": "Wong", - "given_name": "V. W. S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada", - "affPubID": "Aff231" + "affPubID": "Aff231", + "affPubRaw": "Department of Physics University of British Columbia Vancouver BC Canada" } ], "attrib": { "orcid": "0000-0001-5975-8164" + }, + "name": { + "given_name": "V. W. S.", + "surname": "Wong" } }, { - "name": { - "surname": "Wongel", - "given_name": "A. F." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-6620-6277" + }, + "name": { + "given_name": "A. F.", + "surname": "Wongel" } }, { - "name": { - "surname": "Worm", - "given_name": "S. D." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0002-3865-4996" + }, + "name": { + "given_name": "S. D.", + "surname": "Worm" } }, { - "name": { - "surname": "Wosiek", - "given_name": "B. K." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-4273-6334" + }, + "name": { + "given_name": "B. K.", + "surname": "Wosiek" } }, { - "name": { - "surname": "Wo\u017aniak", - "given_name": "K. W." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0003-1171-0887" + }, + "name": { + "given_name": "K. W.", + "surname": "Wo\u017aniak" } }, { - "name": { - "surname": "Wraight", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Glasgow Glasgow UK" } ], "attrib": { "orcid": "0000-0002-3298-4900" + }, + "name": { + "given_name": "K.", + "surname": "Wraight" } }, { - "name": { - "surname": "Wu", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-3173-0802" + }, + "name": { + "given_name": "J.", + "surname": "Wu" } }, { - "name": { - "surname": "Wu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Department of Physics Chinese University of Hong Kong Shatin, N.T. Hong Kong China" } ], "attrib": { "orcid": "0000-0001-5283-4080" + }, + "name": { + "given_name": "M.", + "surname": "Wu" } }, { - "name": { - "surname": "Wu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Institute for Mathematics, Astrophysics and Particle Physics Radboud University/Nikhef Nijmegen The Netherlands" } ], "attrib": { "orcid": "0000-0002-5252-2375" + }, + "name": { + "given_name": "M.", + "surname": "Wu" } }, { - "name": { - "surname": "Wu", - "given_name": "S. L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0001-5866-1504" + }, + "name": { + "given_name": "S. L.", + "surname": "Wu" } }, { - "name": { - "surname": "Wu", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0001-7655-389X" + }, + "name": { + "given_name": "X.", + "surname": "Wu" } }, { - "name": { - "surname": "Wu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-1528-4865" + }, + "name": { + "given_name": "Y.", + "surname": "Wu" } }, { - "name": { - "surname": "Wu", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" }, { - "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" } ], "attrib": { "orcid": "0000-0002-5392-902X" + }, + "name": { + "given_name": "Z.", + "surname": "Wu" } }, { - "name": { - "surname": "Wuerzinger", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-4055-218X" + }, + "name": { + "given_name": "J.", + "surname": "Wuerzinger" } }, { - "name": { - "surname": "Wyatt", - "given_name": "T. R." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "School of Physics and Astronomy University of Manchester Manchester UK" } ], "attrib": { "orcid": "0000-0001-9690-2997" + }, + "name": { + "given_name": "T. R.", + "surname": "Wyatt" } }, { - "name": { - "surname": "Wynne", - "given_name": "B. M." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } ], "attrib": { "orcid": "0000-0001-9895-4475" + }, + "name": { + "given_name": "B. M.", + "surname": "Wynne" } }, { - "name": { - "surname": "Xella", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Niels Bohr Institute University of Copenhagen Copenhagen Denmark" } ], "attrib": { "orcid": "0000-0002-0988-1655" + }, + "name": { + "given_name": "S.", + "surname": "Xella" } }, { - "name": { - "surname": "Xia", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0003-3073-3662" + }, + "name": { + "given_name": "L.", + "surname": "Xia" } }, { - "name": { - "surname": "Xia", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Physics Department Tsinghua University Beijing China", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "Physics Department Tsinghua University Beijing China" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Xia" + } }, { - "name": { - "surname": "Xiang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China" } ], "attrib": { "orcid": "0000-0002-7684-8257" + }, + "name": { + "given_name": "J.", + "surname": "Xiang" } }, { - "name": { - "surname": "Xiao", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-1344-8723" + }, + "name": { + "given_name": "X.", + "surname": "Xiao" } }, { - "name": { - "surname": "Xie", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-6707-5590" + }, + "name": { + "given_name": "M.", + "surname": "Xie" } }, { - "name": { - "surname": "Xie", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-6473-7886" + }, + "name": { + "given_name": "X.", + "surname": "Xie" } }, { - "name": { - "surname": "Xin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-7153-4750" + }, + "name": { + "given_name": "S.", + "surname": "Xin" } }, { - "name": { - "surname": "Xiong", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-4853-7558" + }, + "name": { + "given_name": "J.", + "surname": "Xiong" } }, { - "name": { - "surname": "Xiotidis", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Department of Physics and Astronomy University of Sussex Brighton UK" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Xiotidis" + } }, { - "name": { - "surname": "Xu", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0001-6355-2767" + }, + "name": { + "given_name": "D.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Xu" + } }, { - "name": { - "surname": "Xu", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-6110-2172" + }, + "name": { + "given_name": "H.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-8997-3199" + }, + "name": { + "given_name": "L.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "Department of Physics University of Pennsylvania Philadelphia PA USA" } ], "attrib": { "orcid": "0000-0002-1928-1717" + }, + "name": { + "given_name": "R.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-0215-6151" + }, + "name": { + "given_name": "T.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0001-5661-1917" + }, + "name": { + "given_name": "W.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Physics Department Tsinghua University Beijing China", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "Physics Department Tsinghua University Beijing China" } ], "attrib": { "orcid": "0000-0001-9563-4804" + }, + "name": { + "given_name": "Y.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0001-9571-3131" + }, + "name": { + "given_name": "Z.", + "surname": "Xu" } }, { - "name": { - "surname": "Xu", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0001-9602-4901" + }, + "name": { + "given_name": "Z.", + "surname": "Xu" } }, { - "name": { - "surname": "Yabsley", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "School of Physics University of Sydney Sydney Australia", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "School of Physics University of Sydney Sydney Australia" } ], "attrib": { "orcid": "0000-0002-2680-0474" + }, + "name": { + "given_name": "B.", + "surname": "Yabsley" } }, { - "name": { - "surname": "Yacoob", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa", - "affPubID": "Aff50" + "affPubID": "Aff50", + "affPubRaw": "Department of Physics University of Cape Town Cape Town South Africa" } ], "attrib": { "orcid": "0000-0001-6977-3456" + }, + "name": { + "given_name": "S.", + "surname": "Yacoob" } }, { - "name": { - "surname": "Yamaguchi", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Research Center for Advanced Particle Physics and Department of Physics Kyushu University Fukuoka Japan" } ], "attrib": { "orcid": "0000-0002-6885-282X" + }, + "name": { + "given_name": "N.", + "surname": "Yamaguchi" } }, { - "name": { - "surname": "Yamaguchi", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan", - "affPubID": "Aff220" + "affPubID": "Aff220", + "affPubRaw": "Department of Physics Tokyo Institute of Technology Tokyo Japan" } ], "attrib": { "orcid": "0000-0002-3725-4800" + }, + "name": { + "given_name": "Y.", + "surname": "Yamaguchi" } }, { - "name": { - "surname": "Yamauchi", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan", - "affPubID": "Aff224" + "affPubID": "Aff224", + "affPubRaw": "Division of Physics and Tomonaga Center for the History of the Universe, Faculty of Pure and Applied Sciences University of Tsukuba Tsukuba Japan" } ], "attrib": { "orcid": "0000-0003-2123-5311" + }, + "name": { + "given_name": "H.", + "surname": "Yamauchi" } }, { - "name": { - "surname": "Yamazaki", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0003-0411-3590" + }, + "name": { + "given_name": "T.", + "surname": "Yamazaki" } }, { - "name": { - "surname": "Yamazaki", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Graduate School of Science Kobe University Kobe Japan", - "affPubID": "Aff135" + "affPubID": "Aff135", + "affPubRaw": "Graduate School of Science Kobe University Kobe Japan" } ], "attrib": { "orcid": "0000-0003-3710-6995" + }, + "name": { + "given_name": "Y.", + "surname": "Yamazaki" } }, { - "name": { - "surname": "Yan", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Yan" + } }, { - "name": { - "surname": "Yan", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Oxford University Oxford UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "Department of Physics Oxford University Oxford UK" } ], "attrib": { "orcid": "0000-0002-1512-5506" + }, + "name": { + "given_name": "S.", + "surname": "Yan" } }, { - "name": { - "surname": "Yan", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Boston University Boston MA USA", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "Department of Physics Boston University Boston MA USA" } ], "attrib": { "orcid": "0000-0002-2483-4937" + }, + "name": { + "given_name": "Z.", + "surname": "Yan" } }, { - "name": { - "surname": "Yang", - "given_name": "H. J." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" }, { - "affPubRaw": "Tsung-Dao Lee Institute Shanghai China", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Tsung-Dao Lee Institute Shanghai China" } ], "attrib": { "orcid": "0000-0001-7367-1380" + }, + "name": { + "given_name": "H. J.", + "surname": "Yang" } }, { - "name": { - "surname": "Yang", - "given_name": "H. T." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0003-3554-7113" + }, + "name": { + "given_name": "H. T.", + "surname": "Yang" } }, { - "name": { - "surname": "Yang", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-0204-984X" + }, + "name": { + "given_name": "S.", + "surname": "Yang" } }, { - "name": { - "surname": "Yang", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Department of Physics and Institute for Advanced Study Hong Kong University of Science and Technology Clear Water Bay Kowloon Hong Kong China" } ], "attrib": { "orcid": "0000-0002-4996-1924" + }, + "name": { + "given_name": "T.", + "surname": "Yang" } }, { - "name": { - "surname": "Yang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-1452-9824" + }, + "name": { + "given_name": "X.", + "surname": "Yang" } }, { - "name": { - "surname": "Yang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0002-9201-0972" + }, + "name": { + "given_name": "X.", + "surname": "Yang" } }, { - "name": { - "surname": "Yang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0001-8524-1855" + }, + "name": { + "given_name": "Y.", + "surname": "Yang" } }, { - "name": { - "surname": "Yang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" }, { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-7374-2334" + }, + "name": { + "given_name": "Z.", + "surname": "Yang" } }, { - "name": { - "surname": "Yao", - "given_name": "W.-M." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-3335-1988" + }, + "name": { + "given_name": "W.-M.", + "surname": "Yao" } }, { - "name": { - "surname": "Yap", - "given_name": "Y. C." - }, "affiliation": [ { - "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Deutsches Elektronen-Synchrotron DESY Hamburg and Zeuthen Germany" } ], "attrib": { "orcid": "0000-0001-8939-666X" + }, + "name": { + "given_name": "Y. C.", + "surname": "Yap" } }, { - "name": { - "surname": "Ye", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-4886-9851" + }, + "name": { + "given_name": "H.", + "surname": "Ye" } }, { - "name": { - "surname": "Ye", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "II. Physikalisches Institut Georg-August-Universit\u00e4t G\u00f6ttingen G\u00f6ttingen Germany" } ], "attrib": { "orcid": "0000-0003-0552-5490" + }, + "name": { + "given_name": "H.", + "surname": "Ye" } }, { - "name": { - "surname": "Ye", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "Physics Department Southern Methodist University Dallas TX USA" } ], "attrib": { "orcid": "0000-0001-9274-707X" + }, + "name": { + "given_name": "J.", + "surname": "Ye" } }, { - "name": { - "surname": "Ye", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Physics Department Brookhaven National Laboratory Upton NY USA" } ], "attrib": { "orcid": "0000-0002-7864-4282" + }, + "name": { + "given_name": "S.", + "surname": "Ye" } }, { - "name": { - "surname": "Ye", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-3245-7676" + }, + "name": { + "given_name": "X.", + "surname": "Ye" } }, { - "name": { - "surname": "Yeh", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0002-8484-9655" + }, + "name": { + "given_name": "Y.", + "surname": "Yeh" } }, { - "name": { - "surname": "Yeletskikh", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0586-7052" + }, + "name": { + "given_name": "I.", + "surname": "Yeletskikh" } }, { - "name": { - "surname": "Yeo", - "given_name": "B. K." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-3372-2590" + }, + "name": { + "given_name": "B. K.", + "surname": "Yeo" } }, { - "name": { - "surname": "Yexley", - "given_name": "M. R." - }, "affiliation": [ { - "affPubRaw": "Physics Department Lancaster University Lancaster UK", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Physics Department Lancaster University Lancaster UK" } ], "attrib": { "orcid": "0000-0002-1827-9201" + }, + "name": { + "given_name": "M. R.", + "surname": "Yexley" } }, { - "name": { - "surname": "Yin", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0003-2174-807X" + }, + "name": { + "given_name": "P.", + "surname": "Yin" } }, { - "name": { - "surname": "Yorita", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Waseda University Tokyo Japan", - "affPubID": "Aff235" + "affPubID": "Aff235", + "affPubRaw": "Waseda University Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-1988-8401" + }, + "name": { + "given_name": "K.", + "surname": "Yorita" } }, { - "name": { - "surname": "Younas", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering Bucharest Romania" } ], "attrib": { "orcid": "0000-0001-8253-9517" + }, + "name": { + "given_name": "S.", + "surname": "Younas" } }, { - "name": { - "surname": "Young", - "given_name": "C. J. S." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0001-5858-6639" + }, + "name": { + "given_name": "C. J. S.", + "surname": "Young" } }, { - "name": { - "surname": "Young", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0003-3268-3486" + }, + "name": { + "given_name": "C.", + "surname": "Young" } }, { - "name": { - "surname": "Yuan", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-0991-5026" + }, + "name": { + "given_name": "M.", + "surname": "Yuan" } }, { - "name": { - "surname": "Yuan", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" }, { - "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA", - "affPubID": "Aff251" + "affPubID": "Aff251", + "affPubRaw": "Department of Physics and Astronomy Michigan State University East Lansing MI USA" } ], "attrib": { "orcid": "0000-0002-8452-0315" + }, + "name": { + "given_name": "R.", + "surname": "Yuan" } }, { - "name": { - "surname": "Yue", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University College London London UK", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "Department of Physics and Astronomy University College London London UK" } ], "attrib": { "orcid": "0000-0001-6470-4662" + }, + "name": { + "given_name": "L.", + "surname": "Yue" } }, { - "name": { - "surname": "Yue", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Kirchhoff-Institut f\u00fcr Physik Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0001-6956-3205" + }, + "name": { + "given_name": "X.", + "surname": "Yue" } }, { - "name": { - "surname": "Zaazoua", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Facult\u00e9 des sciences Universit\u00e9 Mohammed V Rabat Morocco" } ], "attrib": { "orcid": "0000-0002-4105-2988" + }, + "name": { + "given_name": "M.", + "surname": "Zaazoua" } }, { - "name": { - "surname": "Zabinski", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } ], "attrib": { "orcid": "0000-0001-5626-0993" + }, + "name": { + "given_name": "B.", + "surname": "Zabinski" } }, { - "name": { - "surname": "Zaid", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "SUPA-School of Physics and Astronomy University of Edinburgh Edinburgh UK" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Zaid" + } }, { - "name": { - "surname": "Zakareishvili", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "High Energy Physics Institute Tbilisi State University Tbilisi Georgia" } ], "attrib": { "orcid": "0000-0001-7909-4772" + }, + "name": { + "given_name": "T.", + "surname": "Zakareishvili" } }, { - "name": { - "surname": "Zakharchuk", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "Department of Physics Carleton University Ottawa ON Canada" } ], "attrib": { "orcid": "0000-0002-4963-8836" + }, + "name": { + "given_name": "N.", + "surname": "Zakharchuk" } }, { - "name": { - "surname": "Zambito", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-4499-2545" + }, + "name": { + "given_name": "S.", + "surname": "Zambito" } }, { - "name": { - "surname": "Zamora Saa", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile", - "affPubID": "Aff197" + "affPubID": "Aff197", + "affPubRaw": "Millennium Institute for Subatomic Physics at High Energy Frontier (SAPHIR) Santiago Chile" }, { - "affPubRaw": "Department of Physics Universidad Andres Bello Santiago Chile", - "affPubID": "Aff199" + "affPubID": "Aff199", + "affPubRaw": "Department of Physics Universidad Andres Bello Santiago Chile" } ], "attrib": { "orcid": "0000-0002-5030-7516" + }, + "name": { + "given_name": "J. A.", + "surname": "Zamora Saa" } }, { - "name": { - "surname": "Zang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0003-2770-1387" + }, + "name": { + "given_name": "J.", + "surname": "Zang" } }, { - "name": { - "surname": "Zanzi", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Physikalisches Institut Albert-Ludwigs-Universit\u00e4t Freiburg Freiburg Germany" } ], "attrib": { "orcid": "0000-0002-1222-7937" + }, + "name": { + "given_name": "D.", + "surname": "Zanzi" } }, { - "name": { - "surname": "Zaplatilek", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University in Prague Prague Czech Republic", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Czech Technical University in Prague Prague Czech Republic" } ], "attrib": { "orcid": "0000-0002-4687-3662" + }, + "name": { + "given_name": "O.", + "surname": "Zaplatilek" } }, { - "name": { - "surname": "Zei\u00dfner", - "given_name": "S. V." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Fakult\u00e4t Physik Technische Universit\u00e4t Dortmund Dortmund Germany" } ], "attrib": { "orcid": "0000-0002-9037-2152" + }, + "name": { + "given_name": "S. V.", + "surname": "Zei\u00dfner" } }, { - "name": { - "surname": "Zeitnitz", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany", - "affPubID": "Aff238" + "affPubID": "Aff238", + "affPubRaw": "Fakult\u00e4t f\u00fcr Mathematik und Naturwissenschaften, Fachgruppe Physik Bergische Universit\u00e4t Wuppertal Wuppertal Germany" } ], "attrib": { "orcid": "0000-0003-2280-8636" + }, + "name": { + "given_name": "C.", + "surname": "Zeitnitz" } }, { - "name": { - "surname": "Zeng", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0002-2029-2659" + }, + "name": { + "given_name": "J. C.", + "surname": "Zeng" } }, { - "name": { - "surname": "Zenger", - "given_name": "D. T." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Brandeis University Waltham MA USA", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Department of Physics Brandeis University Waltham MA USA" } ], "attrib": { "orcid": "0000-0002-4867-3138" + }, + "name": { + "given_name": "D. T.", + "surname": "Zenger" } }, { - "name": { - "surname": "Zenin", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-5447-1989" + }, + "name": { + "given_name": "O.", + "surname": "Zenin" } }, { - "name": { - "surname": "\u017deni\u0161", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Faculty of Mathematics, Physics and Informatics Comenius University Bratislava Slovak Republic" } ], "attrib": { "orcid": "0000-0001-8265-6916" + }, + "name": { + "given_name": "T.", + "surname": "\u017deni\u0161" } }, { - "name": { - "surname": "Zenz", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "School of Physics and Astronomy Queen Mary University of London London UK" } ], "attrib": { "orcid": "0000-0002-9720-1794" + }, + "name": { + "given_name": "S.", + "surname": "Zenz" } }, { - "name": { - "surname": "Zerradi", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Facult\u00e9 des Sciences Ain Chock R\u00e9seau Universitaire de Physique des Hautes Energies - Universit\u00e9 Hassan II Casablanca Morocco" } ], "attrib": { "orcid": "0000-0001-9101-3226" + }, + "name": { + "given_name": "S.", + "surname": "Zerradi" } }, { - "name": { - "surname": "Zerwas", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-4198-3029" + }, + "name": { + "given_name": "D.", + "surname": "Zerwas" } }, { - "name": { - "surname": "Zhai", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0003-0524-1914" + }, + "name": { + "given_name": "M.", + "surname": "Zhai" } }, { - "name": { - "surname": "Zhang", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-9726-6707" + }, + "name": { + "given_name": "B.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "D. F." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0001-7335-4983" + }, + "name": { + "given_name": "D. F.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0002-4380-1655" + }, + "name": { + "given_name": "J.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "High Energy Physics Division Argonne National Laboratory Argonne IL USA" } ], "attrib": { "orcid": "0000-0002-9907-838X" + }, + "name": { + "given_name": "J.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-9778-9209" + }, + "name": { + "given_name": "K.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Nanjing University Nanjing China", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Department of Physics Nanjing University Nanjing China" } ], "attrib": { "orcid": "0000-0002-9336-9338" + }, + "name": { + "given_name": "L.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Zhang" + } }, { - "name": { - "surname": "Zhang", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0002-8265-474X" + }, + "name": { + "given_name": "R.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0001-9039-9809" + }, + "name": { + "given_name": "S.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan", - "affPubID": "Aff219" + "affPubID": "Aff219", + "affPubRaw": "International Center for Elementary Particle Physics and Department of Physics University of Tokyo Tokyo Japan" } ], "attrib": { "orcid": "0000-0001-7729-085X" + }, + "name": { + "given_name": "T.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0003-4731-0754" + }, + "name": { + "given_name": "X.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0003-4341-1603" + }, + "name": { + "given_name": "X.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "APC, Universit\u00e9 Paris Cit\u00e9, CNRS/IN2P3 Paris France" }, { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0001-6274-7714" + }, + "name": { + "given_name": "Y.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "Physics Division Lawrence Berkeley National Laboratory Berkeley CA USA" } ], "attrib": { "orcid": "0000-0002-1630-0986" + }, + "name": { + "given_name": "Z.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhang", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "IJCLab, Universit\u00e9 Paris-Saclay, CNRS/IN2P3 91405 Orsay France" } ], "attrib": { "orcid": "0000-0002-7853-9079" + }, + "name": { + "given_name": "Z.", + "surname": "Zhang" } }, { - "name": { - "surname": "Zhao", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Washington Seattle WA USA", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Department of Physics University of Washington Seattle WA USA" } ], "attrib": { "orcid": "0000-0002-6638-847X" + }, + "name": { + "given_name": "H.", + "surname": "Zhao" } }, { - "name": { - "surname": "Zhao", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Department of Physics Duke University Durham NC USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "Department of Physics Duke University Durham NC USA" } ], "attrib": { "orcid": "0000-0003-0054-8749" + }, + "name": { + "given_name": "P.", + "surname": "Zhao" } }, { - "name": { - "surname": "Zhao", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0002-6427-0806" + }, + "name": { + "given_name": "T.", + "surname": "Zhao" } }, { - "name": { - "surname": "Zhao", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Santa Cruz Institute for Particle Physics University of California Santa Cruz Santa Cruz CA USA" } ], "attrib": { "orcid": "0000-0003-0494-6728" + }, + "name": { + "given_name": "Y.", + "surname": "Zhao" } }, { - "name": { - "surname": "Zhao", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-6758-3974" + }, + "name": { + "given_name": "Z.", + "surname": "Zhao" } }, { - "name": { - "surname": "Zhemchugov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-3360-4965" + }, + "name": { + "given_name": "A.", + "surname": "Zhemchugov" } }, { - "name": { - "surname": "Zheng", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-2079-996X" + }, + "name": { + "given_name": "X.", + "surname": "Zheng" } }, { - "name": { - "surname": "Zheng", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "SLAC National Accelerator Laboratory Stanford CA USA" } ], "attrib": { "orcid": "0000-0002-8323-7753" + }, + "name": { + "given_name": "Z.", + "surname": "Zheng" } }, { - "name": { - "surname": "Zhong", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Illinois Urbana IL USA", - "affPubID": "Aff229" + "affPubID": "Aff229", + "affPubRaw": "Department of Physics University of Illinois Urbana IL USA" } ], "attrib": { "orcid": "0000-0001-9377-650X" + }, + "name": { + "given_name": "D.", + "surname": "Zhong" } }, { - "name": { - "surname": "Zhou", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Zhou" + } }, { - "name": { - "surname": "Zhou", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA", - "affPubID": "Aff237" + "affPubID": "Aff237", + "affPubRaw": "Department of Physics University of Wisconsin Madison WI USA" } ], "attrib": { "orcid": "0000-0001-5904-7258" + }, + "name": { + "given_name": "C.", + "surname": "Zhou" } }, { - "name": { - "surname": "Zhou", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } ], "attrib": { "orcid": "0000-0002-7986-9045" + }, + "name": { + "given_name": "H.", + "surname": "Zhou" } }, { - "name": { - "surname": "Zhou", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0002-1775-2511" + }, + "name": { + "given_name": "N.", + "surname": "Zhou" } }, { - "name": { - "surname": "Zhou", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Department of Physics University of Arizona Tucson AZ USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Zhou" + } }, { - "name": { - "surname": "Zhu", - "given_name": "C. G." - }, "affiliation": [ { - "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Institute of Frontier and Interdisciplinary Science and Key Laboratory of Particle Physics and Particle Irradiation (MOE) Shandong University Qingdao China" } ], "attrib": { "orcid": "0000-0001-8015-3901" + }, + "name": { + "given_name": "C. G.", + "surname": "Zhu" } }, { - "name": { - "surname": "Zhu", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" }, { - "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "University of Chinese Academy of Science (UCAS) Beijing China" } ], "attrib": { "orcid": "0000-0002-5918-9050" + }, + "name": { + "given_name": "C.", + "surname": "Zhu" } }, { - "name": { - "surname": "Zhu", - "given_name": "H. L." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0001-8479-1345" + }, + "name": { + "given_name": "H. L.", + "surname": "Zhu" } }, { - "name": { - "surname": "Zhu", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0001-8066-7048" + }, + "name": { + "given_name": "H.", + "surname": "Zhu" } }, { - "name": { - "surname": "Zhu", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "Department of Physics University of Michigan Ann Arbor MI USA" } ], "attrib": { "orcid": "0000-0002-5278-2855" + }, + "name": { + "given_name": "J.", + "surname": "Zhu" } }, { - "name": { - "surname": "Zhu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Key Laboratory for Particle Astrophysics and Cosmology (MOE), SKLPPC, School of Physics and Astronomy Shanghai Jiao Tong University Shanghai China" } ], "attrib": { "orcid": "0000-0001-7964-0091" + }, + "name": { + "given_name": "Y.", + "surname": "Zhu" } }, { - "name": { - "surname": "Zhu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Department of Modern Physics and State Key Laboratory of Particle Detection and Electronics University of Science and Technology of China Hefei China" } ], "attrib": { "orcid": "0000-0002-7306-1053" + }, + "name": { + "given_name": "Y.", + "surname": "Zhu" } }, { - "name": { - "surname": "Zhuang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Institute of High Energy Physics Chinese Academy of Sciences Beijing China" } ], "attrib": { "orcid": "0000-0003-0996-3279" + }, + "name": { + "given_name": "X.", + "surname": "Zhuang" } }, { - "name": { - "surname": "Zhukov", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2468-9634" + }, + "name": { + "given_name": "K.", + "surname": "Zhukov" } }, { - "name": { - "surname": "Zhulanov", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Affiliated with an Institute Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-0306-9199" + }, + "name": { + "given_name": "V.", + "surname": "Zhulanov" } }, { - "name": { - "surname": "Zimine", - "given_name": "N. I." - }, "affiliation": [ { - "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Affiliated with an International Laboratory Covered by a Cooperation Agreement with CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-0277-4870" + }, + "name": { + "given_name": "N. I.", + "surname": "Zimine" } }, { - "name": { - "surname": "Zinsser", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Physikalisches Institut Ruprecht-Karls-Universit\u00e4t Heidelberg Heidelberg Germany" } ], "attrib": { "orcid": "0000-0002-5117-4671" + }, + "name": { + "given_name": "J.", + "surname": "Zinsser" } }, { - "name": { - "surname": "Ziolkowski", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Department Physik Universit\u00e4t Siegen Siegen Germany" } ], "attrib": { "orcid": "0000-0002-2891-8812" + }, + "name": { + "given_name": "M.", + "surname": "Ziolkowski" } }, { - "name": { - "surname": "\u017divkovi\u0107", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "Institute of Physics University of Belgrade Belgrade Serbia" } ], "attrib": { "orcid": "0000-0003-4236-8930" + }, + "name": { + "given_name": "L.", + "surname": "\u017divkovi\u0107" } }, { - "name": { - "surname": "Zoccoli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Dipartimento di Fisica e Astronomia A. Righi Universit\u00e0 di Bologna Bologna Italy" }, { - "affPubRaw": "INFN Sezione di Bologna Bologna Italy", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" } ], "attrib": { "orcid": "0000-0002-0993-6185" + }, + "name": { + "given_name": "A.", + "surname": "Zoccoli" } }, { - "name": { - "surname": "Zoch", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "D\u00e9partement de Physique Nucl\u00e9aire et Corpusculaire Universit\u00e9 de Gen\u00e8ve Geneva Switzerland" } ], "attrib": { "orcid": "0000-0003-2138-6187" + }, + "name": { + "given_name": "K.", + "surname": "Zoch" } }, { - "name": { - "surname": "Zorbas", - "given_name": "T. G." - }, "affiliation": [ { - "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Department of Physics and Astronomy University of Sheffield Sheffield UK" } ], "attrib": { "orcid": "0000-0003-2073-4901" + }, + "name": { + "given_name": "T. G.", + "surname": "Zorbas" } }, { - "name": { - "surname": "Zormpa", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece", - "affPubID": "Aff75" + "affPubID": "Aff75", + "affPubRaw": "National Centre for Scientific Research \u201cDemokritos\u201d Agia Paraskevi Greece" } ], "attrib": { "orcid": "0000-0003-3177-903X" + }, + "name": { + "given_name": "O.", + "surname": "Zormpa" } }, { - "name": { - "surname": "Zou", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "Nevis Laboratory Columbia University Irvington NY USA" } ], "attrib": { "orcid": "0000-0002-0779-8815" + }, + "name": { + "given_name": "W.", + "surname": "Zou" } }, { - "name": { - "surname": "Zwalinski", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN Geneva Switzerland", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "CERN Geneva Switzerland" } ], "attrib": { "orcid": "0000-0002-9397-2313" + }, + "name": { + "given_name": "L.", + "surname": "Zwalinski" } }, { - "name": { - "collab": "ATLAS Collaboration" - }, "attrib": { "collab": true + }, + "name": { + "collab": "ATLAS Collaboration" } } ], - "title": { - "textEnglish": "ATLAS flavour-tagging algorithms for the LHC Run 2 pp collision dataset" + "copyright": { + "statement": "\u00a9 The Author(s) 2023", + "status": true }, - "abstract": { - "textEnglish": "The flavour-tagging algorithms developed by the ATLAS Collaboration and used to analyse its dataset of s = 13 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\sqrt{s} = 13$$\\end{document} TeV pp collisions from Run 2 of the Large Hadron Collider are presented. These new tagging algorithms are based on recurrent and deep neural networks, and their performance is evaluated in simulated collision events. These developments yield considerable improvements over previous jet-flavour identification strategies. At the 77% b-jet identification efficiency operating point, light-jet (charm-jet) rejection factors of 170 (5) are achieved in a sample of simulated Standard Model t t \u00af \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$t\\bar{t}$$\\end{document} events; similarly, at a c-jet identification efficiency of 30%, a light-jet ( b-jet) rejection factor of 70 (9) is obtained." + "editorialHistory": { + "acceptedDate": "2023-01-27", + "receivedDates": [ + "2022-11-30" + ] + }, + "openAccess": { + "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article\u2019s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article\u2019s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "electronicID": "681" + }, + "persistentIDs": [ + { + "DOI": "10.1140/epjc/s10052-023-11699-1" + } + ], + "pubDate": { + "electrDate": "2023-07-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1434-6052", + "pubtype": "epub" + } + ], + "issueNum": "7", + "pubName": "The European Physical Journal C", + "pubYear": "2023", + "publisher": "Springer Berlin Heidelberg", + "volumeNum": "83" + }, + "publisherIDs": [ + { + "Identifier": "s10052-023-11699-1", + "attribute": "publisher-id" + }, + { + "Identifier": "11699", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " ATLAS Collaboration, The ATLAS experiment at the CERN large hadron collider. JINST \t\t\t\t\t\t3, S08003 (2008). \t\t\t\t\t\thttps://doi.org/10.1088/1748-0221/3/08/S08003 ", @@ -44968,13 +44974,7 @@ " ATLAS Collaboration, Calibration of light-flavour b-jet mistagging rates using ATLAS proton\u2013proton collision data at \t\t\t\t\t\t s = 13 TeV \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$\\sqrt{s} = 13~\\text{ TeV }$$\\end{document} . ATLAS-CONF-2018-006 (2018). \t\t\t\t\t\thttps://cds.cern.ch/record/2314418 ", " ATLAS Collaboration, ATLAS computing acknowledgements. ATL-SOFT-PUB-2021-003 (2021). \t\t\t\t\t\thttps://cds.cern.ch/record/2776662 " ], - "copyright": { - "status": true, - "statement": "\u00a9 The Author(s) 2023" - }, - "openAccess": { - "open": true, - "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article\u2019s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article\u2019s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", - "licenseURL": "http://creativecommons.org/licenses/by/4.0/" + "title": { + "textEnglish": "ATLAS flavour-tagging algorithms for the LHC Run 2 pp collision dataset" } } diff --git a/tests/stubdata/output/jats_springer_EPJC_s10052-023-11733-2.json b/tests/stubdata/output/jats_springer_EPJC_s10052-023-11733-2.json index 423d633..3c59cde 100644 --- a/tests/stubdata/output/jats_springer_EPJC_s10052-023-11733-2.json +++ b/tests/stubdata/output/jats_springer_EPJC_s10052-023-11733-2.json @@ -1,15195 +1,15201 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-06-30" - ], - "acceptedDate": "2023-06-20" - }, - "pubDate": { - "electrDate": "2023-07-00" - }, - "publication": { - "pubName": "The European Physical Journal C", - "publisher": "Springer Berlin Heidelberg", - "issueNum": "7", - "volumeNum": "83", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "epub", - "issnString": "1434-6052" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1140/epjc/s10052-023-11733-2" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "s10052-023-11733-2" - }, - { - "attribute": "manuscript", - "Identifier": "11733" - } - ], - "pagination": { - "electronicID": "618" + "abstract": { + "textEnglish": "The Pandora Software Development Kit and algorithm libraries provide pattern-recognition logic essential to the reconstruction of particle interactions in liquid argon time projection chamber detectors. Pandora is the primary event reconstruction software used at ProtoDUNE-SP, a prototype for the Deep Underground Neutrino Experiment far detector. ProtoDUNE-SP, located at CERN, is exposed to a charged-particle test beam. This paper gives an overview of the Pandora reconstruction algorithms and how they have been tailored for use at ProtoDUNE-SP. In complex events with numerous cosmic-ray and beam background particles, the simulated reconstruction and identification efficiency for triggered test-beam particles is above 80% for the majority of particle type and beam momentum combinations. Specifically, simulated 1 GeV/ c charged pions and protons are correctly reconstructed and identified with efficiencies of 86.1 \u00b1 0.6 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\pm 0.6$$\\end{document} % and 84.1 \u00b1 0.6 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\pm 0.6$$\\end{document} %, respectively. The efficiencies measured for test-beam data are shown to be within 5% of those predicted by the simulation." }, "authors": [ { - "name": { - "surname": "Abud", - "given_name": "A. Abed" - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" }, { - "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK" } - ] + ], + "name": { + "given_name": "A. Abed", + "surname": "Abud" + } }, { - "name": { - "surname": "Abi", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Abi" + } }, { - "name": { - "surname": "Acciarri", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Acciarri" + } }, { - "name": { - "surname": "Acero", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Universidad del Atl\u00e1ntico Barranquilla Atl\u00e1ntico Colombia", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "Universidad del Atl\u00e1ntico Barranquilla Atl\u00e1ntico Colombia" } - ] + ], + "name": { + "given_name": "M. A.", + "surname": "Acero" + } }, { - "name": { - "surname": "Adames", - "given_name": "M. R." - }, "affiliation": [ { - "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil" } - ] + ], + "name": { + "given_name": "M. R.", + "surname": "Adames" + } }, { - "name": { - "surname": "Adamov", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Adamov" + } }, { - "name": { - "surname": "Adamowski", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Adamowski" + } }, { - "name": { - "surname": "Adams", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Adams" + } }, { - "name": { - "surname": "Adinolfi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Adinolfi" + } }, { - "name": { - "surname": "Adriano", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Adriano" + } }, { - "name": { - "surname": "Aduszkiewicz", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Aduszkiewicz" + } }, { - "name": { - "surname": "Aguilar", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Aguilar" + } }, { - "name": { - "surname": "Ahmad", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Variable Energy Cyclotron Centre 700 064 Kolkata West Bengal India", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Variable Energy Cyclotron Centre 700 064 Kolkata West Bengal India" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Ahmad" + } }, { - "name": { - "surname": "Ahmed", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Ahmed" + } }, { - "name": { - "surname": "Aimard", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Aimard" + } }, { - "name": { - "surname": "Akbar", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Akbar" + } }, { - "name": { - "surname": "Ali-Mohammadzadeh", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy", - "affPubID": "Aff31" + "affPubID": "Aff31", + "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Ali-Mohammadzadeh" + } }, { - "name": { - "surname": "Allison", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA", - "affPubID": "Aff43" + "affPubID": "Aff43", + "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Allison" + } }, { - "name": { - "surname": "Monsalve", - "given_name": "S. Alonso" - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "S. Alonso", + "surname": "Monsalve" + } }, { - "name": { - "surname": "AlRashed", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Kansas State University 66506 Manhattan KS USA", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Kansas State University 66506 Manhattan KS USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "AlRashed" + } }, { - "name": { - "surname": "Alt", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "ETH Zurich Zurich Switzerland", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "ETH Zurich Zurich Switzerland" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Alt" + } }, { - "name": { - "surname": "Alton", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Augustana University 57197 Sioux Falls SD USA", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "Augustana University 57197 Sioux Falls SD USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Alton" + } }, { - "name": { - "surname": "Alvarez", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Alvarez" + } }, { - "name": { - "surname": "Amedo", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" }, { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Amedo" + } }, { - "name": { - "surname": "Anderson", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Anderson" + } }, { - "name": { - "surname": "Andreopoulos", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK" }, { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Andreopoulos" + } }, { - "name": { - "surname": "Andreotti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Andreotti" + } }, { - "name": { - "surname": "Andrews", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Andrews" + } }, { - "name": { - "surname": "Andrianala", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Andrianala" + } }, { - "name": { - "surname": "Andringa", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Andringa" + } }, { - "name": { - "surname": "Anfimov", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Anfimov" + } }, { - "name": { - "surname": "Ankowski", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Ankowski" + } }, { - "name": { - "surname": "Antoniassi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Antoniassi" + } }, { - "name": { - "surname": "Antonova", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Antonova" + } }, { - "name": { - "surname": "Antoshkin", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Antoshkin" + } }, { - "name": { - "surname": "Antusch", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Basel 4056 Basel Switzerland", - "affPubID": "Aff13" + "affPubID": "Aff13", + "affPubRaw": "University of Basel 4056 Basel Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Antusch" + } }, { - "name": { - "surname": "Aranda-Fernandez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidad de Colima Colima Mexico", - "affPubID": "Aff42" + "affPubID": "Aff42", + "affPubRaw": "Universidad de Colima Colima Mexico" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Aranda-Fernandez" + } }, { - "name": { - "surname": "Arellano", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Arellano" + } }, { - "name": { - "surname": "Arnold", - "given_name": "L. O." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "L. O.", + "surname": "Arnold" + } }, { - "name": { - "surname": "Arroyave", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Universidad EIA Envigado Antioquia Colombia", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Universidad EIA Envigado Antioquia Colombia" } - ] + ], + "name": { + "given_name": "M. A.", + "surname": "Arroyave" + } }, { - "name": { - "surname": "Asaadi", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Asaadi" + } }, { - "name": { - "surname": "Asquith", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Asquith" + } }, { - "name": { - "surname": "Aurisano", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Aurisano" + } }, { - "name": { - "surname": "Aushev", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Aushev" + } }, { - "name": { - "surname": "Autiero", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Autiero" + } }, { - "name": { - "surname": "Ayala Lara", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Ayala Lara" + } }, { - "name": { - "surname": "Ayala-Torres", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Centro de Investigaci\u00f3n y de Estudios Avanzados del Instituto Polit\u00e9cnico Nacional (Cinvestav) Mexico City Mexico", - "affPubID": "Aff41" + "affPubID": "Aff41", + "affPubRaw": "Centro de Investigaci\u00f3n y de Estudios Avanzados del Instituto Polit\u00e9cnico Nacional (Cinvestav) Mexico City Mexico" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Ayala-Torres" + } }, { - "name": { - "surname": "Azfar", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Azfar" + } }, { - "name": { - "surname": "Back", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Back" + } }, { - "name": { - "surname": "Back", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Back" + } }, { - "name": { - "surname": "Back", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "J. J.", + "surname": "Back" + } }, { - "name": { - "surname": "Backhouse", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Backhouse" + } }, { - "name": { - "surname": "Bagaturia", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Bagaturia" + } }, { - "name": { - "surname": "Bagby", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Bagby" + } }, { - "name": { - "surname": "Balashov", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Balashov" + } }, { - "name": { - "surname": "Balasubramanian", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Balasubramanian" + } }, { - "name": { - "surname": "Baldi", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Baldi" + } }, { - "name": { - "surname": "Baller", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Baller" + } }, { - "name": { - "surname": "Bambah", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Hyderabad Gachibowli 500 046 Hyderabad India", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "University of Hyderabad Gachibowli 500 046 Hyderabad India" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Bambah" + } }, { - "name": { - "surname": "Barao", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto Superior T\u00e9cnico-IST Universidade de Lisboa 1049-001 Lisbon Portugal", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Instituto Superior T\u00e9cnico-IST Universidade de Lisboa 1049-001 Lisbon Portugal" }, { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Barao" + } }, { - "name": { - "surname": "Barenboim", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Barenboim" + } }, { - "name": { - "surname": "Barker", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Barker" + } }, { - "name": { - "surname": "Barkhouse", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "University of North Dakota 58202-8357 Grand Forks ND USA", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "University of North Dakota 58202-8357 Grand Forks ND USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Barkhouse" + } }, { - "name": { - "surname": "Barnes", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA", - "affPubID": "Aff140" + "affPubID": "Aff140", + "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Barnes" + } }, { - "name": { - "surname": "Barr", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Barr" + } }, { - "name": { - "surname": "Monarca", - "given_name": "J. Barranco" - }, "affiliation": [ { - "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico" } - ] + ], + "name": { + "given_name": "J. Barranco", + "surname": "Monarca" + } }, { - "name": { - "surname": "Barros", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Barros" + } }, { - "name": { - "surname": "Barros", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Faculdade de Ci\u00eancias da Universidade de Lisboa-FCUL 1749-016 Lisbon Portugal", - "affPubID": "Aff61" + "affPubID": "Aff61", + "affPubRaw": "Faculdade de Ci\u00eancias da Universidade de Lisboa-FCUL 1749-016 Lisbon Portugal" }, { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Barros" + } }, { - "name": { - "surname": "Barrow", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "J. L.", + "surname": "Barrow" + } }, { - "name": { - "surname": "Basharina-Freshville", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Basharina-Freshville" + } }, { - "name": { - "surname": "Bashyal", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Bashyal" + } }, { - "name": { - "surname": "Basque", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Basque" + } }, { - "name": { - "surname": "Batchelor", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Batchelor" + } }, { - "name": { - "surname": "Battat", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Wellesley College 02481 Wellesley MA USA", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Wellesley College 02481 Wellesley MA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Battat" + } }, { - "name": { - "surname": "Battisti", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Battisti" + } }, { - "name": { - "surname": "Bay", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Antalya Bilim University 07190 D\u00f6\u015femealt\u0131/Antalya Turkey", - "affPubID": "Aff4" + "affPubID": "Aff4", + "affPubRaw": "Antalya Bilim University 07190 D\u00f6\u015femealt\u0131/Antalya Turkey" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Bay" + } }, { - "name": { - "surname": "Bazetto", - "given_name": "M. C. Q." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "M. C. Q.", + "surname": "Bazetto" + } }, { - "name": { - "surname": "Bazo Alba", - "given_name": "J. L." - }, "affiliation": [ { - "affPubRaw": "Pontificia Universidad Cat\u00f3lica del Per\u00fa Lima Peru", - "affPubID": "Aff171" + "affPubID": "Aff171", + "affPubRaw": "Pontificia Universidad Cat\u00f3lica del Per\u00fa Lima Peru" } - ] + ], + "name": { + "given_name": "J. L.", + "surname": "Bazo Alba" + } }, { - "name": { - "surname": "Beacom", - "given_name": "J. F." - }, "affiliation": [ { - "affPubRaw": "Ohio State University 43210 Columbus OH USA", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Ohio State University 43210 Columbus OH USA" } - ] + ], + "name": { + "given_name": "J. F.", + "surname": "Beacom" + } }, { - "name": { - "surname": "Bechetoille", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Bechetoille" + } }, { - "name": { - "surname": "Behera", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Behera" + } }, { - "name": { - "surname": "das Chagas", - "given_name": "E. Belchior Batista" - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "E. Belchior Batista", + "surname": "das Chagas" + } }, { - "name": { - "surname": "Bellantoni", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Bellantoni" + } }, { - "name": { - "surname": "Bellettini", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali di Pisa Pisa PI Italy", - "affPubID": "Aff102" + "affPubID": "Aff102", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali di Pisa Pisa PI Italy" }, { - "affPubRaw": "Universit\u00e0 di Pisa 56127 Pisa Italy", - "affPubID": "Aff169" + "affPubID": "Aff169", + "affPubRaw": "Universit\u00e0 di Pisa 56127 Pisa Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Bellettini" + } }, { - "name": { - "surname": "Bellini", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy", - "affPubID": "Aff31" + "affPubID": "Aff31", + "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Bellini" + } }, { - "name": { - "surname": "Beltramello", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Beltramello" + } }, { - "name": { - "surname": "Benekos", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Benekos" + } }, { - "name": { - "surname": "Benitez Montiel", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Asunci\u00f3n San Lorenzo Paraguay", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Universidad Nacional de Asunci\u00f3n San Lorenzo Paraguay" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Benitez Montiel" + } }, { - "name": { - "surname": "Bento Neves", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Bento Neves" + } }, { - "name": { - "surname": "Berger", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Berger" + } }, { - "name": { - "surname": "Berkman", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Berkman" + } }, { - "name": { - "surname": "Bernardini", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Lecce 73100 Lecce Italy", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Lecce 73100 Lecce Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento 73100 Lecce Italy", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "Universit\u00e0 del Salento 73100 Lecce Italy" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Bernardini" + } }, { - "name": { - "surname": "Berner", - "given_name": "R. M." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "R. M.", + "surname": "Berner" + } }, { - "name": { - "surname": "Bersani", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Bersani" + } }, { - "name": { - "surname": "Bertolucci", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Bertolucci" + } }, { - "name": { - "surname": "Betancourt", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Betancourt" + } }, { - "name": { - "surname": "Rodr\u00edguez", - "given_name": "A. Betancur" - }, "affiliation": [ { - "affPubRaw": "Universidad EIA Envigado Antioquia Colombia", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Universidad EIA Envigado Antioquia Colombia" } - ] + ], + "name": { + "given_name": "A. Betancur", + "surname": "Rodr\u00edguez" + } }, { - "name": { - "surname": "Bevan", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Queen Mary University of London E1 4NS London UK", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Queen Mary University of London E1 4NS London UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Bevan" + } }, { - "name": { - "surname": "Bezawada", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of California Davis 95616 Davis CA USA", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "University of California Davis 95616 Davis CA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Bezawada" + } }, { - "name": { - "surname": "Bezerra", - "given_name": "A. T." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de Alfenas 37715-400 Po\u00e7os de Caldas MG Brazil", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Universidade Federal de Alfenas 37715-400 Po\u00e7os de Caldas MG Brazil" } - ] + ], + "name": { + "given_name": "A. T.", + "surname": "Bezerra" + } }, { - "name": { - "surname": "Bezerra", - "given_name": "T. J." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "T. J.", + "surname": "Bezerra" + } }, { - "name": { - "surname": "Bhardwaj", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Bhardwaj" + } }, { - "name": { - "surname": "Bhatnagar", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Panjab University 160014 Chandigarh U.T. India", - "affPubID": "Aff161" + "affPubID": "Aff161", + "affPubRaw": "Panjab University 160014 Chandigarh U.T. India" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Bhatnagar" + } }, { - "name": { - "surname": "Bhattacharjee", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Indian Institute of Technology Guwahati 781 039 Guwahati India", - "affPubID": "Aff89" + "affPubID": "Aff89", + "affPubRaw": "Indian Institute of Technology Guwahati 781 039 Guwahati India" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Bhattacharjee" + } }, { - "name": { - "surname": "Bhattarai", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Mississippi 38677 University MS USA", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "University of Mississippi 38677 University MS USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Bhattarai" + } }, { - "name": { - "surname": "Bhuller", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Bhuller" + } }, { - "name": { - "surname": "Bhuyan", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Indian Institute of Technology Guwahati 781 039 Guwahati India", - "affPubID": "Aff89" + "affPubID": "Aff89", + "affPubRaw": "Indian Institute of Technology Guwahati 781 039 Guwahati India" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Bhuyan" + } }, { - "name": { - "surname": "Biagi", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy", - "affPubID": "Aff104" + "affPubID": "Aff104", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Biagi" + } }, { - "name": { - "surname": "Bian", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Bian" + } }, { - "name": { - "surname": "Biassoni", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Biassoni" + } }, { - "name": { - "surname": "Biery", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Biery" + } }, { - "name": { - "surname": "Bilki", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Beykent University Istanbul Turkey", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Beykent University Istanbul Turkey" }, { - "affPubRaw": "University of Iowa 52242 Iowa City IA USA", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "University of Iowa 52242 Iowa City IA USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Bilki" + } }, { - "name": { - "surname": "Bishai", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Bishai" + } }, { - "name": { - "surname": "Bitadze", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Bitadze" + } }, { - "name": { - "surname": "Blake", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Lancaster University LA1 4YB Lancaster UK", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Lancaster University LA1 4YB Lancaster UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Blake" + } }, { - "name": { - "surname": "Blaszczyk", - "given_name": "F. D. M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] - }, - { + ], "name": { - "surname": "Blazey", - "given_name": "G. C." - }, + "given_name": "F. D. M.", + "surname": "Blaszczyk" + } + }, + { "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "G. C.", + "surname": "Blazey" + } }, { - "name": { - "surname": "Blucher", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University of Chicago 60637 Chicago IL USA", - "affPubID": "Aff37" + "affPubID": "Aff37", + "affPubRaw": "University of Chicago 60637 Chicago IL USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Blucher" + } }, { - "name": { - "surname": "Boissevain", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Boissevain" + } }, { - "name": { - "surname": "Bolognesi", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Bolognesi" + } }, { - "name": { - "surname": "Bolton", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Kansas State University 66506 Manhattan KS USA", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Kansas State University 66506 Manhattan KS USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Bolton" + } }, { - "name": { - "surname": "Bomben", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "University of Insubria Via Ravasi, 2 21100 Varese VA Italy", - "affPubID": "Aff107" + "affPubID": "Aff107", + "affPubRaw": "University of Insubria Via Ravasi, 2 21100 Varese VA Italy" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Bomben" + } }, { - "name": { - "surname": "Bonesini", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Bonesini" + } }, { - "name": { - "surname": "Bonilla-Diaz", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidad Cat\u00f3lica del Norte Antofagasta Chile", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Universidad Cat\u00f3lica del Norte Antofagasta Chile" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Bonilla-Diaz" + } }, { - "name": { - "surname": "Bonini", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Bonini" + } }, { - "name": { - "surname": "Booth", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Queen Mary University of London E1 4NS London UK", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Queen Mary University of London E1 4NS London UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Booth" + } }, { - "name": { - "surname": "Boran", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Beykent University Istanbul Turkey", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Beykent University Istanbul Turkey" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Boran" + } }, { - "name": { - "surname": "Bordoni", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Bordoni" + } }, { - "name": { - "surname": "Borkum", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Borkum" + } }, { - "name": { - "surname": "Bostan", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "University of Notre Dame 46556 Notre Dame IN USA", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "University of Notre Dame 46556 Notre Dame IN USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Bostan" + } }, { - "name": { - "surname": "Bour", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Bour" + } }, { - "name": { - "surname": "Boyden", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Boyden" + } }, { - "name": { - "surname": "Bracinik", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Birmingham B15 2TT Birmingham UK", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "University of Birmingham B15 2TT Birmingham UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Bracinik" + } }, { - "name": { - "surname": "Braga", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Braga" + } }, { - "name": { - "surname": "Brailsford", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Lancaster University LA1 4YB Lancaster UK", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Lancaster University LA1 4YB Lancaster UK" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Brailsford" + } }, { - "name": { - "surname": "Branca", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Branca" + } }, { - "name": { - "surname": "Brandt", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Brandt" + } }, { - "name": { - "surname": "Bremer", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Bremer" + } }, { - "name": { - "surname": "Brew", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Brew" + } }, { - "name": { - "surname": "Brice", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S. J.", + "surname": "Brice" + } }, { - "name": { - "surname": "Brizzolari", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Brizzolari" + } }, { - "name": { - "surname": "Bromberg", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Michigan State University 48824 East Lansing MI USA", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Michigan State University 48824 East Lansing MI USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Bromberg" + } }, { - "name": { - "surname": "Brooke", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Brooke" + } }, { - "name": { - "surname": "Bross", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Bross" + } }, { - "name": { - "surname": "Brunetti", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Brunetti" + } }, { - "name": { - "surname": "Brunetti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Brunetti" + } }, { - "name": { - "surname": "Buchanan", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Buchanan" + } }, { - "name": { - "surname": "Budd", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Budd" + } }, { - "name": { - "surname": "Butorov", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Butorov" + } }, { - "name": { - "surname": "Cagnoli", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Cagnoli" + } }, { - "name": { - "surname": "Cai", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "York University M3J 1P3 Toronto Canada", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "York University M3J 1P3 Toronto Canada" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Cai" + } }, { - "name": { - "surname": "Caiulo", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Caiulo" + } }, { - "name": { - "surname": "Calabrese", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Calabrese" + } }, { - "name": { - "surname": "Calafiura", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Calafiura" + } }, { - "name": { - "surname": "Calcutt", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Oregon State University 97331 Corvallis OR USA", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "Oregon State University 97331 Corvallis OR USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Calcutt" + } }, { - "name": { - "surname": "Calin", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Bucharest Bucharest Romania", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "University of Bucharest Bucharest Romania" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Calin" + } }, { - "name": { - "surname": "Calvez", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Calvez" + } }, { - "name": { - "surname": "Calvo", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Calvo" + } }, { - "name": { - "surname": "Caminata", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Caminata" + } }, { - "name": { - "surname": "Campos Benitez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Campos Benitez" + } }, { - "name": { - "surname": "Caratelli", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA", - "affPubID": "Aff27" + "affPubID": "Aff27", + "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Caratelli" + } }, { - "name": { - "surname": "Carber", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Carber" + } }, { - "name": { - "surname": "Carceller", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "J. M.", + "surname": "Carceller" + } }, { - "name": { - "surname": "Carini", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Carini" + } }, { - "name": { - "surname": "Carlus", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Carlus" + } }, { - "name": { - "surname": "Carneiro", - "given_name": "M. F." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "M. F.", + "surname": "Carneiro" + } }, { - "name": { - "surname": "Carniti", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Carniti" + } }, { - "name": { - "surname": "Terrazas", - "given_name": "I. Caro" - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "I. Caro", + "surname": "Terrazas" + } }, { - "name": { - "surname": "Carranza", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Carranza" + } }, { - "name": { - "surname": "Carroll", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Carroll" + } }, { - "name": { - "surname": "Forero", - "given_name": "J. F. Casta\u00f1o" - }, "affiliation": [ { - "affPubRaw": "Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia" } - ] + ], + "name": { + "given_name": "J. F. Casta\u00f1o", + "surname": "Forero" + } }, { - "name": { - "surname": "Castillo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidad Sergio Arboleda 11022 Bogot\u00e1 Colombia", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Universidad Sergio Arboleda 11022 Bogot\u00e1 Colombia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Castillo" + } }, { - "name": { - "surname": "Castromonte", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Castromonte" + } }, { - "name": { - "surname": "Catano-Mur", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Catano-Mur" + } }, { - "name": { - "surname": "Cattadori", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Cattadori" + } }, { - "name": { - "surname": "Cavalier", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Cavalier" + } }, { - "name": { - "surname": "Cavallaro", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Cavallaro" + } }, { - "name": { - "surname": "Cavanna", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Cavanna" + } }, { - "name": { - "surname": "Centro", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universt\u00e0 degli Studi di Padova 35131 Padua Italy", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Universt\u00e0 degli Studi di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Centro" + } }, { - "name": { - "surname": "Cerati", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Cerati" + } }, { - "name": { - "surname": "Cervelli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Cervelli" + } }, { - "name": { - "surname": "Cervera Villanueva", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Cervera Villanueva" + } }, { - "name": { - "surname": "Chalifour", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Chalifour" + } }, { - "name": { - "surname": "Chappell", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Chappell" + } }, { - "name": { - "surname": "Chardonnet", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Chardonnet" + } }, { - "name": { - "surname": "Charitonidis", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Charitonidis" + } }, { - "name": { - "surname": "Chatterjee", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Chatterjee" + } }, { - "name": { - "surname": "Chattopadhyay", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Variable Energy Cyclotron Centre 700 064 Kolkata West Bengal India", - "affPubID": "Aff206" + "affPubID": "Aff206", + "affPubRaw": "Variable Energy Cyclotron Centre 700 064 Kolkata West Bengal India" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Chattopadhyay" + } }, { - "name": { - "surname": "Chavarry Neyra", - "given_name": "M. S." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru" } - ] + ], + "name": { + "given_name": "M. S.", + "surname": "Chavarry Neyra" + } }, { - "name": { - "surname": "Chen", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Chen" + } }, { - "name": { - "surname": "Chen", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Chen" + } }, { - "name": { - "surname": "Chen", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Chen" + } }, { - "name": { - "surname": "Chen", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Chen" + } }, { - "name": { - "surname": "Chen-Wishart", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Royal Holloway College TW20 0EX London UK", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Royal Holloway College TW20 0EX London UK" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Chen-Wishart" + } }, { - "name": { - "surname": "Cheon", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Cheon" + } }, { - "name": { - "surname": "Cherdack", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Cherdack" + } }, { - "name": { - "surname": "Chi", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Chi" + } }, { - "name": { - "surname": "Childress", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Childress" + } }, { - "name": { - "surname": "Chirco", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Chirco" + } }, { - "name": { - "surname": "Chiriacescu", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Bucharest Bucharest Romania", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "University of Bucharest Bucharest Romania" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Chiriacescu" + } }, { - "name": { - "surname": "Cho", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Korea Institute of Science and Technology Information 34141 Daejeon South Korea", - "affPubID": "Aff123" + "affPubID": "Aff123", + "affPubRaw": "Korea Institute of Science and Technology Information 34141 Daejeon South Korea" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Cho" + } }, { - "name": { - "surname": "Choate", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Choate" + } }, { - "name": { - "surname": "Chokheli", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Chokheli" + } }, { - "name": { - "surname": "Chong", - "given_name": "P. S." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "P. S.", + "surname": "Chong" + } }, { - "name": { - "surname": "Christensen", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Christensen" + } }, { - "name": { - "surname": "Christian", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Christian" + } }, { - "name": { - "surname": "Christodoulou", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Christodoulou" + } }, { - "name": { - "surname": "Chukanov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Chukanov" + } }, { - "name": { - "surname": "Chung", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Chung" + } }, { - "name": { - "surname": "Church", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Church" + } }, { - "name": { - "surname": "Cicero", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Cicero" + } }, { - "name": { - "surname": "Clarke", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Clarke" + } }, { - "name": { - "surname": "Cline", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Cline" + } }, { - "name": { - "surname": "Coan", - "given_name": "T. E." - }, "affiliation": [ { - "affPubRaw": "Southern Methodist University 75275 Dallas TX USA", - "affPubID": "Aff189" + "affPubID": "Aff189", + "affPubRaw": "Southern Methodist University 75275 Dallas TX USA" } - ] + ], + "name": { + "given_name": "T. E.", + "surname": "Coan" + } }, { - "name": { - "surname": "Cocco", - "given_name": "A. G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy" } - ] + ], + "name": { + "given_name": "A. G.", + "surname": "Cocco" + } }, { - "name": { - "surname": "Coelho", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Coelho" + } }, { - "name": { - "surname": "Collot", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Collot" + } }, { - "name": { - "surname": "Colton", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] - }, - { + ], "name": { - "surname": "Conley", - "given_name": "E." - }, + "given_name": "N.", + "surname": "Colton" + } + }, + { "affiliation": [ { - "affPubRaw": "Duke University 27708 Durham NC USA", - "affPubID": "Aff55" + "affPubID": "Aff55", + "affPubRaw": "Duke University 27708 Durham NC USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Conley" + } }, { - "name": { - "surname": "Conley", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Conley" + } }, { - "name": { - "surname": "Conrad", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Conrad" + } }, { - "name": { - "surname": "Convery", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Convery" + } }, { - "name": { - "surname": "Copello", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Copello" + } }, { - "name": { - "surname": "Cova", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy" }, { - "affPubRaw": "University of Parma 43121 Parma PR Italy", - "affPubID": "Aff164" + "affPubID": "Aff164", + "affPubRaw": "University of Parma 43121 Parma PR Italy" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Cova" + } }, { - "name": { - "surname": "Cremaldi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Mississippi 38677 University MS USA", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "University of Mississippi 38677 University MS USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Cremaldi" + } }, { - "name": { - "surname": "Cremonesi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Queen Mary University of London E1 4NS London UK", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Queen Mary University of London E1 4NS London UK" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Cremonesi" + } }, { - "name": { - "surname": "Crespo-Anad\u00f3n", - "given_name": "J. I." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "J. I.", + "surname": "Crespo-Anad\u00f3n" + } }, { - "name": { - "surname": "Crisler", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Crisler" + } }, { - "name": { - "surname": "Cristaldo", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Asunci\u00f3n San Lorenzo Paraguay", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Universidad Nacional de Asunci\u00f3n San Lorenzo Paraguay" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Cristaldo" + } }, { - "name": { - "surname": "Crnkovic", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Crnkovic" + } }, { - "name": { - "surname": "Cross", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Lancaster University LA1 4YB Lancaster UK", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Lancaster University LA1 4YB Lancaster UK" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Cross" + } }, { - "name": { - "surname": "Cudd", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA", - "affPubID": "Aff43" + "affPubID": "Aff43", + "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Cudd" + } }, { - "name": { - "surname": "Cuesta", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Cuesta" + } }, { - "name": { - "surname": "Cui", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of California Riverside 92521 Riverside CA USA", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "University of California Riverside 92521 Riverside CA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Cui" + } }, { - "name": { - "surname": "Cussans", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Cussans" + } }, { - "name": { - "surname": "Dai", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Dai" + } }, { - "name": { - "surname": "Dalager", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Dalager" + } }, { - "name": { - "surname": "Da Motta", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas 22290-180 Rio de Janeiro RJ Brazil", - "affPubID": "Aff33" + "affPubID": "Aff33", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas 22290-180 Rio de Janeiro RJ Brazil" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Da Motta" + } }, { - "name": { - "surname": "Da Silva Peres", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio de Janeiro 21941-901 Rio de Janeiro RJ Brazil", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Universidade Federal do Rio de Janeiro 21941-901 Rio de Janeiro RJ Brazil" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Da Silva Peres" + } }, { - "name": { - "surname": "David", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" }, { - "affPubRaw": "York University M3J 1P3 Toronto Canada", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "York University M3J 1P3 Toronto Canada" } - ] + ], + "name": { + "given_name": "C.", + "surname": "David" + } }, { - "name": { - "surname": "David", - "given_name": "Q." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "Q.", + "surname": "David" + } }, { - "name": { - "surname": "Davies", - "given_name": "G. S." - }, "affiliation": [ { - "affPubRaw": "University of Mississippi 38677 University MS USA", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "University of Mississippi 38677 University MS USA" } - ] + ], + "name": { + "given_name": "G. S.", + "surname": "Davies" + } }, { - "name": { - "surname": "Davini", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Davini" + } }, { - "name": { - "surname": "Dawson", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Dawson" + } }, { - "name": { - "surname": "De", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "De" + } }, { - "name": { - "surname": "De", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Albany, SUNY 12222 Albany NY USA", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "University of Albany, SUNY 12222 Albany NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "De" + } }, { - "name": { - "surname": "Debbins", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Iowa 52242 Iowa City IA USA", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "University of Iowa 52242 Iowa City IA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Debbins" + } }, { - "name": { - "surname": "De Bonis", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France" } - ] + ], + "name": { + "given_name": "I.", + "surname": "De Bonis" + } }, { - "name": { - "surname": "Decowski", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Amsterdam 1098 XG Amsterdam The Netherlands", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "University of Amsterdam 1098 XG Amsterdam The Netherlands" }, { - "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Decowski" + } }, { - "name": { - "surname": "De Gouvea", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Northwestern University 60208 Evanston IL USA", - "affPubID": "Aff153" + "affPubID": "Aff153", + "affPubRaw": "Northwestern University 60208 Evanston IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "De Gouvea" + } }, { - "name": { - "surname": "De Holanda", - "given_name": "P. C." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "P. C.", + "surname": "De Holanda" + } }, { - "name": { - "surname": "De Icaza Astiz", - "given_name": "I. L." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "I. L.", + "surname": "De Icaza Astiz" + } }, { - "name": { - "surname": "Deisting", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Royal Holloway College TW20 0EX London UK", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Royal Holloway College TW20 0EX London UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Deisting" + } }, { - "name": { - "surname": "De Jong", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Amsterdam 1098 XG Amsterdam The Netherlands", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "University of Amsterdam 1098 XG Amsterdam The Netherlands" }, { - "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands" } - ] + ], + "name": { + "given_name": "P.", + "surname": "De Jong" + } }, { - "name": { - "surname": "Delbart", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Delbart" + } }, { - "name": { - "surname": "De Leo", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Roma 00185 Rome RM Italy", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Roma 00185 Rome RM Italy" }, { - "affPubRaw": "Sapienza University of Rome 00185 Rome RM Italy", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Sapienza University of Rome 00185 Rome RM Italy" } - ] + ], + "name": { + "given_name": "V.", + "surname": "De Leo" + } }, { - "name": { - "surname": "Delepine", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Delepine" + } }, { - "name": { - "surname": "Delgado", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Delgado" + } }, { - "name": { - "surname": "Dell\u2019Acqua", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Dell\u2019Acqua" + } }, { - "name": { - "surname": "Delmonte", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy" }, { - "affPubRaw": "University of Parma 43121 Parma PR Italy", - "affPubID": "Aff164" + "affPubID": "Aff164", + "affPubRaw": "University of Parma 43121 Parma PR Italy" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Delmonte" + } }, { - "name": { - "surname": "De Lurgio", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "De Lurgio" + } }, { - "name": { - "surname": "De Mello Neto", - "given_name": "J. R." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do Rio de Janeiro 21941-901 Rio de Janeiro RJ Brazil", - "affPubID": "Aff66" + "affPubID": "Aff66", + "affPubRaw": "Universidade Federal do Rio de Janeiro 21941-901 Rio de Janeiro RJ Brazil" } - ] + ], + "name": { + "given_name": "J. R.", + "surname": "De Mello Neto" + } }, { - "name": { - "surname": "DeMuth", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Valley City State University 58072 Valley City ND USA", - "affPubID": "Aff205" + "affPubID": "Aff205", + "affPubRaw": "Valley City State University 58072 Valley City ND USA" } - ] + ], + "name": { + "given_name": "D. M.", + "surname": "DeMuth" + } }, { - "name": { - "surname": "Dennis", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Dennis" + } }, { - "name": { - "surname": "Densham", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Densham" + } }, { - "name": { - "surname": "Deptuch", - "given_name": "G. W." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "G. W.", + "surname": "Deptuch" + } }, { - "name": { - "surname": "De Roeck", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "A.", + "surname": "De Roeck" + } }, { - "name": { - "surname": "De Romeri", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "V.", + "surname": "De Romeri" + } }, { - "name": { - "surname": "De Souza", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "G.", + "surname": "De Souza" + } }, { - "name": { - "surname": "Devi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Jammu 180006 Jammu India", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "University of Jammu 180006 Jammu India" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Devi" + } }, { - "name": { - "surname": "Dharmapalan", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Dharmapalan" + } }, { - "name": { - "surname": "Dias", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Dias" + } }, { - "name": { - "surname": "Diaz", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Diaz" + } }, { - "name": { - "surname": "D\u00edaz", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Pontificia Universidad Cat\u00f3lica del Per\u00fa Lima Peru", - "affPubID": "Aff171" + "affPubID": "Aff171", + "affPubRaw": "Pontificia Universidad Cat\u00f3lica del Per\u00fa Lima Peru" } - ] + ], + "name": { + "given_name": "F.", + "surname": "D\u00edaz" + } }, { - "name": { - "surname": "Di Capua", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Napoli Federico II 80138 Naples NA Italy", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Universit\u00e0 degli Studi di Napoli Federico II 80138 Naples NA Italy" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Di Capua" + } }, { - "name": { - "surname": "Di Domenico", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Roma 00185 Rome RM Italy", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Roma 00185 Rome RM Italy" }, { - "affPubRaw": "Sapienza University of Rome 00185 Rome RM Italy", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Sapienza University of Rome 00185 Rome RM Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Di Domenico" + } }, { - "name": { - "surname": "Di Domizio", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Di Domizio" + } }, { - "name": { - "surname": "Di Giulio", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Di Giulio" + } }, { - "name": { - "surname": "Ding", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Ding" + } }, { - "name": { - "surname": "Di Noto", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Di Noto" + } }, { - "name": { - "surname": "Dirkx", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Dirkx" + } }, { - "name": { - "surname": "Distefano", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy", - "affPubID": "Aff104" + "affPubID": "Aff104", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Distefano" + } }, { - "name": { - "surname": "Diurba", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Diurba" + } }, { - "name": { - "surname": "Diwan", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Diwan" + } }, { - "name": { - "surname": "Djurcic", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Djurcic" + } }, { - "name": { - "surname": "Doering", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Doering" + } }, { - "name": { - "surname": "Dolan", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Dolan" + } }, { - "name": { - "surname": "Dolek", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Beykent University Istanbul Turkey", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Beykent University Istanbul Turkey" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Dolek" + } }, { - "name": { - "surname": "Dolinski", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Drexel University 19104 Philadelphia PA USA", - "affPubID": "Aff54" + "affPubID": "Aff54", + "affPubRaw": "Drexel University 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Dolinski" + } }, { - "name": { - "surname": "Domine", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Domine" + } }, { - "name": { - "surname": "Donon", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Donon" + } }, { - "name": { - "surname": "Douglas", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Michigan State University 48824 East Lansing MI USA", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Michigan State University 48824 East Lansing MI USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Douglas" + } }, { - "name": { - "surname": "Dragone", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Dragone" + } }, { - "name": { - "surname": "Drake", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Drake" + } }, { - "name": { - "surname": "Drielsma", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Drielsma" + } }, { - "name": { - "surname": "Duarte", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Duarte" + } }, { - "name": { - "surname": "Duchesneau", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Duchesneau" + } }, { - "name": { - "surname": "Duffy", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" }, { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Duffy" + } }, { - "name": { - "surname": "Dunne", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Dunne" + } }, { - "name": { - "surname": "Dutta", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Texas A &M University 77840 College Station TX USA", - "affPubID": "Aff196" + "affPubID": "Aff196", + "affPubRaw": "Texas A &M University 77840 College Station TX USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Dutta" + } }, { - "name": { - "surname": "Duyang", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of South Carolina 29208 Columbia SC USA", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "University of South Carolina 29208 Columbia SC USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Duyang" + } }, { - "name": { - "surname": "Dvornikov", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Dvornikov" + } }, { - "name": { - "surname": "Dwyer", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Dwyer" + } }, { - "name": { - "surname": "Dyshkant", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Dyshkant" + } }, { - "name": { - "surname": "Eads", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Eads" + } }, { - "name": { - "surname": "Earle", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Earle" + } }, { - "name": { - "surname": "Edmunds", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Michigan State University 48824 East Lansing MI USA", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Michigan State University 48824 East Lansing MI USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Edmunds" + } }, { - "name": { - "surname": "Eisch", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Eisch" + } }, { - "name": { - "surname": "Emberger", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" }, { - "affPubRaw": "Max-Planck-Institut 80805 Munich Germany", - "affPubID": "Aff138" + "affPubID": "Aff138", + "affPubRaw": "Max-Planck-Institut 80805 Munich Germany" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Emberger" + } }, { - "name": { - "surname": "Emery", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Emery" + } }, { - "name": { - "surname": "Englezos", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Rutgers University 08854 Piscataway NJ USA", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Rutgers University 08854 Piscataway NJ USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Englezos" + } }, { - "name": { - "surname": "Ereditato", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Yale University 06520 New Haven CT USA", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "Yale University 06520 New Haven CT USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Ereditato" + } }, { - "name": { - "surname": "Erjavec", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of California Davis 95616 Davis CA USA", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "University of California Davis 95616 Davis CA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Erjavec" + } }, { - "name": { - "surname": "Escobar", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Escobar" + } }, { - "name": { - "surname": "Escudero Sanchez", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Escudero Sanchez" + } }, { - "name": { - "surname": "Eurin", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Eurin" + } }, { - "name": { - "surname": "Evans", - "given_name": "J. J." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "J. J.", + "surname": "Evans" + } }, { - "name": { - "surname": "Ewart", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Ewart" + } }, { - "name": { - "surname": "Ezeribe", - "given_name": "A. C." - }, "affiliation": [ { - "affPubRaw": "University of Sheffield S3 7RH Sheffield UK", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "University of Sheffield S3 7RH Sheffield UK" } - ] + ], + "name": { + "given_name": "A. C.", + "surname": "Ezeribe" + } }, { - "name": { - "surname": "Fahey", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] - }, - { + ], "name": { - "surname": "Falcone", - "given_name": "A." - }, + "given_name": "K.", + "surname": "Fahey" + } + }, + { "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Falcone" + } }, { - "name": { - "surname": "Fani\u2019", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Fani\u2019" + } }, { - "name": { - "surname": "Farnese", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Farnese" + } }, { - "name": { - "surname": "Farzan", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Institute for Research in Fundamental Sciences Tehran Iran", - "affPubID": "Aff111" + "affPubID": "Aff111", + "affPubRaw": "Institute for Research in Fundamental Sciences Tehran Iran" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Farzan" + } }, { - "name": { - "surname": "Fedoseev", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Fedoseev" + } }, { - "name": { - "surname": "Felix", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Felix" + } }, { - "name": { - "surname": "Feng", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Feng" + } }, { - "name": { - "surname": "Fernandez-Martinez", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Madrid Autonoma University and IFT UAM/CSIC 28049 Madrid Spain", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "Madrid Autonoma University and IFT UAM/CSIC 28049 Madrid Spain" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Fernandez-Martinez" + } }, { - "name": { - "surname": "Fernandez Menendez", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Fernandez Menendez" + } }, { - "name": { - "surname": "Ferraro", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Ferraro" + } }, { - "name": { - "surname": "Fields", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Notre Dame 46556 Notre Dame IN USA", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "University of Notre Dame 46556 Notre Dame IN USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Fields" + } }, { - "name": { - "surname": "Filip", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Filip" + } }, { - "name": { - "surname": "Filthaut", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands" }, { - "affPubRaw": "Radboud University 6525 AJ Nijmegen The Netherlands", - "affPubID": "Aff175" + "affPubID": "Aff175", + "affPubRaw": "Radboud University 6525 AJ Nijmegen The Netherlands" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Filthaut" + } }, { - "name": { - "surname": "Fine", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Fine" + } }, { - "name": { - "surname": "Fiorillo", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Napoli Federico II 80138 Naples NA Italy", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Universit\u00e0 degli Studi di Napoli Federico II 80138 Naples NA Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Fiorillo" + } }, { - "name": { - "surname": "Fiorini", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Fiorini" + } }, { - "name": { - "surname": "Fischer", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Fischer" + } }, { - "name": { - "surname": "Fitzpatrick", - "given_name": "R. S." - }, "affiliation": [ { - "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA", - "affPubID": "Aff140" + "affPubID": "Aff140", + "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA" } - ] + ], + "name": { + "given_name": "R. S.", + "surname": "Fitzpatrick" + } }, { - "name": { - "surname": "Flanagan", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "University of Dallas 75062-4736 Irving TX USA", - "affPubID": "Aff51" + "affPubID": "Aff51", + "affPubRaw": "University of Dallas 75062-4736 Irving TX USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Flanagan" + } }, { - "name": { - "surname": "Fleming", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Yale University 06520 New Haven CT USA", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "Yale University 06520 New Haven CT USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Fleming" + } }, { - "name": { - "surname": "Flight", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Flight" + } }, { - "name": { - "surname": "Fogarty", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Fogarty" + } }, { - "name": { - "surname": "Foreman", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Foreman" + } }, { - "name": { - "surname": "Fowler", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Duke University 27708 Durham NC USA", - "affPubID": "Aff55" + "affPubID": "Aff55", + "affPubRaw": "Duke University 27708 Durham NC USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Fowler" + } }, { - "name": { - "surname": "Fox", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Fox" + } }, { - "name": { - "surname": "Franc", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Franc" + } }, { - "name": { - "surname": "Francis", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Francis" + } }, { - "name": { - "surname": "Franco", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Yale University 06520 New Haven CT USA", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "Yale University 06520 New Haven CT USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Franco" + } }, { - "name": { - "surname": "Freeman", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Freeman" + } }, { - "name": { - "surname": "Freestone", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Freestone" + } }, { - "name": { - "surname": "Fried", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Fried" + } }, { - "name": { - "surname": "Friedland", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Friedland" + } }, { - "name": { - "surname": "Fuess", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Fuess" + } }, { - "name": { - "surname": "Furic", - "given_name": "I. K." - }, "affiliation": [ { - "affPubRaw": "University of Florida 32611-8440 Gainesville FL USA", - "affPubID": "Aff69" + "affPubID": "Aff69", + "affPubRaw": "University of Florida 32611-8440 Gainesville FL USA" } - ] + ], + "name": { + "given_name": "I. K.", + "surname": "Furic" + } }, { - "name": { - "surname": "Furman", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Queen Mary University of London E1 4NS London UK", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Queen Mary University of London E1 4NS London UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Furman" + } }, { - "name": { - "surname": "Furmanski", - "given_name": "A. P." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "A. P.", + "surname": "Furmanski" + } }, { - "name": { - "surname": "Gabrielli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Gabrielli" + } }, { - "name": { - "surname": "Gago", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Pontificia Universidad Cat\u00f3lica del Per\u00fa Lima Peru", - "affPubID": "Aff171" + "affPubID": "Aff171", + "affPubRaw": "Pontificia Universidad Cat\u00f3lica del Per\u00fa Lima Peru" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Gago" + } }, { - "name": { - "surname": "Gallagher", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Gallagher" + } }, { - "name": { - "surname": "Gallas", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Gallas" + } }, { - "name": { - "surname": "Gallego-Ros", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Gallego-Ros" + } }, { - "name": { - "surname": "Gallice", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Milano 20133 Milan Italy", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Universit\u00e0 degli Studi di Milano 20133 Milan Italy" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Gallice" + } }, { - "name": { - "surname": "Galymov", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Galymov" + } }, { - "name": { - "surname": "Gamberini", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Gamberini" + } }, { - "name": { - "surname": "Gamble", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Sheffield S3 7RH Sheffield UK", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "University of Sheffield S3 7RH Sheffield UK" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Gamble" + } }, { - "name": { - "surname": "Ganacim", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Ganacim" + } }, { - "name": { - "surname": "Gandhi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Harish-Chandra Research Institute Jhunsi 211 019 Allahabad India", - "affPubID": "Aff78" + "affPubID": "Aff78", + "affPubRaw": "Harish-Chandra Research Institute Jhunsi 211 019 Allahabad India" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Gandhi" + } }, { - "name": { - "surname": "Ganguly", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Ganguly" + } }, { - "name": { - "surname": "Gao", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Gao" + } }, { - "name": { - "surname": "Gao", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Gao" + } }, { - "name": { - "surname": "Garcia-Gamez", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Granada and CAFPE 18002 Granada Spain", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "University of Granada and CAFPE 18002 Granada Spain" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Garcia-Gamez" + } }, { - "name": { - "surname": "Garc\u00eda-Peris", - "given_name": "M. \u00c1." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "M. \u00c1.", + "surname": "Garc\u00eda-Peris" + } }, { - "name": { - "surname": "Gardiner", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Gardiner" + } }, { - "name": { - "surname": "Gastler", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Boston University 02215 Boston MA USA", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "Boston University 02215 Boston MA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Gastler" + } }, { - "name": { - "surname": "Gauvreau", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Occidental College 90041 Los Angeles CA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Occidental College 90041 Los Angeles CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Gauvreau" + } }, { - "name": { - "surname": "Gauzzi", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Roma 00185 Rome RM Italy", - "affPubID": "Aff103" + "affPubID": "Aff103", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Roma 00185 Rome RM Italy" }, { - "affPubRaw": "Sapienza University of Rome 00185 Rome RM Italy", - "affPubID": "Aff182" + "affPubID": "Aff182", + "affPubRaw": "Sapienza University of Rome 00185 Rome RM Italy" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Gauzzi" + } }, { - "name": { - "surname": "Ge", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Ge" + } }, { - "name": { - "surname": "Geffroy", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Geffroy" + } }, { - "name": { - "surname": "Gelli", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Gelli" + } }, { - "name": { - "surname": "Gendotti", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "ETH Zurich Zurich Switzerland", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "ETH Zurich Zurich Switzerland" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Gendotti" + } }, { - "name": { - "surname": "Gent", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "South Dakota State University 57007 Brookings SD USA", - "affPubID": "Aff188" + "affPubID": "Aff188", + "affPubRaw": "South Dakota State University 57007 Brookings SD USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Gent" + } }, { - "name": { - "surname": "Ghorbani-Moghaddam", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Ghorbani-Moghaddam" + } }, { - "name": { - "surname": "Giammaria", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Giammaria" + } }, { - "name": { - "surname": "Giammaria", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Giammaria" + } }, { - "name": { - "surname": "Giangiacomi", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "University of Toronto M5S 1A1 Toronto ON Canada", - "affPubID": "Aff200" + "affPubID": "Aff200", + "affPubRaw": "University of Toronto M5S 1A1 Toronto ON Canada" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Giangiacomi" + } }, { - "name": { - "surname": "Gibin", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" }, { - "affPubRaw": "Universt\u00e0 degli Studi di Padova 35131 Padua Italy", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Universt\u00e0 degli Studi di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Gibin" + } }, { - "name": { - "surname": "Gil-Botella", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Gil-Botella" + } }, { - "name": { - "surname": "Gilligan", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Oregon State University 97331 Corvallis OR USA", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "Oregon State University 97331 Corvallis OR USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Gilligan" + } }, { - "name": { - "surname": "Girerd", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Girerd" + } }, { - "name": { - "surname": "Giri", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Indian Institute of Technology Hyderabad 502285 Hyderabad India", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "Indian Institute of Technology Hyderabad 502285 Hyderabad India" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Giri" + } }, { - "name": { - "surname": "Gnani", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Gnani" + } }, { - "name": { - "surname": "Gogota", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Gogota" + } }, { - "name": { - "surname": "Gold", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of New Mexico 87131 Albuquerque NM USA", - "affPubID": "Aff148" + "affPubID": "Aff148", + "affPubRaw": "University of New Mexico 87131 Albuquerque NM USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Gold" + } }, { - "name": { - "surname": "Gollapinni", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Gollapinni" + } }, { - "name": { - "surname": "Gollwitzer", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Gollwitzer" + } }, { - "name": { - "surname": "Gomes", - "given_name": "R. A." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de Goias 74690-900 Goiania GO Brazil", - "affPubID": "Aff63" + "affPubID": "Aff63", + "affPubRaw": "Universidade Federal de Goias 74690-900 Goiania GO Brazil" } - ] + ], + "name": { + "given_name": "R. A.", + "surname": "Gomes" + } }, { - "name": { - "surname": "Gomez Bermeo", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universidad Sergio Arboleda 11022 Bogot\u00e1 Colombia", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Universidad Sergio Arboleda 11022 Bogot\u00e1 Colombia" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Gomez Bermeo" + } }, { - "name": { - "surname": "Gomez Fajardo", - "given_name": "L. S." - }, "affiliation": [ { - "affPubRaw": "Universidad Sergio Arboleda 11022 Bogot\u00e1 Colombia", - "affPubID": "Aff183" + "affPubID": "Aff183", + "affPubRaw": "Universidad Sergio Arboleda 11022 Bogot\u00e1 Colombia" } - ] + ], + "name": { + "given_name": "L. S.", + "surname": "Gomez Fajardo" + } }, { - "name": { - "surname": "Gonnella", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Birmingham B15 2TT Birmingham UK", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "University of Birmingham B15 2TT Birmingham UK" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Gonnella" + } }, { - "name": { - "surname": "Gonz\u00e1lez Caama\u00f1o", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Gonz\u00e1lez Caama\u00f1o" + } }, { - "name": { - "surname": "Gonzalez-Diaz", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Gonzalez-Diaz" + } }, { - "name": { - "surname": "Gonzalez-Lopez", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Madrid Autonoma University and IFT UAM/CSIC 28049 Madrid Spain", - "affPubID": "Aff134" + "affPubID": "Aff134", + "affPubRaw": "Madrid Autonoma University and IFT UAM/CSIC 28049 Madrid Spain" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Gonzalez-Lopez" + } }, { - "name": { - "surname": "Goodman", - "given_name": "M. C." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "M. C.", + "surname": "Goodman" + } }, { - "name": { - "surname": "Goodwin", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Goodwin" + } }, { - "name": { - "surname": "Goswami", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Physical Research Laboratory 380 009 Ahmedabad India", - "affPubID": "Aff168" + "affPubID": "Aff168", + "affPubRaw": "Physical Research Laboratory 380 009 Ahmedabad India" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Goswami" + } }, { - "name": { - "surname": "Gotti", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Gotti" + } }, { - "name": { - "surname": "Goudzovski", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University of Birmingham B15 2TT Birmingham UK", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "University of Birmingham B15 2TT Birmingham UK" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Goudzovski" + } }, { - "name": { - "surname": "Grace", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Grace" + } }, { - "name": { - "surname": "Gran", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Duluth 55812 Duluth MN USA", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "University of Minnesota Duluth 55812 Duluth MN USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Gran" + } }, { - "name": { - "surname": "Granados", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Granados" + } }, { - "name": { - "surname": "Granger", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Granger" + } }, { - "name": { - "surname": "Grant", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Boston University 02215 Boston MA USA", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "Boston University 02215 Boston MA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Grant" + } }, { - "name": { - "surname": "Gratieri", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Fluminense Federal University 9 24220-900 Icara\u00ed Niter\u00f3i RJ Brazil", - "affPubID": "Aff70" + "affPubID": "Aff70", + "affPubRaw": "Fluminense Federal University 9 24220-900 Icara\u00ed Niter\u00f3i RJ Brazil" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Gratieri" + } }, { - "name": { - "surname": "Green", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Green" + } }, { - "name": { - "surname": "Green", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Green" + } }, { - "name": { - "surname": "Greenberg", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA", - "affPubID": "Aff22" + "affPubID": "Aff22", + "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA" }, { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Greenberg" + } }, { - "name": { - "surname": "Greenler", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Greenler" + } }, { - "name": { - "surname": "Greer", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Greer" + } }, { - "name": { - "surname": "Grenard", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Grenard" + } }, { - "name": { - "surname": "Griffith", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Griffith" + } }, { - "name": { - "surname": "Groh", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Groh" + } }, { - "name": { - "surname": "Grudzinski", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] - }, - { + ], "name": { - "surname": "Grzelak", - "given_name": "K." - }, + "given_name": "J.", + "surname": "Grudzinski" + } + }, + { "affiliation": [ { - "affPubRaw": "University of Warsaw 02-093 Warsaw Poland", - "affPubID": "Aff208" + "affPubID": "Aff208", + "affPubRaw": "University of Warsaw 02-093 Warsaw Poland" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Grzelak" + } }, { - "name": { - "surname": "Gu", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Gu" + } }, { - "name": { - "surname": "Guardincerri", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Guardincerri" + } }, { - "name": { - "surname": "Guarino", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Guarino" + } }, { - "name": { - "surname": "Guarise", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Guarise" + } }, { - "name": { - "surname": "Guenette", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Harvard University 02138 Cambridge MA USA", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Harvard University 02138 Cambridge MA USA" }, { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Guenette" + } }, { - "name": { - "surname": "Guerard", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Guerard" + } }, { - "name": { - "surname": "Guerzoni", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Guerzoni" + } }, { - "name": { - "surname": "Guffanti", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Guffanti" + } }, { - "name": { - "surname": "Guglielmi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Guglielmi" + } }, { - "name": { - "surname": "Guo", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of South Carolina 29208 Columbia SC USA", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "University of South Carolina 29208 Columbia SC USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Guo" + } }, { - "name": { - "surname": "Gupta", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Gupta" + } }, { - "name": { - "surname": "Gupta", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Gupta" + } }, { - "name": { - "surname": "Guthikonda", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "K L University 522502 Vaddeswaram Andhra Pradesh India", - "affPubID": "Aff124" + "affPubID": "Aff124", + "affPubRaw": "K L University 522502 Vaddeswaram Andhra Pradesh India" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Guthikonda" + } }, { - "name": { - "surname": "Guzowski", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Guzowski" + } }, { - "name": { - "surname": "Guzzo", - "given_name": "M. M." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "M. M.", + "surname": "Guzzo" + } }, { - "name": { - "surname": "Gwon", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Chung-Ang University 06974 Seoul South Korea", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Chung-Ang University 06974 Seoul South Korea" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Gwon" + } }, { - "name": { - "surname": "Ha", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Chung-Ang University 06974 Seoul South Korea", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Chung-Ang University 06974 Seoul South Korea" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Ha" + } }, { - "name": { - "surname": "Haaf", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Haaf" + } }, { - "name": { - "surname": "Habig", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Duluth 55812 Duluth MN USA", - "affPubID": "Aff144" + "affPubID": "Aff144", + "affPubRaw": "University of Minnesota Duluth 55812 Duluth MN USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Habig" + } }, { - "name": { - "surname": "Hadavand", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Hadavand" + } }, { - "name": { - "surname": "Haenni", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Haenni" + } }, { - "name": { - "surname": "Hahn", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Hahn" + } }, { - "name": { - "surname": "Haiston", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Haiston" + } }, { - "name": { - "surname": "Hamacher-Baumann", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Hamacher-Baumann" + } }, { - "name": { - "surname": "Hamernik", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Hamernik" + } }, { - "name": { - "surname": "Hamilton", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Hamilton" + } }, { - "name": { - "surname": "Han", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Han" + } }, { - "name": { - "surname": "Harris", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" }, { - "affPubRaw": "York University M3J 1P3 Toronto Canada", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "York University M3J 1P3 Toronto Canada" } - ] + ], + "name": { + "given_name": "D. A.", + "surname": "Harris" + } }, { - "name": { - "surname": "Hartnell", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Hartnell" + } }, { - "name": { - "surname": "Hartnett", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Hartnett" + } }, { - "name": { - "surname": "Harton", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Harton" + } }, { - "name": { - "surname": "Hasegawa", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "High Energy Accelerator Research Organization (KEK) 305-0801 Ibaraki Japan", - "affPubID": "Aff122" + "affPubID": "Aff122", + "affPubRaw": "High Energy Accelerator Research Organization (KEK) 305-0801 Ibaraki Japan" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Hasegawa" + } }, { - "name": { - "surname": "Hasnip", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Hasnip" + } }, { - "name": { - "surname": "Hatcher", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Hatcher" + } }, { - "name": { - "surname": "Hatfield", - "given_name": "K. W." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "K. W.", + "surname": "Hatfield" + } }, { - "name": { - "surname": "Hatzikoutelis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "San Jose State University 95192-0106 San Jos\u00e9 CA USA", - "affPubID": "Aff181" + "affPubID": "Aff181", + "affPubRaw": "San Jose State University 95192-0106 San Jos\u00e9 CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Hatzikoutelis" + } }, { - "name": { - "surname": "Hayes", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Hayes" + } }, { - "name": { - "surname": "Hayrapetyan", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Queen Mary University of London E1 4NS London UK", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Queen Mary University of London E1 4NS London UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Hayrapetyan" + } }, { - "name": { - "surname": "Hays", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Queen Mary University of London E1 4NS London UK", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Queen Mary University of London E1 4NS London UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Hays" + } }, { - "name": { - "surname": "Hazen", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Boston University 02215 Boston MA USA", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "Boston University 02215 Boston MA USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Hazen" + } }, { - "name": { - "surname": "He", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "He" + } }, { - "name": { - "surname": "Heavey", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Heavey" + } }, { - "name": { - "surname": "Heeger", - "given_name": "K. M." - }, "affiliation": [ { - "affPubRaw": "Yale University 06520 New Haven CT USA", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "Yale University 06520 New Haven CT USA" } - ] + ], + "name": { + "given_name": "K. M.", + "surname": "Heeger" + } }, { - "name": { - "surname": "Heise", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Sanford Underground Research Facility 57754 Lead SD USA", - "affPubID": "Aff192" + "affPubID": "Aff192", + "affPubRaw": "Sanford Underground Research Facility 57754 Lead SD USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Heise" + } }, { - "name": { - "surname": "Henry", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Henry" + } }, { - "name": { - "surname": "Morquecho", - "given_name": "M. Hernandez" - }, "affiliation": [ { - "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA" } - ] + ], + "name": { + "given_name": "M. Hernandez", + "surname": "Morquecho" + } }, { - "name": { - "surname": "Herner", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Herner" + } }, { - "name": { - "surname": "Hewes", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Hewes" + } }, { - "name": { - "surname": "Hilgenberg", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Hilgenberg" + } }, { - "name": { - "surname": "Hill", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Idaho State University 83209 Pocatello ID USA", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "Idaho State University 83209 Pocatello ID USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Hill" + } }, { - "name": { - "surname": "Hillier", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "University of Birmingham B15 2TT Birmingham UK", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "University of Birmingham B15 2TT Birmingham UK" } - ] + ], + "name": { + "given_name": "S. J.", + "surname": "Hillier" + } }, { - "name": { - "surname": "Himmel", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Himmel" + } }, { - "name": { - "surname": "Hinkle", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University of Chicago 60637 Chicago IL USA", - "affPubID": "Aff37" + "affPubID": "Aff37", + "affPubRaw": "University of Chicago 60637 Chicago IL USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Hinkle" + } }, { - "name": { - "surname": "Hirsch", - "given_name": "L. R." - }, "affiliation": [ { - "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil" } - ] + ], + "name": { + "given_name": "L. R.", + "surname": "Hirsch" + } }, { - "name": { - "surname": "Ho", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Harvard University 02138 Cambridge MA USA", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Harvard University 02138 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Ho" + } }, { - "name": { - "surname": "Hoff", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Hoff" + } }, { - "name": { - "surname": "Holin", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Holin" + } }, { - "name": { - "surname": "Hoppe", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Hoppe" + } }, { - "name": { - "surname": "Horton-Smith", - "given_name": "G. A." - }, "affiliation": [ { - "affPubRaw": "Kansas State University 66506 Manhattan KS USA", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Kansas State University 66506 Manhattan KS USA" } - ] + ], + "name": { + "given_name": "G. A.", + "surname": "Horton-Smith" + } }, { - "name": { - "surname": "Hostert", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Hostert" + } }, { - "name": { - "surname": "Hourlier", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Hourlier" + } }, { - "name": { - "surname": "Howard", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Howard" + } }, { - "name": { - "surname": "Howell", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Howell" + } }, { - "name": { - "surname": "Hristova", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Hristova" + } }, { - "name": { - "surname": "Hronek", - "given_name": "M. S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M. S.", + "surname": "Hronek" + } }, { - "name": { - "surname": "Huang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of California Davis 95616 Davis CA USA", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "University of California Davis 95616 Davis CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Huang" + } }, { - "name": { - "surname": "Hulcher", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Hulcher" + } }, { - "name": { - "surname": "Iles", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Iles" + } }, { - "name": { - "surname": "Ilic", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "University of Toronto M5S 1A1 Toronto ON Canada", - "affPubID": "Aff200" + "affPubID": "Aff200", + "affPubRaw": "University of Toronto M5S 1A1 Toronto ON Canada" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Ilic" + } }, { - "name": { - "surname": "Iliescu", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "A. M.", + "surname": "Iliescu" + } }, { - "name": { - "surname": "Illingworth", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Illingworth" + } }, { - "name": { - "surname": "Ingratta", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Ingratta" + } }, { - "name": { - "surname": "Ioannisian", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Yerevan Institute for Theoretical Physics and Modeling 0036 Yerevan Armenia", - "affPubID": "Aff215" + "affPubID": "Aff215", + "affPubRaw": "Yerevan Institute for Theoretical Physics and Modeling 0036 Yerevan Armenia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Ioannisian" + } }, { - "name": { - "surname": "Irwin", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Irwin" + } }, { - "name": { - "surname": "Isenhower", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Abilene Christian University 79601 Abilene TX USA", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Abilene Christian University 79601 Abilene TX USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Isenhower" + } }, { - "name": { - "surname": "Itay", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Itay" + } }, { - "name": { - "surname": "Jackson", - "given_name": "C. M." - }, "affiliation": [ { - "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA", - "affPubID": "Aff159" + "affPubID": "Aff159", + "affPubRaw": "Pacific Northwest National Laboratory 99352 Richland WA USA" } - ] + ], + "name": { + "given_name": "C. M.", + "surname": "Jackson" + } }, { - "name": { - "surname": "Jain", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "University of Albany, SUNY 12222 Albany NY USA", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "University of Albany, SUNY 12222 Albany NY USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Jain" + } }, { - "name": { - "surname": "James", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "James" + } }, { - "name": { - "surname": "Jang", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Jang" + } }, { - "name": { - "surname": "Jargowsky", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Jargowsky" + } }, { - "name": { - "surname": "Jediny", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Jediny" + } }, { - "name": { - "surname": "Jena", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Jena" + } }, { - "name": { - "surname": "Jeong", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Chung-Ang University 06974 Seoul South Korea", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Chung-Ang University 06974 Seoul South Korea" }, { - "affPubRaw": "University of Iowa 52242 Iowa City IA USA", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "University of Iowa 52242 Iowa City IA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Jeong" + } }, { - "name": { - "surname": "Jes\u00fas-Valls", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE)-Barcelona Institute of Science and Technology (BIST) Barcelona Spain", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE)-Barcelona Institute of Science and Technology (BIST) Barcelona Spain" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Jes\u00fas-Valls" + } }, { - "name": { - "surname": "Ji", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "X.", + "surname": "Ji" + } }, { - "name": { - "surname": "Jiang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Jiang" + } }, { - "name": { - "surname": "Jiang", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Jiang" + } }, { - "name": { - "surname": "Jim\u00e9nez", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Jim\u00e9nez" + } }, { - "name": { - "surname": "Jipa", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Bucharest Bucharest Romania", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "University of Bucharest Bucharest Romania" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Jipa" + } }, { - "name": { - "surname": "Joaquim", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto Superior T\u00e9cnico-IST Universidade de Lisboa 1049-001 Lisbon Portugal", - "affPubID": "Aff112" + "affPubID": "Aff112", + "affPubRaw": "Instituto Superior T\u00e9cnico-IST Universidade de Lisboa 1049-001 Lisbon Portugal" }, { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Joaquim" + } }, { - "name": { - "surname": "Johnson", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Johnson" + } }, { - "name": { - "surname": "Johnston", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Johnston" + } }, { - "name": { - "surname": "Jones", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Jones" + } }, { - "name": { - "surname": "Judah", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Judah" + } }, { - "name": { - "surname": "Jung", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Jung" + } }, { - "name": { - "surname": "Junk", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Junk" + } }, { - "name": { - "surname": "Jwa", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Jwa" + } }, { - "name": { - "surname": "Kabirnezhad", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Kabirnezhad" + } }, { - "name": { - "surname": "Kaboth", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Royal Holloway College TW20 0EX London UK", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Royal Holloway College TW20 0EX London UK" }, { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Kaboth" + } }, { - "name": { - "surname": "Kadenko", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine" } - ] - }, - { + ], "name": { - "surname": "Kakorin", - "given_name": "I." - }, + "given_name": "I.", + "surname": "Kadenko" + } + }, + { "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Kakorin" + } }, { - "name": { - "surname": "Kalitkina", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Kalitkina" + } }, { - "name": { - "surname": "Kalra", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Kalra" + } }, { - "name": { - "surname": "Kamiya", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Kamiya" + } }, { - "name": { - "surname": "Kaplan", - "given_name": "D. M." - }, "affiliation": [ { - "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA" } - ] + ], + "name": { + "given_name": "D. M.", + "surname": "Kaplan" + } }, { - "name": { - "surname": "Karagiorgi", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Karagiorgi" + } }, { - "name": { - "surname": "Karaman", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "University of Iowa 52242 Iowa City IA USA", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "University of Iowa 52242 Iowa City IA USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Karaman" + } }, { - "name": { - "surname": "Karcher", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Karcher" + } }, { - "name": { - "surname": "Karolak", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Karolak" + } }, { - "name": { - "surname": "Karyotakis", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Karyotakis" + } }, { - "name": { - "surname": "Kasai", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "National Institute of Technology, Kure College 737-8506 Hiroshima Japan", - "affPubID": "Aff125" + "affPubID": "Aff125", + "affPubRaw": "National Institute of Technology, Kure College 737-8506 Hiroshima Japan" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Kasai" + } }, { - "name": { - "surname": "Kasetti", - "given_name": "S. P." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "S. P.", + "surname": "Kasetti" + } }, { - "name": { - "surname": "Kashur", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Kashur" + } }, { - "name": { - "surname": "Kazaryan", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Yerevan Institute for Theoretical Physics and Modeling 0036 Yerevan Armenia", - "affPubID": "Aff215" + "affPubID": "Aff215", + "affPubRaw": "Yerevan Institute for Theoretical Physics and Modeling 0036 Yerevan Armenia" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Kazaryan" + } }, { - "name": { - "surname": "Kearns", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Boston University 02215 Boston MA USA", - "affPubID": "Aff18" + "affPubID": "Aff18", + "affPubRaw": "Boston University 02215 Boston MA USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Kearns" + } }, { - "name": { - "surname": "Keener", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Keener" + } }, { - "name": { - "surname": "Kelly", - "given_name": "K. J." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "K. J.", + "surname": "Kelly" + } }, { - "name": { - "surname": "Kemp", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Kemp" + } }, { - "name": { - "surname": "Kemularia", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Kemularia" + } }, { - "name": { - "surname": "Ketchum", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Ketchum" + } }, { - "name": { - "surname": "Kettell", - "given_name": "S. H." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "S. H.", + "surname": "Kettell" + } }, { - "name": { - "surname": "Khabibullin", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Khabibullin" + } }, { - "name": { - "surname": "Khotjantsev", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Khotjantsev" + } }, { - "name": { - "surname": "Khvedelidze", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Khvedelidze" + } }, { - "name": { - "surname": "Kim", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Texas A &M University 77840 College Station TX USA", - "affPubID": "Aff196" + "affPubID": "Aff196", + "affPubRaw": "Texas A &M University 77840 College Station TX USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Kim" + } }, { - "name": { - "surname": "King", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "King" + } }, { - "name": { - "surname": "Kirby", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Kirby" + } }, { - "name": { - "surname": "Kirby", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Kirby" + } }, { - "name": { - "surname": "Klein", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Klein" + } }, { - "name": { - "surname": "Klustova", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Klustova" + } }, { - "name": { - "surname": "Kobilarcik", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Kobilarcik" + } }, { - "name": { - "surname": "Koehler", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Koehler" + } }, { - "name": { - "surname": "Koerner", - "given_name": "L. W." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "L. W.", + "surname": "Koerner" + } }, { - "name": { - "surname": "Koh", - "given_name": "D. H." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "D. H.", + "surname": "Koh" + } }, { - "name": { - "surname": "Kohn", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA", - "affPubID": "Aff22" + "affPubID": "Aff22", + "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA" }, { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Kohn" + } }, { - "name": { - "surname": "Koller", - "given_name": "P. P." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "P. P.", + "surname": "Koller" + } }, { - "name": { - "surname": "Kolupaeva", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Kolupaeva" + } }, { - "name": { - "surname": "Korablev", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Korablev" + } }, { - "name": { - "surname": "Kordosky", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Kordosky" + } }, { - "name": { - "surname": "Kosc", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Kosc" + } }, { - "name": { - "surname": "Kose", - "given_name": "U." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "U.", + "surname": "Kose" + } }, { - "name": { - "surname": "Kostelecky", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Kostelecky" + } }, { - "name": { - "surname": "Kothekar", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Kothekar" + } }, { - "name": { - "surname": "Kralik", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Kralik" + } }, { - "name": { - "surname": "Kreczko", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Kreczko" + } }, { - "name": { - "surname": "Krennrich", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Krennrich" + } }, { - "name": { - "surname": "Kreslo", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Kreslo" + } }, { - "name": { - "surname": "Kropp", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Kropp" + } }, { - "name": { - "surname": "Kroupova", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Kroupova" + } }, { - "name": { - "surname": "Kubota", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Harvard University 02138 Cambridge MA USA", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Harvard University 02138 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Kubota" + } }, { - "name": { - "surname": "Kudenko", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Kudenko" + } }, { - "name": { - "surname": "Kudryavtsev", - "given_name": "V. A." - }, "affiliation": [ { - "affPubRaw": "University of Sheffield S3 7RH Sheffield UK", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "University of Sheffield S3 7RH Sheffield UK" } - ] + ], + "name": { + "given_name": "V. A.", + "surname": "Kudryavtsev" + } }, { - "name": { - "surname": "Kuhlmann", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Kuhlmann" + } }, { - "name": { - "surname": "Kulagin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Kulagin" + } }, { - "name": { - "surname": "Kumar", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Kumar" + } }, { - "name": { - "surname": "Kumar", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Sheffield S3 7RH Sheffield UK", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "University of Sheffield S3 7RH Sheffield UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Kumar" + } }, { - "name": { - "surname": "Kunze", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Kunze" + } }, { - "name": { - "surname": "Kuravi", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Kuravi" + } }, { - "name": { - "surname": "Kurita", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Kurita" + } }, { - "name": { - "surname": "Kuruppu", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of South Carolina 29208 Columbia SC USA", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "University of South Carolina 29208 Columbia SC USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Kuruppu" + } }, { - "name": { - "surname": "Kus", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Kus" + } }, { - "name": { - "surname": "Kutter", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Kutter" + } }, { - "name": { - "surname": "Kvasnicka", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Kvasnicka" + } }, { - "name": { - "surname": "Kwak", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Kwak" + } }, { - "name": { - "surname": "Lambert", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Lambert" + } }, { - "name": { - "surname": "Land", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Land" + } }, { - "name": { - "surname": "Lane", - "given_name": "C. E." - }, "affiliation": [ { - "affPubRaw": "Drexel University 19104 Philadelphia PA USA", - "affPubID": "Aff54" + "affPubID": "Aff54", + "affPubRaw": "Drexel University 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "C. E.", + "surname": "Lane" + } }, { - "name": { - "surname": "Lang", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Austin 78712 Austin TX USA", - "affPubID": "Aff199" + "affPubID": "Aff199", + "affPubRaw": "University of Texas at Austin 78712 Austin TX USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Lang" + } }, { - "name": { - "surname": "Langford", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Yale University 06520 New Haven CT USA", - "affPubID": "Aff214" + "affPubID": "Aff214", + "affPubRaw": "Yale University 06520 New Haven CT USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Langford" + } }, { - "name": { - "surname": "Langstaff", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Langstaff" + } }, { - "name": { - "surname": "Larkin", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Larkin" + } }, { - "name": { - "surname": "Lasorak", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Lasorak" + } }, { - "name": { - "surname": "Last", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Last" + } }, { - "name": { - "surname": "Laundrie", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Laundrie" + } }, { - "name": { - "surname": "Laurenti", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Laurenti" + } }, { - "name": { - "surname": "Lawrence", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Lawrence" + } }, { - "name": { - "surname": "Lazanu", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "University of Bucharest Bucharest Romania", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "University of Bucharest Bucharest Romania" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Lazanu" + } }, { - "name": { - "surname": "LaZur", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "LaZur" + } }, { - "name": { - "surname": "Lazzaroni", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Milano 20133 Milan Italy", - "affPubID": "Aff143" + "affPubID": "Aff143", + "affPubRaw": "Universit\u00e0 degli Studi di Milano 20133 Milan Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Lazzaroni" + } }, { - "name": { - "surname": "Le", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Le" + } }, { - "name": { - "surname": "Leardini", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Leardini" + } }, { - "name": { - "surname": "Learned", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Learned" + } }, { - "name": { - "surname": "LeBrun", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "P.", + "surname": "LeBrun" + } }, { - "name": { - "surname": "LeCompte", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "LeCompte" + } }, { - "name": { - "surname": "Lee", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Lee" + } }, { - "name": { - "surname": "Lee", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Jeonbuk National University 54896 Jeonrabuk-do South Korea", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "Jeonbuk National University 54896 Jeonrabuk-do South Korea" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Lee" + } }, { - "name": { - "surname": "Lehmann Miotto", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Lehmann Miotto" + } }, { - "name": { - "surname": "Lehnert", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Lehnert" + } }, { - "name": { - "surname": "de Oliveira", - "given_name": "M. Leigui" - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil" } - ] + ], + "name": { + "given_name": "M. Leigui", + "surname": "de Oliveira" + } }, { - "name": { - "surname": "Leitner", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Leitner" + } }, { - "name": { - "surname": "Lepin", - "given_name": "L. M." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "L. M.", + "surname": "Lepin" + } }, { - "name": { - "surname": "Li", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Li" + } }, { - "name": { - "surname": "Li", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Li" + } }, { - "name": { - "surname": "Liao", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Kansas State University 66506 Manhattan KS USA", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Kansas State University 66506 Manhattan KS USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Liao" + } }, { - "name": { - "surname": "Lin", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Lin" + } }, { - "name": { - "surname": "Lin", - "given_name": "Q." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "Q.", + "surname": "Lin" + } }, { - "name": { - "surname": "Lin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Lin" + } }, { - "name": { - "surname": "Lineros", - "given_name": "R. A." - }, "affiliation": [ { - "affPubRaw": "Universidad Cat\u00f3lica del Norte Antofagasta Chile", - "affPubID": "Aff32" + "affPubID": "Aff32", + "affPubRaw": "Universidad Cat\u00f3lica del Norte Antofagasta Chile" } - ] + ], + "name": { + "given_name": "R. A.", + "surname": "Lineros" + } }, { - "name": { - "surname": "Ling", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Sun Yat-Sen University 510275 Guangzhou China", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Sun Yat-Sen University 510275 Guangzhou China" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Ling" + } }, { - "name": { - "surname": "Lister", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Lister" + } }, { - "name": { - "surname": "Littlejohn", - "given_name": "B. R." - }, "affiliation": [ { - "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA" } - ] + ], + "name": { + "given_name": "B. R.", + "surname": "Littlejohn" + } }, { - "name": { - "surname": "Liu", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] - }, - { + ], "name": { - "surname": "Liu", - "given_name": "Y." - }, + "given_name": "J.", + "surname": "Liu" + } + }, + { "affiliation": [ { - "affPubRaw": "University of Chicago 60637 Chicago IL USA", - "affPubID": "Aff37" + "affPubID": "Aff37", + "affPubRaw": "University of Chicago 60637 Chicago IL USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Liu" + } }, { - "name": { - "surname": "Lockwitz", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Lockwitz" + } }, { - "name": { - "surname": "Loew", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Loew" + } }, { - "name": { - "surname": "Lokajicek", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Lokajicek" + } }, { - "name": { - "surname": "Lomidze", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Lomidze" + } }, { - "name": { - "surname": "Long", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Long" + } }, { - "name": { - "surname": "Lord", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Lord" + } }, { - "name": { - "surname": "LoSecco", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Notre Dame 46556 Notre Dame IN USA", - "affPubID": "Aff154" + "affPubID": "Aff154", + "affPubRaw": "University of Notre Dame 46556 Notre Dame IN USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "LoSecco" + } }, { - "name": { - "surname": "Louis", - "given_name": "W. C." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "W. C.", + "surname": "Louis" + } }, { - "name": { - "surname": "Lu", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "X.", + "surname": "Lu" + } }, { - "name": { - "surname": "Luk", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA", - "affPubID": "Aff22" + "affPubID": "Aff22", + "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA" }, { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Luk" + } }, { - "name": { - "surname": "Lunday", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Lunday" + } }, { - "name": { - "surname": "Luo", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA", - "affPubID": "Aff27" + "affPubID": "Aff27", + "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA" } - ] + ], + "name": { + "given_name": "X.", + "surname": "Luo" + } }, { - "name": { - "surname": "Luppi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Luppi" + } }, { - "name": { - "surname": "Lux", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE)-Barcelona Institute of Science and Technology (BIST) Barcelona Spain", - "affPubID": "Aff84" + "affPubID": "Aff84", + "affPubRaw": "Institut de F\u00edsica d\u2019Altes Energies (IFAE)-Barcelona Institute of Science and Technology (BIST) Barcelona Spain" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Lux" + } }, { - "name": { - "surname": "Luzio", - "given_name": "V. P." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil" } - ] + ], + "name": { + "given_name": "V. P.", + "surname": "Luzio" + } }, { - "name": { - "surname": "Maalmi", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Maalmi" + } }, { - "name": { - "surname": "MacFarlane", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "MacFarlane" + } }, { - "name": { - "surname": "Machado", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Machado" + } }, { - "name": { - "surname": "Machado", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Machado" + } }, { - "name": { - "surname": "Macias", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Macias" + } }, { - "name": { - "surname": "Macier", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Macier" + } }, { - "name": { - "surname": "Maddalena", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Laboratori Nazionali del Gran Sasso L\u2019Aquila AQ Italy", - "affPubID": "Aff75" + "affPubID": "Aff75", + "affPubRaw": "Laboratori Nazionali del Gran Sasso L\u2019Aquila AQ Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Maddalena" + } }, { - "name": { - "surname": "Madera", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Madera" + } }, { - "name": { - "surname": "Madigan", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA", - "affPubID": "Aff22" + "affPubID": "Aff22", + "affPubRaw": "University of California Berkeley 94720 Berkeley CA USA" }, { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Madigan" + } }, { - "name": { - "surname": "Magill", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Magill" + } }, { - "name": { - "surname": "Mahn", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Michigan State University 48824 East Lansing MI USA", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Michigan State University 48824 East Lansing MI USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Mahn" + } }, { - "name": { - "surname": "Maio", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Faculdade de Ci\u00eancias da Universidade de Lisboa-FCUL 1749-016 Lisbon Portugal", - "affPubID": "Aff61" + "affPubID": "Aff61", + "affPubRaw": "Faculdade de Ci\u00eancias da Universidade de Lisboa-FCUL 1749-016 Lisbon Portugal" }, { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Maio" + } }, { - "name": { - "surname": "Major", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Duke University 27708 Durham NC USA", - "affPubID": "Aff55" + "affPubID": "Aff55", + "affPubRaw": "Duke University 27708 Durham NC USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Major" + } }, { - "name": { - "surname": "Maloney", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Dakota State University 57042 Madison SD USA", - "affPubID": "Aff50" + "affPubID": "Aff50", + "affPubRaw": "Dakota State University 57042 Madison SD USA" } - ] + ], + "name": { + "given_name": "J. A.", + "surname": "Maloney" + } }, { - "name": { - "surname": "Mandrioli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Mandrioli" + } }, { - "name": { - "surname": "Mandujano", - "given_name": "R. C." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "R. C.", + "surname": "Mandujano" + } }, { - "name": { - "surname": "Maneira", - "given_name": "J. C." - }, "affiliation": [ { - "affPubRaw": "Faculdade de Ci\u00eancias da Universidade de Lisboa-FCUL 1749-016 Lisbon Portugal", - "affPubID": "Aff61" + "affPubID": "Aff61", + "affPubRaw": "Faculdade de Ci\u00eancias da Universidade de Lisboa-FCUL 1749-016 Lisbon Portugal" }, { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "J. C.", + "surname": "Maneira" + } }, { - "name": { - "surname": "Manenti", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Manenti" + } }, { - "name": { - "surname": "Manly", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Manly" + } }, { - "name": { - "surname": "Mann", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Mann" + } }, { - "name": { - "surname": "Manolopoulos", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Manolopoulos" + } }, { - "name": { - "surname": "Manrique Plata", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Manrique Plata" + } }, { - "name": { - "surname": "Manyam", - "given_name": "V. N." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "V. N.", + "surname": "Manyam" + } }, { - "name": { - "surname": "Marchan", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Marchan" + } }, { - "name": { - "surname": "Marchionni", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Marchionni" + } }, { - "name": { - "surname": "Marciano", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Marciano" + } }, { - "name": { - "surname": "Marfatia", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Marfatia" + } }, { - "name": { - "surname": "Mariani", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Mariani" + } }, { - "name": { - "surname": "Maricic", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Maricic" + } }, { - "name": { - "surname": "Marie", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Marie" + } }, { - "name": { - "surname": "Marinho", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de S\u00e3o Carlos 13604-900 Araras SP Brazil", - "affPubID": "Aff64" + "affPubID": "Aff64", + "affPubRaw": "Universidade Federal de S\u00e3o Carlos 13604-900 Araras SP Brazil" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Marinho" + } }, { - "name": { - "surname": "Marino", - "given_name": "A. D." - }, "affiliation": [ { - "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA", - "affPubID": "Aff43" + "affPubID": "Aff43", + "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA" } - ] + ], + "name": { + "given_name": "A. D.", + "surname": "Marino" + } }, { - "name": { - "surname": "Markiewicz", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Markiewicz" + } }, { - "name": { - "surname": "Marsden", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Marsden" + } }, { - "name": { - "surname": "Marshak", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Marshak" + } }, { - "name": { - "surname": "Marshall", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Marshall" + } }, { - "name": { - "surname": "Marshall", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Marshall" + } }, { - "name": { - "surname": "Marteau", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Marteau" + } }, { - "name": { - "surname": "Mart\u00edn-Albo", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Mart\u00edn-Albo" + } }, { - "name": { - "surname": "Martinez", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Kansas State University 66506 Manhattan KS USA", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Kansas State University 66506 Manhattan KS USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Martinez" + } }, { - "name": { - "surname": "Martinez Caicedo", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "D. A.", + "surname": "Martinez Caicedo" + } }, { - "name": { - "surname": "Mirav\u00e9", - "given_name": "P. Mart\u00ednez" - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "P. Mart\u00ednez", + "surname": "Mirav\u00e9" + } }, { - "name": { - "surname": "Martynenko", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Martynenko" + } }, { - "name": { - "surname": "Mascagna", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "University of Insubria Via Ravasi, 2 21100 Varese VA Italy", - "affPubID": "Aff107" + "affPubID": "Aff107", + "affPubRaw": "University of Insubria Via Ravasi, 2 21100 Varese VA Italy" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Mascagna" + } }, { - "name": { - "surname": "Mason", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Mason" + } }, { - "name": { - "surname": "Mastbaum", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Rutgers University 08854 Piscataway NJ USA", - "affPubID": "Aff178" + "affPubID": "Aff178", + "affPubRaw": "Rutgers University 08854 Piscataway NJ USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Mastbaum" + } }, { - "name": { - "surname": "Matichard", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Matichard" + } }, { - "name": { - "surname": "Matsuno", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Matsuno" + } }, { - "name": { - "surname": "Matthews", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Matthews" + } }, { - "name": { - "surname": "Mauger", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Mauger" + } }, { - "name": { - "surname": "Mauri", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Mauri" + } }, { - "name": { - "surname": "Mavrokoridis", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Mavrokoridis" + } }, { - "name": { - "surname": "Mawby", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Mawby" + } }, { - "name": { - "surname": "Mazza", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Mazza" + } }, { - "name": { - "surname": "Mazzacane", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Mazzacane" + } }, { - "name": { - "surname": "Mazzucato", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Mazzucato" + } }, { - "name": { - "surname": "McAskill", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Wellesley College 02481 Wellesley MA USA", - "affPubID": "Aff210" + "affPubID": "Aff210", + "affPubRaw": "Wellesley College 02481 Wellesley MA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "McAskill" + } }, { - "name": { - "surname": "McCluskey", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "McCluskey" + } }, { - "name": { - "surname": "McConkey", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "N.", + "surname": "McConkey" + } }, { - "name": { - "surname": "McFarland", - "given_name": "K. S." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "K. S.", + "surname": "McFarland" + } }, { - "name": { - "surname": "McGrew", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "McGrew" + } }, { - "name": { - "surname": "McNab", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "McNab" + } }, { - "name": { - "surname": "Mefodiev", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Mefodiev" + } }, { - "name": { - "surname": "Mehta", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Jawaharlal Nehru University 110067 New Delhi India", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Jawaharlal Nehru University 110067 New Delhi India" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Mehta" + } }, { - "name": { - "surname": "Melas", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Athens 157 84 Zografou Greece", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "University of Athens 157 84 Zografou Greece" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Melas" + } }, { - "name": { - "surname": "Mena", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Mena" + } }, { - "name": { - "surname": "Mendez", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of Puerto Rico 00681 Mayaguez PR USA", - "affPubID": "Aff172" + "affPubID": "Aff172", + "affPubRaw": "University of Puerto Rico 00681 Mayaguez PR USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Mendez" + } }, { - "name": { - "surname": "Mendez", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Mendez" + } }, { - "name": { - "surname": "M\u00e9ndez", - "given_name": "D. P." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "D. P.", + "surname": "M\u00e9ndez" + } }, { - "name": { - "surname": "Menegolli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Menegolli" + } }, { - "name": { - "surname": "Meng", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Meng" + } }, { - "name": { - "surname": "Messier", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Messier" + } }, { - "name": { - "surname": "Metcalf", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Metcalf" + } }, { - "name": { - "surname": "Mewes", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Mewes" + } }, { - "name": { - "surname": "Meyer", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Wichita State University 67260 Wichita KS USA", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "Wichita State University 67260 Wichita KS USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Meyer" + } }, { - "name": { - "surname": "Miao", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Miao" + } }, { - "name": { - "surname": "Michna", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "South Dakota State University 57007 Brookings SD USA", - "affPubID": "Aff188" + "affPubID": "Aff188", + "affPubRaw": "South Dakota State University 57007 Brookings SD USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Michna" + } }, { - "name": { - "surname": "Mikola", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Mikola" + } }, { - "name": { - "surname": "Milincic", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Milincic" + } }, { - "name": { - "surname": "Miller", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Miller" + } }, { - "name": { - "surname": "Miller", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Miller" + } }, { - "name": { - "surname": "Mills", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Mills" + } }, { - "name": { - "surname": "Mineev", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Mineev" + } }, { - "name": { - "surname": "Minotti", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Minotti" + } }, { - "name": { - "surname": "Miranda", - "given_name": "O. G." - }, "affiliation": [ { - "affPubRaw": "Centro de Investigaci\u00f3n y de Estudios Avanzados del Instituto Polit\u00e9cnico Nacional (Cinvestav) Mexico City Mexico", - "affPubID": "Aff41" + "affPubID": "Aff41", + "affPubRaw": "Centro de Investigaci\u00f3n y de Estudios Avanzados del Instituto Polit\u00e9cnico Nacional (Cinvestav) Mexico City Mexico" } - ] + ], + "name": { + "given_name": "O. G.", + "surname": "Miranda" + } }, { - "name": { - "surname": "Miryala", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] - }, - { + ], "name": { - "surname": "Mishra", - "given_name": "C." - }, + "given_name": "S.", + "surname": "Miryala" + } + }, + { "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Mishra" + } }, { - "name": { - "surname": "Mishra", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of South Carolina 29208 Columbia SC USA", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "University of South Carolina 29208 Columbia SC USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Mishra" + } }, { - "name": { - "surname": "Mislivec", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Mislivec" + } }, { - "name": { - "surname": "Mitchell", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Mitchell" + } }, { - "name": { - "surname": "Mladenov", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Mladenov" + } }, { - "name": { - "surname": "Mocioiu", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Pennsylvania State University 16802 University Park PA USA", - "affPubID": "Aff167" + "affPubID": "Aff167", + "affPubRaw": "Pennsylvania State University 16802 University Park PA USA" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Mocioiu" + } }, { - "name": { - "surname": "Moffat", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Durham University DH1 3LE Durham UK", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "Durham University DH1 3LE Durham UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Moffat" + } }, { - "name": { - "surname": "Moggi", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Moggi" + } }, { - "name": { - "surname": "Mohanta", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Hyderabad Gachibowli 500 046 Hyderabad India", - "affPubID": "Aff82" + "affPubID": "Aff82", + "affPubRaw": "University of Hyderabad Gachibowli 500 046 Hyderabad India" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Mohanta" + } }, { - "name": { - "surname": "Mohayai", - "given_name": "T. A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T. A.", + "surname": "Mohayai" + } }, { - "name": { - "surname": "Mokhov", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Mokhov" + } }, { - "name": { - "surname": "Molina", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Asunci\u00f3n San Lorenzo Paraguay", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "Universidad Nacional de Asunci\u00f3n San Lorenzo Paraguay" } - ] + ], + "name": { + "given_name": "J. A.", + "surname": "Molina" + } }, { - "name": { - "surname": "Molina Bueno", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Molina Bueno" + } }, { - "name": { - "surname": "Montagna", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Montagna" + } }, { - "name": { - "surname": "Montanari", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Montanari" + } }, { - "name": { - "surname": "Montanari", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Montanari" + } }, { - "name": { - "surname": "Montanari", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Montanari" + } }, { - "name": { - "surname": "Montanino", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Lecce 73100 Lecce Italy", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Lecce 73100 Lecce Italy" }, { - "affPubRaw": "Universit\u00e0 del Salento 73100 Lecce Italy", - "affPubID": "Aff180" + "affPubID": "Aff180", + "affPubRaw": "Universit\u00e0 del Salento 73100 Lecce Italy" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Montanino" + } }, { - "name": { - "surname": "Zetina", - "given_name": "L. M. Monta\u00f1o" - }, "affiliation": [ { - "affPubRaw": "Centro de Investigaci\u00f3n y de Estudios Avanzados del Instituto Polit\u00e9cnico Nacional (Cinvestav) Mexico City Mexico", - "affPubID": "Aff41" + "affPubID": "Aff41", + "affPubRaw": "Centro de Investigaci\u00f3n y de Estudios Avanzados del Instituto Polit\u00e9cnico Nacional (Cinvestav) Mexico City Mexico" } - ] + ], + "name": { + "given_name": "L. M. Monta\u00f1o", + "surname": "Zetina" + } }, { - "name": { - "surname": "Moon", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea", - "affPubID": "Aff203" + "affPubID": "Aff203", + "affPubRaw": "Ulsan National Institute of Science and Technology 689-798 Ulsan South Korea" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Moon" + } }, { - "name": { - "surname": "Mooney", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Mooney" + } }, { - "name": { - "surname": "Moor", - "given_name": "A. F." - }, "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } - ] + ], + "name": { + "given_name": "A. F.", + "surname": "Moor" + } }, { - "name": { - "surname": "Moreno", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "Universidad Antonio Nari\u00f1o Bogot\u00e1 Colombia" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Moreno" + } }, { - "name": { - "surname": "Moretti", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Moretti" + } }, { - "name": { - "surname": "Morris", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Morris" + } }, { - "name": { - "surname": "Mossey", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Mossey" + } }, { - "name": { - "surname": "Mote", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Mote" + } }, { - "name": { - "surname": "Motuk", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Motuk" + } }, { - "name": { - "surname": "Moura", - "given_name": "C. A." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil" } - ] + ], + "name": { + "given_name": "C. A.", + "surname": "Moura" + } }, { - "name": { - "surname": "Mousseau", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA", - "affPubID": "Aff140" + "affPubID": "Aff140", + "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Mousseau" + } }, { - "name": { - "surname": "Mouster", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Lancaster University LA1 4YB Lancaster UK", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Lancaster University LA1 4YB Lancaster UK" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Mouster" + } }, { - "name": { - "surname": "Mu", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Mu" + } }, { - "name": { - "surname": "Mualem", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA", - "affPubID": "Aff28" + "affPubID": "Aff28", + "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Mualem" + } }, { - "name": { - "surname": "Mueller", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Mueller" + } }, { - "name": { - "surname": "Muether", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Wichita State University 67260 Wichita KS USA", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "Wichita State University 67260 Wichita KS USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Muether" + } }, { - "name": { - "surname": "Mufson", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Mufson" + } }, { - "name": { - "surname": "Muheim", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Muheim" + } }, { - "name": { - "surname": "Muir", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Daresbury Laboratory WA4 4AD Cheshire UK", - "affPubID": "Aff53" + "affPubID": "Aff53", + "affPubRaw": "Daresbury Laboratory WA4 4AD Cheshire UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Muir" + } }, { - "name": { - "surname": "Mulhearn", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of California Davis 95616 Davis CA USA", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "University of California Davis 95616 Davis CA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Mulhearn" + } }, { - "name": { - "surname": "Munford", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Munford" + } }, { - "name": { - "surname": "Muramatsu", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Muramatsu" + } }, { - "name": { - "surname": "Murphy", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Murphy" + } }, { - "name": { - "surname": "Murphy", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "ETH Zurich Zurich Switzerland", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "ETH Zurich Zurich Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Murphy" + } }, { - "name": { - "surname": "Musser", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Musser" + } }, { - "name": { - "surname": "Nachtman", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Iowa 52242 Iowa City IA USA", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "University of Iowa 52242 Iowa City IA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Nachtman" + } }, { - "name": { - "surname": "Nagai", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "E\u00f6tv\u00f6s Lor\u00e1nd University 1053 Budapest Hungary", - "affPubID": "Aff60" + "affPubID": "Aff60", + "affPubRaw": "E\u00f6tv\u00f6s Lor\u00e1nd University 1053 Budapest Hungary" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Nagai" + } }, { - "name": { - "surname": "Nagu", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Lucknow 226007 Lucknow Uttar Pradesh India", - "affPubID": "Aff133" + "affPubID": "Aff133", + "affPubRaw": "University of Lucknow 226007 Lucknow Uttar Pradesh India" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Nagu" + } }, { - "name": { - "surname": "Nalbandyan", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Yerevan Institute for Theoretical Physics and Modeling 0036 Yerevan Armenia", - "affPubID": "Aff215" + "affPubID": "Aff215", + "affPubRaw": "Yerevan Institute for Theoretical Physics and Modeling 0036 Yerevan Armenia" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Nalbandyan" + } }, { - "name": { - "surname": "Nandakumar", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Nandakumar" + } }, { - "name": { - "surname": "Naples", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Naples" + } }, { - "name": { - "surname": "Narita", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Iwate University 020-8551 Morioka Iwate Japan", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "Iwate University 020-8551 Morioka Iwate Japan" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Narita" + } }, { - "name": { - "surname": "Nath", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Indian Institute of Technology Guwahati 781 039 Guwahati India", - "affPubID": "Aff89" + "affPubID": "Aff89", + "affPubRaw": "Indian Institute of Technology Guwahati 781 039 Guwahati India" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Nath" + } }, { - "name": { - "surname": "Navrer-Agasson", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Navrer-Agasson" + } }, { - "name": { - "surname": "Nayak", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Nayak" + } }, { - "name": { - "surname": "Nebot-Guinot", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Nebot-Guinot" + } }, { - "name": { - "surname": "Negishi", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Iwate University 020-8551 Morioka Iwate Japan", - "affPubID": "Aff113" + "affPubID": "Aff113", + "affPubRaw": "Iwate University 020-8551 Morioka Iwate Japan" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Negishi" + } }, { - "name": { - "surname": "Nelson", - "given_name": "J. K." - }, "affiliation": [ { - "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA" } - ] + ], + "name": { + "given_name": "J. K.", + "surname": "Nelson" + } }, { - "name": { - "surname": "Nesbit", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Nesbit" + } }, { - "name": { - "surname": "Nessi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Nessi" + } }, { - "name": { - "surname": "Newbold", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Newbold" + } }, { - "name": { - "surname": "Newcomer", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Newcomer" + } }, { - "name": { - "surname": "Newton", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Daresbury Laboratory WA4 4AD Cheshire UK", - "affPubID": "Aff53" + "affPubID": "Aff53", + "affPubRaw": "Daresbury Laboratory WA4 4AD Cheshire UK" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Newton" + } }, { - "name": { - "surname": "Nichol", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Nichol" + } }, { - "name": { - "surname": "Nicolas-Arnaldos", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Granada and CAFPE 18002 Granada Spain", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "University of Granada and CAFPE 18002 Granada Spain" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Nicolas-Arnaldos" + } }, { - "name": { - "surname": "Nikolica", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Nikolica" + } }, { - "name": { - "surname": "Niner", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Niner" + } }, { - "name": { - "surname": "Nishimura", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Nishimura" + } }, { - "name": { - "surname": "Norman", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Norman" + } }, { - "name": { - "surname": "Norrick", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Norrick" + } }, { - "name": { - "surname": "Northrop", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Chicago 60637 Chicago IL USA", - "affPubID": "Aff37" + "affPubID": "Aff37", + "affPubRaw": "University of Chicago 60637 Chicago IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Northrop" + } }, { - "name": { - "surname": "Novella", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Novella" + } }, { - "name": { - "surname": "Nowak", - "given_name": "J. A." - }, "affiliation": [ { - "affPubRaw": "Lancaster University LA1 4YB Lancaster UK", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Lancaster University LA1 4YB Lancaster UK" } - ] + ], + "name": { + "given_name": "J. A.", + "surname": "Nowak" + } }, { - "name": { - "surname": "Oberling", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Oberling" + } }, { - "name": { - "surname": "Ochoa-Ricoux", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Ochoa-Ricoux" + } }, { - "name": { - "surname": "Olivier", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Olivier" + } }, { - "name": { - "surname": "Olshevskiy", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Olshevskiy" + } }, { - "name": { - "surname": "Onel", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of Iowa 52242 Iowa City IA USA", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "University of Iowa 52242 Iowa City IA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Onel" + } }, { - "name": { - "surname": "Onishchuk", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine", - "affPubID": "Aff126" + "affPubID": "Aff126", + "affPubRaw": "Taras Shevchenko National University of Kyiv 01601 Kyiv Ukraine" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Onishchuk" + } }, { - "name": { - "surname": "Ott", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Ott" + } }, { - "name": { - "surname": "Pagani", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of California Davis 95616 Davis CA USA", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "University of California Davis 95616 Davis CA USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Pagani" + } }, { - "name": { - "surname": "Palacio", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Universidad EIA Envigado Antioquia Colombia", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Universidad EIA Envigado Antioquia Colombia" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Palacio" + } }, { - "name": { - "surname": "Palamara", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Palamara" + } }, { - "name": { - "surname": "Palestini", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Palestini" + } }, { - "name": { - "surname": "Paley", - "given_name": "J. M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J. M.", + "surname": "Paley" + } }, { - "name": { - "surname": "Pallavicini", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Pallavicini" + } }, { - "name": { - "surname": "Palomares", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Palomares" + } }, { - "name": { - "surname": "Panduro Vazquez", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Royal Holloway College TW20 0EX London UK", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Royal Holloway College TW20 0EX London UK" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Panduro Vazquez" + } }, { - "name": { - "surname": "Pantic", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University of California Davis 95616 Davis CA USA", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "University of California Davis 95616 Davis CA USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Pantic" + } }, { - "name": { - "surname": "Paolone", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Paolone" + } }, { - "name": { - "surname": "Papadimitriou", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Papadimitriou" + } }, { - "name": { - "surname": "Papaleo", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy", - "affPubID": "Aff104" + "affPubID": "Aff104", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Papaleo" + } }, { - "name": { - "surname": "Papanestis", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Papanestis" + } }, { - "name": { - "surname": "Paramesvaran", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Paramesvaran" + } }, { - "name": { - "surname": "Parke", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Parke" + } }, { - "name": { - "surname": "Parozzi", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Parozzi" + } }, { - "name": { - "surname": "Parsa", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Parsa" + } }, { - "name": { - "surname": "Parvu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Bucharest Bucharest Romania", - "affPubID": "Aff21" + "affPubID": "Aff21", + "affPubRaw": "University of Bucharest Bucharest Romania" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Parvu" + } }, { - "name": { - "surname": "Pascoli", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Durham University DH1 3LE Durham UK", - "affPubID": "Aff56" + "affPubID": "Aff56", + "affPubRaw": "Durham University DH1 3LE Durham UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Pascoli" + } }, { - "name": { - "surname": "Pasqualini", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Pasqualini" + } }, { - "name": { - "surname": "Pasternak", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Pasternak" + } }, { - "name": { - "surname": "Pater", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Pater" + } }, { - "name": { - "surname": "Patrick", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" }, { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] - }, - { + ], "name": { - "surname": "Patrizii", - "given_name": "L." - }, + "given_name": "C.", + "surname": "Patrick" + } + }, + { "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Patrizii" + } }, { - "name": { - "surname": "Patterson", - "given_name": "R. B." - }, "affiliation": [ { - "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA", - "affPubID": "Aff28" + "affPubID": "Aff28", + "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA" } - ] + ], + "name": { + "given_name": "R. B.", + "surname": "Patterson" + } }, { - "name": { - "surname": "Patton", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Patton" + } }, { - "name": { - "surname": "Patzak", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Patzak" + } }, { - "name": { - "surname": "Paudel", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Paudel" + } }, { - "name": { - "surname": "Paulos", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Paulos" + } }, { - "name": { - "surname": "Paulucci", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil", - "affPubID": "Aff65" + "affPubID": "Aff65", + "affPubRaw": "Universidade Federal do ABC 09210-580 Santo Andr\u00e9 SP Brazil" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Paulucci" + } }, { - "name": { - "surname": "Pavlovic", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Pavlovic" + } }, { - "name": { - "surname": "Pawloski", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Pawloski" + } }, { - "name": { - "surname": "Payne", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Payne" + } }, { - "name": { - "surname": "Pec", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Pec" + } }, { - "name": { - "surname": "Peeters", - "given_name": "S. J." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "S. J.", + "surname": "Peeters" + } }, { - "name": { - "surname": "Pena Perez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Pena Perez" + } }, { - "name": { - "surname": "Pennacchio", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Pennacchio" + } }, { - "name": { - "surname": "Penzo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Iowa 52242 Iowa City IA USA", - "affPubID": "Aff108" + "affPubID": "Aff108", + "affPubRaw": "University of Iowa 52242 Iowa City IA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Penzo" + } }, { - "name": { - "surname": "Peres", - "given_name": "O. L." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "O. L.", + "surname": "Peres" + } }, { - "name": { - "surname": "Perry", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Perry" + } }, { - "name": { - "surname": "Pershey", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Duke University 27708 Durham NC USA", - "affPubID": "Aff55" + "affPubID": "Aff55", + "affPubRaw": "Duke University 27708 Durham NC USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Pershey" + } }, { - "name": { - "surname": "Pessina", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Pessina" + } }, { - "name": { - "surname": "Petrillo", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Petrillo" + } }, { - "name": { - "surname": "Petta", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy", - "affPubID": "Aff31" + "affPubID": "Aff31", + "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Petta" + } }, { - "name": { - "surname": "Petti", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of South Carolina 29208 Columbia SC USA", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "University of South Carolina 29208 Columbia SC USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Petti" + } }, { - "name": { - "surname": "Pia", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Pia" + } }, { - "name": { - "surname": "Piastra", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Piastra" + } }, { - "name": { - "surname": "Pickering", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Royal Holloway College TW20 0EX London UK", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Royal Holloway College TW20 0EX London UK" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Pickering" + } }, { - "name": { - "surname": "Pietropaolo", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Pietropaolo" + } }, { - "name": { - "surname": "Pimentel", - "given_name": "V. L." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" }, { - "affPubRaw": "Centro de Tecnologia da Informacao Renato Archer Amarais CEP 13069-901 Campinas SP Brazil", - "affPubID": "Aff46" + "affPubID": "Aff46", + "affPubRaw": "Centro de Tecnologia da Informacao Renato Archer Amarais CEP 13069-901 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "V. L.", + "surname": "Pimentel" + } }, { - "name": { - "surname": "Pinaroli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Pinaroli" + } }, { - "name": { - "surname": "Plows", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Plows" + } }, { - "name": { - "surname": "Plunkett", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Plunkett" + } }, { - "name": { - "surname": "Pompa", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Pompa" + } }, { - "name": { - "surname": "Pons", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "X.", + "surname": "Pons" + } }, { - "name": { - "surname": "Poonthottathil", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Poonthottathil" + } }, { - "name": { - "surname": "Poppi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Poppi" + } }, { - "name": { - "surname": "Pordes", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Pordes" + } }, { - "name": { - "surname": "Porter", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Porter" + } }, { - "name": { - "surname": "Porzio", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Porzio" + } }, { - "name": { - "surname": "Potekhin", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Potekhin" + } }, { - "name": { - "surname": "Potenza", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy", - "affPubID": "Aff31" + "affPubID": "Aff31", + "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Potenza" + } }, { - "name": { - "surname": "Potukuchi", - "given_name": "B. V." - }, "affiliation": [ { - "affPubRaw": "University of Jammu 180006 Jammu India", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "University of Jammu 180006 Jammu India" } - ] + ], + "name": { + "given_name": "B. V.", + "surname": "Potukuchi" + } }, { - "name": { - "surname": "Pozimski", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Pozimski" + } }, { - "name": { - "surname": "Pozzato", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Pozzato" + } }, { - "name": { - "surname": "Prakash", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Prakash" + } }, { - "name": { - "surname": "Prakash", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Prakash" + } }, { - "name": { - "surname": "Prest", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Prest" + } }, { - "name": { - "surname": "Prince", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Harvard University 02138 Cambridge MA USA", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Harvard University 02138 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Prince" + } }, { - "name": { - "surname": "Psihas", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Psihas" + } }, { - "name": { - "surname": "Pugnere", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Pugnere" + } }, { - "name": { - "surname": "Qian", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "X.", + "surname": "Qian" + } }, { - "name": { - "surname": "Raaf", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Raaf" + } }, { - "name": { - "surname": "Radeka", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Radeka" + } }, { - "name": { - "surname": "Rademacker", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Rademacker" + } }, { - "name": { - "surname": "Radics", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "ETH Zurich Zurich Switzerland", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "ETH Zurich Zurich Switzerland" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Radics" + } }, { - "name": { - "surname": "Rafique", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Argonne National Laboratory 60439 Argonne IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Rafique" + } }, { - "name": { - "surname": "Raguzin", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Raguzin" + } }, { - "name": { - "surname": "Rai", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Warwick CV4 7AL Coventry UK", - "affPubID": "Aff209" + "affPubID": "Aff209", + "affPubRaw": "University of Warwick CV4 7AL Coventry UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Rai" + } }, { - "name": { - "surname": "Rajaoalisoa", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Rajaoalisoa" + } }, { - "name": { - "surname": "Rakhno", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Rakhno" + } }, { - "name": { - "surname": "Rakotonandrasana", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Rakotonandrasana" + } }, { - "name": { - "surname": "Rakotondravohitra", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Rakotondravohitra" + } }, { - "name": { - "surname": "Rameika", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Rameika" + } }, { - "name": { - "surname": "Ramirez Delgado", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Ramirez Delgado" + } }, { - "name": { - "surname": "Ramson", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Ramson" + } }, { - "name": { - "surname": "Rappoldi", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Rappoldi" + } }, { - "name": { - "surname": "Raselli", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Raselli" + } }, { - "name": { - "surname": "Ratoff", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Lancaster University LA1 4YB Lancaster UK", - "affPubID": "Aff127" + "affPubID": "Aff127", + "affPubRaw": "Lancaster University LA1 4YB Lancaster UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Ratoff" + } }, { - "name": { - "surname": "Raut", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Raut" + } }, { - "name": { - "surname": "Razafinime", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Razafinime" + } }, { - "name": { - "surname": "Razakamiandra", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "University of Antananarivo 101 Antananarivo Madagascar" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Razakamiandra" + } }, { - "name": { - "surname": "Rea", - "given_name": "E. M." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "E. M.", + "surname": "Rea" + } }, { - "name": { - "surname": "Real", - "given_name": "J. S." - }, "affiliation": [ { - "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France" } - ] + ], + "name": { + "given_name": "J. S.", + "surname": "Real" + } }, { - "name": { - "surname": "Rebel", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" }, { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Rebel" + } }, { - "name": { - "surname": "Rechenmacher", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Rechenmacher" + } }, { - "name": { - "surname": "Reggiani-Guzzo", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Reggiani-Guzzo" + } }, { - "name": { - "surname": "Reichenbacher", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Reichenbacher" + } }, { - "name": { - "surname": "Reitzner", - "given_name": "S. D." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S. D.", + "surname": "Reitzner" + } }, { - "name": { - "surname": "Rejeb Sfar", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Rejeb Sfar" + } }, { - "name": { - "surname": "Renshaw", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Renshaw" + } }, { - "name": { - "surname": "Rescia", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Rescia" + } }, { - "name": { - "surname": "Resnati", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Resnati" + } }, { - "name": { - "surname": "Ribas", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Ribas" + } }, { - "name": { - "surname": "Riboldi", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Riboldi" + } }, { - "name": { - "surname": "Riccio", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Riccio" + } }, { - "name": { - "surname": "Riccobene", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy", - "affPubID": "Aff104" + "affPubID": "Aff104", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Riccobene" + } }, { - "name": { - "surname": "Rice", - "given_name": "L. C." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "L. C.", + "surname": "Rice" + } }, { - "name": { - "surname": "Ricol", - "given_name": "J. S." - }, "affiliation": [ { - "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France" } - ] + ], + "name": { + "given_name": "J. S.", + "surname": "Ricol" + } }, { - "name": { - "surname": "Rigamonti", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Rigamonti" + } }, { - "name": { - "surname": "Rigaut", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "ETH Zurich Zurich Switzerland", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "ETH Zurich Zurich Switzerland" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Rigaut" + } }, { - "name": { - "surname": "Rinc\u00f3n", - "given_name": "E. V." - }, "affiliation": [ { - "affPubRaw": "Universidad EIA Envigado Antioquia Colombia", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Universidad EIA Envigado Antioquia Colombia" } - ] + ], + "name": { + "given_name": "E. V.", + "surname": "Rinc\u00f3n" + } }, { - "name": { - "surname": "Ritchie-Yates", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Royal Holloway College TW20 0EX London UK", - "affPubID": "Aff177" + "affPubID": "Aff177", + "affPubRaw": "Royal Holloway College TW20 0EX London UK" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Ritchie-Yates" + } }, { - "name": { - "surname": "Rivera", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Rivera" + } }, { - "name": { - "surname": "Robert", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France", - "affPubID": "Aff76" + "affPubID": "Aff76", + "affPubRaw": "University Grenoble Alpes, CNRS, Grenoble INP LPSC-IN2P3 38000 Grenoble France" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Robert" + } }, { - "name": { - "surname": "Rocabado Rocha", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Rocabado Rocha" + } }, { - "name": { - "surname": "Rochester", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Rochester" + } }, { - "name": { - "surname": "Roda", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Roda" + } }, { - "name": { - "surname": "Rodrigues", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Rodrigues" + } }, { - "name": { - "surname": "da Silva Leite", - "given_name": "J. V. Rodrigues" - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil" } - ] + ], + "name": { + "given_name": "J. V. Rodrigues", + "surname": "da Silva Leite" + } }, { - "name": { - "surname": "Alonso", - "given_name": "M. J. Rodriguez" - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "M. J. Rodriguez", + "surname": "Alonso" + } }, { - "name": { - "surname": "Rondon", - "given_name": "J. Rodriguez" - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "J. Rodriguez", + "surname": "Rondon" + } }, { - "name": { - "surname": "Rosauro-Alcaraz", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Rosauro-Alcaraz" + } }, { - "name": { - "surname": "Rosier", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Rosier" + } }, { - "name": { - "surname": "Roskovec", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] - }, - { + ], "name": { - "surname": "Rossella", - "given_name": "M." - }, + "given_name": "B.", + "surname": "Roskovec" + } + }, + { "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy", - "affPubID": "Aff165" + "affPubID": "Aff165", + "affPubRaw": "Universit\u00e0 degli Studi di Pavia 27100 Pavia PV Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Rossella" + } }, { - "name": { - "surname": "Rossi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Rossi" + } }, { - "name": { - "surname": "Rout", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Jawaharlal Nehru University 110067 New Delhi India", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Jawaharlal Nehru University 110067 New Delhi India" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Rout" + } }, { - "name": { - "surname": "Roy", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Wichita State University 67260 Wichita KS USA", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "Wichita State University 67260 Wichita KS USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Roy" + } }, { - "name": { - "surname": "Rubbia", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "ETH Zurich Zurich Switzerland", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "ETH Zurich Zurich Switzerland" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Rubbia" + } }, { - "name": { - "surname": "Rubbia", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Gran Sasso Science Institute L\u2019Aquila Italy", - "affPubID": "Aff74" + "affPubID": "Aff74", + "affPubRaw": "Gran Sasso Science Institute L\u2019Aquila Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Rubbia" + } }, { - "name": { - "surname": "Russell", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Russell" + } }, { - "name": { - "surname": "Ruterbories", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Ruterbories" + } }, { - "name": { - "surname": "Rybnikov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Rybnikov" + } }, { - "name": { - "surname": "Saa-Hernandez", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain", - "affPubID": "Aff86" + "affPubID": "Aff86", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas Universidade de Santiago de Compostela 15782 Santiago de Compostela Spain" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Saa-Hernandez" + } }, { - "name": { - "surname": "Saakyan", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Saakyan" + } }, { - "name": { - "surname": "Sacerdoti", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Sacerdoti" + } }, { - "name": { - "surname": "Sahu", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Indian Institute of Technology Hyderabad 502285 Hyderabad India", - "affPubID": "Aff90" + "affPubID": "Aff90", + "affPubRaw": "Indian Institute of Technology Hyderabad 502285 Hyderabad India" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Sahu" + } }, { - "name": { - "surname": "Sala", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Sala" + } }, { - "name": { - "surname": "Samios", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Samios" + } }, { - "name": { - "surname": "Samoylov", - "given_name": "O." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "O.", + "surname": "Samoylov" + } }, { - "name": { - "surname": "Sanchez", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Sanchez" + } }, { - "name": { - "surname": "Sandberg", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Sandberg" + } }, { - "name": { - "surname": "Sanders", - "given_name": "D. A." - }, "affiliation": [ { - "affPubRaw": "University of Mississippi 38677 University MS USA", - "affPubID": "Aff146" + "affPubID": "Aff146", + "affPubRaw": "University of Mississippi 38677 University MS USA" } - ] + ], + "name": { + "given_name": "D. A.", + "surname": "Sanders" + } }, { - "name": { - "surname": "Sankey", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Sankey" + } }, { - "name": { - "surname": "Saoulidou", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "University of Athens 157 84 Zografou Greece", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "University of Athens 157 84 Zografou Greece" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Saoulidou" + } }, { - "name": { - "surname": "Sapienza", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy", - "affPubID": "Aff104" + "affPubID": "Aff104", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Laboratori Nazionali del Sud 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Sapienza" + } }, { - "name": { - "surname": "Sarasty", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Sarasty" + } }, { - "name": { - "surname": "Sarcevic", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "University of Arizona 85721 Tucson AZ USA", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "University of Arizona 85721 Tucson AZ USA" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Sarcevic" + } }, { - "name": { - "surname": "Savage", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Savage" + } }, { - "name": { - "surname": "Savinov", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Savinov" + } }, { - "name": { - "surname": "Scaramelli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy", - "affPubID": "Aff101" + "affPubID": "Aff101", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Pavia 27100 Pavia Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Scaramelli" + } }, { - "name": { - "surname": "Scarff", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Sheffield S3 7RH Sheffield UK", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "University of Sheffield S3 7RH Sheffield UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Scarff" + } }, { - "name": { - "surname": "Scarpelli", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Scarpelli" + } }, { - "name": { - "surname": "Schefke", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Schefke" + } }, { - "name": { - "surname": "Schellman", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" }, { - "affPubRaw": "Oregon State University 97331 Corvallis OR USA", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "Oregon State University 97331 Corvallis OR USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Schellman" + } }, { - "name": { - "surname": "Schifano", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Schifano" + } }, { - "name": { - "surname": "Schlabach", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Schlabach" + } }, { - "name": { - "surname": "Schmitz", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Chicago 60637 Chicago IL USA", - "affPubID": "Aff37" + "affPubID": "Aff37", + "affPubRaw": "University of Chicago 60637 Chicago IL USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Schmitz" + } }, { - "name": { - "surname": "Schneider", - "given_name": "A. W." - }, "affiliation": [ { - "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "A. W.", + "surname": "Schneider" + } }, { - "name": { - "surname": "Scholberg", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Duke University 27708 Durham NC USA", - "affPubID": "Aff55" + "affPubID": "Aff55", + "affPubRaw": "Duke University 27708 Durham NC USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Scholberg" + } }, { - "name": { - "surname": "Schukraft", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Schukraft" + } }, { - "name": { - "surname": "Segreto", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil", - "affPubID": "Aff30" + "affPubID": "Aff30", + "affPubRaw": "Universidade Estadual de Campinas 13083-970 Campinas SP Brazil" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Segreto" + } }, { - "name": { - "surname": "Selyunin", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Selyunin" + } }, { - "name": { - "surname": "Senise", - "given_name": "C. R." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil" } - ] + ], + "name": { + "given_name": "C. R.", + "surname": "Senise" + } }, { - "name": { - "surname": "Sensenig", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Sensenig" + } }, { - "name": { - "surname": "Sgalaberna", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "ETH Zurich Zurich Switzerland", - "affPubID": "Aff59" + "affPubID": "Aff59", + "affPubRaw": "ETH Zurich Zurich Switzerland" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Sgalaberna" + } }, { - "name": { - "surname": "Shaevitz", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Shaevitz" + } }, { - "name": { - "surname": "Shafaq", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Jawaharlal Nehru University 110067 New Delhi India", - "affPubID": "Aff116" + "affPubID": "Aff116", + "affPubRaw": "Jawaharlal Nehru University 110067 New Delhi India" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Shafaq" + } }, { - "name": { - "surname": "Shaker", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "York University M3J 1P3 Toronto Canada", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "York University M3J 1P3 Toronto Canada" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Shaker" + } }, { - "name": { - "surname": "Shamma", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of California Riverside 92521 Riverside CA USA", - "affPubID": "Aff26" + "affPubID": "Aff26", + "affPubRaw": "University of California Riverside 92521 Riverside CA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Shamma" + } }, { - "name": { - "surname": "Sharankova", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Sharankova" + } }, { - "name": { - "surname": "Sharma", - "given_name": "H. R." - }, "affiliation": [ { - "affPubRaw": "University of Jammu 180006 Jammu India", - "affPubID": "Aff115" + "affPubID": "Aff115", + "affPubRaw": "University of Jammu 180006 Jammu India" } - ] + ], + "name": { + "given_name": "H. R.", + "surname": "Sharma" + } }, { - "name": { - "surname": "Sharma", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Sharma" + } }, { - "name": { - "surname": "Sharma", - "given_name": "R. K." - }, "affiliation": [ { - "affPubRaw": "Punjab Agricultural University 141004 Ludhiana India", - "affPubID": "Aff173" + "affPubID": "Aff173", + "affPubRaw": "Punjab Agricultural University 141004 Ludhiana India" } - ] + ], + "name": { + "given_name": "R. K.", + "surname": "Sharma" + } }, { - "name": { - "surname": "Shaw", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Shaw" + } }, { - "name": { - "surname": "Shaw", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Shaw" + } }, { - "name": { - "surname": "Shchablo", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France", - "affPubID": "Aff110" + "affPubID": "Aff110", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon 69622 Villeurbanne France" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Shchablo" + } }, { - "name": { - "surname": "Shepherd-Themistocleous", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Shepherd-Themistocleous" + } }, { - "name": { - "surname": "Sheshukov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Sheshukov" + } }, { - "name": { - "surname": "Shin", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Jeonbuk National University 54896 Jeonrabuk-do South Korea", - "affPubID": "Aff117" + "affPubID": "Aff117", + "affPubRaw": "Jeonbuk National University 54896 Jeonrabuk-do South Korea" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Shin" + } }, { - "name": { - "surname": "Shoemaker", - "given_name": "I." - }, "affiliation": [ { - "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA", - "affPubID": "Aff207" + "affPubID": "Aff207", + "affPubRaw": "Virginia Tech 24060 Blacksburg VA USA" } - ] + ], + "name": { + "given_name": "I.", + "surname": "Shoemaker" + } }, { - "name": { - "surname": "Shooltz", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Michigan State University 48824 East Lansing MI USA", - "affPubID": "Aff141" + "affPubID": "Aff141", + "affPubRaw": "Michigan State University 48824 East Lansing MI USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Shooltz" + } }, { - "name": { - "surname": "Shrock", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Shrock" + } }, { - "name": { - "surname": "Siegel", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Siegel" + } }, { - "name": { - "surname": "Simard", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France", - "affPubID": "Aff162" + "affPubID": "Aff162", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3 IJCLab 91405 Orsay France" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Simard" + } }, { - "name": { - "surname": "Sinclair", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Sinclair" + } }, { - "name": { - "surname": "Sinev", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Sinev" + } }, { - "name": { - "surname": "Singh", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Lucknow 226007 Lucknow Uttar Pradesh India", - "affPubID": "Aff133" + "affPubID": "Aff133", + "affPubRaw": "University of Lucknow 226007 Lucknow Uttar Pradesh India" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Singh" + } }, { - "name": { - "surname": "Singh", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Lucknow 226007 Lucknow Uttar Pradesh India", - "affPubID": "Aff133" + "affPubID": "Aff133", + "affPubRaw": "University of Lucknow 226007 Lucknow Uttar Pradesh India" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Singh" + } }, { - "name": { - "surname": "Singh", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Central University of South Bihar 824236 Gaya India", - "affPubID": "Aff47" + "affPubID": "Aff47", + "affPubRaw": "Central University of South Bihar 824236 Gaya India" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Singh" + } }, { - "name": { - "surname": "Singh", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Queen Mary University of London E1 4NS London UK", - "affPubID": "Aff174" + "affPubID": "Aff174", + "affPubRaw": "Queen Mary University of London E1 4NS London UK" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Singh" + } }, { - "name": { - "surname": "Singh", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Central University of South Bihar 824236 Gaya India", - "affPubID": "Aff47" + "affPubID": "Aff47", + "affPubRaw": "Central University of South Bihar 824236 Gaya India" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Singh" + } }, { - "name": { - "surname": "Sipos", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Sipos" + } }, { - "name": { - "surname": "Sippach", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Columbia University 10027 New York NY USA", - "affPubID": "Aff45" + "affPubID": "Aff45", + "affPubRaw": "Columbia University 10027 New York NY USA" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Sippach" + } }, { - "name": { - "surname": "Sirri", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Sirri" + } }, { - "name": { - "surname": "Sitraka", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Sitraka" + } }, { - "name": { - "surname": "Siyeon", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Chung-Ang University 06974 Seoul South Korea", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Chung-Ang University 06974 Seoul South Korea" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Siyeon" + } }, { - "name": { - "surname": "Skarpaas", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Skarpaas" + } }, { - "name": { - "surname": "Smith", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Smith" + } }, { - "name": { - "surname": "Smith", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Smith" + } }, { - "name": { - "surname": "Smolik", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Smolik" + } }, { - "name": { - "surname": "Smy", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Smy" + } }, { - "name": { - "surname": "Snider", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Snider" + } }, { - "name": { - "surname": "Snopok", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Snopok" + } }, { - "name": { - "surname": "Snowden-Ifft", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Occidental College 90041 Los Angeles CA USA", - "affPubID": "Aff155" + "affPubID": "Aff155", + "affPubRaw": "Occidental College 90041 Los Angeles CA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Snowden-Ifft" + } }, { - "name": { - "surname": "Nunes", - "given_name": "M. Soares" - }, "affiliation": [ { - "affPubRaw": "Syracuse University 13244 Syracuse NY USA", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "Syracuse University 13244 Syracuse NY USA" } - ] + ], + "name": { + "given_name": "M. Soares", + "surname": "Nunes" + } }, { - "name": { - "surname": "Sobel", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Sobel" + } }, { - "name": { - "surname": "Soderberg", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Syracuse University 13244 Syracuse NY USA", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "Syracuse University 13244 Syracuse NY USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Soderberg" + } }, { - "name": { - "surname": "Sokolov", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Sokolov" + } }, { - "name": { - "surname": "Salinas", - "given_name": "C. J. Solano" - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru" } - ] + ], + "name": { + "given_name": "C. J. Solano", + "surname": "Salinas" + } }, { - "name": { - "surname": "S\u00f6ldner-Rembold", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Manchester M13 9PL Manchester UK", - "affPubID": "Aff136" + "affPubID": "Aff136", + "affPubRaw": "University of Manchester M13 9PL Manchester UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "S\u00f6ldner-Rembold" + } }, { - "name": { - "surname": "Soleti", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Soleti" + } }, { - "name": { - "surname": "Solomey", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Wichita State University 67260 Wichita KS USA", - "affPubID": "Aff211" + "affPubID": "Aff211", + "affPubRaw": "Wichita State University 67260 Wichita KS USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Solomey" + } }, { - "name": { - "surname": "Solovov", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal", - "affPubID": "Aff129" + "affPubID": "Aff129", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas 1649-003 Lisboa and 3004-516 Coimbra Portugal" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Solovov" + } }, { - "name": { - "surname": "Sondheim", - "given_name": "W. E." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "W. E.", + "surname": "Sondheim" + } }, { - "name": { - "surname": "Sorel", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Sorel" + } }, { - "name": { - "surname": "Sotnikov", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Sotnikov" + } }, { - "name": { - "surname": "Soto-Oton", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Soto-Oton" + } }, { - "name": { - "surname": "Ugaldi", - "given_name": "F. Soto" - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru" } - ] + ], + "name": { + "given_name": "F. Soto", + "surname": "Ugaldi" + } }, { - "name": { - "surname": "Sousa", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Sousa" + } }, { - "name": { - "surname": "Soustruznik", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Institute of Particle and Nuclear Physics of the Faculty of Mathematics and Physics of the Charles University 180 00 Prague 8 Czech Republic", - "affPubID": "Aff36" + "affPubID": "Aff36", + "affPubRaw": "Institute of Particle and Nuclear Physics of the Faculty of Mathematics and Physics of the Charles University 180 00 Prague 8 Czech Republic" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Soustruznik" + } }, { - "name": { - "surname": "Spagliardi", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Spagliardi" + } }, { - "name": { - "surname": "Spanu", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Spanu" + } }, { - "name": { - "surname": "Spitz", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA", - "affPubID": "Aff140" + "affPubID": "Aff140", + "affPubRaw": "University of Michigan 48109 Ann Arbor MI USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Spitz" + } }, { - "name": { - "surname": "Spooner", - "given_name": "N. J. C." - }, "affiliation": [ { - "affPubRaw": "University of Sheffield S3 7RH Sheffield UK", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "University of Sheffield S3 7RH Sheffield UK" } - ] + ], + "name": { + "given_name": "N. J. C.", + "surname": "Spooner" + } }, { - "name": { - "surname": "Spurgeon", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Syracuse University 13244 Syracuse NY USA", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "Syracuse University 13244 Syracuse NY USA" } - ] - }, - { + ], "name": { - "surname": "Stancari", - "given_name": "M." - }, + "given_name": "K.", + "surname": "Spurgeon" + } + }, + { "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Stancari" + } }, { - "name": { - "surname": "Stanco", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" }, { - "affPubRaw": "Universt\u00e0 degli Studi di Padova 35131 Padua Italy", - "affPubID": "Aff160" + "affPubID": "Aff160", + "affPubRaw": "Universt\u00e0 degli Studi di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Stanco" + } }, { - "name": { - "surname": "Stanford", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Harvard University 02138 Cambridge MA USA", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Harvard University 02138 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Stanford" + } }, { - "name": { - "surname": "Stein", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Stein" + } }, { - "name": { - "surname": "Steiner", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Steiner" + } }, { - "name": { - "surname": "Lisb\u00f4a", - "given_name": "A. F. Steklain" - }, "affiliation": [ { - "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil", - "affPubID": "Aff195" + "affPubID": "Aff195", + "affPubRaw": "Universidade Tecnol\u00f3gica Federal do Paran\u00e1 Curitiba Brazil" } - ] + ], + "name": { + "given_name": "A. F. Steklain", + "surname": "Lisb\u00f4a" + } }, { - "name": { - "surname": "Stewart", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Stewart" + } }, { - "name": { - "surname": "Stillwell", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Chicago 60637 Chicago IL USA", - "affPubID": "Aff37" + "affPubID": "Aff37", + "affPubRaw": "University of Chicago 60637 Chicago IL USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Stillwell" + } }, { - "name": { - "surname": "Stock", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Stock" + } }, { - "name": { - "surname": "Stocker", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Stocker" + } }, { - "name": { - "surname": "Stokes", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Stokes" + } }, { - "name": { - "surname": "Strait", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Strait" + } }, { - "name": { - "surname": "Strauss", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Strauss" + } }, { - "name": { - "surname": "Strigari", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Texas A &M University 77840 College Station TX USA", - "affPubID": "Aff196" + "affPubID": "Aff196", + "affPubRaw": "Texas A &M University 77840 College Station TX USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Strigari" + } }, { - "name": { - "surname": "Stuart", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universidad de Colima Colima Mexico", - "affPubID": "Aff42" + "affPubID": "Aff42", + "affPubRaw": "Universidad de Colima Colima Mexico" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Stuart" + } }, { - "name": { - "surname": "Suarez", - "given_name": "J. G." - }, "affiliation": [ { - "affPubRaw": "Universidad EIA Envigado Antioquia Colombia", - "affPubID": "Aff58" + "affPubID": "Aff58", + "affPubRaw": "Universidad EIA Envigado Antioquia Colombia" } - ] + ], + "name": { + "given_name": "J. G.", + "surname": "Suarez" + } }, { - "name": { - "surname": "Sunci\u00f3n", - "given_name": "J. Su\u00e1rez" - }, "affiliation": [ { - "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru", - "affPubID": "Aff105" + "affPubID": "Aff105", + "affPubRaw": "Universidad Nacional de Ingenier\u00eda Lima 25 Peru" } - ] + ], + "name": { + "given_name": "J. Su\u00e1rez", + "surname": "Sunci\u00f3n" + } }, { - "name": { - "surname": "Sullivan", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Sullivan" + } }, { - "name": { - "surname": "Surdo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Lecce 73100 Lecce Italy", - "affPubID": "Aff96" + "affPubID": "Aff96", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Lecce 73100 Lecce Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Surdo" + } }, { - "name": { - "surname": "Susic", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "University of Basel 4056 Basel Switzerland", - "affPubID": "Aff13" + "affPubID": "Aff13", + "affPubRaw": "University of Basel 4056 Basel Switzerland" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Susic" + } }, { - "name": { - "surname": "Suter", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Suter" + } }, { - "name": { - "surname": "Sutera", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy", - "affPubID": "Aff31" + "affPubID": "Aff31", + "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Sutera" + } }, { - "name": { - "surname": "Suvorov", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy", - "affPubID": "Aff99" + "affPubID": "Aff99", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Napoli 80126 Naples Italy" }, { - "affPubRaw": "Universit\u00e0 degli Studi di Napoli Federico II 80138 Naples NA Italy", - "affPubID": "Aff147" + "affPubID": "Aff147", + "affPubRaw": "Universit\u00e0 degli Studi di Napoli Federico II 80138 Naples NA Italy" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Suvorov" + } }, { - "name": { - "surname": "Svoboda", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of California Davis 95616 Davis CA USA", - "affPubID": "Aff23" + "affPubID": "Aff23", + "affPubRaw": "University of California Davis 95616 Davis CA USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Svoboda" + } }, { - "name": { - "surname": "Szczerbinska", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Texas A &M University-Corpus Christi 78412 Corpus Christi TX USA", - "affPubID": "Aff197" + "affPubID": "Aff197", + "affPubRaw": "Texas A &M University-Corpus Christi 78412 Corpus Christi TX USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Szczerbinska" + } }, { - "name": { - "surname": "Szelc", - "given_name": "A. M." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" } - ] + ], + "name": { + "given_name": "A. M.", + "surname": "Szelc" + } }, { - "name": { - "surname": "Talukdar", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "University of South Carolina 29208 Columbia SC USA", - "affPubID": "Aff186" + "affPubID": "Aff186", + "affPubRaw": "University of South Carolina 29208 Columbia SC USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Talukdar" + } }, { - "name": { - "surname": "Tanaka", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Tanaka" + } }, { - "name": { - "surname": "Tang", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Tang" + } }, { - "name": { - "surname": "Oregui", - "given_name": "B. Tapia" - }, "affiliation": [ { - "affPubRaw": "University of Texas at Austin 78712 Austin TX USA", - "affPubID": "Aff199" + "affPubID": "Aff199", + "affPubRaw": "University of Texas at Austin 78712 Austin TX USA" } - ] + ], + "name": { + "given_name": "B. Tapia", + "surname": "Oregui" + } }, { - "name": { - "surname": "Tapper", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Tapper" + } }, { - "name": { - "surname": "Tariq", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Tariq" + } }, { - "name": { - "surname": "Tarpara", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Tarpara" + } }, { - "name": { - "surname": "Tata", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Harvard University 02138 Cambridge MA USA", - "affPubID": "Aff79" + "affPubID": "Aff79", + "affPubRaw": "Harvard University 02138 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Tata" + } }, { - "name": { - "surname": "Tatar", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Idaho State University 83209 Pocatello ID USA", - "affPubID": "Aff83" + "affPubID": "Aff83", + "affPubRaw": "Idaho State University 83209 Pocatello ID USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Tatar" + } }, { - "name": { - "surname": "Tayloe", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Tayloe" + } }, { - "name": { - "surname": "Teklu", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Teklu" + } }, { - "name": { - "surname": "Tennessen", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Antalya Bilim University 07190 D\u00f6\u015femealt\u0131/Antalya Turkey", - "affPubID": "Aff4" + "affPubID": "Aff4", + "affPubRaw": "Antalya Bilim University 07190 D\u00f6\u015femealt\u0131/Antalya Turkey" }, { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Tennessen" + } }, { - "name": { - "surname": "Tenti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Tenti" + } }, { - "name": { - "surname": "Terao", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Terao" + } }, { - "name": { - "surname": "Ternes", - "given_name": "C. A." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "C. A.", + "surname": "Ternes" + } }, { - "name": { - "surname": "Terranova", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Terranova" + } }, { - "name": { - "surname": "Testera", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Testera" + } }, { - "name": { - "surname": "Thakore", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Thakore" + } }, { - "name": { - "surname": "Thea", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Thea" + } }, { - "name": { - "surname": "Thorn", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Thorn" + } }, { - "name": { - "surname": "Timm", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Timm" + } }, { - "name": { - "surname": "Tishchenko", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Tishchenko" + } }, { - "name": { - "surname": "Tomassetti", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "University of Ferrara Ferrara Italy", - "affPubID": "Aff68" + "affPubID": "Aff68", + "affPubRaw": "University of Ferrara Ferrara Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy", - "affPubID": "Aff94" + "affPubID": "Aff94", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Ferrara 44122 Ferrara Italy" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Tomassetti" + } }, { - "name": { - "surname": "Tonazzo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Tonazzo" + } }, { - "name": { - "surname": "Torbunov", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA", - "affPubID": "Aff145" + "affPubID": "Aff145", + "affPubRaw": "University of Minnesota Twin Cities 55455 Minneapolis MN USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Torbunov" + } }, { - "name": { - "surname": "Torti", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" }, { - "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy", - "affPubID": "Aff142" + "affPubID": "Aff142", + "affPubRaw": "Universit\u00e0 del Milano-Bicocca 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Torti" + } }, { - "name": { - "surname": "Tortola", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Tortola" + } }, { - "name": { - "surname": "Tortorici", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy", - "affPubID": "Aff31" + "affPubID": "Aff31", + "affPubRaw": "Universit\u00e0 di Catania 2 95131 Catania Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy", - "affPubID": "Aff93" + "affPubID": "Aff93", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Catania 95123 Catania Italy" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Tortorici" + } }, { - "name": { - "surname": "Tosi", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Tosi" + } }, { - "name": { - "surname": "Totani", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA", - "affPubID": "Aff27" + "affPubID": "Aff27", + "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Totani" + } }, { - "name": { - "surname": "Toups", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Toups" + } }, { - "name": { - "surname": "Touramanis", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK", - "affPubID": "Aff130" + "affPubID": "Aff130", + "affPubRaw": "University of Liverpool L69 7ZE Liverpool UK" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Touramanis" + } }, { - "name": { - "surname": "Travaglini", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Travaglini" + } }, { - "name": { - "surname": "Trevor", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA", - "affPubID": "Aff28" + "affPubID": "Aff28", + "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Trevor" + } }, { - "name": { - "surname": "Trilov", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Bristol BS8 1TL Bristol UK", - "affPubID": "Aff19" + "affPubID": "Aff19", + "affPubRaw": "University of Bristol BS8 1TL Bristol UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Trilov" + } }, { - "name": { - "surname": "Trzaska", - "given_name": "W. H." - }, "affiliation": [ { - "affPubRaw": "University of 40014 Jyvaskyla Finland", - "affPubID": "Aff119" + "affPubID": "Aff119", + "affPubRaw": "University of 40014 Jyvaskyla Finland" } - ] + ], + "name": { + "given_name": "W. H.", + "surname": "Trzaska" + } }, { - "name": { - "surname": "Tsai", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Tsai" + } }, { - "name": { - "surname": "Tsai", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Tsai" + } }, { - "name": { - "surname": "Tsamalaidze", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Tsamalaidze" + } }, { - "name": { - "surname": "Tsang", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Tsang" + } }, { - "name": { - "surname": "Tsverava", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Georgian Technical University Tbilisi Georgia", - "affPubID": "Aff72" + "affPubID": "Aff72", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Tsverava" + } }, { - "name": { - "surname": "Tu", - "given_name": "S. Z." - }, "affiliation": [ { - "affPubRaw": "Jackson State University 39217 Jackson MS USA", - "affPubID": "Aff114" + "affPubID": "Aff114", + "affPubRaw": "Jackson State University 39217 Jackson MS USA" } - ] + ], + "name": { + "given_name": "S. Z.", + "surname": "Tu" + } }, { - "name": { - "surname": "Tufanli", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Tufanli" + } }, { - "name": { - "surname": "Tull", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Tull" + } }, { - "name": { - "surname": "Tyler", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Kansas State University 66506 Manhattan KS USA", - "affPubID": "Aff120" + "affPubID": "Aff120", + "affPubRaw": "Kansas State University 66506 Manhattan KS USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Tyler" + } }, { - "name": { - "surname": "Tyley", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University of Sheffield S3 7RH Sheffield UK", - "affPubID": "Aff184" + "affPubID": "Aff184", + "affPubRaw": "University of Sheffield S3 7RH Sheffield UK" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Tyley" + } }, { - "name": { - "surname": "Tzanov", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Tzanov" + } }, { - "name": { - "surname": "Uboldi", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Uboldi" + } }, { - "name": { - "surname": "Uchida", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } - ] + ], + "name": { + "given_name": "M. A.", + "surname": "Uchida" + } }, { - "name": { - "surname": "Urheim", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Urheim" + } }, { - "name": { - "surname": "Usher", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Usher" + } }, { - "name": { - "surname": "Uzunyan", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Uzunyan" + } }, { - "name": { - "surname": "Vagins", - "given_name": "M. R." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" }, { - "affPubRaw": "Kavli Institute for the Physics and Mathematics of the Universe 277-8583 Kashiwa Chiba Japan", - "affPubID": "Aff121" + "affPubID": "Aff121", + "affPubRaw": "Kavli Institute for the Physics and Mathematics of the Universe 277-8583 Kashiwa Chiba Japan" } - ] + ], + "name": { + "given_name": "M. R.", + "surname": "Vagins" + } }, { - "name": { - "surname": "Vahle", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Vahle" + } }, { - "name": { - "surname": "Valder", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Valder" + } }, { - "name": { - "surname": "Valdiviesso", - "given_name": "G. D." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de Alfenas 37715-400 Po\u00e7os de Caldas MG Brazil", - "affPubID": "Aff62" + "affPubID": "Aff62", + "affPubRaw": "Universidade Federal de Alfenas 37715-400 Po\u00e7os de Caldas MG Brazil" } - ] + ], + "name": { + "given_name": "G. D.", + "surname": "Valdiviesso" + } }, { - "name": { - "surname": "Valencia", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico", - "affPubID": "Aff77" + "affPubID": "Aff77", + "affPubRaw": "Universidad de Guanajuato C.P. 37000 Guanajuato Mexico" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Valencia" + } }, { - "name": { - "surname": "Valentim", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil", - "affPubID": "Aff202" + "affPubID": "Aff202", + "affPubRaw": "Universidade Federal de S\u00e3o Paulo 09913-030 S\u00e3o Paulo Brazil" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Valentim" + } }, { - "name": { - "surname": "Vallari", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA", - "affPubID": "Aff28" + "affPubID": "Aff28", + "affPubRaw": "California Institute of Technology 91125 Pasadena CA USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Vallari" + } }, { - "name": { - "surname": "Vallazza", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy", - "affPubID": "Aff97" + "affPubID": "Aff97", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano Bicocca 3 20126 Milan Italy" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Vallazza" + } }, { - "name": { - "surname": "Valle", - "given_name": "J. W." - }, "affiliation": [ { - "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain", - "affPubID": "Aff85" + "affPubID": "Aff85", + "affPubRaw": "Instituto de F\u00edsica Corpuscular, CSIC and Universitat de Val\u00e8ncia 46980 Paterna Valencia Spain" } - ] + ], + "name": { + "given_name": "J. W.", + "surname": "Valle" + } }, { - "name": { - "surname": "Vallecorsa", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Vallecorsa" + } }, { - "name": { - "surname": "Van Berg", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA", - "affPubID": "Aff166" + "affPubID": "Aff166", + "affPubRaw": "University of Pennsylvania 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Van Berg" + } }, { - "name": { - "surname": "Van de Water", - "given_name": "R. G." - }, "affiliation": [ { - "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA", - "affPubID": "Aff131" + "affPubID": "Aff131", + "affPubRaw": "Los Alamos National Laboratory 87545 Los Alamos NM USA" } - ] + ], + "name": { + "given_name": "R. G.", + "surname": "Van de Water" + } }, { - "name": { - "surname": "Vanegas Forero", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Medell\u00edn 050026 Medell\u00edn Colombia", - "affPubID": "Aff139" + "affPubID": "Aff139", + "affPubRaw": "University of Medell\u00edn 050026 Medell\u00edn Colombia" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Vanegas Forero" + } }, { - "name": { - "surname": "Vannerom", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA", - "affPubID": "Aff137" + "affPubID": "Aff137", + "affPubRaw": "Massachusetts Institute of Technology 02139 Cambridge MA USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Vannerom" + } }, { - "name": { - "surname": "Varanini", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Varanini" + } }, { - "name": { - "surname": "Vargas Oliva", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Toronto M5S 1A1 Toronto ON Canada", - "affPubID": "Aff200" + "affPubID": "Aff200", + "affPubRaw": "University of Toronto M5S 1A1 Toronto ON Canada" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Vargas Oliva" + } }, { - "name": { - "surname": "Varner", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "University of Hawaii 96822 Honolulu HI USA", - "affPubID": "Aff80" + "affPubID": "Aff80", + "affPubRaw": "University of Hawaii 96822 Honolulu HI USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Varner" + } }, { - "name": { - "surname": "Vasel", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Vasel" + } }, { - "name": { - "surname": "Vasina", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia", - "affPubID": "Aff118" + "affPubID": "Aff118", + "affPubRaw": "Joint Institute for Nuclear Research, Dzhelepov Laboratory of Nuclear Problems 6 Joliot-Curie 141980 Dubna Moscow Region Russia" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Vasina" + } }, { - "name": { - "surname": "Vasseur", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France", - "affPubID": "Aff34" + "affPubID": "Aff34", + "affPubRaw": "IRFU, CEA Universit\u00e9 Paris-Saclay 91191 Gif-sur-Yvette France" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Vasseur" + } }, { - "name": { - "surname": "Vaughan", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Oregon State University 97331 Corvallis OR USA", - "affPubID": "Aff157" + "affPubID": "Aff157", + "affPubRaw": "Oregon State University 97331 Corvallis OR USA" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Vaughan" + } }, { - "name": { - "surname": "Vaziri", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Vaziri" + } }, { - "name": { - "surname": "Ventura", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy", - "affPubID": "Aff100" + "affPubID": "Aff100", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Padova 35131 Padua Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Ventura" + } }, { - "name": { - "surname": "Verdugo", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain", - "affPubID": "Aff39" + "affPubID": "Aff39", + "affPubRaw": "CIEMAT, Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas 28040 Madrid Spain" } - ] - }, - { + ], "name": { - "surname": "Vergani", - "given_name": "S." - }, + "given_name": "A.", + "surname": "Verdugo" + } + }, + { "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Vergani" + } }, { - "name": { - "surname": "Vermeulen", - "given_name": "M. A." - }, "affiliation": [ { - "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands", - "affPubID": "Aff150" + "affPubID": "Aff150", + "affPubRaw": "Nikhef National Institute of Subatomic Physics 1098 XG Amsterdam The Netherlands" } - ] + ], + "name": { + "given_name": "M. A.", + "surname": "Vermeulen" + } }, { - "name": { - "surname": "Verzocchi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Verzocchi" + } }, { - "name": { - "surname": "Vicenzi", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy", - "affPubID": "Aff71" + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 degli Studi di Genova Genoa Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy", - "affPubID": "Aff95" + "affPubID": "Aff95", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Genova 16146 Genoa GE Italy" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Vicenzi" + } }, { - "name": { - "surname": "Vieira de Souza", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France", - "affPubID": "Aff163" + "affPubID": "Aff163", + "affPubRaw": "Universit\u00e9 de Paris, CNRS, Astroparticule et Cosmologie 75006 Paris France" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Vieira de Souza" + } }, { - "name": { - "surname": "Vignoli", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Laboratori Nazionali del Gran Sasso L\u2019Aquila AQ Italy", - "affPubID": "Aff75" + "affPubID": "Aff75", + "affPubRaw": "Laboratori Nazionali del Gran Sasso L\u2019Aquila AQ Italy" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Vignoli" + } }, { - "name": { - "surname": "Vilela", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland", - "affPubID": "Aff35" + "affPubID": "Aff35", + "affPubRaw": "CERN, The European Organization for Nuclear Research 1211 Meyrin Switzerland" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Vilela" + } }, { - "name": { - "surname": "Viren", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Viren" + } }, { - "name": { - "surname": "Vrba", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic", - "affPubID": "Aff49" + "affPubID": "Aff49", + "affPubRaw": "Czech Technical University 115 19 Prague 1 Czech Republic" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Vrba" + } }, { - "name": { - "surname": "Wachala", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "H. Niewodnicza\u0144ski Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland", - "affPubID": "Aff149" + "affPubID": "Aff149", + "affPubRaw": "H. Niewodnicza\u0144ski Institute of Nuclear Physics Polish Academy of Sciences Krak\u00f3w Poland" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Wachala" + } }, { - "name": { - "surname": "Waldron", - "given_name": "A. V." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "A. V.", + "surname": "Waldron" + } }, { - "name": { - "surname": "Wallbank", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Wallbank" + } }, { - "name": { - "surname": "Wallis", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Wallis" + } }, { - "name": { - "surname": "Walton", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Walton" + } }, { - "name": { - "surname": "Wang", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "University of California Los Angeles 90095 Los Angeles CA USA", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "University of California Los Angeles 90095 Los Angeles CA USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Wang" + } }, { - "name": { - "surname": "Wang", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA", - "affPubID": "Aff187" + "affPubID": "Aff187", + "affPubRaw": "South Dakota School of Mines and Technology 57701 Rapid City SD USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Wang" + } }, { - "name": { - "surname": "Wang", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Wang" + } }, { - "name": { - "surname": "Wang", - "given_name": "M. H." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "M. H.", + "surname": "Wang" + } }, { - "name": { - "surname": "Wang", - "given_name": "X." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "X.", + "surname": "Wang" + } }, { - "name": { - "surname": "Wang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of California Los Angeles 90095 Los Angeles CA USA", - "affPubID": "Aff25" + "affPubID": "Aff25", + "affPubRaw": "University of California Los Angeles 90095 Los Angeles CA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Wang" + } }, { - "name": { - "surname": "Wang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Wang" + } }, { - "name": { - "surname": "Warburton", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Warburton" + } }, { - "name": { - "surname": "Warner", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Warner" + } }, { - "name": { - "surname": "Wascko", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK", - "affPubID": "Aff88" + "affPubID": "Aff88", + "affPubRaw": "Imperial College of Science Technology and Medicine SW7 2BZ London UK" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Wascko" + } }, { - "name": { - "surname": "Waters", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Waters" + } }, { - "name": { - "surname": "Watson", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Birmingham B15 2TT Birmingham UK", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "University of Birmingham B15 2TT Birmingham UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Watson" + } }, { - "name": { - "surname": "Wawrowska", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" }, { - "affPubRaw": "University of Sussex BN1 9RH Brighton UK", - "affPubID": "Aff193" + "affPubID": "Aff193", + "affPubRaw": "University of Sussex BN1 9RH Brighton UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Wawrowska" + } }, { - "name": { - "surname": "Weatherly", - "given_name": "P." - }, "affiliation": [ { - "affPubRaw": "Drexel University 19104 Philadelphia PA USA", - "affPubID": "Aff54" + "affPubID": "Aff54", + "affPubRaw": "Drexel University 19104 Philadelphia PA USA" } - ] + ], + "name": { + "given_name": "P.", + "surname": "Weatherly" + } }, { - "name": { - "surname": "Weber", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" }, { - "affPubRaw": "Johannes Gutenberg-Universit\u00e4t Mainz 55122 Mainz Germany", - "affPubID": "Aff135" + "affPubID": "Aff135", + "affPubRaw": "Johannes Gutenberg-Universit\u00e4t Mainz 55122 Mainz Germany" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Weber" + } }, { - "name": { - "surname": "Weber", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "University of Bern 3012 Bern Switzerland", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "University of Bern 3012 Bern Switzerland" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Weber" + } }, { - "name": { - "surname": "Wei", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA", - "affPubID": "Aff132" + "affPubID": "Aff132", + "affPubRaw": "Louisiana State University 70803 Baton Rouge LA USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Wei" + } }, { - "name": { - "surname": "Weinstein", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Weinstein" + } }, { - "name": { - "surname": "Wenman", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Wenman" + } }, { - "name": { - "surname": "Wetstein", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Iowa State University 50011 Ames IA USA", - "affPubID": "Aff109" + "affPubID": "Aff109", + "affPubRaw": "Iowa State University 50011 Ames IA USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Wetstein" + } }, { - "name": { - "surname": "White", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "White" + } }, { - "name": { - "surname": "Whitehead", - "given_name": "L. H." - }, "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } ], "attrib": { "email": "leigh.howard.whitehead@cern.ch", "orcid": "0000-0002-3327-2534" + }, + "name": { + "given_name": "L. H.", + "surname": "Whitehead" } }, { - "name": { - "surname": "Whittington", - "given_name": "D." - }, "affiliation": [ { - "affPubRaw": "Syracuse University 13244 Syracuse NY USA", - "affPubID": "Aff194" + "affPubID": "Aff194", + "affPubRaw": "Syracuse University 13244 Syracuse NY USA" } - ] + ], + "name": { + "given_name": "D.", + "surname": "Whittington" + } }, { - "name": { - "surname": "Wilking", - "given_name": "M. J." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "M. J.", + "surname": "Wilking" + } }, { - "name": { - "surname": "Wilkinson", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University College London WC1E 6BT London UK", - "affPubID": "Aff204" + "affPubID": "Aff204", + "affPubRaw": "University College London WC1E 6BT London UK" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Wilkinson" + } }, { - "name": { - "surname": "Wilkinson", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Wilkinson" + } }, { - "name": { - "surname": "Williams", - "given_name": "Z." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "Z.", + "surname": "Williams" + } }, { - "name": { - "surname": "Wilson", - "given_name": "F." - }, "affiliation": [ { - "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK", - "affPubID": "Aff179" + "affPubID": "Aff179", + "affPubRaw": "STFC Rutherford Appleton Laboratory OX11 0QX Didcot UK" } - ] + ], + "name": { + "given_name": "F.", + "surname": "Wilson" + } }, { - "name": { - "surname": "Wilson", - "given_name": "R. J." - }, "affiliation": [ { - "affPubRaw": "Colorado State University 80523 Fort Collins CO USA", - "affPubID": "Aff44" + "affPubID": "Aff44", + "affPubRaw": "Colorado State University 80523 Fort Collins CO USA" } - ] + ], + "name": { + "given_name": "R. J.", + "surname": "Wilson" + } }, { - "name": { - "surname": "Wisniewski", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA", - "affPubID": "Aff185" + "affPubID": "Aff185", + "affPubRaw": "SLAC National Accelerator Laboratory 94025 Menlo Park CA USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Wisniewski" + } }, { - "name": { - "surname": "Wolcott", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Wolcott" + } }, { - "name": { - "surname": "Wongjirad", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Tufts University 02155 Medford MA USA", - "affPubID": "Aff201" + "affPubID": "Aff201", + "affPubRaw": "Tufts University 02155 Medford MA USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Wongjirad" + } }, { - "name": { - "surname": "Wood", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of Houston 77204 Houston TX USA", - "affPubID": "Aff81" + "affPubID": "Aff81", + "affPubRaw": "University of Houston 77204 Houston TX USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Wood" + } }, { - "name": { - "surname": "Wood", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA", - "affPubID": "Aff128" + "affPubID": "Aff128", + "affPubRaw": "Lawrence Berkeley National Laboratory 94720 Berkeley CA USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Wood" + } }, { - "name": { - "surname": "Worcester", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Worcester" + } }, { - "name": { - "surname": "Worcester", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Worcester" + } }, { - "name": { - "surname": "Wresilo", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK", - "affPubID": "Aff29" + "affPubID": "Aff29", + "affPubRaw": "University of Cambridge CB3 0HE Cambridge UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Wresilo" + } }, { - "name": { - "surname": "Wret", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "University of Rochester 14627 Rochester NY USA", - "affPubID": "Aff176" + "affPubID": "Aff176", + "affPubRaw": "University of Rochester 14627 Rochester NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Wret" + } }, { - "name": { - "surname": "Wu", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Wu" + } }, { - "name": { - "surname": "Wu", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Wu" + } }, { - "name": { - "surname": "Xiao", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Xiao" + } }, { - "name": { - "surname": "Yaeggy", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA", - "affPubID": "Aff40" + "affPubID": "Aff40", + "affPubRaw": "University of Cincinnati 45221 Cincinnati OH USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Yaeggy" + } }, { - "name": { - "surname": "Yandel", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA", - "affPubID": "Aff27" + "affPubID": "Aff27", + "affPubRaw": "University of California Santa Barbara 93106 Santa Barbara CA USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Yandel" + } }, { - "name": { - "surname": "Yang", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA", - "affPubID": "Aff190" + "affPubID": "Aff190", + "affPubRaw": "Stony Brook University, SUNY 11794 Stony Brook NY USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Yang" + } }, { - "name": { - "surname": "Yang", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Oxford OX1 3RH Oxford UK", - "affPubID": "Aff158" + "affPubID": "Aff158", + "affPubRaw": "University of Oxford OX1 3RH Oxford UK" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Yang" + } }, { - "name": { - "surname": "Yang", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Yang" + } }, { - "name": { - "surname": "Yankelevich", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "University of California Irvine 92697 Irvine CA USA", - "affPubID": "Aff24" + "affPubID": "Aff24", + "affPubRaw": "University of California Irvine 92697 Irvine CA USA" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Yankelevich" + } }, { - "name": { - "surname": "Yershov", - "given_name": "N." - }, "affiliation": [ { - "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia", - "affPubID": "Aff106" + "affPubID": "Aff106", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences 117312 Moscow Russia" } - ] + ], + "name": { + "given_name": "N.", + "surname": "Yershov" + } }, { - "name": { - "surname": "Yonehara", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Yonehara" + } }, { - "name": { - "surname": "Yoon", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Chung-Ang University 06974 Seoul South Korea", - "affPubID": "Aff38" + "affPubID": "Aff38", + "affPubRaw": "Chung-Ang University 06974 Seoul South Korea" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Yoon" + } }, { - "name": { - "surname": "Young", - "given_name": "T." - }, "affiliation": [ { - "affPubRaw": "University of North Dakota 58202-8357 Grand Forks ND USA", - "affPubID": "Aff151" + "affPubID": "Aff151", + "affPubRaw": "University of North Dakota 58202-8357 Grand Forks ND USA" } - ] + ], + "name": { + "given_name": "T.", + "surname": "Young" + } }, { - "name": { - "surname": "Yu", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Yu" + } }, { - "name": { - "surname": "Yu", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Yu" + } }, { - "name": { - "surname": "Yu", - "given_name": "H." - }, "affiliation": [ { - "affPubRaw": "Sun Yat-Sen University 510275 Guangzhou China", - "affPubID": "Aff191" + "affPubID": "Aff191", + "affPubRaw": "Sun Yat-Sen University 510275 Guangzhou China" } - ] + ], + "name": { + "given_name": "H.", + "surname": "Yu" + } }, { - "name": { - "surname": "Yu", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA", - "affPubID": "Aff198" + "affPubID": "Aff198", + "affPubRaw": "University of Texas at Arlington 76019 Arlington TX USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Yu" + } }, { - "name": { - "surname": "Yu", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA", - "affPubID": "Aff87" + "affPubID": "Aff87", + "affPubRaw": "Illinois Institute of Technology 60616 Chicago IL USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Yu" + } }, { - "name": { - "surname": "Yuan", - "given_name": "W." - }, "affiliation": [ { - "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK", - "affPubID": "Aff57" + "affPubID": "Aff57", + "affPubRaw": "University of Edinburgh EH8 9YL Edinburgh UK" } - ] + ], + "name": { + "given_name": "W.", + "surname": "Yuan" + } }, { - "name": { - "surname": "Zaki", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "York University M3J 1P3 Toronto Canada", - "affPubID": "Aff216" + "affPubID": "Aff216", + "affPubRaw": "York University M3J 1P3 Toronto Canada" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Zaki" + } }, { - "name": { - "surname": "Zalesak", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Zalesak" + } }, { - "name": { - "surname": "Zambelli", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France", - "affPubID": "Aff52" + "affPubID": "Aff52", + "affPubRaw": "Laboratoire d\u2019Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS LAPP-IN2P3 74000 Annecy France" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Zambelli" + } }, { - "name": { - "surname": "Zamorano", - "given_name": "B." - }, "affiliation": [ { - "affPubRaw": "University of Granada and CAFPE 18002 Granada Spain", - "affPubID": "Aff73" + "affPubID": "Aff73", + "affPubRaw": "University of Granada and CAFPE 18002 Granada Spain" } - ] + ], + "name": { + "given_name": "B.", + "surname": "Zamorano" + } }, { - "name": { - "surname": "Zani", - "given_name": "A." - }, "affiliation": [ { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy", - "affPubID": "Aff98" + "affPubID": "Aff98", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Milano 20133 Milan Italy" } - ] + ], + "name": { + "given_name": "A.", + "surname": "Zani" + } }, { - "name": { - "surname": "Zazueta", - "given_name": "L." - }, "affiliation": [ { - "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA", - "affPubID": "Aff212" + "affPubID": "Aff212", + "affPubRaw": "College of William and Mary 23187 Williamsburg VA USA" } - ] + ], + "name": { + "given_name": "L.", + "surname": "Zazueta" + } }, { - "name": { - "surname": "Zeller", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Zeller" + } }, { - "name": { - "surname": "Zennamo", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Zennamo" + } }, { - "name": { - "surname": "Zeug", - "given_name": "K." - }, "affiliation": [ { - "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA", - "affPubID": "Aff213" + "affPubID": "Aff213", + "affPubRaw": "University of Wisconsin Madison 53706 Madison WI USA" } - ] + ], + "name": { + "given_name": "K.", + "surname": "Zeug" + } }, { - "name": { - "surname": "Zhang", - "given_name": "C." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "C.", + "surname": "Zhang" + } }, { - "name": { - "surname": "Zhang", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Indiana University 47405 Bloomington IN USA", - "affPubID": "Aff91" + "affPubID": "Aff91", + "affPubRaw": "Indiana University 47405 Bloomington IN USA" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Zhang" + } }, { - "name": { - "surname": "Zhang", - "given_name": "Y." - }, "affiliation": [ { - "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA", - "affPubID": "Aff170" + "affPubID": "Aff170", + "affPubRaw": "University of Pittsburgh 15260 Pittsburgh PA USA" } - ] + ], + "name": { + "given_name": "Y.", + "surname": "Zhang" + } }, { - "name": { - "surname": "Zhao", - "given_name": "M." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "M.", + "surname": "Zhao" + } }, { - "name": { - "surname": "Zhivun", - "given_name": "E." - }, "affiliation": [ { - "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA", - "affPubID": "Aff20" + "affPubID": "Aff20", + "affPubRaw": "Brookhaven National Laboratory 11973 Upton NY USA" } - ] + ], + "name": { + "given_name": "E.", + "surname": "Zhivun" + } }, { - "name": { - "surname": "Zhu", - "given_name": "G." - }, "affiliation": [ { - "affPubRaw": "Ohio State University 43210 Columbus OH USA", - "affPubID": "Aff156" + "affPubID": "Aff156", + "affPubRaw": "Ohio State University 43210 Columbus OH USA" } - ] + ], + "name": { + "given_name": "G.", + "surname": "Zhu" + } }, { - "name": { - "surname": "Zimmerman", - "given_name": "E. D." - }, "affiliation": [ { - "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA", - "affPubID": "Aff43" + "affPubID": "Aff43", + "affPubRaw": "University of Colorado Boulder 80309 Boulder CO USA" } - ] + ], + "name": { + "given_name": "E. D.", + "surname": "Zimmerman" + } }, { - "name": { - "surname": "Zucchelli", - "given_name": "S." - }, "affiliation": [ { - "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy", - "affPubID": "Aff17" + "affPubID": "Aff17", + "affPubRaw": "Universit\u00e0 del Bologna 40127 Bologna Italy" }, { - "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy", - "affPubID": "Aff92" + "affPubID": "Aff92", + "affPubRaw": "Istituto Nazionale di Fisica Nucleare Sezione di Bologna 40127 Bologna BO Italy" } - ] + ], + "name": { + "given_name": "S.", + "surname": "Zucchelli" + } }, { - "name": { - "surname": "Zuklin", - "given_name": "J." - }, "affiliation": [ { - "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic", - "affPubID": "Aff48" + "affPubID": "Aff48", + "affPubRaw": "Institute of Physics Czech Academy of Sciences 182 00 Prague 8 Czech Republic" } - ] + ], + "name": { + "given_name": "J.", + "surname": "Zuklin" + } }, { - "name": { - "surname": "Zutshi", - "given_name": "V." - }, "affiliation": [ { - "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA", - "affPubID": "Aff152" + "affPubID": "Aff152", + "affPubRaw": "Northern Illinois University 60115 DeKalb IL USA" } - ] + ], + "name": { + "given_name": "V.", + "surname": "Zutshi" + } }, { - "name": { - "surname": "Zwaska", - "given_name": "R." - }, "affiliation": [ { - "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA", - "affPubID": "Aff67" + "affPubID": "Aff67", + "affPubRaw": "Fermi National Accelerator Laboratory 60510 Batavia IL USA" } - ] + ], + "name": { + "given_name": "R.", + "surname": "Zwaska" + } }, { - "name": { - "collab": "DUNE Collaboration" - }, "attrib": { "collab": true + }, + "name": { + "collab": "DUNE Collaboration" } } ], - "title": { - "textEnglish": "Reconstruction of interactions in the ProtoDUNE-SP detector with Pandora" + "copyright": { + "statement": "\u00a9 The Author(s) 2023", + "status": true }, - "abstract": { - "textEnglish": "The Pandora Software Development Kit and algorithm libraries provide pattern-recognition logic essential to the reconstruction of particle interactions in liquid argon time projection chamber detectors. Pandora is the primary event reconstruction software used at ProtoDUNE-SP, a prototype for the Deep Underground Neutrino Experiment far detector. ProtoDUNE-SP, located at CERN, is exposed to a charged-particle test beam. This paper gives an overview of the Pandora reconstruction algorithms and how they have been tailored for use at ProtoDUNE-SP. In complex events with numerous cosmic-ray and beam background particles, the simulated reconstruction and identification efficiency for triggered test-beam particles is above 80% for the majority of particle type and beam momentum combinations. Specifically, simulated 1 GeV/ c charged pions and protons are correctly reconstructed and identified with efficiencies of 86.1 \u00b1 0.6 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\pm 0.6$$\\end{document} % and 84.1 \u00b1 0.6 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\pm 0.6$$\\end{document} %, respectively. The efficiencies measured for test-beam data are shown to be within 5% of those predicted by the simulation." + "editorialHistory": { + "acceptedDate": "2023-06-20", + "receivedDates": [ + "2022-06-30" + ] + }, + "openAccess": { + "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article\u2019s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article\u2019s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "electronicID": "618" + }, + "persistentIDs": [ + { + "DOI": "10.1140/epjc/s10052-023-11733-2" + } + ], + "pubDate": { + "electrDate": "2023-07-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1434-6052", + "pubtype": "epub" + } + ], + "issueNum": "7", + "pubName": "The European Physical Journal C", + "pubYear": "2023", + "publisher": "Springer Berlin Heidelberg", + "volumeNum": "83" + }, + "publisherIDs": [ + { + "Identifier": "s10052-023-11733-2", + "attribute": "publisher-id" + }, + { + "Identifier": "11733", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " A. Abed Abud et al. Design, construction and operation of the ProtoDUNE-SP Liquid Argon TPC. JINST \t\t\t\t\t\t17(01), P01005 (2022). \t\t\t\t\t\thttps://doi.org/10.1088/1748-0221/17/01/p01005 ", @@ -15220,13 +15226,7 @@ " E. Gramellini, \t\t\t\t\t\tMeasurement of the Negative Pion and Positive Kaon Total Hadronic Cross Sections on Argon at the LArIAT Experiment Ph.D. thesis, Yale U. (2018) \t\t\t\t\t ", " E. Gramellini et al. Measurement of the ( \t\t\t\t\t\t \u03c0 - \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$\\pi ^-$$\\end{document} , Ar) total hadronic cross section at the LArIAT experiment (2021). \t\t\t\t\t\tarXiv:2108.00040 [physics.ins-det] \t\t\t\t\t " ], - "copyright": { - "status": true, - "statement": "\u00a9 The Author(s) 2023" - }, - "openAccess": { - "open": true, - "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article\u2019s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article\u2019s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", - "licenseURL": "http://creativecommons.org/licenses/by/4.0/" + "title": { + "textEnglish": "Reconstruction of interactions in the ProtoDUNE-SP detector with Pandora" } } diff --git a/tests/stubdata/output/jats_springer_NatCo_s41467-023-40272-3.json b/tests/stubdata/output/jats_springer_NatCo_s41467-023-40272-3.json index d231dfe..78ac24e 100644 --- a/tests/stubdata/output/jats_springer_NatCo_s41467-023-40272-3.json +++ b/tests/stubdata/output/jats_springer_NatCo_s41467-023-40272-3.json @@ -1,664 +1,675 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2023-02-17" - ], - "acceptedDate": "2023-07-20" - }, - "pubDate": { - "electrDate": "2023-12-00" - }, - "publication": { - "pubName": "Nature Communications", - "publisher": "Nature Publishing Group UK", - "issueNum": "1", - "volumeNum": "14", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "epub", - "issnString": "2041-1723" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1038/s41467-023-40272-3" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "s41467-023-40272-3" - }, - { - "attribute": "manuscript", - "Identifier": "40272" - } - ], - "pagination": { - "electronicID": "4551" + "abstract": { + "textEnglish": "A Gamma Variant RBD-based aluminum hydroxide adjuvanted vaccine called ARVAC CG was selected for a first in human clinical trial. Healthy male and female participants (18-55 years old) with a complete COVID-19-primary vaccine scheme were assigned to receive two intramuscular doses of either a low-dose or a high-dose of ARVAC CG. The primary endpoint was safety. The secondary objective was humoral immunogenicity. Cellular immune responses were studied as an exploratory objective. The trial was prospectively registered in PRIISA.BA (Registration Code 6564) and ANMAT and retrospectively registered in ClinicalTrials.gov (NCT05656508). Samples from participants of a surveillance strategy implemented by the Ministry of Health of the Province of Buenos Aires that were boosted with BNT162b2 were also analyzed to compare with the booster effect of ARVAC CG. ARVAC CG exhibits a satisfactory safety profile, a robust and broad booster response of neutralizing antibodies against the Ancestral strain of SARS-CoV-2 and the Gamma, Delta, Omicron BA.1 and Omicron BA.5 variants of concern and a booster effect on T cell immunity in individuals previously immunized with different COVID-19 vaccine platforms." }, "authors": [ { - "name": { - "surname": "Pasquevich", - "given_name": "Karina A." - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } ], "attrib": { "email": "kpasquevich@iib.unsam.edu.ar", "orcid": "0000-0003-4448-0977" + }, + "name": { + "given_name": "Karina A.", + "surname": "Pasquevich" } }, { - "name": { - "surname": "Coria", - "given_name": "Lorena M." - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } ], "attrib": { "orcid": "0000-0001-5359-8382" + }, + "name": { + "given_name": "Lorena M.", + "surname": "Coria" } }, { - "name": { - "surname": "Ceballos", - "given_name": "Ana" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Ana", + "surname": "Ceballos" + } }, { - "name": { - "surname": "Mazzitelli", - "given_name": "Bianca" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Bianca", + "surname": "Mazzitelli" + } }, { - "name": { - "surname": "Rodriguez", - "given_name": "Juan Manuel" - }, "affiliation": [ { - "affPubRaw": "Fundaci\u00f3n Pablo Cassar\u00e1 - Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff4" + "affPubID": "Aff4", + "affPubRaw": "Fundaci\u00f3n Pablo Cassar\u00e1 - Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Juan Manuel", + "surname": "Rodriguez" + } }, { - "name": { - "surname": "Demar\u00eda", - "given_name": "Agostina" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Agostina", + "surname": "Demar\u00eda" + } }, { - "name": { - "surname": "Pueblas Castro", - "given_name": "Celeste" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Celeste", + "surname": "Pueblas Castro" + } }, { - "name": { - "surname": "Bruno", - "given_name": "Laura" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Laura", + "surname": "Bruno" + } }, { - "name": { - "surname": "Saposnik", - "given_name": "Lucas" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Lucas", + "surname": "Saposnik" + } }, { - "name": { - "surname": "Salvatori", - "given_name": "Melina" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Melina", + "surname": "Salvatori" + } }, { - "name": { - "surname": "Varese", - "given_name": "Augusto" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Augusto", + "surname": "Varese" + } }, { - "name": { - "surname": "Gonz\u00e1lez", - "given_name": "Soledad" - }, "affiliation": [ { - "affPubRaw": "Ministerio de Salud de la Provincia de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "Ministerio de Salud de la Provincia de Buenos Aires Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Soledad", + "surname": "Gonz\u00e1lez" + } }, { - "name": { - "surname": "Gonz\u00e1lez Mart\u00ednez", - "given_name": "Veronica V." - }, "affiliation": [ { - "affPubRaw": "Ministerio de Salud de la Provincia de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "Ministerio de Salud de la Provincia de Buenos Aires Buenos Aires Argentina" } ], "attrib": { "orcid": "0000-0001-5231-1773" + }, + "name": { + "given_name": "Veronica V.", + "surname": "Gonz\u00e1lez Mart\u00ednez" } }, { - "name": { - "surname": "Geffner", - "given_name": "Jorge" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Instituto de Investigaciones Biom\u00e9dicas en Retrovirus y SIDA, INBIRS-CONICET Facultad de Medicina UBA Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Jorge", + "surname": "Geffner" + } }, { - "name": { - "surname": "\u00c1lvarez", - "given_name": "Diego" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Diego", + "surname": "\u00c1lvarez" + } }, { - "name": { - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" } }, { - "name": { - "surname": "del Priore", - "given_name": "Sabrina A.", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Sabrina A.", + "surname": "del Priore" } }, { - "name": { - "surname": "Hernando Insua", - "given_name": "Andr\u00e9s C.", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Fundaci\u00f3n Pablo Cassar\u00e1 - Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff4" + "affPubID": "Aff4", + "affPubRaw": "Fundaci\u00f3n Pablo Cassar\u00e1 - Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Andr\u00e9s C.", + "surname": "Hernando Insua" } }, { - "name": { - "surname": "Kaufmann", - "given_name": "Ingrid G.", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Ingrid G.", + "surname": "Kaufmann" } }, { - "name": { - "surname": "Di Mar\u00eda", - "given_name": "Adri\u00e1n", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Adri\u00e1n", + "surname": "Di Mar\u00eda" } }, { - "name": { - "surname": "G\u00f3ngora", - "given_name": "Adri\u00e1n", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Adri\u00e1n", + "surname": "G\u00f3ngora" } }, { - "name": { - "surname": "Moreno", - "given_name": "Agust\u00edn", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Agust\u00edn", + "surname": "Moreno" } }, { - "name": { - "surname": "Cervellini", - "given_name": "Susana", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Susana", + "surname": "Cervellini" } }, { - "name": { - "surname": "Martin", - "given_name": "Blasco", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Blasco", + "surname": "Martin" } }, { - "name": { - "surname": "Ali", - "given_name": "Esteban", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Esteban", + "surname": "Ali" } }, { - "name": { - "surname": "Albarrac\u00edn", - "given_name": "Romina", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Romina", + "surname": "Albarrac\u00edn" } }, { - "name": { - "surname": "Bruno", - "given_name": "Barsanti", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Barsanti", + "surname": "Bruno" } }, { - "name": { - "surname": "Toneguzzo", - "given_name": "Fernando", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Fernando", + "surname": "Toneguzzo" } }, { - "name": { - "surname": "Sasso", - "given_name": "Guillermina", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Guillermina", + "surname": "Sasso" } }, { - "name": { - "surname": "Stamer", - "given_name": "Sebastian", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Sebastian", + "surname": "Stamer" } }, { - "name": { - "surname": "Cardoso", - "given_name": "Regina", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Regina", + "surname": "Cardoso" } }, { - "name": { - "surname": "Chajet", - "given_name": "Alejandro", - "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "collab": true + }, + "name": { + "collab": "Laboratorio Pablo Cassar\u00e1 R&D and CMC for ARVAC CG consortium", + "given_name": "Alejandro", + "surname": "Chajet" } }, { - "name": { - "surname": "Feleder", - "given_name": "Ethel" - }, "affiliation": [ { - "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Ethel", + "surname": "Feleder" + } }, { - "name": { - "surname": "Halabe", - "given_name": "Karina" - }, "affiliation": [ { - "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Karina", + "surname": "Halabe" + } }, { - "name": { - "surname": "Perez Lera", - "given_name": "Pablo E." - }, "affiliation": [ { - "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Pablo E.", + "surname": "Perez Lera" + } }, { - "name": { - "surname": "de Oca", - "given_name": "Federico Montes" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Federico Montes", + "surname": "de Oca" + } }, { - "name": { - "surname": "Vega", - "given_name": "Julio C." - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Julio C.", + "surname": "Vega" + } }, { - "name": { - "surname": "Lombardo", - "given_name": "M\u00f3nica" - }, "affiliation": [ { - "affPubRaw": "Nobeltri Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "Nobeltri Ciudad Aut\u00f3noma de Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "M\u00f3nica", + "surname": "Lombardo" + } }, { - "name": { - "surname": "Yerino", - "given_name": "Gustavo A." - }, "affiliation": [ { - "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "FP CLINICAL PHARMA Ciudad Aut\u00f3noma de Buenos Aires Buenos Aires Argentina" } - ] + ], + "name": { + "given_name": "Gustavo A.", + "surname": "Yerino" + } }, { - "name": { - "surname": "Fl\u00f3", - "given_name": "Juan" - }, "affiliation": [ { - "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Laboratorio Pablo Cassar\u00e1 \u2013 Unidad de I + D de Biof\u00e1rmacos Saladillo 2452 C1440FFX Ciudad Aut\u00f3noma de Buenos Aires Argentina" } ], "attrib": { "orcid": "0000-0002-0051-7435" + }, + "name": { + "given_name": "Juan", + "surname": "Fl\u00f3" } }, { - "name": { - "surname": "Cassataro", - "given_name": "Juliana" - }, "affiliation": [ { - "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Instituto de Investigaciones Biotecnol\u00f3gicas Universidad Nacional de San Mart\u00edn (UNSAM) \u2013 Consejo Nacional de Investigaciones Cient\u00edficas y T\u00e9cnicas (CONICET) San Mart\u00edn (1650) Buenos Aires Argentina" }, { - "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Escuela de Bio y Nanotecnolog\u00edas (EByN) Universidad Nacional de San Mart\u00edn San Mart\u00edn (1650) Buenos Aires Argentina" } ], "attrib": { "email": "jucassataro@iib.unsam.edu.ar", "orcid": "0000-0002-7122-869X" + }, + "name": { + "given_name": "Juliana", + "surname": "Cassataro" } } ], - "title": { - "textEnglish": "Safety and immunogenicity of a SARS-CoV-2 Gamma variant RBD-based protein adjuvanted vaccine used as booster in healthy adults" + "copyright": { + "statement": "\u00a9 The Author(s) 2023", + "status": true }, - "abstract": { - "textEnglish": "A Gamma Variant RBD-based aluminum hydroxide adjuvanted vaccine called ARVAC CG was selected for a first in human clinical trial. Healthy male and female participants (18-55 years old) with a complete COVID-19-primary vaccine scheme were assigned to receive two intramuscular doses of either a low-dose or a high-dose of ARVAC CG. The primary endpoint was safety. The secondary objective was humoral immunogenicity. Cellular immune responses were studied as an exploratory objective. The trial was prospectively registered in PRIISA.BA (Registration Code 6564) and ANMAT and retrospectively registered in ClinicalTrials.gov (NCT05656508). Samples from participants of a surveillance strategy implemented by the Ministry of Health of the Province of Buenos Aires that were boosted with BNT162b2 were also analyzed to compare with the booster effect of ARVAC CG. ARVAC CG exhibits a satisfactory safety profile, a robust and broad booster response of neutralizing antibodies against the Ancestral strain of SARS-CoV-2 and the Gamma, Delta, Omicron BA.1 and Omicron BA.5 variants of concern and a booster effect on T cell immunity in individuals previously immunized with different COVID-19 vaccine platforms." + "editorialHistory": { + "acceptedDate": "2023-07-20", + "receivedDates": [ + "2023-02-17" + ] + }, + "funding": [ + { + "agencyname": "Laboratorio Pablo Cassara" + } + ], + "openAccess": { + "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The images or other third party material in this article are included in the article\u2019s Creative Commons license, unless indicated otherwise in a credit line to the material. If material is not included in the article\u2019s Creative Commons license and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this license, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "electronicID": "4551" + }, + "persistentIDs": [ + { + "DOI": "10.1038/s41467-023-40272-3" + } + ], + "pubDate": { + "electrDate": "2023-12-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "2041-1723", + "pubtype": "epub" + } + ], + "issueNum": "1", + "pubName": "Nature Communications", + "pubYear": "2023", + "publisher": "Nature Publishing Group UK", + "volumeNum": "14" + }, + "publisherIDs": [ + { + "Identifier": "s41467-023-40272-3", + "attribute": "publisher-id" + }, + { + "Identifier": "40272", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Chi W-Y COVID-19 vaccine update: vaccine effectiveness, SARS-CoV-2 variants, boosters, adverse effects, and immune correlates of protection J. Biomed. Sci. 2022 29 10.1186/s12929-022-00853-8 36243868 9569411 ", @@ -693,18 +704,7 @@ " Varese A Omicron Breakthrough Infection After Heterologous Prime-Boost Vaccination Induces a Vigorous Antibody Response J. Infect. Dis. 2022 226 1717 1720 1:CAS:528:DC%2BB3sXptFart7w%3D 10.1093/infdis/jiac250 35723970 ", " World_Health_Organization. WHO manual for the establishment of national and other secondary standards for antibodies against infectious agents focusing on SARSCoV2. (World Health Organization, 2022). " ], - "copyright": { - "status": true, - "statement": "\u00a9 The Author(s) 2023" - }, - "openAccess": { - "open": true, - "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The images or other third party material in this article are included in the article\u2019s Creative Commons license, unless indicated otherwise in a credit line to the material. If material is not included in the article\u2019s Creative Commons license and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this license, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", - "licenseURL": "http://creativecommons.org/licenses/by/4.0/" - }, - "funding": [ - { - "agencyname": "Laboratorio Pablo Cassara" - } - ] + "title": { + "textEnglish": "Safety and immunogenicity of a SARS-CoV-2 Gamma variant RBD-based protein adjuvanted vaccine used as booster in healthy adults" + } } diff --git a/tests/stubdata/output/jats_springer_Natur_s41598-023-38673-x.json b/tests/stubdata/output/jats_springer_Natur_s41598-023-38673-x.json index 22a6ef4..5812da0 100644 --- a/tests/stubdata/output/jats_springer_Natur_s41598-023-38673-x.json +++ b/tests/stubdata/output/jats_springer_Natur_s41598-023-38673-x.json @@ -1,881 +1,896 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" - }, - "editorialHistory": { - "receivedDates": [ - "2022-09-09" - ], - "acceptedDate": "2023-07-12" - }, - "pubDate": { - "electrDate": "2023-12-00" - }, - "publication": { - "pubName": "Scientific Reports", - "publisher": "Nature Publishing Group UK", - "issueNum": "1", - "volumeNum": "13", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "epub", - "issnString": "2045-2322" - } - ] - }, - "persistentIDs": [ - { - "DOI": "10.1038/s41598-023-38673-x" - } - ], - "publisherIDs": [ - { - "attribute": "publisher-id", - "Identifier": "s41598-023-38673-x" - }, - { - "attribute": "manuscript", - "Identifier": "38673" - } - ], - "pagination": { - "electronicID": "11732" + "abstract": { + "textEnglish": "A growing body of literature suggests the important role of the thalamus in cognition and neurodegenerative diseases. This study aims to elucidate whether the preoperative thalamic volume is associated with preoperative cognitive impairment (preCI) and whether it is predictive for postoperative cognitive dysfunction at 3 months (POCD). We enrolled 301 patients aged 65 or older and without signs of dementia who were undergoing elective surgery. Magnetic resonance imaging was conducted prior to surgery. Freesurfer (version 5.3.) was used to automatically segment the thalamus volume. A neuropsychological test battery was administered before surgery and at a 3 month follow-up. It included the computerized tests Paired Associate Learning (PAL), Verbal Recognition Memory (VRM), Spatial Span Length (SSP), Simple Reaction Time (SRT), the pen-and-paper Trail-Making-Test (TMT) and the manual Grooved Pegboard Test (GPT). Using a reliable change index, preCI and POCD were defined as total Z-score > 1.96 (sum score over all tests) and/or Z-scores > 1.96 in \u2265 2 individual cognitive test parameters. For statistical analyses, multivariable logistic regression models were applied. Age, sex and intracranial volume were covariates in the models. Of 301 patients who received a presurgical neuropsychological testing and MRI, 34 (11.3%) had preCI. 89 patients (29.5%) were lost to follow-up. The remaining 212 patients received a follow-up cognitive test after 3 months, of whom 25 (8.3%) presented with POCD. Independently of age, sex and intracranial volume, neither preCI (OR per cm 3 increment 0.81 [95% CI 0.60\u20131.07] p = 0.14) nor POCD (OR 1.02 per cm 3 increment [95% CI 0.75\u20131.40] p = 0.87) were statistically significantly associated with patients\u2019 preoperative thalamus volume. In this cohort we could not show an association of presurgical thalamus volume with preCI or POCD.\nClinical Trial Number: NCT02265263 ( https://clinicaltrials.gov/ct2/show/results/NCT02265263) ." }, "authors": [ { - "name": { - "surname": "Fislage", - "given_name": "Marinus" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "email": "marinus.fislage@charite.de", "orcid": "0000-0001-9102-1373" + }, + "name": { + "given_name": "Marinus", + "surname": "Fislage" } }, { - "name": { - "surname": "Feinkohl", - "given_name": "Insa" - }, "affiliation": [ { - "affPubRaw": "Faculty of Health/School of Medicine Witten/Herdecke University Witten Germany", - "affPubID": "Aff2" + "affPubID": "Aff2", + "affPubRaw": "Faculty of Health/School of Medicine Witten/Herdecke University Witten Germany" }, { - "affPubRaw": "Molecular Epidemiology Research Group Max-Delbrueck-Center for Molecular Medicine in the Helmholtz Association (MDC) Berlin Germany", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Molecular Epidemiology Research Group Max-Delbrueck-Center for Molecular Medicine in the Helmholtz Association (MDC) Berlin Germany" } ], "attrib": { "orcid": "0000-0002-0307-1862" + }, + "name": { + "given_name": "Insa", + "surname": "Feinkohl" } }, { - "name": { - "surname": "Borchers", - "given_name": "Friedrich" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0001-7290-2271" + }, + "name": { + "given_name": "Friedrich", + "surname": "Borchers" } }, { - "name": { - "surname": "Pischon", - "given_name": "Tobias" - }, "affiliation": [ { - "affPubRaw": "Molecular Epidemiology Research Group Max-Delbrueck-Center for Molecular Medicine in the Helmholtz Association (MDC) Berlin Germany", - "affPubID": "Aff3" + "affPubID": "Aff3", + "affPubRaw": "Molecular Epidemiology Research Group Max-Delbrueck-Center for Molecular Medicine in the Helmholtz Association (MDC) Berlin Germany" }, { - "affPubRaw": "Biobank Technology Platform Max-Delbrueck-Center for Molecular Medicine in the Helmholtz Association (MDC) Berlin Germany", - "affPubID": "Aff4" + "affPubID": "Aff4", + "affPubRaw": "Biobank Technology Platform Max-Delbrueck-Center for Molecular Medicine in the Helmholtz Association (MDC) Berlin Germany" }, { - "affPubRaw": "Core Facility Biobank Berlin Institute of Health at Charit\u00e9 - Universit\u00e4tsmedizin Berlin Berlin Germany", - "affPubID": "Aff5" + "affPubID": "Aff5", + "affPubRaw": "Core Facility Biobank Berlin Institute of Health at Charit\u00e9 - Universit\u00e4tsmedizin Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0003-1568-767X" + }, + "name": { + "given_name": "Tobias", + "surname": "Pischon" } }, { - "name": { - "surname": "Spies", - "given_name": "Claudia D." - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "orcid": "0000-0002-1062-0495" + }, + "name": { + "given_name": "Claudia D.", + "surname": "Spies" } }, { - "name": { - "surname": "Winterer", - "given_name": "Georg" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" }, { - "affPubRaw": "Pharmaimage Biomarker Solutions GmbH Berlin Germany", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "Pharmaimage Biomarker Solutions GmbH Berlin Germany" } ], "attrib": { "orcid": "0000-0002-3610-5029" + }, + "name": { + "given_name": "Georg", + "surname": "Winterer" } }, { - "name": { - "surname": "Zacharias", - "given_name": "Norman" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff1" + "affPubID": "Aff1", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK), Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" }, { - "affPubRaw": "Pharmaimage Biomarker Solutions GmbH Berlin Germany", - "affPubID": "Aff6" + "affPubID": "Aff6", + "affPubRaw": "Pharmaimage Biomarker Solutions GmbH Berlin Germany" } ], "attrib": { "orcid": "0000-0001-5794-5716" + }, + "name": { + "given_name": "Norman", + "surname": "Zacharias" } }, { - "name": { - "collab": "BioCog Consortium" - }, "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium" } }, { - "name": { - "surname": "Wolf", - "given_name": "Alissa", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Alissa", + "surname": "Wolf" } }, { - "name": { - "surname": "M\u00fcller", - "given_name": "Anika", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Anika", + "surname": "M\u00fcller" } }, { - "name": { - "surname": "Hadzidiakos", - "given_name": "Daniel", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Daniel", + "surname": "Hadzidiakos" } }, { - "name": { - "surname": "Y\u00fcrek", - "given_name": "Fatima", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Fatima", + "surname": "Y\u00fcrek" } }, { - "name": { - "surname": "Lachmann", - "given_name": "Gunnar", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Gunnar", + "surname": "Lachmann" } }, { - "name": { - "surname": "Ofosu", - "given_name": "Kwaku", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Kwaku", + "surname": "Ofosu" } }, { - "name": { - "surname": "Heinrich", - "given_name": "Maria", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Maria", + "surname": "Heinrich" } }, { - "name": { - "surname": "M\u00f6rgeli", - "given_name": "Rudolf", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany", - "affPubID": "Aff7" + "affPubID": "Aff7", + "affPubRaw": "Department of Anesthesiology and Operative Intensive Care Medicine (CCM, CVK) Charit\u00e9\u2013Universit\u00e4tsmedizin Berlin, Corporate Member of Freie Universit\u00e4t Berlin and Humboldt-Universit\u00e4t zu Berlin Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Rudolf", + "surname": "M\u00f6rgeli" } }, { - "name": { - "surname": "Gallinat", - "given_name": "J\u00fcrgen", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Hamburg Hamburg Germany", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "University Medical Center Hamburg Hamburg Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "J\u00fcrgen", + "surname": "Gallinat" } }, { - "name": { - "surname": "K\u00fchn", - "given_name": "Simone", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Hamburg Hamburg Germany", - "affPubID": "Aff8" + "affPubID": "Aff8", + "affPubRaw": "University Medical Center Hamburg Hamburg Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Simone", + "surname": "K\u00fchn" } }, { - "name": { - "surname": "Slooter", - "given_name": "Arjen", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Arjen", + "surname": "Slooter" } }, { - "name": { - "surname": "van Dellen", - "given_name": "Edwin", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Edwin", + "surname": "van Dellen" } }, { - "name": { - "surname": "Kant", - "given_name": "Ilse", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Ilse", + "surname": "Kant" } }, { - "name": { - "surname": "de Bresser", - "given_name": "Jeroen", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Jeroen", + "surname": "de Bresser" } }, { - "name": { - "surname": "Hendrikse", - "given_name": "Jeroen", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Jeroen", + "surname": "Hendrikse" } }, { - "name": { - "surname": "van Montfort", - "given_name": "Simone", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands", - "affPubID": "Aff9" + "affPubID": "Aff9", + "affPubRaw": "University Medical Center Utrecht Utrecht The Netherlands" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Simone", + "surname": "van Montfort" } }, { - "name": { - "surname": "Menon", - "given_name": "David", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University of Cambridge Cambridge UK", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "University of Cambridge Cambridge UK" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "David", + "surname": "Menon" } }, { - "name": { - "surname": "Stamatakis", - "given_name": "Emmanuel", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University of Cambridge Cambridge UK", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "University of Cambridge Cambridge UK" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Emmanuel", + "surname": "Stamatakis" } }, { - "name": { - "surname": "Preller", - "given_name": "Jacobus", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University of Cambridge Cambridge UK", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "University of Cambridge Cambridge UK" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Jacobus", + "surname": "Preller" } }, { - "name": { - "surname": "Moreno-L\u00f3pez", - "given_name": "Laura", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University of Cambridge Cambridge UK", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "University of Cambridge Cambridge UK" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Laura", + "surname": "Moreno-L\u00f3pez" } }, { - "name": { - "surname": "Winzeck", - "given_name": "Stefan", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University of Cambridge Cambridge UK", - "affPubID": "Aff10" + "affPubID": "Aff10", + "affPubRaw": "University of Cambridge Cambridge UK" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Stefan", + "surname": "Winzeck" } }, { - "name": { - "surname": "Melillo", - "given_name": "Daniela", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "National Research Council Napoli Naples Italy", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "National Research Council Napoli Naples Italy" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Daniela", + "surname": "Melillo" } }, { - "name": { - "surname": "Boraschi", - "given_name": "Diana", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "National Research Council Napoli Naples Italy", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "National Research Council Napoli Naples Italy" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Diana", + "surname": "Boraschi" } }, { - "name": { - "surname": "Camera", - "given_name": "Giacomo Della", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "National Research Council Napoli Naples Italy", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "National Research Council Napoli Naples Italy" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Giacomo Della", + "surname": "Camera" } }, { - "name": { - "surname": "Italiani", - "given_name": "Paola", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "National Research Council Napoli Naples Italy", - "affPubID": "Aff11" + "affPubID": "Aff11", + "affPubRaw": "National Research Council Napoli Naples Italy" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Paola", + "surname": "Italiani" } }, { - "name": { - "surname": "Schneider", - "given_name": "Reinhard", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University of Luxembourg Esch-sur-Alzette Luxembourg", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "University of Luxembourg Esch-sur-Alzette Luxembourg" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Reinhard", + "surname": "Schneider" } }, { - "name": { - "surname": "Krause", - "given_name": "Roland", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "University of Luxembourg Esch-sur-Alzette Luxembourg", - "affPubID": "Aff12" + "affPubID": "Aff12", + "affPubRaw": "University of Luxembourg Esch-sur-Alzette Luxembourg" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Roland", + "surname": "Krause" } }, { - "name": { - "surname": "Heidtke", - "given_name": "Karsten", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "ATLAS Biolabs GmBH Berlin Germany", - "affPubID": "Aff13" + "affPubID": "Aff13", + "affPubRaw": "ATLAS Biolabs GmBH Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Karsten", + "surname": "Heidtke" } }, { - "name": { - "surname": "N\u00fcrnberg", - "given_name": "Peter", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "ATLAS Biolabs GmBH Berlin Germany", - "affPubID": "Aff13" + "affPubID": "Aff13", + "affPubRaw": "ATLAS Biolabs GmBH Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Peter", + "surname": "N\u00fcrnberg" } }, { - "name": { - "surname": "Helmschrodt", - "given_name": "Anja", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Anja", + "surname": "Helmschrodt" } }, { - "name": { - "surname": "B\u00f6cher", - "given_name": "Axel", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Axel", + "surname": "B\u00f6cher" } }, { - "name": { - "surname": "Hafen", - "given_name": "Bettina", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Bettina", + "surname": "Hafen" } }, { - "name": { - "surname": "Armbruster", - "given_name": "Franz Paul", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Franz Paul", + "surname": "Armbruster" } }, { - "name": { - "surname": "Diehl", - "given_name": "Ina", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Ina", + "surname": "Diehl" } }, { - "name": { - "surname": "Ruppert", - "given_name": "Jana", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Jana", + "surname": "Ruppert" } }, { - "name": { - "surname": "Hartmann", - "given_name": "Katarina", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Katarina", + "surname": "Hartmann" } }, { - "name": { - "surname": "Kronabel", - "given_name": "Marion", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Marion", + "surname": "Kronabel" } }, { - "name": { - "surname": "Weyer", - "given_name": "Marius", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Marius", + "surname": "Weyer" } }, { - "name": { - "surname": "Dschietzig", - "given_name": "Thomas Bernd", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Immundiagnostik AG Bensheim Germany", - "affPubID": "Aff14" + "affPubID": "Aff14", + "affPubRaw": "Immundiagnostik AG Bensheim Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Thomas Bernd", + "surname": "Dschietzig" } }, { - "name": { - "surname": "Pietzsch", - "given_name": "Malte", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Cellogic GmbH Berlin Germany", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Cellogic GmbH Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Malte", + "surname": "Pietzsch" } }, { - "name": { - "surname": "Weber", - "given_name": "Simon", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Cellogic GmbH Berlin Germany", - "affPubID": "Aff15" + "affPubID": "Aff15", + "affPubRaw": "Cellogic GmbH Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Simon", + "surname": "Weber" } }, { - "name": { - "surname": "Ittermann", - "given_name": "Bernd", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Physikalisch-Technische Bundesanstalt Berlin Germany", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "Physikalisch-Technische Bundesanstalt Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Bernd", + "surname": "Ittermann" } }, { - "name": { - "surname": "Fillmer", - "given_name": "Ariane", - "collab": "BioCog Consortium" - }, "affiliation": [ { - "affPubRaw": "Physikalisch-Technische Bundesanstalt Berlin Germany", - "affPubID": "Aff16" + "affPubID": "Aff16", + "affPubRaw": "Physikalisch-Technische Bundesanstalt Berlin Germany" } ], "attrib": { "collab": true + }, + "name": { + "collab": "BioCog Consortium", + "given_name": "Ariane", + "surname": "Fillmer" } } ], - "title": { - "textEnglish": "Preoperative thalamus volume is not associated with preoperative cognitive impairment (preCI) or postoperative cognitive dysfunction (POCD)" + "copyright": { + "statement": "\u00a9 The Author(s) 2023. corrected publication 2023", + "status": true }, - "abstract": { - "textEnglish": "A growing body of literature suggests the important role of the thalamus in cognition and neurodegenerative diseases. This study aims to elucidate whether the preoperative thalamic volume is associated with preoperative cognitive impairment (preCI) and whether it is predictive for postoperative cognitive dysfunction at 3 months (POCD). We enrolled 301 patients aged 65 or older and without signs of dementia who were undergoing elective surgery. Magnetic resonance imaging was conducted prior to surgery. Freesurfer (version 5.3.) was used to automatically segment the thalamus volume. A neuropsychological test battery was administered before surgery and at a 3 month follow-up. It included the computerized tests Paired Associate Learning (PAL), Verbal Recognition Memory (VRM), Spatial Span Length (SSP), Simple Reaction Time (SRT), the pen-and-paper Trail-Making-Test (TMT) and the manual Grooved Pegboard Test (GPT). Using a reliable change index, preCI and POCD were defined as total Z-score > 1.96 (sum score over all tests) and/or Z-scores > 1.96 in \u2265 2 individual cognitive test parameters. For statistical analyses, multivariable logistic regression models were applied. Age, sex and intracranial volume were covariates in the models. Of 301 patients who received a presurgical neuropsychological testing and MRI, 34 (11.3%) had preCI. 89 patients (29.5%) were lost to follow-up. The remaining 212 patients received a follow-up cognitive test after 3 months, of whom 25 (8.3%) presented with POCD. Independently of age, sex and intracranial volume, neither preCI (OR per cm 3 increment 0.81 [95% CI 0.60\u20131.07] p = 0.14) nor POCD (OR 1.02 per cm 3 increment [95% CI 0.75\u20131.40] p = 0.87) were statistically significantly associated with patients\u2019 preoperative thalamus volume. In this cohort we could not show an association of presurgical thalamus volume with preCI or POCD.\nClinical Trial Number: NCT02265263 ( https://clinicaltrials.gov/ct2/show/results/NCT02265263) ." + "editorialHistory": { + "acceptedDate": "2023-07-12", + "receivedDates": [ + "2022-09-09" + ] + }, + "funding": [ + { + "agencyname": "European Community's FP7", + "awardnumber": "602461" + }, + { + "agencyname": "Charit\u00e9 - Universit\u00e4tsmedizin Berlin (3093)" + } + ], + "openAccess": { + "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "electronicID": "11732" + }, + "persistentIDs": [ + { + "DOI": "10.1038/s41598-023-38673-x" + } + ], + "pubDate": { + "electrDate": "2023-12-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "2045-2322", + "pubtype": "epub" + } + ], + "issueNum": "1", + "pubName": "Scientific Reports", + "pubYear": "2023", + "publisher": "Nature Publishing Group UK", + "volumeNum": "13" + }, + "publisherIDs": [ + { + "Identifier": "s41598-023-38673-x", + "attribute": "publisher-id" + }, + { + "Identifier": "38673", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Androsova G Krause R Winterer G Schneider R Biomarkers of postoperative delirium and cognitive dysfunction Front. Aging Neurosci. 2015 7 112 26106326 4460425 ", @@ -922,22 +937,7 @@ " Berger M Terrando N Smith SK Browndyke JN Newman MF Mathew JP Neurocognitive function after cardiac surgery: From phenotypes to mechanisms Anesthesiology 2018 129 829 851 29621031 ", " Dieleman N Koek HL Hendrikse J Short-term mechanisms influencing volumetric brain dynamics Neuroimage Clin. 2017 16 507 513 28971004 5609861 " ], - "copyright": { - "status": true, - "statement": "\u00a9 The Author(s) 2023. corrected publication 2023" - }, - "openAccess": { - "open": true, - "license": "\nOpen Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit\n\t\t\t\t\t\thttp://creativecommons.org/licenses/by/4.0/.\n\t\t\t\t\t", - "licenseURL": "http://creativecommons.org/licenses/by/4.0/" - }, - "funding": [ - { - "agencyname": "European Community's FP7", - "awardnumber": "602461" - }, - { - "agencyname": "Charit\u00e9 - Universit\u00e4tsmedizin Berlin (3093)" - } - ] + "title": { + "textEnglish": "Preoperative thalamus volume is not associated with preoperative cognitive impairment (preCI) or postoperative cognitive dysfunction (POCD)" + } } diff --git a/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json b/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json index 578beac..6847da0 100644 --- a/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json +++ b/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json @@ -1,111 +1,156 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "JATS", - "loadLocation": "", - "recordOrigin": "" + "abstract": { + "textEnglish": "This paper is concerned with the time-asymptotic stability of a nonlinear wave for the outflow problem of the isentropic compressible Navier\u2013Stokes\u2013Korteweg equations in the half space. Under some suitable assumptions on the spatial-asymptotic states and boundary data, the time-asymptotic profile is a nonlinear wave which is the superposition of a stationary solution and a rarefaction wave. Employing the L 2 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$L^{2}$$\\end{document} -energy method and the decay (in both time and space variables) estimates of each component of the nonlinear wave, we prove that this nonlinear wave is time asymptotically stable under a small initial perturbation." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "School of Sciences Nantong University 226019 Nantong People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Yeping", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "School of Sciences Nantong University 226019 Nantong People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Rui", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "School of Mathematical Sciences Anhui University 230601 Hefei People\u2019s Republic of China" + }, + { + "affPubID": "Aff3", + "affPubRaw": "Centre of Pure Mathematics, School of Mathematical Sciences Anhui University 230601 Hefei People\u2019s Republic of China" + } + ], + "attrib": { + "email": "chenzzandu@163.com", + "orcid": "0000-0002-4062-3267" + }, + "name": { + "given_name": "Zhengzheng", + "surname": "Chen" + } + } + ], + "copyright": { + "statement": "\u00a9 The Author(s), under exclusive licence to Springer Nature Switzerland AG 2023. Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.", + "status": true }, "editorialHistory": { + "acceptedDate": "2023-07-04", "receivedDates": [ "2021-05-14" ], "revisedDates": [ "2023-07-04" - ], - "acceptedDate": "2023-07-04" - }, - "pubDate": { - "electrDate": "2023-07-19", - "printDate": "2023-08-00" - }, - "publication": { - "pubName": "Zeitschrift f\u00fcr angewandte Mathematik und Physik", - "publisher": "Springer International Publishing", - "issueNum": "4", - "volumeNum": "74", - "pubYear": "2023", - "ISSN": [ - { - "pubtype": "ppub", - "issnString": "0044-2275" - }, - { - "pubtype": "epub", - "issnString": "1420-9039" - } ] }, - "persistentIDs": [ + "funding": [ { - "DOI": "10.1007/s00033-023-02064-z" + "agencyid": { + "idschema": "doi", + "idvalue": "http://dx.doi.org/10.13039/501100001809" + }, + "agencyname": "National Natural Science Foundation of China", + "awardnumber": "12171258" + }, + { + "agencyname": "Support Program for Outstanding Young Talents in Universities of Anhui Province", + "awardnumber": "gxyqZD2022007" } ], - "publisherIDs": [ + "keywords": [ + { + "keyString": "Compressible Navier\u2013Stokes\u2013Korteweg equations", + "keySystem": "misc" + }, + { + "keyString": "Asymptotic stability", + "keySystem": "misc" + }, { - "attribute": "publisher-id", - "Identifier": "s00033-023-02064-z" + "keyString": "Rarefaction wave", + "keySystem": "misc" + }, + { + "keyString": "Stationary solution", + "keySystem": "misc" }, { - "attribute": "manuscript", - "Identifier": "2064" + "keyString": "Energy method", + "keySystem": "misc" + }, + { + "keyString": "76W05", + "keySystem": "misc" + }, + { + "keyString": "35B40", + "keySystem": "misc" } ], "pagination": { "electronicID": "167" }, - "authors": [ + "persistentIDs": [ { - "name": { - "surname": "Li", - "given_name": "Yeping" + "DOI": "10.1007/s00033-023-02064-z" + } + ], + "pubDate": { + "electrDate": "2023-07-19", + "printDate": "2023-08-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0044-2275", + "pubtype": "ppub" }, - "affiliation": [ - { - "affPubRaw": "School of Sciences Nantong University 226019 Nantong People\u2019s Republic of China", - "affPubID": "Aff1" - } - ] - }, + { + "issnString": "1420-9039", + "pubtype": "epub" + } + ], + "issueNum": "4", + "pubName": "Zeitschrift f\u00fcr angewandte Mathematik und Physik", + "pubYear": "2023", + "publisher": "Springer International Publishing", + "volumeNum": "74" + }, + "publisherIDs": [ { - "name": { - "surname": "Xu", - "given_name": "Rui" - }, - "affiliation": [ - { - "affPubRaw": "School of Sciences Nantong University 226019 Nantong People\u2019s Republic of China", - "affPubID": "Aff1" - } - ] + "Identifier": "s00033-023-02064-z", + "attribute": "publisher-id" }, { - "name": { - "surname": "Chen", - "given_name": "Zhengzheng" - }, - "affiliation": [ - { - "affPubRaw": "School of Mathematical Sciences Anhui University 230601 Hefei People\u2019s Republic of China", - "affPubID": "Aff2" - }, - { - "affPubRaw": "Centre of Pure Mathematics, School of Mathematical Sciences Anhui University 230601 Hefei People\u2019s Republic of China", - "affPubID": "Aff3" - } - ], - "attrib": { - "email": "chenzzandu@163.com", - "orcid": "0000-0002-4062-3267" - } + "Identifier": "2064", + "attribute": "manuscript" } ], - "title": { - "textEnglish": "Asymptotic stability of a nonlinear wave for the compressible Navier\u2013Stokes\u2013Korteweg equations in the half space" - }, - "abstract": { - "textEnglish": "This paper is concerned with the time-asymptotic stability of a nonlinear wave for the outflow problem of the isentropic compressible Navier\u2013Stokes\u2013Korteweg equations in the half space. Under some suitable assumptions on the spatial-asymptotic states and boundary data, the time-asymptotic profile is a nonlinear wave which is the superposition of a stationary solution and a rarefaction wave. Employing the L 2 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$L^{2}$$\\end{document} -energy method and the decay (in both time and space variables) estimates of each component of the nonlinear wave, we prove that this nonlinear wave is time asymptotically stable under a small initial perturbation." + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ " Bresch D Desjardins B Lin C-K On some compressible fluid models: Korteweg, lubrication and shallow water systems Commun. Partial Differ. Equ. 2003 28 843 868 1978317 1106.76436 10.1081/PDE-120020499 ", @@ -162,52 +207,7 @@ " Wang Y-J Tan Z Optimal decay rates for the compressible fluid models of Korteweg type J. Math. Anal. Appl. 2011 379 256 271 2776470 1211.35228 10.1016/j.jmaa.2011.01.006 ", " Wang W-J Wang W-K Decay rate of the compressible Navier-Stokes-Korteweg equations with potential force Dis. Contin. Dyn. Syst. 2015 35 513 536 3286970 1304.35576 10.3934/dcds.2015.35.513 " ], - "keywords": [ - { - "keyString": "Compressible Navier\u2013Stokes\u2013Korteweg equations", - "keySystem": "misc" - }, - { - "keyString": "Asymptotic stability", - "keySystem": "misc" - }, - { - "keyString": "Rarefaction wave", - "keySystem": "misc" - }, - { - "keyString": "Stationary solution", - "keySystem": "misc" - }, - { - "keyString": "Energy method", - "keySystem": "misc" - }, - { - "keyString": "76W05", - "keySystem": "misc" - }, - { - "keyString": "35B40", - "keySystem": "misc" - } - ], - "copyright": { - "status": true, - "statement": "\u00a9 The Author(s), under exclusive licence to Springer Nature Switzerland AG 2023. Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law." - }, - "funding": [ - { - "agencyname": "National Natural Science Foundation of China", - "agencyid": { - "idschema": "doi", - "idvalue": "http://dx.doi.org/10.13039/501100001809" - }, - "awardnumber": "12171258" - }, - { - "agencyname": "Support Program for Outstanding Young Talents in Universities of Anhui Province", - "awardnumber": "gxyqZD2022007" - } - ] + "title": { + "textEnglish": "Asymptotic stability of a nonlinear wave for the compressible Navier\u2013Stokes\u2013Korteweg equations in the half space" + } } diff --git a/tests/stubdata/output/wiley_jgra_12057.json b/tests/stubdata/output/wiley_jgra_12057.json index 5b27a2e..afd1d0b 100644 --- a/tests/stubdata/output/wiley_jgra_12057.json +++ b/tests/stubdata/output/wiley_jgra_12057.json @@ -1,61 +1,132 @@ -{"abstract": {"textEnglish": "The path‐integrated linear growth of electromagnetic ion cyclotron waves in the outer (L ≥ 7) magnetosphere is investigated using a realistic thermal plasma distribution with an additional anisotropic energetic ring current H+ to provide free energy for instability. The results provide a realistic simulation of the recent AMPTE observations. For conditions typical of the dayside magnetosphere, high plasma beta effects reduce the group velocity and significantly increase the spatial growth rates for left‐hand polarized instabilities just below the helium gyrofrequency ΩHe+, and on the unguided mode above Ω>He+ but below the cross over frequency ωcr. Relatively high densities, typical of the afternoon local time sector, favor these low group velocity effects for predominantly field‐aligned waves. Lower densities, typical of those found in the early morning local time sector, increase the group velocity but allow strong convective instabilities at high normalized frequencies well above ΩHe+. These waves are reflected in the magnetosphere and can exist for several equatorial transits without significant damping. They are left‐hand polarized only on the first equatorial crossing and become linearly polarized for the remainder of the ray path. Consequently, these waves should be observed with basically linear polarization at all frequencies and all latitudes in the early morning local time sector. Wave growth below ΩHe+ is severely limited owing to the narrow bandwidth for instability and the small resonant path lengths. In the afternoon sector, where plasma densities can exceed 107 m−3, intense convective amplification is possible both above and below ΩHe+. Waves below ΩHe+ are not subject to reflection when the O+ concentration is small and therefore should be observed with left‐hand polarization near the equator and essentially linear polarization at higher latitudes. Since the He+ concentration is usually large in the afternoon sector, guided mode waves above ΩHe+ reflect to form a background distribution with basically linear polarization. We suggest that the strong left‐hand polarized emissions observed by AMPTE in the afternoon sector near the equator are probably due to strongly growing low group velocity waves at frequencies just below ΩHe+, and on the unguided mode above ΩHe+."}, - "authors": [{"name": {"given_name": "Richard B.", "surname": "Horne"}}, {"name": {"given_name": "Richard M.", "surname": "Thorne"}}], - "copyright": {"statement": "Copyright 1994 by the American Geophysical Union.", "status": true}, - "editorialHistory": {"acceptedDate": "1994-05-12", "receivedDates": ["1993-05-24"]}, - "pagination": {"firstPage": "17259", "lastPage": "17273", "pageCount": "15"}, - "persistentIDs": [{"DOI": "10.1029/94JA01259"}], - "pubDate": {"electrDate": "2012-09-20", "printDate": "1994-09-01"}, - "publication": {"ISSN": [{"issnString": "0148-0227", "pubtype": "print"}, {"issnString": "2156-2202", "pubtype": "electronic"}], "issueNum": "A9", "pubName": "Journal of Geophysical Research: Space Physics", "pubYear": "1994", "volumeNum": "99"}, - "publisherIDs": [{"Identifier": "94JA01259", "attribute": "editorialOffice"}, {"Identifier": "JGRA12057", "attribute": "unit"}], - "recordData": {"createdTime": "", "loadFormat": "OtherXML", "loadLocation": "", "loadType": "fromFile", "parsedTime": "", "recordOrigin": ""}, - "references": ["Anderson, B. J., D. C. Hamilton, Electromagnetic ion cyclotron waves stimulated by modest magnetospheric compressions, J. Geophys. Res., 9811, 369, 1993.", - "Anderson, B. J., K. Takahashi, R. E. Erlandson, L. J. Zanetti, Pc1 pulsations observed by AMPTE/CCE in the Earth's outer magnetosphere, Geophys. Res. Lett., 17, 1853, 1990.", - "Anderson, B. J., R. E. Erlandson, L. J. Zanetti, A statistical study of Pc 1–2 magnetic pulsations in the equatorial magnetosphere, 1, Equatorial occurrence distributions, J. Geophys. Res., 97, 3075, 1992a.", - "Anderson, B. J., R. E. Erlandson, L. J. Zanetti, A statistical study of Pc 1–2 magnetic pulsations in the equatorial magnetosphere, 2, Wave properties, J. Geophys. Res., 97, 3089, 1992b.", - "André, M., Dispersion surfaces, J. Plasma Phys., 33, 1, 1985.", - "Ashour‐ Abdalla, M., C. F. Kennel, Nonconvective and convective electron cyclotron harmonic instabilities, J. Geophys. Res., 83, 1531, 1978.", - "Bossen, M., R. L. McPherron, C. T. Russel, A statistical study of pc 1 magnetic pulsations at synchronous Orbit, J. Geophys. Res., 81, 6083, 1976.", - "Budden, K. G., The Propagation of Radio Waves, Cambridge University Press, New York, 1985.", - "Cornwall, J. M., F. V. Coroniti, R. M. Thorne, Turbulent loss of ring current protons, J. Geophys. Res., 75, 4699, 1970.", - "Cornwall, J. M., F. V. Coroniti, R. M. Thorne, Unified theory of SAR arc formation at the plasmapause, J. Geophys. Res., 76, 4428, 1971.", - "Denton, R. E., M. K. Hudson, I. Roth, Loss‐cone‐driven ion cyclotron waves in the magnetosphere, J. Geophys. Res., 9712, 093, 1992.", - "Fried, B. D., S. D. Conte, The Plasma Dispersion Function, Academic, San Diego, Calif., 1961.", - "Fraser, B. J., W. J. Kemp, D. J. Webster, Ground‐satellite study of a Pc 1 ion cyclotron wave event, J. Geophys. Res., 9411, 855, 1989.", - "Fraser, B. J., R. L. McPherron, Pc 1–2 magnetic pulsation spectra and heavy ion effects at synchronous orbit: ATS 6 results, J. Geophys. Res., 87, 4560, 1982.", - "Gendrin, R., A. Roux, Energization of helium ions by proton induced hydromagnetic waves, J. Geophys. Res., 85, 4577, 1980.", - "Gendrin, R., M. Ashour‐Abdalla, Y. Omura, K. Quest, Linear analysis of ion cyclotron interaction in a multicomponent plasma, J. Geophys. Res., 89, 9119, 1984.", - "Gloeckler, G., B. Wilken, W. Studemann, F. M. Ipavich, D. Hovestadt, D. C. Hamilton, G. Kremser, First composition measurement of the bulk of the storm time ring‐current (1 to 300 keV/e) with AMPTE‐CCE, Geophys. Res. Lett., 12, 325, 1985.", - "Gomberoff, L., R. Neira, Convective growth rate of ion cyclotron waves in a H+‐He+ and H+‐He+‐O+ plasma, J. Geophys. Res., 88, 2170, 1983.", - "Higel, B., L. Wu, Electron density and plasmapause characteristics at 6.6RE, A statistical study of the GEOS 2 relaxation sounder data, J. Geophys. Res., 89, 1583, 1984.", - "Horne, R. B., Path‐integrated growth of electrostatic waves: The generation of terrestrial myriametric radiation, J. Geophys. Res., 94, 8895, 1989.", - "Horne, R. B., R. M. Thorne, Ion cyclotron absorption at the second harmonic of the oxygen gyrofrequency, Geophys. Res. Lett., 17, 2225, 1990.", - "Horne, R. B., R. M. Thorne, On the preferred source location for the convective amplification of ion cyclotron waves, J. Geophys. Res., 98, 9233, 1993.", - "Hu, Y. D., B. J. Fraser, J. V. Olsen, Amplification of electromagnetic ion cyclotron waves along a wave path in the Earth's multi‐component magnetosphere, Geophys. Res., Lett., 17, 1053, 1990.", - "Hu, Y. D., B. J. Fraser, Electromagnetic ion cyclotron wave amplification and source regions in the magnetosphere, J. Geophys. Res., 99, 263, 1994.", - "Inan, U. S., T. F. Bell, The plasmapause as a VLF wave guide, J. Geophys. Res., 19, 2819, 1977.", - "Ishida, I., S. Kokubun, R. L. McPherron, Substorm effects on spectral structures of Pc 1 waves at synchronous orbit, J. Geophys. Res., 92, 143, 1987.", - "Kennel, C. F., H. E. Petschek, Limit on stably trapped particle fluxes, J. Geophys. Res., 71, 1, 1966.", - "Kintner, P. M., D. A. Gurnett, Observations of ion cyclotron waves within the plasmaphere, J. Geophys. Res., 82, 2314, 1977.", - "Kozyra, J. U., T. E. Cravens, A. F. Nagy, E. G. Fontheim, Effects of energetic heavy ions on electromagnetic ion cyclotron wave generation in the plasmapause region, J. Geophys. Res, 89, 2217, 1984.", - "Krimigis, S. M., G. Gloeckler, R. W. McEntire, T. A. Potemera, F. L. Scarf, E. G. Shelley, Magnetic storm of September 4, 1984: A synthesis of ring current spectra and energy densities measured with AMPTE/CCE, Geophys. Res. Lett., 12, 329, 1985.", - "Ludlow, G. R., Growth of obliquely propagating ion cyclotron waves in the magnetosphere, J. Geophys. Res., 9415, 385, 1989.", - "Mauk, B. H., Helium resonance and dispersion effects on geostationary Alfven/ion cyclotron waves, J. Geophys. Res., 87, 9107, 1982a.", - "Mauk, B. H., Electromagnetic wave energization of heavy ions by the electric “phase bunching” process, Geophys. Res. Lett., 9, 1163, 1982b.", - "Mauk, B. H., Frequency gap formation in electromagnetic cyclotron wave distributions, Geophys. Res. Lett., 10, 635, 1983.", - "Mauk, B. H., C. E. McIlwain, R. L. McPherron, Helium cyclotron resonance within the Earth's magnetosphere, Geophys. Res. Lett., 8, 103, 1981.", - "Olsen, R. C., S. D. Shawhan, D. L. Gallagher, J. L. Green, C. R. Chappell, R. R. Anderson, Plasma observations at the Earth's magnetic equator, J. Geophys. Res., 92, 2385, 1987.", - "Perraut, S., R. Gendrin, A. Roux, Amplification of ion cyclotron waves for various typical radial profiles of magnetospheric parameters, J. Atmos. Terr. Phys., 38, 1191, 1976.", - "Perraut, S., R. Gendrin, A. Roux, C. deVilledary, Ion cyclotron waves: Direct comparison between ground‐based measurements and observations in the source region, J. Geophys. Res., 89, 195, 1984.", - "Rauch, J. L., A. Roux, Ray tracing of ULF waves in a multicomponent magnetospheric plasma: Consequences for the generation mechanism of ion cyclotron waves, J. Geophys. Res., 87, 8191, 1982.", - "Rönnmark, K., M. André, Convection of ion cyclotron waves to ion‐heating regions, J. Geophys. Res., 9617, 573, 1991.", - "Roux, A., S. Perraut, J. L. Rauch, C. deVilledary, Wave particle interactions near ΩHe observed on board GEOS 1 and 2, 2, generation of ion cyclotron waves and heating of He+ ions, J. Geophys. Res., 87, 8174, 1982.", - "Swanson, D. G., Plasma Waves, Academic, San Diego, Calif., 1989.", - "Sawada, A., Y. Kasahara, M. Yamamoto, I. Kimura, ELF emissions observed by the EXOS‐D satellite around the geomagnetic equatorial region, Geophys. Res. Lett., 18, 317, 1991.", - "Taylor, W. W. L., B. K. Paradt, L. J. Cahill Jr., Explorer 45 observations of 1‐ to 30‐Hz magnetic fields near the plasmapause during magnetic storms, J. Geophys. Res., 80, 1271, 1975.", - "Taylor, W. W. L., L. R. Lyons, Simultaneous equatorial observations of 1‐ to 30‐Hz waves and pitch‐angle distributions of ring current ions, J. Geophys. Res., 81, 6177, 1976.", - "Thorne, R. M., R. B. Horne, The contribution of ion‐cyclotron waves to electron heating and SAR‐arc excitation near the storm‐time plasmapause, Geophys. Res. Lett., 19, 417, 1992.", - "Thorne, R. M., R. B. Horne, Cyclotron absorption of ion‐ cyclotron waves at the bi‐ion frequency, Geophys. Res. Lett., 20, 317, 1993.", - "Wandzura, S., F. V. Coroniti, Nonconvective ion cyclotron instability, Planet Space Sci., 23, 123, 1975.", - "Williams, D. J., Ring current and radiation belts, Rev. of Geophys., 25, 570, 1987.", - "Young, D. T., S. Perraut, A. Roux, C. deVilledary, R. Gendrin, A. Korth, G. Kremser, D. Jones, Wave‐particle interactions near ΩHe+ observed on GEOS 1 and 2, 1, Propagation of ion cyclotron waves in a He+ rich plasma, J. Geophys. Res., 86, 6755, 1981."], - "title": {"textEnglish": "Convective instabilities of electromagnetic ion cyclotron waves in the outer magnetosphere"}} +{ + "abstract": { + "textEnglish": "The path\u2010integrated linear growth of electromagnetic ion cyclotron waves in the outer (L \u2265 7) magnetosphere is investigated using a realistic thermal plasma distribution with an additional anisotropic energetic ring current H+ to provide free energy for instability. The results provide a realistic simulation of the recent AMPTE observations. For conditions typical of the dayside magnetosphere, high plasma beta effects reduce the group velocity and significantly increase the spatial growth rates for left\u2010hand polarized instabilities just below the helium gyrofrequency \u03a9He+, and on the unguided mode above \u03a9>He+ but below the cross over frequency \u03c9cr. Relatively high densities, typical of the afternoon local time sector, favor these low group velocity effects for predominantly field\u2010aligned waves. Lower densities, typical of those found in the early morning local time sector, increase the group velocity but allow strong convective instabilities at high normalized frequencies well above \u03a9He+. These waves are reflected in the magnetosphere and can exist for several equatorial transits without significant damping. They are left\u2010hand polarized only on the first equatorial crossing and become linearly polarized for the remainder of the ray path. Consequently, these waves should be observed with basically linear polarization at all frequencies and all latitudes in the early morning local time sector. Wave growth below \u03a9He+ is severely limited owing to the narrow bandwidth for instability and the small resonant path lengths. In the afternoon sector, where plasma densities can exceed 107 m\u22123, intense convective amplification is possible both above and below \u03a9He+. Waves below \u03a9He+ are not subject to reflection when the O+ concentration is small and therefore should be observed with left\u2010hand polarization near the equator and essentially linear polarization at higher latitudes. Since the He+ concentration is usually large in the afternoon sector, guided mode waves above \u03a9He+ reflect to form a background distribution with basically linear polarization. We suggest that the strong left\u2010hand polarized emissions observed by AMPTE in the afternoon sector near the equator are probably due to strongly growing low group velocity waves at frequencies just below \u03a9He+, and on the unguided mode above \u03a9He+." + }, + "authors": [ + { + "name": { + "given_name": "Richard B.", + "surname": "Horne" + } + }, + { + "name": { + "given_name": "Richard M.", + "surname": "Thorne" + } + } + ], + "copyright": { + "statement": "Copyright 1994 by the American Geophysical Union.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "1994-05-12", + "receivedDates": [ + "1993-05-24" + ] + }, + "pagination": { + "firstPage": "17259", + "lastPage": "17273", + "pageCount": "15" + }, + "persistentIDs": [ + { + "DOI": "10.1029/94JA01259" + } + ], + "pubDate": { + "electrDate": "2012-09-20", + "printDate": "1994-09-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "0148-0227", + "pubtype": "print" + }, + { + "issnString": "2156-2202", + "pubtype": "electronic" + } + ], + "issueNum": "A9", + "pubName": "Journal of Geophysical Research: Space Physics", + "pubYear": "1994", + "volumeNum": "99" + }, + "publisherIDs": [ + { + "Identifier": "94JA01259", + "attribute": "editorialOffice" + }, + { + "Identifier": "JGRA12057", + "attribute": "unit" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "Anderson, B. J., D. C. Hamilton, Electromagnetic ion cyclotron waves stimulated by modest magnetospheric compressions, J. Geophys. Res., 9811, 369, 1993.", + "Anderson, B. J., K. Takahashi, R. E. Erlandson, L. J. Zanetti, Pc1 pulsations observed by AMPTE/CCE in the Earth's outer magnetosphere, Geophys. Res. Lett., 17, 1853, 1990.", + "Anderson, B. J., R. E. Erlandson, L. J. Zanetti, A statistical study of Pc 1\u20132 magnetic pulsations in the equatorial magnetosphere, 1, Equatorial occurrence distributions, J. Geophys. Res., 97, 3075, 1992a.", + "Anderson, B. J., R. E. Erlandson, L. J. Zanetti, A statistical study of Pc 1\u20132 magnetic pulsations in the equatorial magnetosphere, 2, Wave properties, J. Geophys. Res., 97, 3089, 1992b.", + "Andr\u00e9, M., Dispersion surfaces, J. Plasma Phys., 33, 1, 1985.", + "Ashour\u2010 Abdalla, M., C. F. Kennel, Nonconvective and convective electron cyclotron harmonic instabilities, J. Geophys. Res., 83, 1531, 1978.", + "Bossen, M., R. L. McPherron, C. T. Russel, A statistical study of pc 1 magnetic pulsations at synchronous Orbit, J. Geophys. Res., 81, 6083, 1976.", + "Budden, K. G., The Propagation of Radio Waves, Cambridge University Press, New York, 1985.", + "Cornwall, J. M., F. V. Coroniti, R. M. Thorne, Turbulent loss of ring current protons, J. Geophys. Res., 75, 4699, 1970.", + "Cornwall, J. M., F. V. Coroniti, R. M. Thorne, Unified theory of SAR arc formation at the plasmapause, J. Geophys. Res., 76, 4428, 1971.", + "Denton, R. E., M. K. Hudson, I. Roth, Loss\u2010cone\u2010driven ion cyclotron waves in the magnetosphere, J. Geophys. Res., 9712, 093, 1992.", + "Fried, B. D., S. D. Conte, The Plasma Dispersion Function, Academic, San Diego, Calif., 1961.", + "Fraser, B. J., W. J. Kemp, D. J. Webster, Ground\u2010satellite study of a Pc 1 ion cyclotron wave event, J. Geophys. Res., 9411, 855, 1989.", + "Fraser, B. J., R. L. McPherron, Pc 1\u20132 magnetic pulsation spectra and heavy ion effects at synchronous orbit: ATS 6 results, J. Geophys. Res., 87, 4560, 1982.", + "Gendrin, R., A. Roux, Energization of helium ions by proton induced hydromagnetic waves, J. Geophys. Res., 85, 4577, 1980.", + "Gendrin, R., M. Ashour\u2010Abdalla, Y. Omura, K. Quest, Linear analysis of ion cyclotron interaction in a multicomponent plasma, J. Geophys. Res., 89, 9119, 1984.", + "Gloeckler, G., B. Wilken, W. Studemann, F. M. Ipavich, D. Hovestadt, D. C. Hamilton, G. Kremser, First composition measurement of the bulk of the storm time ring\u2010current (1 to 300 keV/e) with AMPTE\u2010CCE, Geophys. Res. Lett., 12, 325, 1985.", + "Gomberoff, L., R. Neira, Convective growth rate of ion cyclotron waves in a H+\u2010He+ and H+\u2010He+\u2010O+ plasma, J. Geophys. Res., 88, 2170, 1983.", + "Higel, B., L. Wu, Electron density and plasmapause characteristics at 6.6RE, A statistical study of the GEOS 2 relaxation sounder data, J. Geophys. Res., 89, 1583, 1984.", + "Horne, R. B., Path\u2010integrated growth of electrostatic waves: The generation of terrestrial myriametric radiation, J. Geophys. Res., 94, 8895, 1989.", + "Horne, R. B., R. M. Thorne, Ion cyclotron absorption at the second harmonic of the oxygen gyrofrequency, Geophys. Res. Lett., 17, 2225, 1990.", + "Horne, R. B., R. M. Thorne, On the preferred source location for the convective amplification of ion cyclotron waves, J. Geophys. Res., 98, 9233, 1993.", + "Hu, Y. D., B. J. Fraser, J. V. Olsen, Amplification of electromagnetic ion cyclotron waves along a wave path in the Earth's multi\u2010component magnetosphere, Geophys. Res., Lett., 17, 1053, 1990.", + "Hu, Y. D., B. J. Fraser, Electromagnetic ion cyclotron wave amplification and source regions in the magnetosphere, J. Geophys. Res., 99, 263, 1994.", + "Inan, U. S., T. F. Bell, The plasmapause as a VLF wave guide, J. Geophys. Res., 19, 2819, 1977.", + "Ishida, I., S. Kokubun, R. L. McPherron, Substorm effects on spectral structures of Pc 1 waves at synchronous orbit, J. Geophys. Res., 92, 143, 1987.", + "Kennel, C. F., H. E. Petschek, Limit on stably trapped particle fluxes, J. Geophys. Res., 71, 1, 1966.", + "Kintner, P. M., D. A. Gurnett, Observations of ion cyclotron waves within the plasmaphere, J. Geophys. Res., 82, 2314, 1977.", + "Kozyra, J. U., T. E. Cravens, A. F. Nagy, E. G. Fontheim, Effects of energetic heavy ions on electromagnetic ion cyclotron wave generation in the plasmapause region, J. Geophys. Res, 89, 2217, 1984.", + "Krimigis, S. M., G. Gloeckler, R. W. McEntire, T. A. Potemera, F. L. Scarf, E. G. Shelley, Magnetic storm of September 4, 1984: A synthesis of ring current spectra and energy densities measured with AMPTE/CCE, Geophys. Res. Lett., 12, 329, 1985.", + "Ludlow, G. R., Growth of obliquely propagating ion cyclotron waves in the magnetosphere, J. Geophys. Res., 9415, 385, 1989.", + "Mauk, B. H., Helium resonance and dispersion effects on geostationary Alfven/ion cyclotron waves, J. Geophys. Res., 87, 9107, 1982a.", + "Mauk, B. H., Electromagnetic wave energization of heavy ions by the electric \u201cphase bunching\u201d process, Geophys. Res. Lett., 9, 1163, 1982b.", + "Mauk, B. H., Frequency gap formation in electromagnetic cyclotron wave distributions, Geophys. Res. Lett., 10, 635, 1983.", + "Mauk, B. H., C. E. McIlwain, R. L. McPherron, Helium cyclotron resonance within the Earth's magnetosphere, Geophys. Res. Lett., 8, 103, 1981.", + "Olsen, R. C., S. D. Shawhan, D. L. Gallagher, J. L. Green, C. R. Chappell, R. R. Anderson, Plasma observations at the Earth's magnetic equator, J. Geophys. Res., 92, 2385, 1987.", + "Perraut, S., R. Gendrin, A. Roux, Amplification of ion cyclotron waves for various typical radial profiles of magnetospheric parameters, J. Atmos. Terr. Phys., 38, 1191, 1976.", + "Perraut, S., R. Gendrin, A. Roux, C. deVilledary, Ion cyclotron waves: Direct comparison between ground\u2010based measurements and observations in the source region, J. Geophys. Res., 89, 195, 1984.", + "Rauch, J. L., A. Roux, Ray tracing of ULF waves in a multicomponent magnetospheric plasma: Consequences for the generation mechanism of ion cyclotron waves, J. Geophys. Res., 87, 8191, 1982.", + "R\u00f6nnmark, K., M. Andr\u00e9, Convection of ion cyclotron waves to ion\u2010heating regions, J. Geophys. Res., 9617, 573, 1991.", + "Roux, A., S. Perraut, J. L. Rauch, C. deVilledary, Wave particle interactions near \u03a9He observed on board GEOS 1 and 2, 2, generation of ion cyclotron waves and heating of He+ ions, J. Geophys. Res., 87, 8174, 1982.", + "Swanson, D. G., Plasma Waves, Academic, San Diego, Calif., 1989.", + "Sawada, A., Y. Kasahara, M. Yamamoto, I. Kimura, ELF emissions observed by the EXOS\u2010D satellite around the geomagnetic equatorial region, Geophys. Res. Lett., 18, 317, 1991.", + "Taylor, W. W. L., B. K. Paradt, L. J. Cahill Jr., Explorer 45 observations of 1\u2010 to 30\u2010Hz magnetic fields near the plasmapause during magnetic storms, J. Geophys. Res., 80, 1271, 1975.", + "Taylor, W. W. L., L. R. Lyons, Simultaneous equatorial observations of 1\u2010 to 30\u2010Hz waves and pitch\u2010angle distributions of ring current ions, J. Geophys. Res., 81, 6177, 1976.", + "Thorne, R. M., R. B. Horne, The contribution of ion\u2010cyclotron waves to electron heating and SAR\u2010arc excitation near the storm\u2010time plasmapause, Geophys. Res. Lett., 19, 417, 1992.", + "Thorne, R. M., R. B. Horne, Cyclotron absorption of ion\u2010 cyclotron waves at the bi\u2010ion frequency, Geophys. Res. Lett., 20, 317, 1993.", + "Wandzura, S., F. V. Coroniti, Nonconvective ion cyclotron instability, Planet Space Sci., 23, 123, 1975.", + "Williams, D. J., Ring current and radiation belts, Rev. of Geophys., 25, 570, 1987.", + "Young, D. T., S. Perraut, A. Roux, C. deVilledary, R. Gendrin, A. Korth, G. Kremser, D. Jones, Wave\u2010particle interactions near \u03a9He+ observed on GEOS 1 and 2, 1, Propagation of ion cyclotron waves in a He+ rich plasma, J. Geophys. Res., 86, 6755, 1981." + ], + "title": { + "textEnglish": "Convective instabilities of electromagnetic ion cyclotron waves in the outer magnetosphere" + } +} diff --git a/tests/stubdata/output/wiley_jgra_57392.json b/tests/stubdata/output/wiley_jgra_57392.json index fb3c347..85d92a6 100644 --- a/tests/stubdata/output/wiley_jgra_57392.json +++ b/tests/stubdata/output/wiley_jgra_57392.json @@ -1,55 +1,274 @@ -{"abstract": {"textEnglish": "Abstract Whistler waves are often observed in magnetopause reconnection associated with electron beams. We analyze seven MMS crossings surrounding the electron diffusion region (EDR) to study the role of electron beams in whistler excitation. Waves have two major types: (a) Narrow‐band waves with high ellipticities and (b) broad‐band waves that are more electrostatic with significant variations in ellipticities and wave normal angles. While both types of waves are associated with electron beams, the key difference is the anisotropy of the background population, with perpendicular and parallel anisotropies, respectively. The linear instability analysis suggests that the first type of wave is mainly due to the background anisotropy, with the beam contributing additional cyclotron resonance to enhance the wave growth. The second type of broadband waves are excited via Landau resonance, and as seen in one event, the beam anisotropy induces an additional cyclotron mode. The results are supported by particle‐in‐cell simulations. We infer that the first type occurs downstream of the central EDR, where background electrons experience Betatron acceleration to form the perpendicular anisotropy; the second type occurs in the central EDR of guide field reconnection. A parametric study is conducted with linear instability analysis. A beam anisotropy alone of above ∼3 likely excites the cyclotron mode waves. Large beam drifts cause Doppler shifts and may lead to left‐hand polarizations in the ion frame. Future studies are needed to determine whether the observation covers a broader parameter regime and to understand the competition between whistler and other instabilities."}, - "authors": [{"affiliation": [{"affPubID": "jgra57392-aff-0001", "affPubRaw": "Astronomy Department, University of Maryland, College Park, MD, USA"}, {"affPubID": "jgra57392-aff-0002", "affPubRaw": "NASA Goddard Space Flight Center, Greenbelt, MD, USA"}], "attrib": {"email": "swang90@umd.edu", "orcid": "0000-0002-6783-7759"}, "name": {"given_name": "Shan", "surname": "Wang"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0001", "affPubRaw": "Astronomy Department, University of Maryland, College Park, MD, USA"}, {"affPubID": "jgra57392-aff-0002", "affPubRaw": "NASA Goddard Space Flight Center, Greenbelt, MD, USA"}], "attrib": {"orcid": "0000-0002-5431-174X"}, "name": {"given_name": "Naoki", "surname": "Bessho"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0003", "affPubRaw": "Swedish Institute of Space Physics, Uppsala, Sweden"}], "attrib": {"orcid": "0000-0002-1046-746X"}, "name": {"given_name": "Daniel B.", "surname": "Graham"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0004", "affPubRaw": "Laboratoire de Physique des Plasmas, CNRS/Sorbonne Université/Université Paris‐Saclay/Observatoire de Paris/ Ecole Polytechnique Institut Polytechnique de Paris, Paris, France"}], "attrib": {"orcid": "0000-0003-2713-7966"}, "name": {"given_name": "Olivier", "surname": "Le Contel"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0005", "affPubRaw": "Department of Physics, University of Texas at Arlington, Arlington, TX, USA"}], "name": {"given_name": "Frederick D.", "surname": "Wilder"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0003", "affPubRaw": "Swedish Institute of Space Physics, Uppsala, Sweden"}], "attrib": {"orcid": "0000-0001-5550-3113"}, "name": {"given_name": "Yuri V.", "surname": "Khotyaintsev"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0006", "affPubRaw": "Earth, Oceans, and Space Science, Southwest Research Institute, Durham, NH, USA"}], "attrib": {"orcid": "0000-0001-6890-2973"}, "name": {"given_name": "Kevin J.", "surname": "Genestreti"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0007", "affPubRaw": "Institut de Recherche en Astrophysique et Planétologie, Université de Toulouse, Toulouse, France"}, {"affPubID": "jgra57392-aff-0008", "affPubRaw": "Centre National de la Recherche Scientifique, Toulouse, France"}], "attrib": {"orcid": "0000-0001-6807-8494"}, "name": {"given_name": "Benoit", "surname": "Lavraud"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0001", "affPubRaw": "Astronomy Department, University of Maryland, College Park, MD, USA"}, {"affPubID": "jgra57392-aff-0002", "affPubRaw": "NASA Goddard Space Flight Center, Greenbelt, MD, USA"}], "name": {"given_name": "Seung", "surname": "Choi"}}, {"affiliation": [{"affPubID": "jgra57392-aff-0009", "affPubRaw": "Southwest Research Institute San Antonio, San Antonio, TX, USA"}], "attrib": {"orcid": "0000-0003-0452-8403"}, "name": {"given_name": "James L.", "surname": "Burch"}}], - "copyright": {"statement": "©2022. The Authors.", "status": true}, - "editorialHistory": {"acceptedDate": "2022-09-01", "receivedDates": ["2022-07-28"], "revisedDates": ["2022-08-26"]}, - "pagination": {"electronicID": "e2022JA030882", "firstPage": "2022JA030882", "pageCount": "21"}, - "persistentIDs": [{"DOI": "10.1029/2022JA030882"}], - "pubDate": {"electrDate": "2022-09-21", "printDate": "2022-09-00"}, - "publication": {"ISSN": [{"issnString": "2169-9380", "pubtype": "print"}, {"issnString": "2169-9402", "pubtype": "electronic"}], "issueNum": "9", "pubName": "Journal of Geophysical Research: Space Physics", "pubYear": "2022", "volumeNum": "127"}, - "publisherIDs": [{"Identifier": "JGRA57392", "attribute": "unit"}], - "recordData": {"createdTime": "", "loadFormat": "OtherXML", "loadLocation": "", "loadType": "fromFile", "parsedTime": "", "recordOrigin": ""}, - "references": ["Akimoto, K., Winske, D., Gary, S. P., & Thomsen, M. F. (1993). Nonlinear evolution of electromagnetic ion beam instabilities. Journal of Geophysical Research, 98(A2), 14191433. https://doi.org/10.1029/92JA02345", - "An, X., Van Compernolle, B., Bortnik, J., Thorne, R. M., Chen, L., & Li, W. (2016). Resonant excitation of whistler waves by a helical electron beam. Geophysical Research Letters, 43, 24132421. https://doi.org/10.1002/2015GL067126", - "Bessho, N., Chen, L.‐J., Wang, S., & Hesse, M. (2019). Effects of the guide field on electron distribution functions in the diffusion region of asymmetric reconnection. Physics of Plasmas, 26, 082310. https://doi.org/10.1063/1.5092809", - "Bowers, K. J., Albright, B. J., Bergen, B., Yin, L., Barker, K. J., & Kerbyson, D. J. (2008). 0.374 pflop/s trillion‐particle kinetic modeling of laser plasma interaction on roadrunner. In Proceedings of the 2008 ACM/IEEE Conference on Supercomputing SC '08 (pp. 63:163:11). IEEE Press. https://doi.org/10.1109/sc.2008.5222734", - "Burch, J. L., Ergun, R. E., Cassak, P. A., Webster, J. M., Torbert, R. B., Giles, B. L., et al. (2018). Localized oscillatory energy conversion in magnetopause reconnection. Geophysical Research Letters, 45, 12371245. https://doi.org/10.1002/2017GL076809", - "Burch, J. L., & Phan, T. D. (2016). Magnetic reconnection at the dayside magnetopause: Advances with MMS. Geophysical Research Letters, 43, 83278338. https://doi.org/10.1002/2016GL069787", - "Burch, J. L., Webster, J. M., Genestreti, K. J., Torbert, R. B., Giles, B. L., Fuselier, S. A., et al. (2018). Wave phenomena and beam‐plasma interactions at the magnetopause reconnection region. Journal of Geophysical Research: Space Physics, 123, 11181133. https://doi.org/10.1002/2017JA024789", - "Cao, D., Fu, H. S., Cao, J. B., Wang, T. Y., Graham, D. B., Chen, Z. Z., et al. (2017). MMS observations of whistler waves in electron diffusion region. Geophysical Research Letters, 44, 39543962. https://doi.org/10.1002/2017GL072703", - "Chen, H., Gao, X., Lu, Q., Fan, K., Ke, Y., Wang, X., & Wang, S. (2022). Gap formation around 0.5Ωe in the whistler‐mode waves due to the plateau‐like shape in the parallel electron distribution: 2D PIC simulations. Journal of Geophysical Research: Space Physics, 127, e2021JA030119. https://doi.org/10.1029/2021JA030119", - "Chen, H., Gao, X., Lu, Q., Sauer, K., Chen, R., Yao, J., & Wang, S. (2021). Gap formation around 0.5Ωe of whistler‐mode waves excited by electron temperature anisotropy. Journal of Geophysical Research: Space Physics, 126, e2020JA028631. https://doi.org/10.1029/2020JA028631", - "Chen, L.‐J., Hesse, M., Wang, S., Gershman, D., Ergun, R. E., Burch, J., et al. (2017). Electron diffusion region during magnetopause reconnection with an intermediate guide field: Magnetospheric multiscale observations. Journal of Geophysical Research: Space Physics, 122, 52355246. https://doi.org/10.1002/2017JA024004", - "Choi, S., Bessho, N., Wang, S., Chen, L.‐J., & Hesse, M. (2022). Whistler waves generated by nongyrotropic and gyrotropic electron beams during asymmetric guide filed reconnection. Physics of Plasmas, 29, 012903. https://doi.org/10.1063/5.0059884", - "Ergun, R. E., Tucker, S., Westfall, J., Goodrich, K. A., Malaspina, D. M., Summers, D., et al. (2016). The axial double probe and fields signal processing for the MMS mission. Space Science Reviews, 199, 167188. https://doi.org/10.1007/s11214-014-0115-x", - "Gary, S. P., & Cairns, I. H. (1999). Electron temperature anisotropy instabilities: Whistler, electrostatic and z mode. Journal of Geophysical Research, 104(A9), 1983519842. https://doi.org/10.1029/1999JA900296", - "Graham, D. B., Vaivads, A., Khotyaintsev, Y. V., & Andre, M. (2016). Whistler emission in the separatrix regions of asymmetric magnetic reconnection. Journal of Geophysical Research: Space Physics, 121(3), 19341954. https://doi.org/10.1002/2015JA021239", - "Gurnett, D. A., & Bhattacharjee, A. (2005). Chapter 9 Waves in a hot magnetized plasma, Section 9.3.3 Cyclotron damping. In Introduction to plasma physics (pp. 374377). Cambridge University Press.", - "Hesse, M., Liu, Y.‐H., Chen, L.‐J., Bessho, N., Kuznetsova, M., Birn, J., & Burch, J. L. (2016). On the electron diffusion region in asymmetric reconnection with a guide magnetic field. Geophysical Research Letters, 43, 23592364. https://doi.org/10.1002/2016GL068373", - "Huang, C., Wu, M., Lu, Q., Wang, R., & Wang, S. (2015). Electron acceleration in the dipolarization front driven by magnetic reconnection. Journal of Geophysical Research: Space Physics, 120, 17591765. https://doi.org/10.1002/2014JA020918", - "Kennel, C. (1966). Low‐frequency whistler mode. The Physics of Fluids, 9(11), 21902202. https://doi.org/10.1063/1.1761588", - "Khotyaintsev, Y. V., Graham, D. B., Norgren, C., & Vaivads, A. (2019). Collisionless magnetic reconnection and waves: Progress review. Frontiers in Astronomy and Space Sciences, 6(70), 120. https://doi.org/10.3389/fspas.2019.00070", - "Khotyaintsev, Y. V., Graham, D. B., Steinvall, K., Alm, L., Vaivads, A., Johlander, A., et al. (2020). Electron heating by debye‐scale turbulence in guide‐field reconnection. Physical Review Letters, 124(4), 045101. https://doi.org/10.1103/PhysRevLett.124.045101", - "Lavraud, B., Zhang, Y. C., Vernisse, Y., Gershman, D. J., Dorelli, J., Cassak, P. A., et al. (2016). Currents and associated electron scattering and bouncing near the diffusion region at Earth’s magnetopause. Geophysical Research Letters, 43, 30423050. https://doi.org/10.1002/2016GL068359", - "Le Contel, O., Leroy, P., Roux, A., Coillot, C., Alison, D., Bouabdellah, A., et al. (2016). The search‐coil magnetometer for MMS. Space Science Reviews, 199, 257282. https://doi.org/10.1007/s11214-014-0096-9", - "Le Contel, O., Retino, A., Breuillard, H., Mirioni, L., Robert, P., Chasapis, A., et al. (2016). Whistler mode waves and hall fields detected by mms during a dayside magnetopause crossing. Geophysical Research Letters, 43(12), 59435952. https://doi.org/10.1002/2016GL068968", - "Lenouvel, Q., Genot, V., Garnier, P., Toledo‐Redondo, S., Lavraud, B., Aunai, N., et al. (2021). Identification of electron diffusion regions with a machine learning approach on MMS data at the Earth's magnetopause. Earth and Space Science, 8, e2020EA001530. https://doi.org/10.1029/2020EA001530", - "Li, J., Bortnik, J., An, X., Li, W., Russell, C. T., Zhou, M., et al. (2018). Local excitation of whistler mode waves and associated Langmuir waves at dayside reconnection regions. Geophysical Research Letters, 45, 87938802. https://doi.org/10.1029/2018GL078287", - "Lindqvist, P.‐A., Olsson, G., Torbert, R. B., King, B., Granoff, M., Rau, D., et al. (2016). The spin‐plane double probe electric field instrument for MMS. Space Science Reviews, 199, 137165. https://doi.org/10.1007/s11214-014-0116-9", - "Pollock, C., Moore, T., Jacques, A., Burch, J., Gliese, U., Saito, Y., et al. (2016). Fast plasma investigation for magnetospheric multiscale. Space Science Reviews, 199, 331406. https://doi.org/10.1007/s11214-016-0245-4", - "Ren, Y., Dai, L., Wang, C., Li, W., Tao, X., Lavraud, B., & Le Contel, O. (2021). Statistical characteristics in the spectrum of whistler waves near the diffusion region of dayside magnetopause reconnection. Geophysical Research Letters, 48, e2020GL090816. https://doi.org/10.1029/2020GL090816", - "Russell, C. T., Anderson, B. J., Baumjohann, W., Bromund, K. R., Dearborn, D., Fischer, D., et al. (2016). The magnetospheric multiscale magnetometers. Space Science Reviews, 199, 189256. https://doi.org/10.1007/s11214-014-0057-3", - "Samson, J. C., & Olson, J. V. (1980). Some comments on the descriptions of the polarization states of waves. Geophysics Journal of Research Astronomy Society, 61, 115129. https://doi.org/10.1111/j.1365-246X.1980.tb04308.x", - "Stix, T. H. (1992). Chapter 11 Waves in magnetized uniform media, Section 11‐2 Propagation parallel to B0. In Waves in plasmas (pp. 266270). Springer Science & Businiess Media.", - "Torbert, R., Russell, C. T., Magnes, W., Ergun, R. E., Lindqvist, P.‐A., LeContel, O., et al. (2016). The fields instrument suite on MMS: Scientific objectives, measurements, and data products. Space Science Reviews, 199, 105135. https://doi.org/10.1007/s11214-014-0109-8", - "Wang, S., Chen, L.‐J., Bessho, N., Kistler, L. M., Shuster, J. R., & Guo, R. (2016). Electron heating in the exhaust of magnetic reconnection with negligible guide field. Journal of Geophysical Research: Space Physics, 121, 21042130. https://doi.org/10.1002/2015JA021892", - "Wang, S., Chen, L. J., Hesse, M., Wilson, L. B., Bessho, N., Gershman, D. J., et al. (2017). Parallel electron heating in the magnetospheric inflow region. Geophysical Research Letters, 44, 43844392. https://doi.org/10.1002/2017GL073404", - "Webster, J. M., Burch, J. L., Reiff, P. H., Daou, A. G., Genestreti, K. J., Graham, D. B., et al. (2018). Magnetospheric multiscale dayside reconnection electron diffusion region events. Journal of Geophysical Research: Space Physics, 123(6), 48584878. https://doi.org/10.1029/2018JA025245", - "Wilder, F. D., Ergun, R. E., Goodrich, K. A., Goldman, M. V., Newman, D. L., Malaspina, D. M., et al. (2016). Observations of whistler mode waves with nonlinear parallel electric fields near the dayside magnetic reconnection separatrix by the magnetospheric multiscale mission. Geophysical Research Letters, 43(6), 59095917. https://doi.org/10.1002/2016GL069473", - "Wilder, F. D., Ergun, R. E., Newman, D. L., Goodrich, K. A., Trattner, K. J., Goldman, M. V., et al. (2017). The nonlinear behavior of whistler waves at the reconnecting dayside magnetopause as observed by the magnetospheric multiscale mission: A case study. Journal of Geophysical Research: Space Physics, 122(5), 54875501. https://doi.org/10.1002/2017JA024062", - "Wong, H. K., & Smith, C. W. (1994). Electron beam excitation of upstream waves in the whistler mode frequency range. Journal of Geophysical Research, 99(A7), 1337313387. https://doi.org/10.1029/94JA00821", - "Xie, H. (2019). BO: A unified tool for plasma waves and instabilities analysis. Computer Physics Communications, 244, 343371. https://doi.org/10.1016/j.cpc.2019.06.014", - "Yoo, J., Jara‐Almonte, J., Yerger, E., Wang, S., Qian, T., Le, A., et al. (2018). Whistler wave generation by anisotropic tail electrons during asymmetric magnetic reconnection in space and laboratory. Geophysical Research Letters, 45, 80548061. https://doi.org/10.1029/2018GL079278", - "Zhao, S. Q., Xiao, C. J., Liu, T. Z., Chen, H., Zhang, H., Shi, M. J., et al. (2021). Observations of the beam‐driven whistler mode waves in the magnetic reconnection region at the dayside magnetopause. Journal of Geophysical Research: Space Physics, 126. https://doi.org/10.1029/2020JA028525", - "Zhong, Z. H., Graham, D. B., Khotyaintsev, Y. V., Zhou, M., Le Contel, O., Tang, R. X., & Deng, X. H. (2021). Whistler and broadband electrostatic waves in the multiple X‐line reconnection at the magnetopause. Geophysical Research Letters, 48, e2020GL091320. https://doi.org/10.1029/2020GL091320", - "Zhong, Z. H., Zhou, M., Graham, D. B., Khotyaintsev, Y. V., Wu, Y. F., Le Contel, O., et al. (2022). Evidence for whistler waves propagating into the electron diffusion region of collisionless magnetic reconnection. Geophysical Research Letters, 49, e2021GL097387. https://doi.org/10.1029/2021GL097387"], - "title": {"textEnglish": "Whistler Waves Associated With Electron Beams in Magnetopause Reconnection Diffusion Regions"}} +{ + "abstract": { + "textEnglish": "Abstract Whistler waves are often observed in magnetopause reconnection associated with electron beams. We analyze seven MMS crossings surrounding the electron diffusion region (EDR) to study the role of electron beams in whistler excitation. Waves have two major types: (a) Narrow\u2010band waves with high ellipticities and (b) broad\u2010band waves that are more electrostatic with significant variations in ellipticities and wave normal angles. While both types of waves are associated with electron beams, the key difference is the anisotropy of the background population, with perpendicular and parallel anisotropies, respectively. The linear instability analysis suggests that the first type of wave is mainly due to the background anisotropy, with the beam contributing additional cyclotron resonance to enhance the wave growth. The second type of broadband waves are excited via Landau resonance, and as seen in one event, the beam anisotropy induces an additional cyclotron mode. The results are supported by particle\u2010in\u2010cell simulations. We infer that the first type occurs downstream of the central EDR, where background electrons experience Betatron acceleration to form the perpendicular anisotropy; the second type occurs in the central EDR of guide field reconnection. A parametric study is conducted with linear instability analysis. A beam anisotropy alone of above \u223c3 likely excites the cyclotron mode waves. Large beam drifts cause Doppler shifts and may lead to left\u2010hand polarizations in the ion frame. Future studies are needed to determine whether the observation covers a broader parameter regime and to understand the competition between whistler and other instabilities." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0001", + "affPubRaw": "Astronomy Department, University of Maryland, College Park, MD, USA" + }, + { + "affPubID": "jgra57392-aff-0002", + "affPubRaw": "NASA Goddard Space Flight Center, Greenbelt, MD, USA" + } + ], + "attrib": { + "email": "swang90@umd.edu", + "orcid": "0000-0002-6783-7759" + }, + "name": { + "given_name": "Shan", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0001", + "affPubRaw": "Astronomy Department, University of Maryland, College Park, MD, USA" + }, + { + "affPubID": "jgra57392-aff-0002", + "affPubRaw": "NASA Goddard Space Flight Center, Greenbelt, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5431-174X" + }, + "name": { + "given_name": "Naoki", + "surname": "Bessho" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0003", + "affPubRaw": "Swedish Institute of Space Physics, Uppsala, Sweden" + } + ], + "attrib": { + "orcid": "0000-0002-1046-746X" + }, + "name": { + "given_name": "Daniel B.", + "surname": "Graham" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0004", + "affPubRaw": "Laboratoire de Physique des Plasmas, CNRS/Sorbonne Universit\u00e9/Universit\u00e9 Paris\u2010Saclay/Observatoire de Paris/ Ecole Polytechnique Institut Polytechnique de Paris, Paris, France" + } + ], + "attrib": { + "orcid": "0000-0003-2713-7966" + }, + "name": { + "given_name": "Olivier", + "surname": "Le Contel" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0005", + "affPubRaw": "Department of Physics, University of Texas at Arlington, Arlington, TX, USA" + } + ], + "name": { + "given_name": "Frederick D.", + "surname": "Wilder" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0003", + "affPubRaw": "Swedish Institute of Space Physics, Uppsala, Sweden" + } + ], + "attrib": { + "orcid": "0000-0001-5550-3113" + }, + "name": { + "given_name": "Yuri V.", + "surname": "Khotyaintsev" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0006", + "affPubRaw": "Earth, Oceans, and Space Science, Southwest Research Institute, Durham, NH, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6890-2973" + }, + "name": { + "given_name": "Kevin J.", + "surname": "Genestreti" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0007", + "affPubRaw": "Institut de Recherche en Astrophysique et Plan\u00e9tologie, Universit\u00e9 de Toulouse, Toulouse, France" + }, + { + "affPubID": "jgra57392-aff-0008", + "affPubRaw": "Centre National de la Recherche Scientifique, Toulouse, France" + } + ], + "attrib": { + "orcid": "0000-0001-6807-8494" + }, + "name": { + "given_name": "Benoit", + "surname": "Lavraud" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0001", + "affPubRaw": "Astronomy Department, University of Maryland, College Park, MD, USA" + }, + { + "affPubID": "jgra57392-aff-0002", + "affPubRaw": "NASA Goddard Space Flight Center, Greenbelt, MD, USA" + } + ], + "name": { + "given_name": "Seung", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubID": "jgra57392-aff-0009", + "affPubRaw": "Southwest Research Institute San Antonio, San Antonio, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0452-8403" + }, + "name": { + "given_name": "James L.", + "surname": "Burch" + } + } + ], + "copyright": { + "statement": "\u00a92022. The Authors.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-09-01", + "receivedDates": [ + "2022-07-28" + ], + "revisedDates": [ + "2022-08-26" + ] + }, + "pagination": { + "electronicID": "e2022JA030882", + "firstPage": "2022JA030882", + "pageCount": "21" + }, + "persistentIDs": [ + { + "DOI": "10.1029/2022JA030882" + } + ], + "pubDate": { + "electrDate": "2022-09-21", + "printDate": "2022-09-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "2169-9380", + "pubtype": "print" + }, + { + "issnString": "2169-9402", + "pubtype": "electronic" + } + ], + "issueNum": "9", + "pubName": "Journal of Geophysical Research: Space Physics", + "pubYear": "2022", + "volumeNum": "127" + }, + "publisherIDs": [ + { + "Identifier": "JGRA57392", + "attribute": "unit" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "Akimoto, K., Winske, D., Gary, S. P., & Thomsen, M. F. (1993). Nonlinear evolution of electromagnetic ion beam instabilities. Journal of Geophysical Research, 98(A2), 1419\u20131433. https://doi.org/10.1029/92JA02345", + "An, X., Van Compernolle, B., Bortnik, J., Thorne, R. M., Chen, L., & Li, W. (2016). Resonant excitation of whistler waves by a helical electron beam. Geophysical Research Letters, 43, 2413\u20132421. https://doi.org/10.1002/2015GL067126", + "Bessho, N., Chen, L.\u2010J., Wang, S., & Hesse, M. (2019). Effects of the guide field on electron distribution functions in the diffusion region of asymmetric reconnection. Physics of Plasmas, 26, 082310. https://doi.org/10.1063/1.5092809", + "Bowers, K. J., Albright, B. J., Bergen, B., Yin, L., Barker, K. J., & Kerbyson, D. J. (2008). 0.374 pflop/s trillion\u2010particle kinetic modeling of laser plasma interaction on roadrunner. In Proceedings of the 2008 ACM/IEEE Conference on Supercomputing SC '08 (pp. 63:1\u201363:11). IEEE Press. https://doi.org/10.1109/sc.2008.5222734", + "Burch, J. L., Ergun, R. E., Cassak, P. A., Webster, J. M., Torbert, R. B., Giles, B. L., et al. (2018). Localized oscillatory energy conversion in magnetopause reconnection. Geophysical Research Letters, 45, 1237\u20131245. https://doi.org/10.1002/2017GL076809", + "Burch, J. L., & Phan, T. D. (2016). Magnetic reconnection at the dayside magnetopause: Advances with MMS. Geophysical Research Letters, 43, 8327\u20138338. https://doi.org/10.1002/2016GL069787", + "Burch, J. L., Webster, J. M., Genestreti, K. J., Torbert, R. B., Giles, B. L., Fuselier, S. A., et al. (2018). Wave phenomena and beam\u2010plasma interactions at the magnetopause reconnection region. Journal of Geophysical Research: Space Physics, 123, 1118\u20131133. https://doi.org/10.1002/2017JA024789", + "Cao, D., Fu, H. S., Cao, J. B., Wang, T. Y., Graham, D. B., Chen, Z. Z., et al. (2017). MMS observations of whistler waves in electron diffusion region. Geophysical Research Letters, 44, 3954\u20133962. https://doi.org/10.1002/2017GL072703", + "Chen, H., Gao, X., Lu, Q., Fan, K., Ke, Y., Wang, X., & Wang, S. (2022). Gap formation around 0.5\u03a9e in the whistler\u2010mode waves due to the plateau\u2010like shape in the parallel electron distribution: 2D PIC simulations. Journal of Geophysical Research: Space Physics, 127, e2021JA030119. https://doi.org/10.1029/2021JA030119", + "Chen, H., Gao, X., Lu, Q., Sauer, K., Chen, R., Yao, J., & Wang, S. (2021). Gap formation around 0.5\u03a9e of whistler\u2010mode waves excited by electron temperature anisotropy. Journal of Geophysical Research: Space Physics, 126, e2020JA028631. https://doi.org/10.1029/2020JA028631", + "Chen, L.\u2010J., Hesse, M., Wang, S., Gershman, D., Ergun, R. E., Burch, J., et al. (2017). Electron diffusion region during magnetopause reconnection with an intermediate guide field: Magnetospheric multiscale observations. Journal of Geophysical Research: Space Physics, 122, 5235\u20135246. https://doi.org/10.1002/2017JA024004", + "Choi, S., Bessho, N., Wang, S., Chen, L.\u2010J., & Hesse, M. (2022). Whistler waves generated by nongyrotropic and gyrotropic electron beams during asymmetric guide filed reconnection. Physics of Plasmas, 29, 012903. https://doi.org/10.1063/5.0059884", + "Ergun, R. E., Tucker, S., Westfall, J., Goodrich, K. A., Malaspina, D. M., Summers, D., et al. (2016). The axial double probe and fields signal processing for the MMS mission. Space Science Reviews, 199, 167\u2013188. https://doi.org/10.1007/s11214-014-0115-x", + "Gary, S. P., & Cairns, I. H. (1999). Electron temperature anisotropy instabilities: Whistler, electrostatic and z mode. Journal of Geophysical Research, 104(A9), 19835\u201319842. https://doi.org/10.1029/1999JA900296", + "Graham, D. B., Vaivads, A., Khotyaintsev, Y. V., & Andre, M. (2016). Whistler emission in the separatrix regions of asymmetric magnetic reconnection. Journal of Geophysical Research: Space Physics, 121(3), 1934\u20131954. https://doi.org/10.1002/2015JA021239", + "Gurnett, D. A., & Bhattacharjee, A. (2005). Chapter 9 Waves in a hot magnetized plasma, Section 9.3.3 Cyclotron damping. In Introduction to plasma physics (pp. 374\u2013377). Cambridge University Press.", + "Hesse, M., Liu, Y.\u2010H., Chen, L.\u2010J., Bessho, N., Kuznetsova, M., Birn, J., & Burch, J. L. (2016). On the electron diffusion region in asymmetric reconnection with a guide magnetic field. Geophysical Research Letters, 43, 2359\u20132364. https://doi.org/10.1002/2016GL068373", + "Huang, C., Wu, M., Lu, Q., Wang, R., & Wang, S. (2015). Electron acceleration in the dipolarization front driven by magnetic reconnection. Journal of Geophysical Research: Space Physics, 120, 1759\u20131765. https://doi.org/10.1002/2014JA020918", + "Kennel, C. (1966). Low\u2010frequency whistler mode. The Physics of Fluids, 9(11), 2190\u20132202. https://doi.org/10.1063/1.1761588", + "Khotyaintsev, Y. V., Graham, D. B., Norgren, C., & Vaivads, A. (2019). Collisionless magnetic reconnection and waves: Progress review. Frontiers in Astronomy and Space Sciences, 6(70), 1\u201320. https://doi.org/10.3389/fspas.2019.00070", + "Khotyaintsev, Y. V., Graham, D. B., Steinvall, K., Alm, L., Vaivads, A., Johlander, A., et al. (2020). Electron heating by debye\u2010scale turbulence in guide\u2010field reconnection. Physical Review Letters, 124(4), 045101. https://doi.org/10.1103/PhysRevLett.124.045101", + "Lavraud, B., Zhang, Y. C., Vernisse, Y., Gershman, D. J., Dorelli, J., Cassak, P. A., et al. (2016). Currents and associated electron scattering and bouncing near the diffusion region at Earth\u2019s magnetopause. Geophysical Research Letters, 43, 3042\u20133050. https://doi.org/10.1002/2016GL068359", + "Le Contel, O., Leroy, P., Roux, A., Coillot, C., Alison, D., Bouabdellah, A., et al. (2016). The search\u2010coil magnetometer for MMS. Space Science Reviews, 199, 257\u2013282. https://doi.org/10.1007/s11214-014-0096-9", + "Le Contel, O., Retino, A., Breuillard, H., Mirioni, L., Robert, P., Chasapis, A., et al. (2016). Whistler mode waves and hall fields detected by mms during a dayside magnetopause crossing. Geophysical Research Letters, 43(12), 5943\u20135952. https://doi.org/10.1002/2016GL068968", + "Lenouvel, Q., Genot, V., Garnier, P., Toledo\u2010Redondo, S., Lavraud, B., Aunai, N., et al. (2021). Identification of electron diffusion regions with a machine learning approach on MMS data at the Earth's magnetopause. Earth and Space Science, 8, e2020EA001530. https://doi.org/10.1029/2020EA001530", + "Li, J., Bortnik, J., An, X., Li, W., Russell, C. T., Zhou, M., et al. (2018). Local excitation of whistler mode waves and associated Langmuir waves at dayside reconnection regions. Geophysical Research Letters, 45, 8793\u20138802. https://doi.org/10.1029/2018GL078287", + "Lindqvist, P.\u2010A., Olsson, G., Torbert, R. B., King, B., Granoff, M., Rau, D., et al. (2016). The spin\u2010plane double probe electric field instrument for MMS. Space Science Reviews, 199, 137\u2013165. https://doi.org/10.1007/s11214-014-0116-9", + "Pollock, C., Moore, T., Jacques, A., Burch, J., Gliese, U., Saito, Y., et al. (2016). Fast plasma investigation for magnetospheric multiscale. Space Science Reviews, 199, 331\u2013406. https://doi.org/10.1007/s11214-016-0245-4", + "Ren, Y., Dai, L., Wang, C., Li, W., Tao, X., Lavraud, B., & Le Contel, O. (2021). Statistical characteristics in the spectrum of whistler waves near the diffusion region of dayside magnetopause reconnection. Geophysical Research Letters, 48, e2020GL090816. https://doi.org/10.1029/2020GL090816", + "Russell, C. T., Anderson, B. J., Baumjohann, W., Bromund, K. R., Dearborn, D., Fischer, D., et al. (2016). The magnetospheric multiscale magnetometers. Space Science Reviews, 199, 189\u2013256. https://doi.org/10.1007/s11214-014-0057-3", + "Samson, J. C., & Olson, J. V. (1980). Some comments on the descriptions of the polarization states of waves. Geophysics Journal of Research Astronomy Society, 61, 115\u2013129. https://doi.org/10.1111/j.1365-246X.1980.tb04308.x", + "Stix, T. H. (1992). Chapter 11 Waves in magnetized uniform media, Section 11\u20102 Propagation parallel to B0. In Waves in plasmas (pp. 266\u2013270). Springer Science & Businiess Media.", + "Torbert, R., Russell, C. T., Magnes, W., Ergun, R. E., Lindqvist, P.\u2010A., LeContel, O., et al. (2016). The fields instrument suite on MMS: Scientific objectives, measurements, and data products. Space Science Reviews, 199, 105\u2013135. https://doi.org/10.1007/s11214-014-0109-8", + "Wang, S., Chen, L.\u2010J., Bessho, N., Kistler, L. M., Shuster, J. R., & Guo, R. (2016). Electron heating in the exhaust of magnetic reconnection with negligible guide field. Journal of Geophysical Research: Space Physics, 121, 2104\u20132130. https://doi.org/10.1002/2015JA021892", + "Wang, S., Chen, L. J., Hesse, M., Wilson, L. B., Bessho, N., Gershman, D. J., et al. (2017). Parallel electron heating in the magnetospheric inflow region. Geophysical Research Letters, 44, 4384\u20134392. https://doi.org/10.1002/2017GL073404", + "Webster, J. M., Burch, J. L., Reiff, P. H., Daou, A. G., Genestreti, K. J., Graham, D. B., et al. (2018). Magnetospheric multiscale dayside reconnection electron diffusion region events. Journal of Geophysical Research: Space Physics, 123(6), 4858\u20134878. https://doi.org/10.1029/2018JA025245", + "Wilder, F. D., Ergun, R. E., Goodrich, K. A., Goldman, M. V., Newman, D. L., Malaspina, D. M., et al. (2016). Observations of whistler mode waves with nonlinear parallel electric fields near the dayside magnetic reconnection separatrix by the magnetospheric multiscale mission. Geophysical Research Letters, 43(6), 5909\u20135917. https://doi.org/10.1002/2016GL069473", + "Wilder, F. D., Ergun, R. E., Newman, D. L., Goodrich, K. A., Trattner, K. J., Goldman, M. V., et al. (2017). The nonlinear behavior of whistler waves at the reconnecting dayside magnetopause as observed by the magnetospheric multiscale mission: A case study. Journal of Geophysical Research: Space Physics, 122(5), 5487\u20135501. https://doi.org/10.1002/2017JA024062", + "Wong, H. K., & Smith, C. W. (1994). Electron beam excitation of upstream waves in the whistler mode frequency range. Journal of Geophysical Research, 99(A7), 13373\u201313387. https://doi.org/10.1029/94JA00821", + "Xie, H. (2019). BO: A unified tool for plasma waves and instabilities analysis. Computer Physics Communications, 244, 343\u2013371. https://doi.org/10.1016/j.cpc.2019.06.014", + "Yoo, J., Jara\u2010Almonte, J., Yerger, E., Wang, S., Qian, T., Le, A., et al. (2018). Whistler wave generation by anisotropic tail electrons during asymmetric magnetic reconnection in space and laboratory. Geophysical Research Letters, 45, 8054\u20138061. https://doi.org/10.1029/2018GL079278", + "Zhao, S. Q., Xiao, C. J., Liu, T. Z., Chen, H., Zhang, H., Shi, M. J., et al. (2021). Observations of the beam\u2010driven whistler mode waves in the magnetic reconnection region at the dayside magnetopause. Journal of Geophysical Research: Space Physics, 126. https://doi.org/10.1029/2020JA028525", + "Zhong, Z. H., Graham, D. B., Khotyaintsev, Y. V., Zhou, M., Le Contel, O., Tang, R. X., & Deng, X. H. (2021). Whistler and broadband electrostatic waves in the multiple X\u2010line reconnection at the magnetopause. Geophysical Research Letters, 48, e2020GL091320. https://doi.org/10.1029/2020GL091320", + "Zhong, Z. H., Zhou, M., Graham, D. B., Khotyaintsev, Y. V., Wu, Y. F., Le Contel, O., et al. (2022). Evidence for whistler waves propagating into the electron diffusion region of collisionless magnetic reconnection. Geophysical Research Letters, 49, e2021GL097387. https://doi.org/10.1029/2021GL097387" + ], + "title": { + "textEnglish": "Whistler Waves Associated With Electron Beams in Magnetopause Reconnection Diffusion Regions" + } +} diff --git a/tests/stubdata/output/wiley_swe_21103.json b/tests/stubdata/output/wiley_swe_21103.json index 2116c24..76ba403 100644 --- a/tests/stubdata/output/wiley_swe_21103.json +++ b/tests/stubdata/output/wiley_swe_21103.json @@ -1,89 +1,352 @@ -{"abstract": {"textEnglish": "Abstract Accurate forecasting of the arrival time and arrival speed of coronal mass ejections (CMEs) is an unsolved problem in space weather research. In this study, a comparison of the predicted arrival times and speeds for each CME based, independently, on the inputs from the two STEREO vantage points is carried out. We perform hindcasts using ELlipse Evolution model based on Heliospheric Imager observations (ELEvoHI) ensemble modeling. An estimate of the ambient solar wind conditions is obtained by the Wang‐Sheeley‐Arge/Heliospheric Upwind eXtrapolation (WSA/HUX) model combination that serves as input to ELEvoHI. We carefully select 12 CMEs between February 2010 and July 2012 that show clear signatures in both STEREO‐A and STEREO‐B HI time‐elongation maps, that propagate close to the ecliptic plane, and that have corresponding in situ signatures at Earth. We find a mean arrival time difference of 6.5 h between predictions from the two different viewpoints, which can reach up to 9.5 h for individual CMEs, while the mean arrival speed difference is 63 km s−1. An ambient solar wind with a large speed variance leads to larger differences in the STEREO‐A and STEREO‐B CME arrival time predictions (cc = 0.92). Additionally, we compare the predicted arrivals, from both spacecraft, to the actual in situ arrivals at Earth and find a mean absolute error of 7.5 ± 9.5 h for the arrival time and 87 ± 111 km s−1 for the arrival speed. There is no tendency for one spacecraft to provide more accurate arrival predictions than the other."}, - "authors": [{"affiliation": [{"affPubID": "swe21103-aff-0001", "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria"}, {"affPubID": "swe21103-aff-0002", "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria"}], "attrib": {"email": "juergen.hinterreiter@oeaw.ac.at", "orcid": "0000-0002-1222-8243"}, "name": {"given_name": "Jürgen", "surname": "Hinterreiter"}}, {"affiliation": [{"affPubID": "swe21103-aff-0001", "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria"}], "attrib": {"orcid": "0000-0001-9024-6706"}, "name": {"given_name": "Tanja", "surname": "Amerstorfer"}}, {"affiliation": [{"affPubID": "swe21103-aff-0001", "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria"}, {"affPubID": "swe21103-aff-0003", "affPubRaw": "Institute of Geodesy, Graz University of Technology, Graz, Austria"}], "attrib": {"orcid": "0000-0002-6362-5054"}, "name": {"given_name": "Martin A.", "surname": "Reiss"}}, {"affiliation": [{"affPubID": "swe21103-aff-0001", "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria"}, {"affPubID": "swe21103-aff-0003", "affPubRaw": "Institute of Geodesy, Graz University of Technology, Graz, Austria"}], "attrib": {"orcid": "0000-0001-6868-4152"}, "name": {"given_name": "Christian", "surname": "Möstl"}}, {"affiliation": [{"affPubID": "swe21103-aff-0002", "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria"}], "attrib": {"orcid": "0000-0003-4867-7558"}, "name": {"given_name": "Manuela", "surname": "Temmer"}}, {"affiliation": [{"affPubID": "swe21103-aff-0001", "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria"}, {"affPubID": "swe21103-aff-0002", "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria"}], "attrib": {"orcid": "0000-0002-2507-7616"}, "name": {"given_name": "Maike", "surname": "Bauer"}}, {"affiliation": [{"affPubID": "swe21103-aff-0001", "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria"}], "attrib": {"orcid": "0000-0003-1516-5441"}, "name": {"given_name": "Ute V.", "surname": "Amerstorfer"}}, {"affiliation": [{"affPubID": "swe21103-aff-0004", "affPubRaw": "Conrad Observatory, Zentralanstalt für Meteorologie und Geodynamik, Vienna, Austria"}], "attrib": {"orcid": "0000-0003-2021-6557"}, "name": {"given_name": "Rachel L.", "surname": "Bailey"}}, {"affiliation": [{"affPubID": "swe21103-aff-0001", "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria"}, {"affPubID": "swe21103-aff-0002", "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria"}, {"affPubID": "swe21103-aff-0003", "affPubRaw": "Institute of Geodesy, Graz University of Technology, Graz, Austria"}], "attrib": {"orcid": "0000-0002-6273-4320"}, "name": {"given_name": "Andreas J.", "surname": "Weiss"}}, {"affiliation": [{"affPubID": "swe21103-aff-0005", "affPubRaw": "RAL Space, Rutherford Appleton Laboratory, Didcot, UK"}], "attrib": {"orcid": "0000-0001-9865-9281"}, "name": {"given_name": "Jackie A.", "surname": "Davies"}}, {"affiliation": [{"affPubID": "swe21103-aff-0006", "affPubRaw": "Department of Meteorology, University of Reading, Reading, UK"}], "attrib": {"orcid": "0000-0001-9876-4612"}, "name": {"given_name": "Luke A.", "surname": "Barnard"}}, {"affiliation": [{"affPubID": "swe21103-aff-0006", "affPubRaw": "Department of Meteorology, University of Reading, Reading, UK"}], "attrib": {"orcid": "0000-0003-2061-2453"}, "name": {"given_name": "Mathew J.", "surname": "Owens"}}], - "copyright": {"statement": "© 2021. The Authors.", "status": true}, - "editorialHistory": {"acceptedDate": "2021-01-29", "receivedDates": ["2020-10-30"], "revisedDates": ["2020-12-23"]}, - "pagination": {"electronicID": "e2020SW002674", "firstPage": "2020SW002674", "pageCount": "18"}, - "persistentIDs": [{"DOI": "10.1029/2020SW002674"}], - "pubDate": {"electrDate": "2021-03-26", "printDate": "2021-03-00"}, - "publication": {"ISSN": [{"issnString": "1542-7390", "pubtype": "print"}, {"issnString": "1542-7390", "pubtype": "electronic"}], "issueNum": "3", "pubName": "Space Weather", "pubYear": "2021", "volumeNum": "19"}, - "publisherIDs": [{"Identifier": "SWE21103", "attribute": "unit"}], - "recordData": {"createdTime": "", "loadFormat": "OtherXML", "loadLocation": "", "loadType": "fromFile", "parsedTime": "", "recordOrigin": ""}, - "references": ["Altschuler, M. D., & Newkirk, G. (1969). Magnetic fields and the structure of the solar corona. I: Methods of calculating coronal fields. Solar Physics, 9, 131149. https://doi.org/10.1007/BF00145734", - "Amerstorfer, T., Hinterreiter, J., Reiss, M. A., Möstl, C., Davies, J. A., Bailey, R. L., Weiss, A. J., Dumbović, M., Bauer, M., Amerstorfer, U. V., Harrison, R. A. (2021). Evaluation of CME Arrival Prediction Using Ensemble Modeling Based on Heliospheric Imaging Observations. Space Weather, 19(1). http://dx.doi.org/10.1029/2020sw002553", - "Amerstorfer, T., Möstl, C., Hess, P., Temmer, M., Mays, M. L., Reiss, M. A., et al. (2018). Ensemble prediction of a Halo coronal mass ejection using heliospheric imagers. Space Weather, 16, 784801. https://doi.org/10.1029/2017SW001786", - "Arge, C. N., Odstrcil, D., Pizzo, V. J., & Mayer, L. R. (2003). Improved method for specifying solar wind speed near the Sun. In M. Velli, R. Bruno, F. Malara, & B. Bucci (Eds.), Solar wind ten, American Institute of Physics Conference Series (Vol. 679, pp. 190193). Pisa, Italy. https://doi.org/10.1063/1.1618574", - "Barnard, L., Owens, M. J., Scott, C. J., & de Koning, C. A. (2020). Ensemble CME modeling constrained by heliospheric imager observations. AGU Advances, 1, e2020AV000214. https://doi.org/10.1029/2020AV000214", - "Barnard, L. A., de Koning, C. A., Scott, C. J., Owens, M. J., Wilkinson, J., & Davies, J. A. (2017). Testing the current paradigm for space weather prediction with heliospheric imagers. Space Weather, 15, 782803. https://doi.org/10.1002/2017SW001609", - "Barnard, L. A., Owens, M. J., Scott, C. J., & Jones, S. R. (2019). Extracting inner‐heliosphere solar wind speed information from heliospheric imager observations. Space Weather, 17, 925938. https://doi.org/10.1029/2019SW002226", - "Barnes, D., Davies, J. A., Harrison, R. A., Byrne, J. P., Perry, C. H., Bothmer, V., et al. (2020). CMEs in the heliosphere: III. A statistical analysis of the kinematic properties derived from stereoscopic geometrical modelling techniques applied to CMEs detected in the heliosphere from 2008 to 2014 by STEREO/HI‐1. arXiv:2006.14879", - "Braga, C. R., Vourlidas, A., Stenborg, G., Dal Lago, A., de Mendonça, R. R. S., & Echer, E. (2020). Predicting the time of arrival of coronal mass ejections at earth from heliospheric imaging observations. Journal of Geophysical Research: Space Physics, 125, e27885. https://doi.org/10.1029/2020JA027885", - "Brueckner, G. E., Howard, R. A., Koomen, M. J., Korendyke, C. M., Michels, D. J., Moses, J. D., et al. (1995). The large angle spectroscopic coronagraph (LASCO). Solar Physics, 162(1–2), 357402. https://doi.org/10.1007/BF00733434", - "Cannon, P. S. (2013). Extreme space weather—A report published by the UK Royal Academy of Engineering. Space Weather, 11, 138139. https://doi.org/10.1002/swe.20032", - "Chi, Y., Scott, C., Shen, C., Owens, M., Lang, M., Xu, M., et al. (2020). Using the “ghost front” to predict the arrival time and speed of CMEs at Venus and earth. The Astrophysical Journal, 899(2), 143. https://doi.org/10.3847/1538‐4357/aba95a", - "Davies, J. A., Harrison, R. A., Perry, C. H., Möstl, C., Lugaz, N., Rollett, T., et al. (2012). A self‐similar expansion model for use in solar wind transient propagation studies. The Astrophysical Journal, 750(1), 23. https://doi.org/10.1088/0004‐637X/750/1/23", - "Davies, J. A., Harrison, R. A., Rouillard, A. P., Sheeley, N. R., Perry, C. H., Bewsher, D., et al. (2009). A synoptic view of solar transient evolution in the inner heliosphere using the heliospheric imagers on STEREO. Geophysical Research Letters, 36, L02102. https://doi.org/10.1029/2008GL036182", - "Davies, J. A., Perry, C. H., Trines, R. M. G. M., Harrison, R. A., Lugaz, N., Möstl, C., et al. (2013). Establishing a stereoscopic technique for determining the kinematic properties of solar wind Transients based on a generalized self‐similarly expanding circular geometry. The Astrophysical Journal, 777(2), 167. https://doi.org/10.1088/0004‐637X/777/2/167", - "Dumbović, M., Čalogović, J., Vršnak, B., Temmer, M., Mays, M. L., Veronig, A., & Piantschitsch, I. (2018). The drag‐based ensemble model (DBEM) for coronal mass ejection propagation. The Astrophysical Journal, 854(2), 180. https://doi.org/10.3847/1538‐4357/aaaa66", - "Eyles, C. J., Harrison, R. A., Davis, C. J., Waltham, N. R., Shaughnessy, B. M., Mapson‐Menard, H. C. A., et al. (2009). The heliospheric imagers onboard the STEREO mission. Solar Physics, 254(2), 387445. https://doi.org/10.1007/s11207‐008‐9299‐0", - "Gopalswamy, N., Lara, A., Lepping, R. P., Kaiser, M. L., Berdichevsky, D., & Cyr, S. O. C. (2000). Interplanetary acceleration of coronal mass ejections. Geophysical Research Letters, 27(2), 145148. https://doi.org/10.1029/1999GL003639", - "Gosling, J. T., Bame, S. J., McComas, D. J., & Phillips, J. L. (1990). Coronal mass ejections and large geomagnetic storms. Geophysical Research Letters, 17(7), 901904. https://doi.org/10.1029/GL017i007p00901", - "Harrison, R. A., Davies, J. A., Barnes, D., Byrne, J. P., Perry, C. H., Bothmer, V., et al. (2018). CMEs in the heliosphere: I. A statistical analysis of the observational properties of CMEs detected in the heliosphere from 2007 to 2017 by STEREO/HI‐1. Solar Physics, 293(5), 77. https://doi.org/10.1007/s11207‐018‐1297‐2", - "Howard, R. A., Moses, J. D., Vourlidas, A., Newmark, J. S., Socker, D. G., Plunkett, S. P., et al. (2008). Sun earth connection coronal and heliospheric investigation (SECCHI). Space Science Reviews, 136(1–4), 67115. https://doi.org/10.1007/s11214‐008‐9341‐4", - "Hundhausen, A. J., Stanger, A. L., & Serbicki, S. A. (1994). Mass and energy contents of coronal mass ejections: SMM results from 1980 and 1984‐1988. In J. J. Hunt (Ed.), Solar dynamic phenomena and solar wind consequences, the third SoHO workshop (Vol. 373, pp. 409). Estes Park, CO: ESA Special Publication.", - "Kaiser, M. L., Kucera, T. A., Davila, J. M., Cyr, S. O. C., Guhathakurta, M., & Christian, E. (2008). The STEREO mission: An introduction. Space Science Reviews, 136(1–4), 516. https://doi.org/10.1007/s11214‐007‐9277‐0", - "Kay, C., Mays, M. L., & Verbeke, C. (2020). Identifying critical input parameters for improving drag‐based CME arrival time predictions. Space Weather, 18, e02382. https://doi.org/10.1029/2019SW002382", - "Kay, C., & Nieves‐Chinchilla, T. (2020). Modeling interplanetary expansion and deformation of CMEs with ANTEATR‐PARADE I: Relative contribution of different forces. arXiv:2011.06030", - "Kay, C., & Opher, M. (2015). The heliocentric distance where the deflections and rotations of solar coronal mass ejections occur. The Astrophysical Journal Letters, 811(2), L36. https://doi.org/10.1088/2041‐8205/811/2/L36", - "Kilpua, E. K. J., Jian, L. K., Li, Y., Luhmann, J. G., & Russell, C. T. (2012). Observations of ICMEs and ICME‐like solar wind structures from 2007‐2010 using near‐earth and STEREO observations. Solar Physics, 281(1), 391409. https://doi.org/10.1007/s11207‐012‐9957‐0", - "Kraft, S., Puschmann, K. G., & Luntama, J. P. (2017). Remote sensing optical instrumentation for enhanced space weather monitoring from the L1 and L5 Lagrange points. In B. Cugny, N. Karafolas, & Z. Sodnik (Eds.), International conference on space optics “ICSO 2016” (Vol. 10562, pp. 115123). SPIE. https://doi.org/10.1117/12.2296100", - "Kubicka, M., Möstl, C., Amerstorfer, T., Boakes, P. D., Feng, L., Eastwood, J. P., & Törmänen, O. (2016). Prediction of geomagnetic storm strength from inner heliospheric in situ observations. The Astrophysical Journal, 833(2), 255. https://doi.org/10.3847/1538‐4357/833/2/255", - "Lavraud, B., Liu, Y., Segura, K., He, J., Qin, G., Temmer, M., et al. (2016). A small mission concept to the Sun‐Earth Lagrangian L5 point for innovative solar, heliospheric and space weather science. Journal of Atmospheric and Solar‐Terrestrial Physics, 146, 171185. https://doi.org/10.1016/j.jastp.2016.06.004", - "Liu, Y., Davies, J. A., Luhmann, J. G., Vourlidas, A., Bale, S. D., & Lin, R. P. (2010). Geometric triangulation of imaging observations to track coronal mass ejections continuously out to 1 AU. The Astrophysical Journal Letters, 710(1), L82L87. https://doi.org/10.1088/2041‐8205/710/1/L82", - "Liu, Y. D., Luhmann, J. G., Kajdič, P., Kilpua, E. K. J., Lugaz, N., Nitta, N. V., et al. (2014). Observations of an extreme storm in interplanetary space caused by successive coronal mass ejections. Nature Communications, 5, 3481. https://doi.org/10.1038/ncomms4481", - "Lugaz, N. (2010). Accuracy and limitations of fitting and stereoscopic methods to determine the direction of coronal mass ejections from heliospheric imagers observations. Solar Physics, 267(2), 411429. https://doi.org/10.1007/s11207‐010‐9654‐9", - "Lugaz, N., Farrugia, C. J., Davies, J. A., Möstl, C., Davis, C. J., Roussev, I. I., & Temmer, M. (2012). The deflection of the two interacting coronal mass ejections of 2010 may 23‐24 as revealed by combined in situ measurements and heliospheric imaging. The Astrophysical Journal, 759(1), 68. https://doi.org/10.1088/0004‐637X/759/1/68", - "Lugaz, N., Hernandez‐Charpak, J. N., Roussev, I. I., Davis, C. J., Vourlidas, A., & Davies, J. A. (2010). Determining the azimuthal properties of coronal mass ejections from multi‐spacecraft remote‐sensing observations with STEREO SECCHI. The Astrophysical Journal, 715(1), 493499. https://doi.org/10.1088/0004‐637X/715/1/493", - "Luhmann, J. G., Curtis, D. W., Schroeder, P., McCauley, J., Lin, R. P., Larson, D. E., et al. (2008). STEREO IMPACT investigation goals, measurements, and data products overview. Space Science Reviews, 136(1–4), 117184. https://doi.org/10.1007/s11214‐007‐9170‐x", - "Manoharan, P. K., Gopalswamy, N., Yashiro, S., Lara, A., Michalek, G., & Howard, R. A. (2004). Influence of coronal mass ejection interaction on propagation of interplanetary shocks. Journal of Geophysical Research, 109, A06109. https://doi.org/10.1029/2003JA010300", - "Manoharan, P. K., & Mujiber Rahman, A. (2011). Coronal mass ejections—Propagation time and associated internal energy. Journal of Atmospheric and Solar‐Terrestrial Physics, 73(5–6), 671677. https://doi.org/10.1016/j.jastp.2011.01.017", - "Mierla, M., Inhester, B., Antunes, A., Boursier, Y., Byrne, J. P., Colaninno, R., et al. (2010). On the 3‐D reconstruction of coronal mass ejections using coronagraph data. Annales Geophysicae, 28(1), 203215. https://doi.org/10.5194/angeo‐28‐203‐2010", - "Möstl, C., & Davies, J. A. (2013). Speeds and arrival times of solar transients approximated by self‐similar expanding circular fronts. Solar Physics, 285(1–2), 411423. https://doi.org/10.1007/s11207‐012‐9978‐8", - "Möstl, C., Isavnin, A., Boakes, P. D., Kilpua, E. K. J., Davies, J. A., Harrison, R. A., et al. (2017). Modeling observations of solar coronal mass ejections with heliospheric imagers verified with the Heliophysics System Observatory. Space Weather, 15, 955970. https://doi.org/10.1002/2017SW001614", - "Möstl, C., Rollett, T., Frahm, R. A., Liu, Y. D., Long, D. M., Colaninno, R. C., et al. (2015). Strong coronal channelling and interplanetary evolution of a solar storm up to Earth and Mars. Nature Communications, 6, 7135. https://doi.org/10.1038/ncomms8135", - "Möstl, C., Rollett, T., Lugaz, N., Farrugia, C. J., Davies, J. A., Temmer, M., et al. (2011). Arrival time calculation for interplanetary coronal mass ejections with circular fronts and application to STEREO observations of the 2009 February 13 eruption. The Astrophysical Journal, 741(1), 34. https://doi.org/10.1088/0004‐637X/741/1/34", - "Möstl, C., Weiss, A. J., Bailey, R. L., Reiss, M. A., Amerstorfer, U. V., Amerstorfer, T., et al. (2020). Prediction of the in situ coronal mass ejection rate for solar cycle 25: Implications for Parker Solar Probe in situ observations. arXiv:2007.14743", - "Nieves‐Chinchilla, T., Vourlidas, A., Raymond, J. C., Linton, M. G., Al‐haddad, N., Savani, N. P., et al. (2018). Understanding the internal magnetic field configurations of ICMEs using more than 20 Years of wind observations. Solar Physics, 293(2), 25. https://doi.org/10.1007/s11207‐018‐1247‐z", - "Odstrcil, D., Pizzo, V. J., Linker, J. A., Riley, P., Lionello, R., & Mikic, Z. (2004). Initial coupling of coronal and heliospheric numerical magnetohydrodynamic codes. Journal of Atmospheric and Solar‐Terrestrial Physics, 66(15–16), 13111320. https://doi.org/10.1016/j.jastp.2004.04.007", - "Owens, M. J., Lockwood, M., & Barnard, L. A. (2017). Coronal mass ejections are not coherent magnetohydrodynamic structures. Scientific Reports, 7, 4152. https://doi.org/10.1038/s41598‐017‐04546‐3", - "Owens, M. J., Lockwood, M., & Barnard, L. A. (2020). The value of CME arrival time forecasts for space weather mitigation. Space Weather, 18, e2020SW002507. https://doi.org/10.1029/2020SW002507", - "Owens, M. J., & Riley, P. (2017). Probabilistic solar wind forecasting using large ensembles of near‐Sun conditions with a simple one‐dimensional “upwind” scheme. Space Weather, 15, 14611474. https://doi.org/10.1002/2017SW001679", - "Paouris, E., & Mavromichalaki, H. (2017). Effective acceleration model for the arrival time of interplanetary shocks driven by coronal mass ejections. Solar Physics, 292(12), 180. https://doi.org/10.1007/s11207‐017‐1212‐2", - "Pomoell, J., & Poedts, S. (2018). Euhforia: European heliospheric forecasting information asset. Journal of Space Weather and Space Climate, 8, A35. https://doi.org/10.1051/swsc/2018020", - "Reiss, M. A., MacNeice, P. J., Mays, L. M., Arge, C. N., Möstl, C., Nikolic, L., & Amerstorfer, T. (2019). Forecasting the ambient solar wind with numerical models. I. On the implementation of an operational framework. The Astrophysical Journal Supplement Series, 240, 35. https://doi.org/10.3847/1538‐4365/aaf8b3", - "Reiss, M. A., MacNeice, P. J., Muglach, K., Arge, C. N., Möstl, C., Riley, P., et al. (2020). Forecasting the ambient solar wind with numerical models. II. An adaptive prediction system for specifying solar wind speed near the Sun. The Astrophysical Journal, 891(2), 165. https://doi.org/10.3847/1538‐4357/ab78a0", - "Richardson, I. G., & Cane, H. V. (2010). Near‐Earth interplanetary coronal mass ejections during solar cycle 23 (1996‐2009): Catalog and summary of properties. Solar Physics, 264(1), 189237. https://doi.org/10.1007/s11207‐010‐9568‐6", - "Richardson, I. G., & Cane, H. V. (2012). Near‐earth solar wind flows and related geomagnetic activity during more than four solar cycles (1963‐2011). Journal of Space Weather and Space Climate, 2, A02. https://doi.org/10.1051/swsc/2012003", - "Riley, P., & Crooker, N. U. (2004). Kinematic treatment of coronal mass ejection evolution in the solar wind. The Astrophysical Journal, 600(2), 10351042. https://doi.org/10.1086/379974", - "Riley, P., & Lionello, R. (2011). Mapping solar wind streams from the Sun to 1 AU: A comparison of techniques. Solar Physics, 270, 575592. https://doi.org/10.1007/s11207‐011‐9766‐x", - "Riley, P., Mays, M. L., Andries, J., Amerstorfer, T., Biesecker, D., Delouille, V., et al. (2018). Forecasting the arrival time of coronal mass ejections: Analysis of the CCMC CME scoreboard. Space Weather, 16, 12451260. https://doi.org/10.1029/2018SW001962", - "Rollett, T., Möstl, C., Isavnin, A., Davies, J. A., Kubicka, M., Amerstorfer, U. V., & Harrison, R. A. (2016). ElEvoHI: A novel CME prediction tool for heliospheric imaging combining an elliptical front with drag‐based model fitting. The Astrophysical Journal, 824(2), 131. https://doi.org/10.3847/0004‐637X/824/2/131", - "Rollett, T., Möstl, C., Temmer, M., Frahm, R. A., Davies, J. A., Veronig, A. M., et al. (2014). Combined multipoint remote and in situ observations of the asymmetric evolution of a fast solar coronal mass ejection. The Astrophysical Journal Letters, 790(1), L6. https://doi.org/10.1088/2041‐8205/790/1/L6", - "Rouillard, A. P., Davies, J. A., Forsyth, R. J., Rees, A., Davis, C. J., Harrison, R. A., et al. (2008). First imaging of corotating interaction regions using the STEREO spacecraft. Geophysical Research Letters, 35, L10110. https://doi.org/10.1029/2008GL033767", - "Ruffenach, A., Lavraud, B., Farrugia, C. J., Démoulin, P., Dasso, S., Owens, M. J., et al. (2015). Statistical study of magnetic cloud erosion by magnetic reconnection. Journal of Geophysical Research: Space Physics, 120, 4360. https://doi.org/10.1002/2014JA020628", - "Savani, N. P., Owens, M. J., Rouillard, A. P., Forsyth, R. J., & Davies, J. A. (2010). Observational evidence of a coronal mass ejection distortion directly attributable to a structured solar wind. The Astrophysical Journal Letters, 714(1), L128L132. https://doi.org/10.1088/2041‐8205/714/1/L128", - "Schatten, K. H. (1971). Current sheet magnetic model for the solar corona. Cosmic Electrodynamics, 2, 232245.", - "Schatten, K. H., Wilcox, J. M., & Ness, N. F. (1969). A model of interplanetary and coronal magnetic fields. Solar Physics, 6, 442455. https://doi.org/10.1007/BF00146478", - "Scott, C. J., Owens, M. J., de Koning, C. A., Barnard, L. A., Jones, S. R., & Wilkinson, J. (2019). Using ghost fronts within STEREO heliospheric imager data to infer the evolution in longitudinal structure of a coronal mass ejection. Space Weather, 17, 539552. https://doi.org/10.1029/2018SW002093", - "Sheeley, N. R., Walters, J. H., Wang, Y. M., & Howard, R. A. (1999). Continuous tracking of coronal outflows: Two kinds of coronal mass ejections. Journal of Geophysical Research, 104(A11), 2473924768. https://doi.org/10.1029/1999JA900308", - "Srivastava, N., & Venkatakrishnan, P. (2004). Solar and interplanetary sources of major geomagnetic storms during 1996‐2002. Journal of Geophysical Research, 109, A10103. https://doi.org/10.1029/2003JA010175", - "Temmer, M., & Nitta, N. V. (2015). Interplanetary propagation behavior of the fast coronal mass ejection on 23 July 2012. Solar Physics, 290(3), 919932. https://doi.org/10.1007/s11207‐014‐0642‐3", - "Thernisien, A., Vourlidas, A., & Howard, R. A. (2009). Forward modeling of coronal mass ejections using STEREO/SECCHI data. Solar Physics, 256(1–2), 111130. https://doi.org/10.1007/s11207‐009‐9346‐5", - "Thernisien, A. F. R., Howard, R. A., & Vourlidas, A. (2006). Modeling of flux rope coronal mass ejections. The Astrophysical Journal, 652(1), 763773. https://doi.org/10.1086/508254", - "Volpes, L., & Bothmer, V. (2015). An application of the stereoscopic self‐similar‐expansion model to the determination of CME‐driven shock parameters. Solar Physics, 290(10), 30053022. https://doi.org/10.1007/s11207‐015‐0775‐z", - "Vršnak, B., Žic, T., Vrbanec, D., Temmer, M., Rollett, T., Möstl, C., et al. (2013). Propagation of interplanetary coronal mass ejections: The drag‐based model. Solar Physics, 285(1–2), 295315. https://doi.org/10.1007/s11207‐012‐0035‐4", - "Wang, Y., Shen, C., Wang, S., & Ye, P. (2004). Deflection of coronal mass ejection in the interplanetary medium. Solar Physics, 222(2), 329343. https://doi.org/10.1023/B:SOLA.0000043576.21942.aa", - "Wang, Y., Wang, B., Shen, C., Shen, F., & Lugaz, N. (2014). Deflected propagation of a coronal mass ejection from the corona to interplanetary space. Journal of Geophysical Research: Space Physics, 119, 51175132. https://doi.org/10.1002/2013JA019537", - "Wang, Y.‐M., & Sheeley, N. R. Jr. (1995). Solar implications of ULYSSES interplanetary field measurements. The Astrophysical Journal Letters, 447, L143. https://doi.org/10.1086/309578", - "Žic, T., Vršnak, B., & Temmer, M. (2015). Heliospheric propagation of coronal mass ejections: Drag‐based model fitting. The Astrophysical Journal Supplement Series, 218(2), 32. https://doi.org/10.1088/0067‐0049/218/2/32", - "Zuccarello, F. P., Bemporad, A., Jacobs, C., Mierla, M., Poedts, S., & Zuccarello, F. (2012). The role of streamers in the deflection of coronal mass ejections: Comparison between STEREO three‐dimensional reconstructions and numerical simulations. The Astrophysical Journal, 744(1), 66. https://doi.org/10.1088/0004‐637X/744/1/66"], - "title": {"textEnglish": "Why are ELEvoHI CME Arrival Predictions Different if Based on STEREO‐A or STEREO‐B Heliospheric Imager Observations?"}} +{ + "abstract": { + "textEnglish": "Abstract Accurate forecasting of the arrival time and arrival speed of coronal mass ejections (CMEs) is an unsolved problem in space weather research. In this study, a comparison of the predicted arrival times and speeds for each CME based, independently, on the inputs from the two STEREO vantage points is carried out. We perform hindcasts using ELlipse Evolution model based on Heliospheric Imager observations (ELEvoHI) ensemble modeling. An estimate of the ambient solar wind conditions is obtained by the Wang\u2010Sheeley\u2010Arge/Heliospheric Upwind eXtrapolation (WSA/HUX) model combination that serves as input to ELEvoHI. We carefully select 12 CMEs between February 2010 and July 2012 that show clear signatures in both STEREO\u2010A and STEREO\u2010B HI time\u2010elongation maps, that propagate close to the ecliptic plane, and that have corresponding in situ signatures at Earth. We find a mean arrival time difference of 6.5 h between predictions from the two different viewpoints, which can reach up to 9.5 h for individual CMEs, while the mean arrival speed difference is 63 km s\u22121. An ambient solar wind with a large speed variance leads to larger differences in the STEREO\u2010A and STEREO\u2010B CME arrival time predictions (cc = 0.92). Additionally, we compare the predicted arrivals, from both spacecraft, to the actual in situ arrivals at Earth and find a mean absolute error of 7.5 \u00b1 9.5 h for the arrival time and 87 \u00b1 111 km s\u22121 for the arrival speed. There is no tendency for one spacecraft to provide more accurate arrival predictions than the other." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0001", + "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria" + }, + { + "affPubID": "swe21103-aff-0002", + "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria" + } + ], + "attrib": { + "email": "juergen.hinterreiter@oeaw.ac.at", + "orcid": "0000-0002-1222-8243" + }, + "name": { + "given_name": "J\u00fcrgen", + "surname": "Hinterreiter" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0001", + "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria" + } + ], + "attrib": { + "orcid": "0000-0001-9024-6706" + }, + "name": { + "given_name": "Tanja", + "surname": "Amerstorfer" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0001", + "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria" + }, + { + "affPubID": "swe21103-aff-0003", + "affPubRaw": "Institute of Geodesy, Graz University of Technology, Graz, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-6362-5054" + }, + "name": { + "given_name": "Martin A.", + "surname": "Reiss" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0001", + "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria" + }, + { + "affPubID": "swe21103-aff-0003", + "affPubRaw": "Institute of Geodesy, Graz University of Technology, Graz, Austria" + } + ], + "attrib": { + "orcid": "0000-0001-6868-4152" + }, + "name": { + "given_name": "Christian", + "surname": "M\u00f6stl" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0002", + "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-4867-7558" + }, + "name": { + "given_name": "Manuela", + "surname": "Temmer" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0001", + "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria" + }, + { + "affPubID": "swe21103-aff-0002", + "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-2507-7616" + }, + "name": { + "given_name": "Maike", + "surname": "Bauer" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0001", + "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-1516-5441" + }, + "name": { + "given_name": "Ute V.", + "surname": "Amerstorfer" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0004", + "affPubRaw": "Conrad Observatory, Zentralanstalt f\u00fcr Meteorologie und Geodynamik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-2021-6557" + }, + "name": { + "given_name": "Rachel L.", + "surname": "Bailey" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0001", + "affPubRaw": "Space Research Institute, Austrian Academy of Sciences, Graz, Austria" + }, + { + "affPubID": "swe21103-aff-0002", + "affPubRaw": "Institute of Physics, University of Graz, Graz, Austria" + }, + { + "affPubID": "swe21103-aff-0003", + "affPubRaw": "Institute of Geodesy, Graz University of Technology, Graz, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-6273-4320" + }, + "name": { + "given_name": "Andreas J.", + "surname": "Weiss" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0005", + "affPubRaw": "RAL Space, Rutherford Appleton Laboratory, Didcot, UK" + } + ], + "attrib": { + "orcid": "0000-0001-9865-9281" + }, + "name": { + "given_name": "Jackie A.", + "surname": "Davies" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0006", + "affPubRaw": "Department of Meteorology, University of Reading, Reading, UK" + } + ], + "attrib": { + "orcid": "0000-0001-9876-4612" + }, + "name": { + "given_name": "Luke A.", + "surname": "Barnard" + } + }, + { + "affiliation": [ + { + "affPubID": "swe21103-aff-0006", + "affPubRaw": "Department of Meteorology, University of Reading, Reading, UK" + } + ], + "attrib": { + "orcid": "0000-0003-2061-2453" + }, + "name": { + "given_name": "Mathew J.", + "surname": "Owens" + } + } + ], + "copyright": { + "statement": "\u00a9 2021. The Authors.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2021-01-29", + "receivedDates": [ + "2020-10-30" + ], + "revisedDates": [ + "2020-12-23" + ] + }, + "pagination": { + "electronicID": "e2020SW002674", + "firstPage": "2020SW002674", + "pageCount": "18" + }, + "persistentIDs": [ + { + "DOI": "10.1029/2020SW002674" + } + ], + "pubDate": { + "electrDate": "2021-03-26", + "printDate": "2021-03-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1542-7390", + "pubtype": "print" + }, + { + "issnString": "1542-7390", + "pubtype": "electronic" + } + ], + "issueNum": "3", + "pubName": "Space Weather", + "pubYear": "2021", + "volumeNum": "19" + }, + "publisherIDs": [ + { + "Identifier": "SWE21103", + "attribute": "unit" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "Altschuler, M. D., & Newkirk, G. (1969). Magnetic fields and the structure of the solar corona. I: Methods of calculating coronal fields. Solar Physics, 9, 131\u2013149. https://doi.org/10.1007/BF00145734", + "Amerstorfer, T., Hinterreiter, J., Reiss, M. A., M\u00f6stl, C., Davies, J. A., Bailey, R. L., Weiss, A. J., Dumbovi\u0107, M., Bauer, M., Amerstorfer, U. V., Harrison, R. A. (2021). Evaluation of CME Arrival Prediction Using Ensemble Modeling Based on Heliospheric Imaging Observations. Space Weather, 19(1). http://dx.doi.org/10.1029/2020sw002553", + "Amerstorfer, T., M\u00f6stl, C., Hess, P., Temmer, M., Mays, M. L., Reiss, M. A., et al. (2018). Ensemble prediction of a Halo coronal mass ejection using heliospheric imagers. Space Weather, 16, 784\u2013801. https://doi.org/10.1029/2017SW001786", + "Arge, C. N., Odstrcil, D., Pizzo, V. J., & Mayer, L. R. (2003). Improved method for specifying solar wind speed near the Sun. In M. Velli, R. Bruno, F. Malara, & B. Bucci (Eds.), Solar wind ten, American Institute of Physics Conference Series (Vol. 679, pp. 190\u2013193). Pisa, Italy. https://doi.org/10.1063/1.1618574", + "Barnard, L., Owens, M. J., Scott, C. J., & de Koning, C. A. (2020). Ensemble CME modeling constrained by heliospheric imager observations. AGU Advances, 1, e2020AV000214. https://doi.org/10.1029/2020AV000214", + "Barnard, L. A., de Koning, C. A., Scott, C. J., Owens, M. J., Wilkinson, J., & Davies, J. A. (2017). Testing the current paradigm for space weather prediction with heliospheric imagers. Space Weather, 15, 782\u2013803. https://doi.org/10.1002/2017SW001609", + "Barnard, L. A., Owens, M. J., Scott, C. J., & Jones, S. R. (2019). Extracting inner\u2010heliosphere solar wind speed information from heliospheric imager observations. Space Weather, 17, 925\u2013938. https://doi.org/10.1029/2019SW002226", + "Barnes, D., Davies, J. A., Harrison, R. A., Byrne, J. P., Perry, C. H., Bothmer, V., et al. (2020). CMEs in the heliosphere: III. A statistical analysis of the kinematic properties derived from stereoscopic geometrical modelling techniques applied to CMEs detected in the heliosphere from 2008 to 2014 by STEREO/HI\u20101. arXiv:2006.14879", + "Braga, C. R., Vourlidas, A., Stenborg, G., Dal Lago, A., de Mendon\u00e7a, R. R. S., & Echer, E. (2020). Predicting the time of arrival of coronal mass ejections at earth from heliospheric imaging observations. Journal of Geophysical Research: Space Physics, 125, e27885. https://doi.org/10.1029/2020JA027885", + "Brueckner, G. E., Howard, R. A., Koomen, M. J., Korendyke, C. M., Michels, D. J., Moses, J. D., et al. (1995). The large angle spectroscopic coronagraph (LASCO). Solar Physics, 162(1\u20132), 357\u2013402. https://doi.org/10.1007/BF00733434", + "Cannon, P. S. (2013). Extreme space weather\u2014A report published by the UK Royal Academy of Engineering. Space Weather, 11, 138\u2013139. https://doi.org/10.1002/swe.20032", + "Chi, Y., Scott, C., Shen, C., Owens, M., Lang, M., Xu, M., et al. (2020). Using the \u201cghost front\u201d to predict the arrival time and speed of CMEs at Venus and earth. The Astrophysical Journal, 899(2), 143. https://doi.org/10.3847/1538\u20104357/aba95a", + "Davies, J. A., Harrison, R. A., Perry, C. H., M\u00f6stl, C., Lugaz, N., Rollett, T., et al. (2012). A self\u2010similar expansion model for use in solar wind transient propagation studies. The Astrophysical Journal, 750(1), 23. https://doi.org/10.1088/0004\u2010637X/750/1/23", + "Davies, J. A., Harrison, R. A., Rouillard, A. P., Sheeley, N. R., Perry, C. H., Bewsher, D., et al. (2009). A synoptic view of solar transient evolution in the inner heliosphere using the heliospheric imagers on STEREO. Geophysical Research Letters, 36, L02102. https://doi.org/10.1029/2008GL036182", + "Davies, J. A., Perry, C. H., Trines, R. M. G. M., Harrison, R. A., Lugaz, N., M\u00f6stl, C., et al. (2013). Establishing a stereoscopic technique for determining the kinematic properties of solar wind Transients based on a generalized self\u2010similarly expanding circular geometry. The Astrophysical Journal, 777(2), 167. https://doi.org/10.1088/0004\u2010637X/777/2/167", + "Dumbovi\u0107, M., \u010calogovi\u0107, J., Vr\u0161nak, B., Temmer, M., Mays, M. L., Veronig, A., & Piantschitsch, I. (2018). The drag\u2010based ensemble model (DBEM) for coronal mass ejection propagation. The Astrophysical Journal, 854(2), 180. https://doi.org/10.3847/1538\u20104357/aaaa66", + "Eyles, C. J., Harrison, R. A., Davis, C. J., Waltham, N. R., Shaughnessy, B. M., Mapson\u2010Menard, H. C. A., et al. (2009). The heliospheric imagers onboard the STEREO mission. Solar Physics, 254(2), 387\u2013445. https://doi.org/10.1007/s11207\u2010008\u20109299\u20100", + "Gopalswamy, N., Lara, A., Lepping, R. P., Kaiser, M. L., Berdichevsky, D., & Cyr, S. O. C. (2000). Interplanetary acceleration of coronal mass ejections. Geophysical Research Letters, 27(2), 145\u2013148. https://doi.org/10.1029/1999GL003639", + "Gosling, J. T., Bame, S. J., McComas, D. J., & Phillips, J. L. (1990). Coronal mass ejections and large geomagnetic storms. Geophysical Research Letters, 17(7), 901\u2013904. https://doi.org/10.1029/GL017i007p00901", + "Harrison, R. A., Davies, J. A., Barnes, D., Byrne, J. P., Perry, C. H., Bothmer, V., et al. (2018). CMEs in the heliosphere: I. A statistical analysis of the observational properties of CMEs detected in the heliosphere from 2007 to 2017 by STEREO/HI\u20101. Solar Physics, 293(5), 77. https://doi.org/10.1007/s11207\u2010018\u20101297\u20102", + "Howard, R. A., Moses, J. D., Vourlidas, A., Newmark, J. S., Socker, D. G., Plunkett, S. P., et al. (2008). Sun earth connection coronal and heliospheric investigation (SECCHI). Space Science Reviews, 136(1\u20134), 67\u2013115. https://doi.org/10.1007/s11214\u2010008\u20109341\u20104", + "Hundhausen, A. J., Stanger, A. L., & Serbicki, S. A. (1994). Mass and energy contents of coronal mass ejections: SMM results from 1980 and 1984\u20101988. In J. J. Hunt (Ed.), Solar dynamic phenomena and solar wind consequences, the third SoHO workshop (Vol. 373, pp. 409). Estes Park, CO: ESA Special Publication.", + "Kaiser, M. L., Kucera, T. A., Davila, J. M., Cyr, S. O. C., Guhathakurta, M., & Christian, E. (2008). The STEREO mission: An introduction. Space Science Reviews, 136(1\u20134), 5\u201316. https://doi.org/10.1007/s11214\u2010007\u20109277\u20100", + "Kay, C., Mays, M. L., & Verbeke, C. (2020). Identifying critical input parameters for improving drag\u2010based CME arrival time predictions. Space Weather, 18, e02382. https://doi.org/10.1029/2019SW002382", + "Kay, C., & Nieves\u2010Chinchilla, T. (2020). Modeling interplanetary expansion and deformation of CMEs with ANTEATR\u2010PARADE I: Relative contribution of different forces. arXiv:2011.06030", + "Kay, C., & Opher, M. (2015). The heliocentric distance where the deflections and rotations of solar coronal mass ejections occur. The Astrophysical Journal Letters, 811(2), L36. https://doi.org/10.1088/2041\u20108205/811/2/L36", + "Kilpua, E. K. J., Jian, L. K., Li, Y., Luhmann, J. G., & Russell, C. T. (2012). Observations of ICMEs and ICME\u2010like solar wind structures from 2007\u20102010 using near\u2010earth and STEREO observations. Solar Physics, 281(1), 391\u2013409. https://doi.org/10.1007/s11207\u2010012\u20109957\u20100", + "Kraft, S., Puschmann, K. G., & Luntama, J. P. (2017). Remote sensing optical instrumentation for enhanced space weather monitoring from the L1 and L5 Lagrange points. In B. Cugny, N. Karafolas, & Z. Sodnik (Eds.), International conference on space optics \u201cICSO 2016\u201d (Vol. 10562, pp. 115\u2013123). SPIE. https://doi.org/10.1117/12.2296100", + "Kubicka, M., M\u00f6stl, C., Amerstorfer, T., Boakes, P. D., Feng, L., Eastwood, J. P., & T\u00f6rm\u00e4nen, O. (2016). Prediction of geomagnetic storm strength from inner heliospheric in situ observations. The Astrophysical Journal, 833(2), 255. https://doi.org/10.3847/1538\u20104357/833/2/255", + "Lavraud, B., Liu, Y., Segura, K., He, J., Qin, G., Temmer, M., et al. (2016). A small mission concept to the Sun\u2010Earth Lagrangian L5 point for innovative solar, heliospheric and space weather science. Journal of Atmospheric and Solar\u2010Terrestrial Physics, 146, 171\u2013185. https://doi.org/10.1016/j.jastp.2016.06.004", + "Liu, Y., Davies, J. A., Luhmann, J. G., Vourlidas, A., Bale, S. D., & Lin, R. P. (2010). Geometric triangulation of imaging observations to track coronal mass ejections continuously out to 1 AU. The Astrophysical Journal Letters, 710(1), L82\u2013L87. https://doi.org/10.1088/2041\u20108205/710/1/L82", + "Liu, Y. D., Luhmann, J. G., Kajdi\u010d, P., Kilpua, E. K. J., Lugaz, N., Nitta, N. V., et al. (2014). Observations of an extreme storm in interplanetary space caused by successive coronal mass ejections. Nature Communications, 5, 3481. https://doi.org/10.1038/ncomms4481", + "Lugaz, N. (2010). Accuracy and limitations of fitting and stereoscopic methods to determine the direction of coronal mass ejections from heliospheric imagers observations. Solar Physics, 267(2), 411\u2013429. https://doi.org/10.1007/s11207\u2010010\u20109654\u20109", + "Lugaz, N., Farrugia, C. J., Davies, J. A., M\u00f6stl, C., Davis, C. J., Roussev, I. I., & Temmer, M. (2012). The deflection of the two interacting coronal mass ejections of 2010 may 23\u201024 as revealed by combined in situ measurements and heliospheric imaging. The Astrophysical Journal, 759(1), 68. https://doi.org/10.1088/0004\u2010637X/759/1/68", + "Lugaz, N., Hernandez\u2010Charpak, J. N., Roussev, I. I., Davis, C. J., Vourlidas, A., & Davies, J. A. (2010). Determining the azimuthal properties of coronal mass ejections from multi\u2010spacecraft remote\u2010sensing observations with STEREO SECCHI. The Astrophysical Journal, 715(1), 493\u2013499. https://doi.org/10.1088/0004\u2010637X/715/1/493", + "Luhmann, J. G., Curtis, D. W., Schroeder, P., McCauley, J., Lin, R. P., Larson, D. E., et al. (2008). STEREO IMPACT investigation goals, measurements, and data products overview. Space Science Reviews, 136(1\u20134), 117\u2013184. https://doi.org/10.1007/s11214\u2010007\u20109170\u2010x", + "Manoharan, P. K., Gopalswamy, N., Yashiro, S., Lara, A., Michalek, G., & Howard, R. A. (2004). Influence of coronal mass ejection interaction on propagation of interplanetary shocks. Journal of Geophysical Research, 109, A06109. https://doi.org/10.1029/2003JA010300", + "Manoharan, P. K., & Mujiber Rahman, A. (2011). Coronal mass ejections\u2014Propagation time and associated internal energy. Journal of Atmospheric and Solar\u2010Terrestrial Physics, 73(5\u20136), 671\u2013677. https://doi.org/10.1016/j.jastp.2011.01.017", + "Mierla, M., Inhester, B., Antunes, A., Boursier, Y., Byrne, J. P., Colaninno, R., et al. (2010). On the 3\u2010D reconstruction of coronal mass ejections using coronagraph data. Annales Geophysicae, 28(1), 203\u2013215. https://doi.org/10.5194/angeo\u201028\u2010203\u20102010", + "M\u00f6stl, C., & Davies, J. A. (2013). Speeds and arrival times of solar transients approximated by self\u2010similar expanding circular fronts. Solar Physics, 285(1\u20132), 411\u2013423. https://doi.org/10.1007/s11207\u2010012\u20109978\u20108", + "M\u00f6stl, C., Isavnin, A., Boakes, P. D., Kilpua, E. K. J., Davies, J. A., Harrison, R. A., et al. (2017). Modeling observations of solar coronal mass ejections with heliospheric imagers verified with the Heliophysics System Observatory. Space Weather, 15, 955\u2013970. https://doi.org/10.1002/2017SW001614", + "M\u00f6stl, C., Rollett, T., Frahm, R. A., Liu, Y. D., Long, D. M., Colaninno, R. C., et al. (2015). Strong coronal channelling and interplanetary evolution of a solar storm up to Earth and Mars. Nature Communications, 6, 7135. https://doi.org/10.1038/ncomms8135", + "M\u00f6stl, C., Rollett, T., Lugaz, N., Farrugia, C. J., Davies, J. A., Temmer, M., et al. (2011). Arrival time calculation for interplanetary coronal mass ejections with circular fronts and application to STEREO observations of the 2009 February 13 eruption. The Astrophysical Journal, 741(1), 34. https://doi.org/10.1088/0004\u2010637X/741/1/34", + "M\u00f6stl, C., Weiss, A. J., Bailey, R. L., Reiss, M. A., Amerstorfer, U. V., Amerstorfer, T., et al. (2020). Prediction of the in situ coronal mass ejection rate for solar cycle 25: Implications for Parker Solar Probe in situ observations. arXiv:2007.14743", + "Nieves\u2010Chinchilla, T., Vourlidas, A., Raymond, J. C., Linton, M. G., Al\u2010haddad, N., Savani, N. P., et al. (2018). Understanding the internal magnetic field configurations of ICMEs using more than 20 Years of wind observations. Solar Physics, 293(2), 25. https://doi.org/10.1007/s11207\u2010018\u20101247\u2010z", + "Odstrcil, D., Pizzo, V. J., Linker, J. A., Riley, P., Lionello, R., & Mikic, Z. (2004). Initial coupling of coronal and heliospheric numerical magnetohydrodynamic codes. Journal of Atmospheric and Solar\u2010Terrestrial Physics, 66(15\u201316), 1311\u20131320. https://doi.org/10.1016/j.jastp.2004.04.007", + "Owens, M. J., Lockwood, M., & Barnard, L. A. (2017). Coronal mass ejections are not coherent magnetohydrodynamic structures. Scientific Reports, 7, 4152. https://doi.org/10.1038/s41598\u2010017\u201004546\u20103", + "Owens, M. J., Lockwood, M., & Barnard, L. A. (2020). The value of CME arrival time forecasts for space weather mitigation. Space Weather, 18, e2020SW002507. https://doi.org/10.1029/2020SW002507", + "Owens, M. J., & Riley, P. (2017). Probabilistic solar wind forecasting using large ensembles of near\u2010Sun conditions with a simple one\u2010dimensional \u201cupwind\u201d scheme. Space Weather, 15, 1461\u20131474. https://doi.org/10.1002/2017SW001679", + "Paouris, E., & Mavromichalaki, H. (2017). Effective acceleration model for the arrival time of interplanetary shocks driven by coronal mass ejections. Solar Physics, 292(12), 180. https://doi.org/10.1007/s11207\u2010017\u20101212\u20102", + "Pomoell, J., & Poedts, S. (2018). Euhforia: European heliospheric forecasting information asset. Journal of Space Weather and Space Climate, 8, A35. https://doi.org/10.1051/swsc/2018020", + "Reiss, M. A., MacNeice, P. J., Mays, L. M., Arge, C. N., M\u00f6stl, C., Nikolic, L., & Amerstorfer, T. (2019). Forecasting the ambient solar wind with numerical models. I. On the implementation of an operational framework. The Astrophysical Journal Supplement Series, 240, 35. https://doi.org/10.3847/1538\u20104365/aaf8b3", + "Reiss, M. A., MacNeice, P. J., Muglach, K., Arge, C. N., M\u00f6stl, C., Riley, P., et al. (2020). Forecasting the ambient solar wind with numerical models. II. An adaptive prediction system for specifying solar wind speed near the Sun. The Astrophysical Journal, 891(2), 165. https://doi.org/10.3847/1538\u20104357/ab78a0", + "Richardson, I. G., & Cane, H. V. (2010). Near\u2010Earth interplanetary coronal mass ejections during solar cycle 23 (1996\u20102009): Catalog and summary of properties. Solar Physics, 264(1), 189\u2013237. https://doi.org/10.1007/s11207\u2010010\u20109568\u20106", + "Richardson, I. G., & Cane, H. V. (2012). Near\u2010earth solar wind flows and related geomagnetic activity during more than four solar cycles (1963\u20102011). Journal of Space Weather and Space Climate, 2, A02. https://doi.org/10.1051/swsc/2012003", + "Riley, P., & Crooker, N. U. (2004). Kinematic treatment of coronal mass ejection evolution in the solar wind. The Astrophysical Journal, 600(2), 1035\u20131042. https://doi.org/10.1086/379974", + "Riley, P., & Lionello, R. (2011). Mapping solar wind streams from the Sun to 1 AU: A comparison of techniques. Solar Physics, 270, 575\u2013592. https://doi.org/10.1007/s11207\u2010011\u20109766\u2010x", + "Riley, P., Mays, M. L., Andries, J., Amerstorfer, T., Biesecker, D., Delouille, V., et al. (2018). Forecasting the arrival time of coronal mass ejections: Analysis of the CCMC CME scoreboard. Space Weather, 16, 1245\u20131260. https://doi.org/10.1029/2018SW001962", + "Rollett, T., M\u00f6stl, C., Isavnin, A., Davies, J. A., Kubicka, M., Amerstorfer, U. V., & Harrison, R. A. (2016). ElEvoHI: A novel CME prediction tool for heliospheric imaging combining an elliptical front with drag\u2010based model fitting. The Astrophysical Journal, 824(2), 131. https://doi.org/10.3847/0004\u2010637X/824/2/131", + "Rollett, T., M\u00f6stl, C., Temmer, M., Frahm, R. A., Davies, J. A., Veronig, A. M., et al. (2014). Combined multipoint remote and in situ observations of the asymmetric evolution of a fast solar coronal mass ejection. The Astrophysical Journal Letters, 790(1), L6. https://doi.org/10.1088/2041\u20108205/790/1/L6", + "Rouillard, A. P., Davies, J. A., Forsyth, R. J., Rees, A., Davis, C. J., Harrison, R. A., et al. (2008). First imaging of corotating interaction regions using the STEREO spacecraft. Geophysical Research Letters, 35, L10110. https://doi.org/10.1029/2008GL033767", + "Ruffenach, A., Lavraud, B., Farrugia, C. J., D\u00e9moulin, P., Dasso, S., Owens, M. J., et al. (2015). Statistical study of magnetic cloud erosion by magnetic reconnection. Journal of Geophysical Research: Space Physics, 120, 43\u201360. https://doi.org/10.1002/2014JA020628", + "Savani, N. P., Owens, M. J., Rouillard, A. P., Forsyth, R. J., & Davies, J. A. (2010). Observational evidence of a coronal mass ejection distortion directly attributable to a structured solar wind. The Astrophysical Journal Letters, 714(1), L128\u2013L132. https://doi.org/10.1088/2041\u20108205/714/1/L128", + "Schatten, K. H. (1971). Current sheet magnetic model for the solar corona. Cosmic Electrodynamics, 2, 232\u2013245.", + "Schatten, K. H., Wilcox, J. M., & Ness, N. F. (1969). A model of interplanetary and coronal magnetic fields. Solar Physics, 6, 442\u2013455. https://doi.org/10.1007/BF00146478", + "Scott, C. J., Owens, M. J., de Koning, C. A., Barnard, L. A., Jones, S. R., & Wilkinson, J. (2019). Using ghost fronts within STEREO heliospheric imager data to infer the evolution in longitudinal structure of a coronal mass ejection. Space Weather, 17, 539\u2013552. https://doi.org/10.1029/2018SW002093", + "Sheeley, N. R., Walters, J. H., Wang, Y. M., & Howard, R. A. (1999). Continuous tracking of coronal outflows: Two kinds of coronal mass ejections. Journal of Geophysical Research, 104(A11), 24739\u201324768. https://doi.org/10.1029/1999JA900308", + "Srivastava, N., & Venkatakrishnan, P. (2004). Solar and interplanetary sources of major geomagnetic storms during 1996\u20102002. Journal of Geophysical Research, 109, A10103. https://doi.org/10.1029/2003JA010175", + "Temmer, M., & Nitta, N. V. (2015). Interplanetary propagation behavior of the fast coronal mass ejection on 23 July 2012. Solar Physics, 290(3), 919\u2013932. https://doi.org/10.1007/s11207\u2010014\u20100642\u20103", + "Thernisien, A., Vourlidas, A., & Howard, R. A. (2009). Forward modeling of coronal mass ejections using STEREO/SECCHI data. Solar Physics, 256(1\u20132), 111\u2013130. https://doi.org/10.1007/s11207\u2010009\u20109346\u20105", + "Thernisien, A. F. R., Howard, R. A., & Vourlidas, A. (2006). Modeling of flux rope coronal mass ejections. The Astrophysical Journal, 652(1), 763\u2013773. https://doi.org/10.1086/508254", + "Volpes, L., & Bothmer, V. (2015). An application of the stereoscopic self\u2010similar\u2010expansion model to the determination of CME\u2010driven shock parameters. Solar Physics, 290(10), 3005\u20133022. https://doi.org/10.1007/s11207\u2010015\u20100775\u2010z", + "Vr\u0161nak, B., \u017dic, T., Vrbanec, D., Temmer, M., Rollett, T., M\u00f6stl, C., et al. (2013). Propagation of interplanetary coronal mass ejections: The drag\u2010based model. Solar Physics, 285(1\u20132), 295\u2013315. https://doi.org/10.1007/s11207\u2010012\u20100035\u20104", + "Wang, Y., Shen, C., Wang, S., & Ye, P. (2004). Deflection of coronal mass ejection in the interplanetary medium. Solar Physics, 222(2), 329\u2013343. https://doi.org/10.1023/B:SOLA.0000043576.21942.aa", + "Wang, Y., Wang, B., Shen, C., Shen, F., & Lugaz, N. (2014). Deflected propagation of a coronal mass ejection from the corona to interplanetary space. Journal of Geophysical Research: Space Physics, 119, 5117\u20135132. https://doi.org/10.1002/2013JA019537", + "Wang, Y.\u2010M., & Sheeley, N. R. Jr. (1995). Solar implications of ULYSSES interplanetary field measurements. The Astrophysical Journal Letters, 447, L143. https://doi.org/10.1086/309578", + "\u017dic, T., Vr\u0161nak, B., & Temmer, M. (2015). Heliospheric propagation of coronal mass ejections: Drag\u2010based model fitting. The Astrophysical Journal Supplement Series, 218(2), 32. https://doi.org/10.1088/0067\u20100049/218/2/32", + "Zuccarello, F. P., Bemporad, A., Jacobs, C., Mierla, M., Poedts, S., & Zuccarello, F. (2012). The role of streamers in the deflection of coronal mass ejections: Comparison between STEREO three\u2010dimensional reconstructions and numerical simulations. The Astrophysical Journal, 744(1), 66. https://doi.org/10.1088/0004\u2010637X/744/1/66" + ], + "title": { + "textEnglish": "Why are ELEvoHI CME Arrival Predictions Different if Based on STEREO\u2010A or STEREO\u2010B Heliospheric Imager Observations?" + } +} diff --git a/tests/stubdata/output/wiley_swe_461.json b/tests/stubdata/output/wiley_swe_461.json index 218893f..ecae406 100644 --- a/tests/stubdata/output/wiley_swe_461.json +++ b/tests/stubdata/output/wiley_swe_461.json @@ -1 +1,73 @@ -{"abstract": {"textEnglish": "Geomagnetically induced currents (GICs) from solar storms pose a risk to the operation of power transmission grids in Europe and across the globe. The European Risk from Geomagnetically Induced Currents (EURISGIC) project, which began in March 2011 and is supported by the Seventh Framework Programme of the European Union, seeks to mitigate this natural hazard by developing European capabilities for GIC forecasting and warning. Recent well‐recognized GIC events were the province‐wide blackout in Quebec, Canada, in March 1989 and the blackout in the city of Malmö, in southern Sweden, during the Halloween storm of October 2003. The progressive integration of interconnected and geographically wide power transmission grids is obviously increasing the GIC risk. Hence, there is a need for greater scientific understanding of phenomena in the solar‐terrestrial environment that lead to GICs and for the development of systems that facilitate GIC modeling, forecasting, and mitigation."}, "authors": [{"affiliation": [{"affPubID": "swe461-aff-0001", "affPubRaw": "Senior scientist at the Finnish Meteorological Institute, in Helsinki, Finland. E‐mail: ari.viljanen@fmi.fi"}], "name": {"given_name": "Ari", "surname": "Viljanen"}}], "copyright": {"statement": "Copyright 2011 by the American Geophysical Union.", "status": true}, "pagination": {"firstPage": "S07007", "pageCount": "2"}, "persistentIDs": [{"DOI": "10.1029/2011SW000680"}], "pubDate": {"electrDate": "2011-07-28", "printDate": "2011-07-00"}, "publication": {"ISSN": [{"issnString": "1542-7390", "pubtype": "print"}, {"issnString": "1542-7390", "pubtype": "electronic"}], "issueNum": "7", "pubName": "Space Weather", "pubYear": "2011", "volumeNum": "9"}, "publisherIDs": [{"Identifier": "2011SW000680", "attribute": "editorialOffice"}, {"Identifier": "SWE461", "attribute": "unit"}], "recordData": {"createdTime": "", "loadFormat": "OtherXML", "loadLocation": "", "loadType": "fromFile", "parsedTime": "", "recordOrigin": ""}, "title": {"textEnglish": "European Project to Improve Models of Geomagnetically Induced Currents"}} +{ + "abstract": { + "textEnglish": "Geomagnetically induced currents (GICs) from solar storms pose a risk to the operation of power transmission grids in Europe and across the globe. The European Risk from Geomagnetically Induced Currents (EURISGIC) project, which began in March 2011 and is supported by the Seventh Framework Programme of the European Union, seeks to mitigate this natural hazard by developing European capabilities for GIC forecasting and warning. Recent well\u2010recognized GIC events were the province\u2010wide blackout in Quebec, Canada, in March 1989 and the blackout in the city of Malm\u00f6, in southern Sweden, during the Halloween storm of October 2003. The progressive integration of interconnected and geographically wide power transmission grids is obviously increasing the GIC risk. Hence, there is a need for greater scientific understanding of phenomena in the solar\u2010terrestrial environment that lead to GICs and for the development of systems that facilitate GIC modeling, forecasting, and mitigation." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "swe461-aff-0001", + "affPubRaw": "Senior scientist at the Finnish Meteorological Institute, in Helsinki, Finland. E\u2010mail: ari.viljanen@fmi.fi" + } + ], + "name": { + "given_name": "Ari", + "surname": "Viljanen" + } + } + ], + "copyright": { + "statement": "Copyright 2011 by the American Geophysical Union.", + "status": true + }, + "pagination": { + "firstPage": "S07007", + "pageCount": "2" + }, + "persistentIDs": [ + { + "DOI": "10.1029/2011SW000680" + } + ], + "pubDate": { + "electrDate": "2011-07-28", + "printDate": "2011-07-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1542-7390", + "pubtype": "print" + }, + { + "issnString": "1542-7390", + "pubtype": "electronic" + } + ], + "issueNum": "7", + "pubName": "Space Weather", + "pubYear": "2011", + "volumeNum": "9" + }, + "publisherIDs": [ + { + "Identifier": "2011SW000680", + "attribute": "editorialOffice" + }, + { + "Identifier": "SWE461", + "attribute": "unit" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "European Project to Improve Models of Geomagnetically Induced Currents" + } +} diff --git a/tests/stubdata/output/wiley_swe_539.json b/tests/stubdata/output/wiley_swe_539.json index c94fa90..1e95001 100644 --- a/tests/stubdata/output/wiley_swe_539.json +++ b/tests/stubdata/output/wiley_swe_539.json @@ -1 +1,73 @@ -{"abstract": {"textEnglish": "Delores Knipp's textbook Understanding Space Weather and the Physics Behind It provides a comprehensive resource for space physicists teaching in a variety of academic departments to introduce space weather to advanced undergraduates. The book benefits from Knipp's extensive experience teaching introductory and advanced undergraduate physics courses at the U.S. Air Force Academy. The fundamental physics concepts are clearly explained and are connected directly to the space physics concepts being discussed. To expand upon the relevant basic physics, current research areas and new observations are highlighted, with many of the chapters including contributions from a number of leading space physicists."}, "authors": [{"affiliation": [{"affPubID": "swe539-aff-0001", "affPubRaw": "University of Michigan USA"}], "name": {"given_name": "Mark", "surname": "Moldwin"}}], "copyright": {"statement": "©2012. American Geophysical Union. All Rights Reserved.", "status": true}, "pagination": {"firstPage": "S08004", "pageCount": "2"}, "persistentIDs": [{"DOI": "10.1029/2012SW000823"}], "pubDate": {"electrDate": "2012-08-03", "printDate": "2012-08-00"}, "publication": {"ISSN": [{"issnString": "1542-7390", "pubtype": "print"}, {"issnString": "1542-7390", "pubtype": "electronic"}], "issueNum": "8", "pubName": "Space Weather", "pubYear": "2012", "volumeNum": "10"}, "publisherIDs": [{"Identifier": "2012SW000823", "attribute": "editorialOffice"}, {"Identifier": "SWE539", "attribute": "unit"}], "recordData": {"createdTime": "", "loadFormat": "OtherXML", "loadLocation": "", "loadType": "fromFile", "parsedTime": "", "recordOrigin": ""}, "title": {"textEnglish": "Book Review: Dolores Knipp's Understanding Space Weather and the Physics Behind It"}} +{ + "abstract": { + "textEnglish": "Delores Knipp's textbook Understanding Space Weather and the Physics Behind It provides a comprehensive resource for space physicists teaching in a variety of academic departments to introduce space weather to advanced undergraduates. The book benefits from Knipp's extensive experience teaching introductory and advanced undergraduate physics courses at the U.S. Air Force Academy. The fundamental physics concepts are clearly explained and are connected directly to the space physics concepts being discussed. To expand upon the relevant basic physics, current research areas and new observations are highlighted, with many of the chapters including contributions from a number of leading space physicists." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "swe539-aff-0001", + "affPubRaw": "University of Michigan USA" + } + ], + "name": { + "given_name": "Mark", + "surname": "Moldwin" + } + } + ], + "copyright": { + "statement": "\u00a92012. American Geophysical Union. All Rights Reserved.", + "status": true + }, + "pagination": { + "firstPage": "S08004", + "pageCount": "2" + }, + "persistentIDs": [ + { + "DOI": "10.1029/2012SW000823" + } + ], + "pubDate": { + "electrDate": "2012-08-03", + "printDate": "2012-08-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1542-7390", + "pubtype": "print" + }, + { + "issnString": "1542-7390", + "pubtype": "electronic" + } + ], + "issueNum": "8", + "pubName": "Space Weather", + "pubYear": "2012", + "volumeNum": "10" + }, + "publisherIDs": [ + { + "Identifier": "2012SW000823", + "attribute": "editorialOffice" + }, + { + "Identifier": "SWE539", + "attribute": "unit" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "title": { + "textEnglish": "Book Review: Dolores Knipp's Understanding Space Weather and the Physics Behind It" + } +} diff --git a/tests/stubdata/output/zenodo_test.json b/tests/stubdata/output/zenodo_test.json index 2d5cd52..291ccbd 100644 --- a/tests/stubdata/output/zenodo_test.json +++ b/tests/stubdata/output/zenodo_test.json @@ -1,19 +1,35 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" + "abstract": { + "textEnglish": "Presentation slides" }, - "relatedTo": [ + "authors": [ { - "relationship": "related" - }, + "affiliation": [ + { + "affPubRaw": "Max Planck Computing and Data Facility, Garching, Germany" + } + ], + "name": { + "given_name": "Johannes", + "surname": "Reetz" + } + } + ], + "doctype": "misc", + "keywords": [ { - "relationship": "related", - "relatedDocID": "https://zenodo.org/communities/sciops2015" + "keyString": "Science data management", + "keySystem": "datacite" + } + ], + "openAccess": { + "license": "Creative Commons Attribution 4.0 International", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/legalcode", + "open": true + }, + "persistentIDs": [ + { + "DOI": "10.5281/zenodo.34650" } ], "pubDate": { @@ -26,49 +42,33 @@ ] }, "publication": { - "publisher": "Zenodo", - "pubYear": "2015" + "pubYear": "2015", + "publisher": "Zenodo" }, - "persistentIDs": [ - { - "DOI": "10.5281/zenodo.34650" - } - ], "publisherIDs": [ { - "attribute": "oai", - "Identifier": "oai:zenodo.org:34650" + "Identifier": "oai:zenodo.org:34650", + "attribute": "oai" } ], - "authors": [ + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "relatedTo": [ { - "name": { - "surname": "Reetz", - "given_name": "Johannes" - }, - "affiliation": [ - { - "affPubRaw": "Max Planck Computing and Data Facility, Garching, Germany" - } - ] + "relationship": "related" + }, + { + "relatedDocID": "https://zenodo.org/communities/sciops2015", + "relationship": "related" } ], "title": { "textEnglish": "EUDAT - Open Data Services for Research" - }, - "abstract": { - "textEnglish": "Presentation slides" - }, - "doctype": "misc", - "keywords": [ - { - "keyString": "Science data management", - "keySystem": "datacite" - } - ], - "openAccess": { - "open": true, - "license": "Creative Commons Attribution 4.0 International", - "licenseURL": "https://creativecommons.org/licenses/by/4.0/legalcode" } } diff --git a/tests/stubdata/output/zenodo_test2.json b/tests/stubdata/output/zenodo_test2.json index d280fb9..7cf1cd3 100644 --- a/tests/stubdata/output/zenodo_test2.json +++ b/tests/stubdata/output/zenodo_test2.json @@ -1,217 +1,184 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "relatedTo": [ - { - "relationship": "supplement", - "relatedDocID": "https://github.com/Qiskit/qiskit/tree/0.12.1" - }, - { - "relationship": "related", - "relatedDocID": "10.5281/zenodo.2573505" - } - ], - "pubDate": { - "electrDate": "2019", - "otherDate": [ - { - "otherDateType": "Issued", - "otherDateValue": "2019-09-30" - } - ] - }, - "publication": { - "publisher": "Zenodo", - "pubYear": "2019" + "abstract": { + "textEnglish": "Changed Increased the qiskit-ibmq-provider version to the latest release 0.3.3." }, - "persistentIDs": [ - { - "DOI": "10.5281/zenodo.3465853" - } - ], "authors": [ { - "name": { - "surname": "Gambetta", - "given_name": "Jay", - "pubraw": "Jay Gambetta" - }, "affiliation": [ { "affPubRaw": "@IBM" } - ] + ], + "name": { + "given_name": "Jay", + "pubraw": "Jay Gambetta", + "surname": "Gambetta" + } }, { "name": { - "surname": "Treinish", "given_name": "Matthew", - "pubraw": "Matthew Treinish" + "pubraw": "Matthew Treinish", + "surname": "Treinish" } }, { - "name": { - "surname": "Kassebaum", - "given_name": "Paul", - "pubraw": "Paul Kassebaum" - }, "affiliation": [ { "affPubRaw": "IBM" } - ] + ], + "name": { + "given_name": "Paul", + "pubraw": "Paul Kassebaum", + "surname": "Kassebaum" + } }, { - "name": { - "surname": "Rodr\u00edguez", - "given_name": "Diego", - "middle_name": "M.", - "pubraw": "Diego M. Rodr\u00edguez" - }, "affiliation": [ { "affPubRaw": "@IBMResearch" } - ] + ], + "name": { + "given_name": "Diego", + "middle_name": "M.", + "pubraw": "Diego M. Rodr\u00edguez", + "surname": "Rodr\u00edguez" + } }, { - "name": { - "surname": "de la Puente Gonz\u00e1lez", - "given_name": "Salvador", - "pubraw": "Salvador de la Puente Gonz\u00e1lez" - }, "affiliation": [ { "affPubRaw": "@IBMResearch" } - ] + ], + "name": { + "given_name": "Salvador", + "pubraw": "Salvador de la Puente Gonz\u00e1lez", + "surname": "de la Puente Gonz\u00e1lez" + } }, { - "name": { - "surname": "Nation", - "given_name": "Paul", - "pubraw": "Paul Nation" - }, "affiliation": [ { "affPubRaw": "IBM" } - ] + ], + "name": { + "given_name": "Paul", + "pubraw": "Paul Nation", + "surname": "Nation" + } }, { - "name": { - "surname": "Hu", - "given_name": "Shaohan", - "pubraw": "Shaohan Hu" - }, "affiliation": [ { "affPubRaw": "IBM Research" } - ] + ], + "name": { + "given_name": "Shaohan", + "pubraw": "Shaohan Hu", + "surname": "Hu" + } }, { - "name": { - "surname": "Zdanski", - "given_name": "Laura", - "pubraw": "Laura Zdanski" - }, "affiliation": [ { "affPubRaw": "@IBM @openliberty" } - ] + ], + "name": { + "given_name": "Laura", + "pubraw": "Laura Zdanski", + "surname": "Zdanski" + } }, { - "name": { - "surname": "Pistoia", - "given_name": "Marco", - "pubraw": "Marco Pistoia" - }, "affiliation": [ { "affPubRaw": "IBM" } - ] + ], + "name": { + "given_name": "Marco", + "pubraw": "Marco Pistoia", + "surname": "Pistoia" + } }, { "name": { - "surname": "Krsulich", "given_name": "Kevin", - "pubraw": "Kevin Krsulich" + "pubraw": "Kevin Krsulich", + "surname": "Krsulich" } }, { - "name": { - "given_name": "Travis-S-IBM", - "pubraw": "Travis-S-IBM" - }, "affiliation": [ { "affPubRaw": "IBM" } - ] + ], + "name": { + "given_name": "Travis-S-IBM", + "pubraw": "Travis-S-IBM" + } }, { "name": { - "surname": "Gomez", "given_name": "Juan", - "pubraw": "Juan Gomez" + "pubraw": "Juan Gomez", + "surname": "Gomez" } }, { - "name": { - "surname": "McKay", - "given_name": "David", - "pubraw": "David McKay" - }, "affiliation": [ { "affPubRaw": "@IBM, @Qiskit" } - ] + ], + "name": { + "given_name": "David", + "pubraw": "David McKay", + "surname": "McKay" + } }, { - "name": { - "surname": "Frisch", - "given_name": "Albert", - "pubraw": "Albert Frisch" - }, "affiliation": [ { "affPubRaw": "IBM @QISKit" } - ] + ], + "name": { + "given_name": "Albert", + "pubraw": "Albert Frisch", + "surname": "Frisch" + } }, { - "name": { - "surname": "Naveh", - "given_name": "Yehuda", - "pubraw": "Yehuda Naveh" - }, "affiliation": [ { "affPubRaw": "IBM Research" } - ] + ], + "name": { + "given_name": "Yehuda", + "pubraw": "Yehuda Naveh", + "surname": "Naveh" + } }, { - "name": { - "surname": "Wood", - "given_name": "Steve", - "pubraw": "Steve Wood" - }, "affiliation": [ { "affPubRaw": "IBM Research" } - ] + ], + "name": { + "given_name": "Steve", + "pubraw": "Steve Wood", + "surname": "Wood" + } }, { "name": { @@ -226,16 +193,16 @@ } }, { - "name": { - "surname": "Garion", - "given_name": "Shelly", - "pubraw": "Shelly Garion" - }, "affiliation": [ { "affPubRaw": "IBM" } - ] + ], + "name": { + "given_name": "Shelly", + "pubraw": "Shelly Garion", + "surname": "Garion" + } }, { "name": { @@ -250,16 +217,16 @@ } }, { - "name": { - "surname": "Cruz-Benito", - "given_name": "Juan", - "pubraw": "Juan Cruz-Benito" - }, "affiliation": [ { "affPubRaw": "@IBMResearch" } - ] + ], + "name": { + "given_name": "Juan", + "pubraw": "Juan Cruz-Benito", + "surname": "Cruz-Benito" + } }, { "name": { @@ -269,42 +236,42 @@ }, { "name": { - "surname": "Varchon", "given_name": "Francois", - "pubraw": "Francois Varchon" + "pubraw": "Francois Varchon", + "surname": "Varchon" } }, { - "name": { - "surname": "Wood", - "given_name": "Christopher", - "middle_name": "J.", - "pubraw": "Christopher J. Wood" - }, "affiliation": [ { "affPubRaw": "IBM Research @QISKit" } - ] + ], + "name": { + "given_name": "Christopher", + "middle_name": "J.", + "pubraw": "Christopher J. Wood", + "surname": "Wood" + } }, { "name": { - "surname": "Osvaldo Gonzalez Aceves", "given_name": "Blas", - "pubraw": "Blas Osvaldo Gonzalez Aceves" + "pubraw": "Blas Osvaldo Gonzalez Aceves", + "surname": "Osvaldo Gonzalez Aceves" } }, { - "name": { - "surname": "Rodriguez", - "given_name": "Baltazar", - "pubraw": "Baltazar Rodriguez" - }, "affiliation": [ { "affPubRaw": "IBM" } - ] + ], + "name": { + "given_name": "Baltazar", + "pubraw": "Baltazar Rodriguez", + "surname": "Rodriguez" + } }, { "name": { @@ -313,37 +280,70 @@ } }, { - "name": { - "surname": "Amano", - "given_name": "Takehiko" - }, "affiliation": [ { "affPubRaw": "IBM" } - ] + ], + "name": { + "given_name": "Takehiko", + "surname": "Amano" + } }, { - "name": { - "surname": "Pozas-Kerstjens", - "given_name": "Alex", - "pubraw": "Alex Pozas-Kerstjens" - }, "affiliation": [ { "affPubRaw": "ICFO" } - ] + ], + "name": { + "given_name": "Alex", + "pubraw": "Alex Pozas-Kerstjens", + "surname": "Pozas-Kerstjens" + } } ], - "title": { - "textEnglish": "Qiskit/qiskit: Qiskit 0.12.1" - }, - "abstract": { - "textEnglish": "Changed Increased the qiskit-ibmq-provider version to the latest release 0.3.3." - }, "doctype": "software", "openAccess": { "open": true + }, + "persistentIDs": [ + { + "DOI": "10.5281/zenodo.3465853" + } + ], + "pubDate": { + "electrDate": "2019", + "otherDate": [ + { + "otherDateType": "Issued", + "otherDateValue": "2019-09-30" + } + ] + }, + "publication": { + "pubYear": "2019", + "publisher": "Zenodo" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "relatedTo": [ + { + "relatedDocID": "https://github.com/Qiskit/qiskit/tree/0.12.1", + "relationship": "supplement" + }, + { + "relatedDocID": "10.5281/zenodo.2573505", + "relationship": "related" + } + ], + "title": { + "textEnglish": "Qiskit/qiskit: Qiskit 0.12.1" } } diff --git a/tests/stubdata/output/zenodo_test3.json b/tests/stubdata/output/zenodo_test3.json index 660f1f4..88663b7 100644 --- a/tests/stubdata/output/zenodo_test3.json +++ b/tests/stubdata/output/zenodo_test3.json @@ -1,71 +1,38 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" - }, - "relatedTo": [ - { - "relationship": "supplement", - "relatedDocID": "https://github.com/tqdm/tqdm/tree/v4.18.0" - }, - { - "relationship": "related", - "relatedDocID": "10.5281/zenodo.595120" - } - ], - "pubDate": { - "electrDate": "2017", - "otherDate": [ - { - "otherDateType": "Issued", - "otherDateValue": "2017-09-30" - } - ] - }, - "publication": { - "publisher": "Zenodo", - "pubYear": "2017" + "abstract": { + "textEnglish": "Thread safety! (#285 -> #291 -> #329, #407, #417) Ease redirection of sys.stdout/stderr (#422) Minor internal stream bugfix (#439) AttributeError fixes (#323, #324, #418) Related to: Misc bugs (#334) concurrent.futures (#97) Multi-tqdm (#143) flush() and refresh() (#331) Newline on refresh() (#361) Nested trees (#384) Manually positioned nested bars clearing (#385)" }, - "persistentIDs": [ - { - "DOI": "10.5281/zenodo.1000003" - } - ], "authors": [ { "name": { - "surname": "da Costa-Luis", "given_name": "Casper", - "pubraw": "Casper da Costa-Luis" + "pubraw": "Casper da Costa-Luis", + "surname": "da Costa-Luis" } }, { - "name": { - "surname": "L.", - "given_name": "Stephen", - "pubraw": "Stephen L." - }, "affiliation": [ { "affPubRaw": "Coma Science Group" } - ] + ], + "name": { + "given_name": "Stephen", + "pubraw": "Stephen L.", + "surname": "L." + } }, { - "name": { - "surname": "Mary", - "given_name": "Hadrien", - "pubraw": "Hadrien Mary" - }, "affiliation": [ { "affPubRaw": "University of McGill" } - ] + ], + "name": { + "given_name": "Hadrien", + "pubraw": "Hadrien Mary", + "surname": "Mary" + } }, { "name": { @@ -74,22 +41,22 @@ } }, { - "name": { - "surname": "Korobov", - "given_name": "Mikhail", - "pubraw": "Mikhail Korobov" - }, "affiliation": [ { "affPubRaw": "@ScrapingHub" } - ] + ], + "name": { + "given_name": "Mikhail", + "pubraw": "Mikhail Korobov", + "surname": "Korobov" + } }, { "name": { - "surname": "Ivanov", "given_name": "Ivan", - "pubraw": "Ivan Ivanov" + "pubraw": "Ivan Ivanov", + "surname": "Ivanov" } }, { @@ -99,17 +66,17 @@ } }, { - "name": { - "surname": "Pagel", - "given_name": "Matthew", - "middle_name": "D.", - "pubraw": "Matthew D. Pagel" - }, "affiliation": [ { "affPubRaw": "UC Davis" } - ] + ], + "name": { + "given_name": "Matthew", + "middle_name": "D.", + "pubraw": "Matthew D. Pagel", + "surname": "Pagel" + } }, { "name": { @@ -118,42 +85,42 @@ } }, { - "name": { - "surname": "McCracken", - "given_name": "Jack", - "pubraw": "Jack McCracken" - }, "affiliation": [ { "affPubRaw": "@Shopify" } - ] + ], + "name": { + "given_name": "Jack", + "pubraw": "Jack McCracken", + "surname": "McCracken" + } }, { "name": { - "surname": "Dill", "given_name": "Fabian", - "pubraw": "Fabian Dill" + "pubraw": "Fabian Dill", + "surname": "Dill" } }, { "name": { - "surname": "Panteleit", "given_name": "Daniel", - "pubraw": "Daniel Panteleit" + "pubraw": "Daniel Panteleit", + "surname": "Panteleit" } }, { - "name": { - "surname": "Rothberg", - "given_name": "Alex", - "pubraw": "Alex Rothberg" - }, "affiliation": [ { "affPubRaw": "4Catalyzer" } - ] + ], + "name": { + "given_name": "Alex", + "pubraw": "Alex Rothberg", + "surname": "Rothberg" + } }, { "name": { @@ -162,16 +129,16 @@ } }, { - "name": { - "surname": "Coccioli", - "given_name": "Riccardo", - "pubraw": "Riccardo Coccioli" - }, "affiliation": [ { "affPubRaw": "Wikimedia Foundation" } - ] + ], + "name": { + "given_name": "Riccardo", + "pubraw": "Riccardo Coccioli", + "surname": "Coccioli" + } }, { "name": { @@ -187,40 +154,40 @@ }, { "name": { - "surname": "Kottke", "given_name": "Albert", - "pubraw": "Albert Kottke" + "pubraw": "Albert Kottke", + "surname": "Kottke" } }, { - "name": { - "surname": "Halchenko", - "given_name": "Yaroslav", - "pubraw": "Yaroslav Halchenko" - }, "affiliation": [ { "affPubRaw": "Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban" } - ] + ], + "name": { + "given_name": "Yaroslav", + "pubraw": "Yaroslav Halchenko", + "surname": "Halchenko" + } }, { - "name": { - "surname": "Ostasevicius", - "given_name": "Tomas", - "pubraw": "Tomas Ostasevicius" - }, "affiliation": [ { "affPubRaw": "University of Cambridge" } - ] + ], + "name": { + "given_name": "Tomas", + "pubraw": "Tomas Ostasevicius", + "surname": "Ostasevicius" + } }, { "name": { - "surname": "Pokharel", "given_name": "Shirish", - "pubraw": "Shirish Pokharel" + "pubraw": "Shirish Pokharel", + "surname": "Pokharel" } }, { @@ -231,16 +198,16 @@ }, { "name": { - "surname": "VandeHaar", "given_name": "Peter", - "pubraw": "Peter VandeHaar" + "pubraw": "Peter VandeHaar", + "surname": "VandeHaar" } }, { "name": { - "surname": "Wu", "given_name": "Kuang-che", - "pubraw": "Kuang-che Wu" + "pubraw": "Kuang-che Wu", + "surname": "Wu" } }, { @@ -250,33 +217,33 @@ } }, { - "name": { - "given_name": "Hugo", - "pubraw": "Hugo" - }, "affiliation": [ { "affPubRaw": "Nord Software" } - ] + ], + "name": { + "given_name": "Hugo", + "pubraw": "Hugo" + } }, { - "name": { - "surname": "Hurley", - "given_name": "Ford", - "pubraw": "Ford Hurley" - }, "affiliation": [ { "affPubRaw": "@handwritingio" } - ] + ], + "name": { + "given_name": "Ford", + "pubraw": "Ford Hurley", + "surname": "Hurley" + } }, { "name": { - "surname": "Persaud", "given_name": "Arun", - "pubraw": "Arun Persaud" + "pubraw": "Arun Persaud", + "surname": "Persaud" } }, { @@ -286,26 +253,59 @@ } }, { - "name": { - "surname": "Umer", - "given_name": "Adnan", - "pubraw": "Adnan Umer" - }, "affiliation": [ { "affPubRaw": "@arbisoft" } - ] + ], + "name": { + "given_name": "Adnan", + "pubraw": "Adnan Umer", + "surname": "Umer" + } } ], - "title": { - "textEnglish": "tqdm/tqdm: tqdm v4.18.0 stable" - }, - "abstract": { - "textEnglish": "Thread safety! (#285 -> #291 -> #329, #407, #417) Ease redirection of sys.stdout/stderr (#422) Minor internal stream bugfix (#439) AttributeError fixes (#323, #324, #418) Related to: Misc bugs (#334) concurrent.futures (#97) Multi-tqdm (#143) flush() and refresh() (#331) Newline on refresh() (#361) Nested trees (#384) Manually positioned nested bars clearing (#385)" - }, "doctype": "software", "openAccess": { "open": true + }, + "persistentIDs": [ + { + "DOI": "10.5281/zenodo.1000003" + } + ], + "pubDate": { + "electrDate": "2017", + "otherDate": [ + { + "otherDateType": "Issued", + "otherDateValue": "2017-09-30" + } + ] + }, + "publication": { + "pubYear": "2017", + "publisher": "Zenodo" + }, + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "relatedTo": [ + { + "relatedDocID": "https://github.com/tqdm/tqdm/tree/v4.18.0", + "relationship": "supplement" + }, + { + "relatedDocID": "10.5281/zenodo.595120", + "relationship": "related" + } + ], + "title": { + "textEnglish": "tqdm/tqdm: tqdm v4.18.0 stable" } } diff --git a/tests/stubdata/output/zenodo_test4.json b/tests/stubdata/output/zenodo_test4.json index 7b5587c..808590f 100644 --- a/tests/stubdata/output/zenodo_test4.json +++ b/tests/stubdata/output/zenodo_test4.json @@ -1,36 +1,59 @@ { - "recordData": { - "createdTime": "", - "parsedTime": "", - "loadType": "fromFile", - "loadFormat": "OtherXML", - "loadLocation": "", - "recordOrigin": "" + "abstract": { + "textEnglish": "The final release of the supporting data and scripts to reproduce the figures in O. Newton et al. (2023). This Letter appears in The Astrophysical Journal Letters. A full description of the files and data contained in this repository is provided in the README file. What's Changed Bump contourpy from 1.0.6 to 1.0.7 by @dependabot in https://github.com/Musical-Neutron/lg_field_udgs/pull/16 Bump h5py from 3.7.0 to 3.8.0 by @dependabot in https://github.com/Musical-Neutron/lg_field_udgs/pull/17 Bump fonttools from 4.38.0 to 4.39.2 by @dependabot in https://github.com/Musical-Neutron/lg_field_udgs/pull/18 Fixing matplotlib warnings raised when running fig_04_plot_luminosity_functions.py and fig_05_plot_mock_sdss_observations.py Adding ApJL DOIs to README Full Changelog: https://github.com/Musical-Neutron/lg_field_udgs/compare/v1.0...v1.1" }, - "relatedTo": [ + "authors": [ { - "relationship": "supplement", - "relatedDocID": "https://github.com/Musical-Neutron/lg_field_udgs/tree/v1.1" + "affiliation": [ + { + "affPubRaw": "Center for Theoretical Physics, Polish Academy of Sciences" + } + ], + "attrib": { + "orcid": "0000-0002-2769-9507" + }, + "name": { + "given_name": "Oliver", + "pubraw": "Oliver Newton", + "surname": "Newton" + } + } + ], + "doctype": "software", + "keywords": [ + { + "keyString": "Ultra-diffuse galaxies", + "keySystem": "datacite" }, { - "relationship": "supplement", - "relatedDocID": "10.48550/arXiv.2212.05066" + "keyString": "Milky Way", + "keySystem": "datacite" }, { - "relationship": "supplement", - "relatedDocID": "10.3847/2041-8213/acc2bb" + "keyString": "Andromeda", + "keySystem": "datacite" }, { - "relationship": "related", - "relatedDocID": "10.5281/zenodo.7729995" + "keyString": "Local Group", + "keySystem": "datacite" }, { - "relationship": "related", - "relatedDocID": "https://zenodo.org/communities/aas" + "keyString": "HESTIA", + "keySystem": "datacite" }, { - "relationship": "related", - "relatedDocID": "https://zenodo.org/communities/astronomy-general" + "keyString": "Python", + "keySystem": "datacite" + } + ], + "openAccess": { + "license": "GNU Affero General Public License v3.0", + "licenseURL": "https://opensource.org/licenses/AGPL-3.0", + "open": true + }, + "persistentIDs": [ + { + "DOI": "10.5281/zenodo.7757685" } ], "pubDate": { @@ -43,36 +66,16 @@ ] }, "publication": { - "publisher": "Zenodo", - "pubYear": "2023" - }, - "persistentIDs": [ - { - "DOI": "10.5281/zenodo.7757685" - } - ], - "authors": [ - { - "name": { - "surname": "Newton", - "given_name": "Oliver", - "pubraw": "Oliver Newton" - }, - "affiliation": [ - { - "affPubRaw": "Center for Theoretical Physics, Polish Academy of Sciences" - } - ], - "attrib": { - "orcid": "0000-0002-2769-9507" - } - } - ], - "title": { - "textEnglish": "HESTIA Local Group field UDG paper scripts & reduced data" + "pubYear": "2023", + "publisher": "Zenodo" }, - "abstract": { - "textEnglish": "The final release of the supporting data and scripts to reproduce the figures in O. Newton et al. (2023). This Letter appears in The Astrophysical Journal Letters. A full description of the files and data contained in this repository is provided in the README file. What's Changed Bump contourpy from 1.0.6 to 1.0.7 by @dependabot in https://github.com/Musical-Neutron/lg_field_udgs/pull/16 Bump h5py from 3.7.0 to 3.8.0 by @dependabot in https://github.com/Musical-Neutron/lg_field_udgs/pull/17 Bump fonttools from 4.38.0 to 4.39.2 by @dependabot in https://github.com/Musical-Neutron/lg_field_udgs/pull/18 Fixing matplotlib warnings raised when running fig_04_plot_luminosity_functions.py and fig_05_plot_mock_sdss_observations.py Adding ApJL DOIs to README Full Changelog: https://github.com/Musical-Neutron/lg_field_udgs/compare/v1.0...v1.1" + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" }, "references": [ "10.1093/mnras/staa375", @@ -80,36 +83,33 @@ "10.3847/1538-4357/ac91cb", "10.1086/589911" ], - "doctype": "software", - "keywords": [ + "relatedTo": [ { - "keyString": "Ultra-diffuse galaxies", - "keySystem": "datacite" + "relatedDocID": "https://github.com/Musical-Neutron/lg_field_udgs/tree/v1.1", + "relationship": "supplement" }, { - "keyString": "Milky Way", - "keySystem": "datacite" + "relatedDocID": "10.48550/arXiv.2212.05066", + "relationship": "supplement" }, { - "keyString": "Andromeda", - "keySystem": "datacite" + "relatedDocID": "10.3847/2041-8213/acc2bb", + "relationship": "supplement" }, { - "keyString": "Local Group", - "keySystem": "datacite" + "relatedDocID": "10.5281/zenodo.7729995", + "relationship": "related" }, { - "keyString": "HESTIA", - "keySystem": "datacite" + "relatedDocID": "https://zenodo.org/communities/aas", + "relationship": "related" }, { - "keyString": "Python", - "keySystem": "datacite" + "relatedDocID": "https://zenodo.org/communities/astronomy-general", + "relationship": "related" } ], - "openAccess": { - "open": true, - "license": "GNU Affero General Public License v3.0", - "licenseURL": "https://opensource.org/licenses/AGPL-3.0" + "title": { + "textEnglish": "HESTIA Local Group field UDG paper scripts & reduced data" } } From f7fa30a8f286ab1c136cb8acdcd15e4111ae4612 Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Thu, 18 Apr 2024 13:07:23 -0400 Subject: [PATCH 03/10] Added more mathml tags, updated unit test output modified: adsingestp/parsers/base.py modified: tests/stubdata/output/els_detag_example_2.json modified: tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json modified: tests/stubdata/output/jats_springer_JHEP_JHEP07_2023_200.json modified: tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json modified: tests/test_elsevier.py --- adsingestp/parsers/base.py | 10 ++++++++++ tests/stubdata/output/els_detag_example_2.json | 2 +- .../output/jats_springer_EPJC_s10052-023-11699-1.json | 2 +- .../output/jats_springer_JHEP_JHEP07_2023_200.json | 4 ++-- .../output/jats_springer_ZaMP_s00033-023-02064-z.json | 2 +- tests/test_elsevier.py | 9 --------- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/adsingestp/parsers/base.py b/adsingestp/parsers/base.py index 5ad0252..790d963 100644 --- a/adsingestp/parsers/base.py +++ b/adsingestp/parsers/base.py @@ -489,7 +489,17 @@ class BaseBeautifulSoupParser(IngestBase): "mml:mn", "mml:annotation", "mml:msubsup", + "mml:msupsub", "mml:msup", + "mml:mfrac", + "mml:munderovers", + "mml:msqrt", + "mml:mmultiscripts", + "mml:prescripts", + "mml:mtext", + "mml:mfenced", + "mml:mstyle", + "mml:mspace", ] HTML_TAGS_HTML = ["sub", "sup", "a", "astrobj", "i", "b"] diff --git a/tests/stubdata/output/els_detag_example_2.json b/tests/stubdata/output/els_detag_example_2.json index 09b8b39..b390f04 100644 --- a/tests/stubdata/output/els_detag_example_2.json +++ b/tests/stubdata/output/els_detag_example_2.json @@ -1,6 +1,6 @@ { "abstract": { - "textEnglish": "In this article, Hard-Wall AdS/QCD with 5 flavors is used to study pseudoscalar, vector and axial-vector B meson. The mass and decay constants of B0, Bs0, Bc\u2212, \u03b7b, Bs\u204e0, Bc\u204e\u2212, B1\u2212, B1s0, B1c\u2212, \u03b7b and \u03c7b1 as well as strong couplings of (B\u00af\u204e0,B\u204e+,\u03c0\u2212)(B\u204e+,Bs\u204e0,K+), (B\u00af10,B\u204e+,\u03c0\u2212), (B1\u204e+,Bs\u204e0,K+), (B\u00af10,B1+,\u03c1\u2212), (B\u00af1+,Bs10,K\u204e+), (B\u00af10,B\u204e+,a0\u2212), (B\u00af1+,Bs\u204e0,K0+), (D\u00af\u204e0,D\u204e\u2212,\u03c0\u2212), (D\u00af\u204e0,Ds\u204e\u2212,K+)(D\u00af\u204e0,D1\u2212,\u03c0\u2212), (D\u00af\u204e0,Ds1\u2212,K+), (D\u00af10,D1\u2212,\u03c1\u2212), (D\u00af10,Ds1\u2212,K\u204e+), (D\u00af\u204e0,D1\u2212,a0\u2212) and (D\u00af\u204e0,Ds1\u2212,K0+) vertices are estimated in this study. A comparison of the results of the masses, decay constants, and strong couplings with existing predictions is also made." + "textEnglish": "In this article, Hard-Wall AdS/QCD with 5 flavors is used to study pseudoscalar, vector and axial-vector B meson. The mass and decay constants of B0, Bs0, Bc\u2212, \u03b7b, Bs\u204e0, Bc\u204e\u2212, B1\u2212, B1s0, B1c\u2212, \u03b7b and \u03c7b1 as well as strong couplings of (B\u00af\u204e0,B\u204e+,\u03c0\u2212)(B\u204e+,Bs\u204e0,K+), (B\u00af10,B\u204e+,\u03c0\u2212), (B1\u204e+,Bs\u204e0,K+), (B\u00af10,B1+,\u03c1\u2212), (B\u00af1+,Bs10,K\u204e+), (B\u00af10,B\u204e+,a0\u2212), (B\u00af1+,Bs\u204e0,K0+), (D\u00af\u204e0,D\u204e\u2212,\u03c0\u2212), (D\u00af\u204e0,Ds\u204e\u2212,K+)(D\u00af\u204e0,D1\u2212,\u03c0\u2212), (D\u00af\u204e0,Ds1\u2212,K+), (D\u00af10,D1\u2212,\u03c1\u2212), (D\u00af10,Ds1\u2212,K\u204e+), (D\u00af\u204e0,D1\u2212,a0\u2212) and (D\u00af\u204e0,Ds1\u2212,K0+) vertices are estimated in this study. A comparison of the results of the masses, decay constants, and strong couplings with existing predictions is also made." }, "authors": [ { diff --git a/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json b/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json index f7b7df9..ac73e8d 100644 --- a/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json +++ b/tests/stubdata/output/jats_springer_EPJC_s10052-023-11699-1.json @@ -1,6 +1,6 @@ { "abstract": { - "textEnglish": "The flavour-tagging algorithms developed by the ATLAS Collaboration and used to analyse its dataset of s = 13 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\sqrt{s} = 13$$\\end{document} TeV pp collisions from Run 2 of the Large Hadron Collider are presented. These new tagging algorithms are based on recurrent and deep neural networks, and their performance is evaluated in simulated collision events. These developments yield considerable improvements over previous jet-flavour identification strategies. At the 77% b-jet identification efficiency operating point, light-jet (charm-jet) rejection factors of 170 (5) are achieved in a sample of simulated Standard Model t t \u00af \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$t\\bar{t}$$\\end{document} events; similarly, at a c-jet identification efficiency of 30%, a light-jet ( b-jet) rejection factor of 70 (9) is obtained." + "textEnglish": "The flavour-tagging algorithms developed by the ATLAS Collaboration and used to analyse its dataset of s = 13 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$\\sqrt{s} = 13$$\\end{document} TeV pp collisions from Run 2 of the Large Hadron Collider are presented. These new tagging algorithms are based on recurrent and deep neural networks, and their performance is evaluated in simulated collision events. These developments yield considerable improvements over previous jet-flavour identification strategies. At the 77% b-jet identification efficiency operating point, light-jet (charm-jet) rejection factors of 170 (5) are achieved in a sample of simulated Standard Model t t \u00af \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$t\\bar{t}$$\\end{document} events; similarly, at a c-jet identification efficiency of 30%, a light-jet ( b-jet) rejection factor of 70 (9) is obtained." }, "authors": [ { diff --git a/tests/stubdata/output/jats_springer_JHEP_JHEP07_2023_200.json b/tests/stubdata/output/jats_springer_JHEP_JHEP07_2023_200.json index 0988301..5fda103 100644 --- a/tests/stubdata/output/jats_springer_JHEP_JHEP07_2023_200.json +++ b/tests/stubdata/output/jats_springer_JHEP_JHEP07_2023_200.json @@ -1,6 +1,6 @@ { "abstract": { - "textEnglish": "This article reports measurements of the angle between differently defined jet axes in pp collisions at s \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\sqrt{s} $$\\end{document} = 5 .02 TeV carried out by the ALICE Collaboration. Charged particles at midrapidity are clustered into jets with resolution parameters R = 0 .2 and 0.4. The jet axis, before and after Soft Drop grooming, is compared to the jet axis from the Winner-Takes-All (WTA) recombination scheme. The angle between these axes, \u2206 R axis, probes a wide phase space of the jet formation and evolution, ranging from the initial high-momentum-transfer scattering to the hadronization process. The \u2206 R axis observable is presented for 20 < p T ch jet \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ {p}_{\\textrm{T}}^{\\textrm{ch}\\ \\textrm{jet}} $$\\end{document} < 100 GeV/ c, and compared to predictions from the PYTHIA 8 and Herwig 7 event generators. The distributions can also be calculated analytically with a leading hadronization correction related to the non-perturbative component of the Collins-Soper-Sterman (CSS) evolution kernel. Comparisons to analytical predictions at next-to-leading-logarithmic accuracy with leading hadronization correction implemented from experimental extractions of the CSS kernel in Drell-Yan measurements are presented. The analytical predictions describe the measured data within 20% in the perturbative regime, with surprising agreement in the non-perturbative regime as well. These results are compatible with the universality of the CSS kernel in the context of jet substructure.\n" + "textEnglish": "This article reports measurements of the angle between differently defined jet axes in pp collisions at s \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\sqrt{s} $$\\end{document} = 5 .02 TeV carried out by the ALICE Collaboration. Charged particles at midrapidity are clustered into jets with resolution parameters R = 0 .2 and 0.4. The jet axis, before and after Soft Drop grooming, is compared to the jet axis from the Winner-Takes-All (WTA) recombination scheme. The angle between these axes, \u2206 R axis, probes a wide phase space of the jet formation and evolution, ranging from the initial high-momentum-transfer scattering to the hadronization process. The \u2206 R axis observable is presented for 20 < p T ch jet \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ {p}_{\\textrm{T}}^{\\textrm{ch}\\ \\textrm{jet}} $$\\end{document} < 100 GeV/ c, and compared to predictions from the PYTHIA 8 and Herwig 7 event generators. The distributions can also be calculated analytically with a leading hadronization correction related to the non-perturbative component of the Collins-Soper-Sterman (CSS) evolution kernel. Comparisons to analytical predictions at next-to-leading-logarithmic accuracy with leading hadronization correction implemented from experimental extractions of the CSS kernel in Drell-Yan measurements are presented. The analytical predictions describe the measured data within 20% in the perturbative regime, with surprising agreement in the non-perturbative regime as well. These results are compatible with the universality of the CSS kernel in the context of jet substructure.\n" }, "authors": [ { @@ -12254,6 +12254,6 @@ " Gieseke S Rohr C Siodmok A Colour reconnections in Herwig++ Eur. Phys. J. C 2012 72 2225 2012EPJC...72.2225G 10.1140/epjc/s10052-012-2225-5 [arXiv:1206.0041] [INSPIRE] " ], "title": { - "textEnglish": "Measurement of the angle between jet axes in pp collisions at s \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\sqrt{s} $$\\end{document} = 5 .02 TeV" + "textEnglish": "Measurement of the angle between jet axes in pp collisions at s \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\sqrt{s} $$\\end{document} = 5 .02 TeV" } } diff --git a/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json b/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json index 6847da0..663def7 100644 --- a/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json +++ b/tests/stubdata/output/jats_springer_ZaMP_s00033-023-02064-z.json @@ -1,6 +1,6 @@ { "abstract": { - "textEnglish": "This paper is concerned with the time-asymptotic stability of a nonlinear wave for the outflow problem of the isentropic compressible Navier\u2013Stokes\u2013Korteweg equations in the half space. Under some suitable assumptions on the spatial-asymptotic states and boundary data, the time-asymptotic profile is a nonlinear wave which is the superposition of a stationary solution and a rarefaction wave. Employing the L 2 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$L^{2}$$\\end{document} -energy method and the decay (in both time and space variables) estimates of each component of the nonlinear wave, we prove that this nonlinear wave is time asymptotically stable under a small initial perturbation." + "textEnglish": "This paper is concerned with the time-asymptotic stability of a nonlinear wave for the outflow problem of the isentropic compressible Navier\u2013Stokes\u2013Korteweg equations in the half space. Under some suitable assumptions on the spatial-asymptotic states and boundary data, the time-asymptotic profile is a nonlinear wave which is the superposition of a stationary solution and a rarefaction wave. Employing the L 2 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$L^{2}$$\\end{document} -energy method and the decay (in both time and space variables) estimates of each component of the nonlinear wave, we prove that this nonlinear wave is time asymptotically stable under a small initial perturbation." }, "authors": [ { diff --git a/tests/test_elsevier.py b/tests/test_elsevier.py index 6c47536..d224fab 100644 --- a/tests/test_elsevier.py +++ b/tests/test_elsevier.py @@ -7,15 +7,6 @@ from adsingestp.parsers import elsevier -# import logging -# proj_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, "adsingestp")) -# logging.basicConfig( -# format="%(levelname)s %(asctime)s %(message)s", -# filename=os.path.join(proj_dir, "logs", "parser.log"), -# level=logging.INFO, -# force=True, -# ) - TIMESTAMP_FMT = "%Y-%m-%dT%H:%M:%S.%fZ" From 03fb9ba406ea78fd36b330bafda95051387dff4d Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Thu, 18 Apr 2024 16:16:51 -0400 Subject: [PATCH 04/10] Adding untested cases to tests with stubdata new file: tests/stubdata/output/jats_aps_phrvd_100_052015.json new file: tests/stubdata/output/jats_aps_phrvx_12_021031.json new file: tests/stubdata/output/jats_edp_aa_661_70.json new file: tests/stubdata/output/jats_edp_jnwpu_40_96.json new file: tests/stubdata/output/jats_iop_jinst_17_05_P05009.json new file: tests/stubdata/output/jats_nature_natsd_12_7375.json new file: tests/stubdata/output/jats_pnas_119_2201344119.json new file: tests/stubdata/output/jats_springer_cldy_84_1543.json new file: tests/stubdata/output/jats_springer_jhep_2022_05_05.json new file: tests/stubdata/output/mdpi_climate-11-00147.json new file: tests/stubdata/output/mdpi_galaxies-11-00090.json new file: tests/stubdata/output/mdpi_symmetry-15-00939.json new file: tests/stubdata/output/mdpi_universe-08-00651.json new file: tests/stubdata/output/nlm_tf_gapfd_116_38.json modified: tests/test_elsevier.py modified: tests/test_jats.py --- .../output/jats_aps_phrvd_100_052015.json | 6687 +++ .../output/jats_aps_phrvx_12_021031.json | 166 + tests/stubdata/output/jats_edp_aa_661_70.json | 190 + .../stubdata/output/jats_edp_jnwpu_40_96.json | 231 + .../output/jats_iop_jinst_17_05_P05009.json | 10468 +++++ .../output/jats_nature_natsd_12_7375.json | 1513 + .../output/jats_pnas_119_2201344119.json | 71 + .../output/jats_springer_cldy_84_1543.json | 363 + .../output/jats_springer_jhep_2022_05_05.json | 33607 ++++++++++++++++ .../output/mdpi_climate-11-00147.json | 289 + .../output/mdpi_galaxies-11-00090.json | 240 + .../output/mdpi_symmetry-15-00939.json | 231 + .../output/mdpi_universe-08-00651.json | 270 + .../stubdata/output/nlm_tf_gapfd_116_38.json | 178 + tests/test_elsevier.py | 3 +- tests/test_jats.py | 16 +- 16 files changed, 54519 insertions(+), 4 deletions(-) create mode 100644 tests/stubdata/output/jats_aps_phrvd_100_052015.json create mode 100644 tests/stubdata/output/jats_aps_phrvx_12_021031.json create mode 100644 tests/stubdata/output/jats_edp_aa_661_70.json create mode 100644 tests/stubdata/output/jats_edp_jnwpu_40_96.json create mode 100644 tests/stubdata/output/jats_iop_jinst_17_05_P05009.json create mode 100644 tests/stubdata/output/jats_nature_natsd_12_7375.json create mode 100644 tests/stubdata/output/jats_pnas_119_2201344119.json create mode 100644 tests/stubdata/output/jats_springer_cldy_84_1543.json create mode 100644 tests/stubdata/output/jats_springer_jhep_2022_05_05.json create mode 100644 tests/stubdata/output/mdpi_climate-11-00147.json create mode 100644 tests/stubdata/output/mdpi_galaxies-11-00090.json create mode 100644 tests/stubdata/output/mdpi_symmetry-15-00939.json create mode 100644 tests/stubdata/output/mdpi_universe-08-00651.json create mode 100644 tests/stubdata/output/nlm_tf_gapfd_116_38.json diff --git a/tests/stubdata/output/jats_aps_phrvd_100_052015.json b/tests/stubdata/output/jats_aps_phrvd_100_052015.json new file mode 100644 index 0000000..1a432af --- /dev/null +++ b/tests/stubdata/output/jats_aps_phrvd_100_052015.json @@ -0,0 +1,6687 @@ +{ + "abstract": { + "textEnglish": "Using a data sample of 1.31\u00d7109 J/\u03c8 events collected with the BESIII detector, a search for \u03b7\u2032\u2192\u03b3\u03b3\u03b7 via J/\u03c8\u2192\u03b3\u03b7\u2032 is performed for the first time. No significant \u03b7\u2032 signal is observed in the \u03b3\u03b3\u03b7 invariant mass spectrum, and the branching fraction of \u03b7\u2032\u2192\u03b3\u03b3\u03b7 is determined to be less than 1.33\u00d710-4 at the 90% confidence level." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.", + "surname": "Ablikim" + } + }, + { + "affiliation": [ + { + "affPubID": "a10", + "affPubRaw": "G.I. Budker Institute of Nuclear Physics SB RAS (BINP), Novosibirsk 630090, Russia" + } + ], + "name": { + "given_name": "M.\u2009N.", + "surname": "Achasov" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "P.", + "surname": "Adlarson" + } + }, + { + "affiliation": [ + { + "affPubID": "a15", + "affPubRaw": "Helmholtz Institute Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Ahmed" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Albrecht" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Alekseev" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Amoroso" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "F.\u2009F.", + "surname": "An" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.", + "surname": "An" + } + }, + { + "affiliation": [ + { + "affPubID": "a42", + "affPubRaw": "Southeast University, Nanjing 211100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Bai" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "O.", + "surname": "Bakina" + } + }, + { + "affiliation": [ + { + "affPubID": "a23a", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, I-00044 Frascati, Italy" + } + ], + "name": { + "given_name": "R. Baldini", + "surname": "Ferroli" + } + }, + { + "affiliation": [ + { + "affPubID": "a24a", + "affPubRaw": "INFN Sezione di Ferrara, I-44122 Ferrara, Italy" + } + ], + "name": { + "given_name": "I.", + "surname": "Balossino" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Ban" + } + }, + { + "affiliation": [ + { + "affPubID": "a25", + "affPubRaw": "Institute of Physics and Technology, Peace Ave. 54B, Ulaanbaatar 13330, Mongolia" + } + ], + "name": { + "given_name": "K.", + "surname": "Begzsuren" + } + }, + { + "affiliation": [ + { + "affPubID": "a5", + "affPubRaw": "Carnegie Mellon University, Pittsburgh, Pennsylvania 15213, USA" + } + ], + "name": { + "given_name": "J.\u2009V.", + "surname": "Bennett" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "N.", + "surname": "Berger" + } + }, + { + "affiliation": [ + { + "affPubID": "a23a", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, I-00044 Frascati, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Bertani" + } + }, + { + "affiliation": [ + { + "affPubID": "a24a", + "affPubRaw": "INFN Sezione di Ferrara, I-44122 Ferrara, Italy" + } + ], + "name": { + "given_name": "D.", + "surname": "Bettoni" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Bianchi" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "J.", + "surname": "Biernat" + } + }, + { + "affiliation": [ + { + "affPubID": "a52", + "affPubRaw": "University of Muenster, Wilhelm-Klemm-Str. 9, 48149 Muenster, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Bloms" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Boyko" + } + }, + { + "affiliation": [ + { + "affPubID": "a5", + "affPubRaw": "Carnegie Mellon University, Pittsburgh, Pennsylvania 15213, USA" + } + ], + "name": { + "given_name": "R.\u2009A.", + "surname": "Briere" + } + }, + { + "affiliation": [ + { + "affPubID": "a60", + "affPubRaw": "Wuhan University, Wuhan 430072, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.", + "surname": "Cai" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.", + "surname": "Cai" + } + }, + { + "affiliation": [ + { + "affPubID": "a23a", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, I-00044 Frascati, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Calcaterra" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.\u2009F.", + "surname": "Cao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "N.", + "surname": "Cao" + } + }, + { + "affiliation": [ + { + "affPubID": "a46b", + "affPubRaw": "Istanbul Bilgi University, 34060 Eyup, Istanbul, Turkey" + } + ], + "name": { + "given_name": "S.\u2009A.", + "surname": "Cetin" + } + }, + { + "affiliation": [ + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "J.", + "surname": "Chai" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009F.", + "surname": "Chang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009L.", + "surname": "Chang" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "G.", + "surname": "Chelkov" + } + }, + { + "affiliation": [ + { + "affPubID": "a6", + "affPubRaw": "Central China Normal University, Wuhan 430079, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.\u2009Y.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009S.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009C.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009L.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009J.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009B.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "W.", + "surname": "Cheng" + } + }, + { + "affiliation": [ + { + "affPubID": "a24a", + "affPubRaw": "INFN Sezione di Ferrara, I-44122 Ferrara, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Cibinetto" + } + }, + { + "affiliation": [ + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Cossio" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009F.", + "surname": "Cui" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009L.", + "surname": "Dai" + } + }, + { + "affiliation": [ + { + "affPubID": "a38", + "affPubRaw": "Shanghai Jiao Tong University, Shanghai 200240, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009P.", + "surname": "Dai" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009C.", + "surname": "Dai" + } + }, + { + "affiliation": [ + { + "affPubID": "a15", + "affPubRaw": "Helmholtz Institute Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Dbeyssi" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Dedovich" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009Y.", + "surname": "Deng" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Denig" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Denysenko" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Destefanis" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "De Mori" + } + }, + { + "affiliation": [ + { + "affPubID": "a31", + "affPubRaw": "Liaoning University, Shenyang 110036, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Ding" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.", + "surname": "Dong" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.", + "surname": "Dong" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009Y.", + "surname": "Dong" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009Y.", + "surname": "Dong" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009L.", + "surname": "Dou" + } + }, + { + "affiliation": [ + { + "affPubID": "a63", + "affPubRaw": "Zhengzhou University, Zhengzhou 450001, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009X.", + "surname": "Du" + } + }, + { + "affiliation": [ + { + "affPubID": "a45", + "affPubRaw": "Tsinghua University, Beijing 100084, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009Z.", + "surname": "Fan" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.", + "surname": "Fang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009S.", + "surname": "Fang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Fang" + } + }, + { + "affiliation": [ + { + "affPubID": "a24a", + "affPubRaw": "INFN Sezione di Ferrara, I-44122 Ferrara, Italy" + }, + { + "affPubID": "a24b", + "affPubRaw": "University of Ferrara, I-44122 Ferrara, Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Farinelli" + } + }, + { + "affiliation": [ + { + "affPubID": "a58b", + "affPubRaw": "University of Eastern Piedmont, I-15121 Alessandria, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Fava" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Feldbauer" + } + }, + { + "affiliation": [ + { + "affPubID": "a23a", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, I-00044 Frascati, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Felici" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009Q.", + "surname": "Feng" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Fritsch" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009D.", + "surname": "Fu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Fu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009L.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "a56", + "affPubRaw": "University of South China, Hengyang 421001, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "a45", + "affPubRaw": "Tsinghua University, Beijing 100084, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "a6", + "affPubRaw": "Central China Normal University, Wuhan 430079, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009G.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "B.", + "surname": "Garillon" + } + }, + { + "affiliation": [ + { + "affPubID": "a24a", + "affPubRaw": "INFN Sezione di Ferrara, I-44122 Ferrara, Italy" + } + ], + "name": { + "given_name": "I.", + "surname": "Garzia" + } + }, + { + "affiliation": [ + { + "affPubID": "a50", + "affPubRaw": "University of Manchester, Oxford Road, Manchester M13 9PL, United Kingdom" + } + ], + "name": { + "given_name": "E.\u2009M.", + "surname": "Gersabeck" + } + }, + { + "affiliation": [ + { + "affPubID": "a51", + "affPubRaw": "University of Minnesota, Minneapolis, Minnesota 55455, USA" + } + ], + "name": { + "given_name": "A.", + "surname": "Gilman" + } + }, + { + "affiliation": [ + { + "affPubID": "a11", + "affPubRaw": "GSI Helmholtz centre for Heavy Ion Research GmbH, D-64291 Darmstadt, Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Goetzen" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.", + "surname": "Gong" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009X.", + "surname": "Gong" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "W.", + "surname": "Gradl" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Greco" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009M.", + "surname": "Gu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009H.", + "surname": "Gu" + } + }, + { + "affiliation": [ + { + "affPubID": "a2", + "affPubRaw": "Beihang University, Beijing 100191, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.", + "surname": "Gu" + } + }, + { + "affiliation": [ + { + "affPubID": "a13", + "affPubRaw": "Guangxi University, Nanning 530004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009T.", + "surname": "Gu" + } + }, + { + "affiliation": [ + { + "affPubID": "a22", + "affPubRaw": "Indiana University, Bloomington, Indiana 47405, USA" + } + ], + "name": { + "given_name": "A.\u2009Q.", + "surname": "Guo" + } + }, + { + "affiliation": [ + { + "affPubID": "a32", + "affPubRaw": "Nanjing Normal University, Nanjing 210023, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009B.", + "surname": "Guo" + } + }, + { + "affiliation": [ + { + "affPubID": "a36", + "affPubRaw": "Shandong Normal University, Jinan 250014, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "R.\u2009P.", + "surname": "Guo" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "Y.\u2009P.", + "surname": "Guo" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Guskov" + } + }, + { + "affiliation": [ + { + "affPubID": "a60", + "affPubRaw": "Wuhan University, Wuhan 430072, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.", + "surname": "Han" + } + }, + { + "affiliation": [ + { + "affPubID": "a16", + "affPubRaw": "Henan Normal University, Xinxiang 453007, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Q.", + "surname": "Hao" + } + }, + { + "affiliation": [ + { + "affPubID": "a48", + "affPubRaw": "University of Hawaii, Honolulu, Hawaii 96822, USA" + } + ], + "name": { + "given_name": "F.\u2009A.", + "surname": "Harris" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "K.\u2009L.", + "surname": "He" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "F.\u2009H.", + "surname": "Heinsius" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Held" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009K.", + "surname": "Heng" + } + }, + { + "affiliation": [ + { + "affPubID": "a11", + "affPubRaw": "GSI Helmholtz centre for Heavy Ion Research GmbH, D-64291 Darmstadt, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Himmelreich" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009R.", + "surname": "Hou" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009L.", + "surname": "Hou" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009M.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "a38", + "affPubRaw": "Shanghai Jiao Tong University, Shanghai 200240, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009F.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.\u2009S.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubID": "a16", + "affPubRaw": "Henan Normal University, Xinxiang 453007, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009S.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009T.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Z.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubID": "a52", + "affPubRaw": "University of Muenster, Wilhelm-Klemm-Str. 9, 48149 Muenster, Germany" + } + ], + "name": { + "given_name": "N.", + "surname": "Huesken" + } + }, + { + "affiliation": [ + { + "affPubID": "a57", + "affPubRaw": "University of the Punjab, Lahore-54590, Pakistan" + } + ], + "name": { + "given_name": "T.", + "surname": "Hussain" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "W. Ikegami", + "surname": "Andersson" + } + }, + { + "affiliation": [ + { + "affPubID": "a22", + "affPubRaw": "Indiana University, Bloomington, Indiana 47405, USA" + } + ], + "name": { + "given_name": "W.", + "surname": "Imoehl" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.", + "surname": "Irshad" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Ji" + } + }, + { + "affiliation": [ + { + "affPubID": "a16", + "affPubRaw": "Henan Normal University, Xinxiang 453007, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.\u2009P.", + "surname": "Ji" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009B.", + "surname": "Ji" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009L.", + "surname": "Ji" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009L.", + "surname": "Jiang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009S.", + "surname": "Jiang" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Y.", + "surname": "Jiang" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009B.", + "surname": "Jiao" + } + }, + { + "affiliation": [ + { + "affPubID": "a18", + "affPubRaw": "Huangshan College, Huangshan 245000, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Jiao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.\u2009P.", + "surname": "Jin" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.", + "surname": "Jin" + } + }, + { + "affiliation": [ + { + "affPubID": "a49", + "affPubRaw": "University of Jinan, Jinan 250022, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Jin" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "T.", + "surname": "Johansson" + } + }, + { + "affiliation": [ + { + "affPubID": "a29", + "affPubRaw": "KVI-CART, University of Groningen, NL-9747 AA Groningen, Netherlands" + } + ], + "name": { + "given_name": "N.", + "surname": "Kalantar-Nayestanaki" + } + }, + { + "affiliation": [ + { + "affPubID": "a31", + "affPubRaw": "Liaoning University, Shenyang 110036, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009S.", + "surname": "Kang" + } + }, + { + "affiliation": [ + { + "affPubID": "a29", + "affPubRaw": "KVI-CART, University of Groningen, NL-9747 AA Groningen, Netherlands" + } + ], + "name": { + "given_name": "R.", + "surname": "Kappert" + } + }, + { + "affiliation": [ + { + "affPubID": "a29", + "affPubRaw": "KVI-CART, University of Groningen, NL-9747 AA Groningen, Netherlands" + } + ], + "name": { + "given_name": "M.", + "surname": "Kavatsyuk" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.\u2009C.", + "surname": "Ke" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "I.\u2009K.", + "surname": "Keshk" + } + }, + { + "affiliation": [ + { + "affPubID": "a52", + "affPubRaw": "University of Muenster, Wilhelm-Klemm-Str. 9, 48149 Muenster, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Khoukaz" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Kiese" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "R.", + "surname": "Kiuchi" + } + }, + { + "affiliation": [ + { + "affPubID": "a11", + "affPubRaw": "GSI Helmholtz centre for Heavy Ion Research GmbH, D-64291 Darmstadt, Germany" + } + ], + "name": { + "given_name": "R.", + "surname": "Kliemt" + } + }, + { + "affiliation": [ + { + "affPubID": "a28", + "affPubRaw": "Justus-Liebig-Universitaet Giessen, II. Physikalisches Institut, Heinrich-Buff-Ring 16, D-35392 Giessen, Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Koch" + } + }, + { + "affiliation": [ + { + "affPubID": "a46b", + "affPubRaw": "Istanbul Bilgi University, 34060 Eyup, Istanbul, Turkey" + } + ], + "name": { + "given_name": "O.\u2009B.", + "surname": "Kolcu" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "B.", + "surname": "Kopf" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Kuemmel" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Kuessner" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "A.", + "surname": "Kupsc" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.", + "surname": "Kurth" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009G.", + "surname": "Kurth" + } + }, + { + "affiliation": [ + { + "affPubID": "a28", + "affPubRaw": "Justus-Liebig-Universitaet Giessen, II. Physikalisches Institut, Heinrich-Buff-Ring 16, D-35392 Giessen, Germany" + } + ], + "name": { + "given_name": "W.", + "surname": "K\u00fchn" + } + }, + { + "affiliation": [ + { + "affPubID": "a28", + "affPubRaw": "Justus-Liebig-Universitaet Giessen, II. Physikalisches Institut, Heinrich-Buff-Ring 16, D-35392 Giessen, Germany" + } + ], + "name": { + "given_name": "J.\u2009S.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubID": "a15", + "affPubRaw": "Helmholtz Institute Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Larin" + } + }, + { + "affiliation": [ + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Lavezzi" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "H.", + "surname": "Leithoff" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Lenz" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "C.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Cheng", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a63", + "affPubRaw": "Zhengzhou University, Zhengzhou 450001, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.\u2009M.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "F.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "F.\u2009Y.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009B.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a9", + "affPubRaw": "Fudan University, Shanghai 200443, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009J.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009C.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a41", + "affPubRaw": "Soochow University, Suzhou 215006, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009W.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Ke", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009K.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a3", + "affPubRaw": "Beijing Institute of Petrochemical Technology, Beijing 102617, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Lei", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "P.\u2009L.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a30", + "affPubRaw": "Lanzhou University, Lanzhou 730000, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "P.\u2009R.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.\u2009Y.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009D.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009G.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009H.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009L.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009N.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009B.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009Y.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.", + "surname": "Liang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.", + "surname": "Liang" + } + }, + { + "affiliation": [ + { + "affPubID": "a40", + "affPubRaw": "Sichuan University, Chengdu 610064, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009F.", + "surname": "Liang" + } + }, + { + "affiliation": [ + { + "affPubID": "a28", + "affPubRaw": "Justus-Liebig-Universitaet Giessen, II. Physikalisches Institut, Heinrich-Buff-Ring 16, D-35392 Giessen, Germany" + } + ], + "name": { + "given_name": "Y.\u2009T.", + "surname": "Liang" + } + }, + { + "affiliation": [ + { + "affPubID": "a12", + "affPubRaw": "Guangxi Normal University, Guilin 541004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.\u2009R.", + "surname": "Liao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009Z.", + "surname": "Liao" + } + }, + { + "affiliation": [ + { + "affPubID": "a21", + "affPubRaw": "Indian Institute of Technology Madras, Chennai 600036, India" + } + ], + "name": { + "given_name": "J.", + "surname": "Libby" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009X.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubID": "a15", + "affPubRaw": "Helmholtz Institute Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "D.\u2009X.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubID": "a13", + "affPubRaw": "Guangxi University, Nanning 530004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009J.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubID": "a38", + "affPubRaw": "Shanghai Jiao Tong University, Shanghai 200240, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.\u2009J.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009X.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a38", + "affPubRaw": "Shanghai Jiao Tong University, Shanghai 200240, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.\u2009Y.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a39", + "affPubRaw": "Shanxi University, Taiyuan 030006, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "F.\u2009H.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Fang", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a6", + "affPubRaw": "Central China Normal University, Wuhan 430079, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Feng", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a13", + "affPubRaw": "Guangxi University, Nanning 530004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009B.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009M.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Huanhuan", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a17", + "affPubRaw": "Henan University of Science and Technology, Luoyang 471003, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Huihui", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009B.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009Y.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a31", + "affPubRaw": "Liaoning University, Shenyang 110036, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "K.\u2009Y.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a6", + "affPubRaw": "Central China Normal University, Wuhan 430079, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Ke", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a13", + "affPubRaw": "Guangxi University, Nanning 530004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009Y.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009B.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a30", + "affPubRaw": "Lanzhou University, Lanzhou 730000, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Y.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009B.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009A.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Zhiqing", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009F.", + "surname": "Long" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009C.", + "surname": "Lou" + } + }, + { + "affiliation": [ + { + "affPubID": "a18", + "affPubRaw": "Huangshan College, Huangshan 245000, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009J.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009D.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009G.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009P.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "a32", + "affPubRaw": "Nanjing Normal University, Nanjing 210023, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009L.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "a62", + "affPubRaw": "Zhejiang University, Hangzhou 310027, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009X.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "P.\u2009W.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "a9", + "affPubRaw": "Fudan University, Shanghai 200443, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009L.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Lusso" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009R.", + "surname": "Lyu" + } + }, + { + "affiliation": [ + { + "affPubID": "a31", + "affPubRaw": "Liaoning University, Shenyang 110036, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "F.\u2009C.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009L.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009L.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009M.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.\u2009M.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009N.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009X.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Y.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009M.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "a15", + "affPubRaw": "Helmholtz Institute Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "F.\u2009E.", + "surname": "Maas" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Maggiora" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Maldaner" + } + }, + { + "affiliation": [ + { + "affPubID": "a53", + "affPubRaw": "University of Oxford, Keble Rd, Oxford OX13RH, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Malde" + } + }, + { + "affiliation": [ + { + "affPubID": "a57", + "affPubRaw": "University of the Punjab, Lahore-54590, Pakistan" + } + ], + "name": { + "given_name": "Q.\u2009A.", + "surname": "Malik" + } + }, + { + "affiliation": [ + { + "affPubID": "a23b", + "affPubRaw": "INFN and University of Perugia, I-06100 Perugia, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Mangoni" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009J.", + "surname": "Mao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009P.", + "surname": "Mao" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Marcello" + } + }, + { + "affiliation": [ + { + "affPubID": "a49", + "affPubRaw": "University of Jinan, Jinan 250022, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009X.", + "surname": "Meng" + } + }, + { + "affiliation": [ + { + "affPubID": "a29", + "affPubRaw": "KVI-CART, University of Groningen, NL-9747 AA Groningen, Netherlands" + } + ], + "name": { + "given_name": "J.\u2009G.", + "surname": "Messchendorp" + } + }, + { + "affiliation": [ + { + "affPubID": "a24a", + "affPubRaw": "INFN Sezione di Ferrara, I-44122 Ferrara, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Mezzadri" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.", + "surname": "Min" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.\u2009J.", + "surname": "Min" + } + }, + { + "affiliation": [ + { + "affPubID": "a22", + "affPubRaw": "Indiana University, Bloomington, Indiana 47405, USA" + } + ], + "name": { + "given_name": "R.\u2009E.", + "surname": "Mitchell" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009H.", + "surname": "Mo" + } + }, + { + "affiliation": [ + { + "affPubID": "a6", + "affPubRaw": "Central China Normal University, Wuhan 430079, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009J.", + "surname": "Mo" + } + }, + { + "affiliation": [ + { + "affPubID": "a15", + "affPubRaw": "Helmholtz Institute Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "C. Morales", + "surname": "Morales" + } + }, + { + "affiliation": [ + { + "affPubID": "a10", + "affPubRaw": "G.I. Budker Institute of Nuclear Physics SB RAS (BINP), Novosibirsk 630090, Russia" + } + ], + "name": { + "given_name": "N.\u2009Yu.", + "surname": "Muchnoi" + } + }, + { + "affiliation": [ + { + "affPubID": "a51", + "affPubRaw": "University of Minnesota, Minneapolis, Minnesota 55455, USA" + } + ], + "name": { + "given_name": "H.", + "surname": "Muramatsu" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Mustafa" + } + }, + { + "affiliation": [ + { + "affPubID": "a11", + "affPubRaw": "GSI Helmholtz centre for Heavy Ion Research GmbH, D-64291 Darmstadt, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Nakhoul" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "Y.", + "surname": "Nefedov" + } + }, + { + "affiliation": [ + { + "affPubID": "a11", + "affPubRaw": "GSI Helmholtz centre for Heavy Ion Research GmbH, D-64291 Darmstadt, Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Nerling" + } + }, + { + "affiliation": [ + { + "affPubID": "a10", + "affPubRaw": "G.I. Budker Institute of Nuclear Physics SB RAS (BINP), Novosibirsk 630090, Russia" + } + ], + "name": { + "given_name": "I.\u2009B.", + "surname": "Nikolaev" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Ning" + } + }, + { + "affiliation": [ + { + "affPubID": "a8", + "affPubRaw": "COMSATS University Islamabad, Lahore Campus, Defence Road, Off Raiwind Road, 54000 Lahore, Pakistan" + } + ], + "name": { + "given_name": "S.", + "surname": "Nisar" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009L.", + "surname": "Niu" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009L.", + "surname": "Olsen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Ouyang" + } + }, + { + "affiliation": [ + { + "affPubID": "a23b", + "affPubRaw": "INFN and University of Perugia, I-06100 Perugia, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Pacetti" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Pan" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "M.", + "surname": "Papenbrock" + } + }, + { + "affiliation": [ + { + "affPubID": "a23a", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, I-00044 Frascati, Italy" + } + ], + "name": { + "given_name": "P.", + "surname": "Patteri" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Pelizaeus" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009P.", + "surname": "Peng" + } + }, + { + "affiliation": [ + { + "affPubID": "a11", + "affPubRaw": "GSI Helmholtz centre for Heavy Ion Research GmbH, D-64291 Darmstadt, Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Peters" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "J.", + "surname": "Pettersson" + } + }, + { + "affiliation": [ + { + "affPubID": "a32", + "affPubRaw": "Nanjing Normal University, Nanjing 210023, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009L.", + "surname": "Ping" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "R.\u2009G.", + "surname": "Ping" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Pitka" + } + }, + { + "affiliation": [ + { + "affPubID": "a51", + "affPubRaw": "University of Minnesota, Minneapolis, Minnesota 55455, USA" + } + ], + "name": { + "given_name": "R.", + "surname": "Poling" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "V.", + "surname": "Prasad" + } + }, + { + "affiliation": [ + { + "affPubID": "a2", + "affPubRaw": "Beihang University, Beijing 100191, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009R.", + "surname": "Qi" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.", + "surname": "Qi" + } + }, + { + "affiliation": [ + { + "affPubID": "a2", + "affPubRaw": "Beihang University, Beijing 100191, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.\u2009Y.", + "surname": "Qi" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.", + "surname": "Qian" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009F.", + "surname": "Qiao" + } + }, + { + "affiliation": [ + { + "affPubID": "a60", + "affPubRaw": "Wuhan University, Wuhan 430072, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "N.", + "surname": "Qin" + } + }, + { + "affiliation": [ + { + "affPubID": "a13", + "affPubRaw": "Guangxi University, Nanning 530004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009P.", + "surname": "Qin" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "X.\u2009S.", + "surname": "Qin" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009H.", + "surname": "Qin" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009F.", + "surname": "Qiu" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009Q.", + "surname": "Qu" + } + }, + { + "affiliation": [ + { + "affPubID": "a57", + "affPubRaw": "University of the Punjab, Lahore-54590, Pakistan" + } + ], + "name": { + "given_name": "K.\u2009H.", + "surname": "Rashid" + } + }, + { + "affiliation": [ + { + "affPubID": "a21", + "affPubRaw": "Indian Institute of Technology Madras, Chennai 600036, India" + } + ], + "name": { + "given_name": "K.", + "surname": "Ravindran" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "C.\u2009F.", + "surname": "Redmer" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Richter" + } + }, + { + "affiliation": [ + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Rivetti" + } + }, + { + "affiliation": [ + { + "affPubID": "a29", + "affPubRaw": "KVI-CART, University of Groningen, NL-9747 AA Groningen, Netherlands" + } + ], + "name": { + "given_name": "V.", + "surname": "Rodin" + } + }, + { + "affiliation": [ + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Rolo" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.", + "surname": "Rong" + } + }, + { + "affiliation": [ + { + "affPubID": "a15", + "affPubRaw": "Helmholtz Institute Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "Ch.", + "surname": "Rosner" + } + }, + { + "affiliation": [ + { + "affPubID": "a52", + "affPubRaw": "University of Muenster, Wilhelm-Klemm-Str. 9, 48149 Muenster, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Rump" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Sarantsev" + } + }, + { + "affiliation": [ + { + "affPubID": "a24b", + "affPubRaw": "University of Ferrara, I-44122 Ferrara, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Savri\u00e9" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "Y.", + "surname": "Schelhaas" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "K.", + "surname": "Schoenning" + } + }, + { + "affiliation": [ + { + "affPubID": "a19", + "affPubRaw": "Hunan Normal University, Changsha 410081, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.", + "surname": "Shan" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Y.", + "surname": "Shan" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.", + "surname": "Shao" + } + }, + { + "affiliation": [ + { + "affPubID": "a2", + "affPubRaw": "Beihang University, Beijing 100191, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009P.", + "surname": "Shen" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "P.\u2009X.", + "surname": "Shen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Y.", + "surname": "Shen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009Y.", + "surname": "Sheng" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.", + "surname": "Shi" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009D.", + "surname": "Shi" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009J.", + "surname": "Song" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.\u2009Q.", + "surname": "Song" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Y.", + "surname": "Song" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Sosio" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Sowa" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Spataro" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "F.\u2009F.", + "surname": "Sui" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.\u2009X.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a16", + "affPubRaw": "Henan Normal University, Xinxiang 453007, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009F.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a60", + "affPubRaw": "Wuhan University, Wuhan 430072, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009S.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009H.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009J.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009K.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009Z.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009J.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009T.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009T.", + "surname": "Tan" + } + }, + { + "affiliation": [ + { + "affPubID": "a40", + "affPubRaw": "Sichuan University, Chengdu 610064, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009J.", + "surname": "Tang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.\u2009Y.", + "surname": "Tang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.", + "surname": "Tang" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "V.", + "surname": "Thoren" + } + }, + { + "affiliation": [ + { + "affPubID": "a25", + "affPubRaw": "Institute of Physics and Technology, Peace Ave. 54B, Ulaanbaatar 13330, Mongolia" + } + ], + "name": { + "given_name": "B.", + "surname": "Tsednee" + } + }, + { + "affiliation": [ + { + "affPubID": "a46d", + "affPubRaw": "Near East University, Nicosia, North Cyprus, Mersin 10, Turkey" + } + ], + "name": { + "given_name": "I.", + "surname": "Uman" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.\u2009L.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009W.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.\u2009Y.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "K.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009L.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009S.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Meng", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "P.\u2009L.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a61", + "affPubRaw": "Xinyang Normal University, Xinyang 464000, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "R.\u2009M.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009P.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009F.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a9", + "affPubRaw": "Fudan University, Shanghai 200443, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009L.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009F.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "attrib": { + "orcid": "0000-0002-0719-4755" + }, + "name": { + "given_name": "Y.\u2009Q.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009G.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009Y.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Zongyuan", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Weber" + } + }, + { + "affiliation": [ + { + "affPubID": "a12", + "affPubRaw": "Guangxi Normal University, Guilin 541004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.\u2009H.", + "surname": "Wei" + } + }, + { + "affiliation": [ + { + "affPubID": "a26", + "affPubRaw": "Johannes Gutenberg University of Mainz, Johann-Joachim-Becher-Weg 45, D-55099 Mainz, Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Weidenkaff" + } + }, + { + "affiliation": [ + { + "affPubID": "a32", + "affPubRaw": "Nanjing Normal University, Nanjing 210023, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009W.", + "surname": "Wen" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009P.", + "surname": "Wen" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "U.", + "surname": "Wiedner" + } + }, + { + "affiliation": [ + { + "affPubID": "a53", + "affPubRaw": "University of Oxford, Keble Rd, Oxford OX13RH, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Wilkinson" + } + }, + { + "affiliation": [ + { + "affPubID": "a59", + "affPubRaw": "Uppsala University, Box 516, SE-75120 Uppsala, Sweden" + } + ], + "name": { + "given_name": "M.", + "surname": "Wolke" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009H.", + "surname": "Wu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009J.", + "surname": "Wu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Wu" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.", + "surname": "Xia" + } + }, + { + "affiliation": [ + { + "affPubID": "a20", + "affPubRaw": "Hunan University, Changsha 410082, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Xia" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009Y.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009J.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubID": "a32", + "affPubRaw": "Nanjing Normal University, Nanjing 210023, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009J.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009G.", + "surname": "Xie" + } + }, + { + "affiliation": [ + { + "affPubID": "a6", + "affPubRaw": "Central China Normal University, Wuhan 430079, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009H.", + "surname": "Xie" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.\u2009Y.", + "surname": "Xing" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009A.", + "surname": "Xiong" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.\u2009L.", + "surname": "Xiu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.\u2009F.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009J.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "a14", + "affPubRaw": "Hangzhou Normal University, Hangzhou 310036, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.\u2009J.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "a41", + "affPubRaw": "Soochow University, Suzhou 215006, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009P.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "a56", + "affPubRaw": "University of South China, Hengyang 421001, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "F.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubID": "a58a", + "affPubRaw": "University of Turin, I-10125 Turin, Italy" + }, + { + "affPubID": "a58c", + "affPubRaw": "INFN, I-10125 Turin, Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009B.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubID": "a2", + "affPubRaw": "Beihang University, Beijing 100191, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009C.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubID": "a20", + "affPubRaw": "Hunan University, Changsha 410082, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009H.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubID": "a38", + "affPubRaw": "Shanghai Jiao Tong University, Shanghai 200240, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009J.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009X.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a60", + "affPubRaw": "Wuhan University, Wuhan 430072, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "R.\u2009X.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009L.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009H.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a12", + "affPubRaw": "Guangxi Normal University, Guilin 541004, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009X.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Yifan", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a20", + "affPubRaw": "Hunan University, Changsha 410082, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009Q.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.", + "surname": "Ye" + } + }, + { + "affiliation": [ + { + "affPubID": "a7", + "affPubRaw": "China Center of Advanced Science and Technology, Beijing 100190, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009H.", + "surname": "Ye" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009H.", + "surname": "Yin" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009Y.", + "surname": "You" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.\u2009X.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009X.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "a20", + "affPubRaw": "Hunan University, Changsha 410082, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009S.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "a56", + "affPubRaw": "University of South China, Hengyang 421001, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009Z.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Q.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubID": "a46b", + "affPubRaw": "Istanbul Bilgi University, 34060 Eyup, Istanbul, Turkey" + } + ], + "name": { + "given_name": "A.", + "surname": "Yuncu" + } + }, + { + "affiliation": [ + { + "affPubID": "a57", + "affPubRaw": "University of the Punjab, Lahore-54590, Pakistan" + } + ], + "name": { + "given_name": "A.\u2009A.", + "surname": "Zafar" + } + }, + { + "affiliation": [ + { + "affPubID": "a20", + "affPubRaw": "Hunan University, Changsha 410082, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Zeng" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.\u2009X.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.\u2009Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "C.\u2009C.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "D.\u2009H.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009H.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "H.\u2009Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a61", + "affPubRaw": "Xinyang Normal University, Xinyang 464000, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009L.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a4", + "affPubRaw": "Bochum Ruhr-University, D-44780 Bochum, Germany" + } + ], + "name": { + "given_name": "J.\u2009Q.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009W.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009Z.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "K.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a45", + "affPubRaw": "Tsinghua University, Beijing 100084, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a33", + "affPubRaw": "Nanjing University, Nanjing 210093, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009F.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a38", + "affPubRaw": "Shanghai Jiao Tong University, Shanghai 200240, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.\u2009J.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a37", + "affPubRaw": "Shandong University, Jinan 250100, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009H.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009T.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Yang", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Yao", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a9", + "affPubRaw": "Fudan University, Shanghai 200443, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Yi", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Yu", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a6", + "affPubRaw": "Central China Normal University, Wuhan 430079, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009H.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009P.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a60", + "affPubRaw": "Wuhan University, Wuhan 430072, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "G.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009W.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009Y.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009Z.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Lei", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Ling", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "M.\u2009G.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a63", + "affPubRaw": "Zhengzhou University, Zhengzhou 450001, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009J.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "T.\u2009C.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009B.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009G.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "a27", + "affPubRaw": "Joint Institute for Nuclear Research, 141980 Dubna, Moscow region, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Zhemchugov" + } + }, + { + "affiliation": [ + { + "affPubID": "a56", + "affPubRaw": "University of South China, Hengyang 421001, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.", + "surname": "Zheng" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009P.", + "surname": "Zheng" + } + }, + { + "affiliation": [ + { + "affPubID": "a35", + "affPubRaw": "Peking University, Beijing 100871, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Zheng" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009H.", + "surname": "Zheng" + } + }, + { + "affiliation": [ + { + "affPubID": "a32", + "affPubRaw": "Nanjing Normal University, Nanjing 210023, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.", + "surname": "Zhong" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "L.\u2009P.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a60", + "affPubRaw": "Wuhan University, Wuhan 430072, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009K.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009R.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a20", + "affPubRaw": "Hunan University, Changsha 410082, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Xiaoyu", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a20", + "affPubRaw": "Hunan University, Changsha 410082, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Xu", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "A.\u2009N.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a44", + "affPubRaw": "Sun Yat-Sen University, Guangzhou 510275, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "K.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "K.\u2009J.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a54", + "affPubRaw": "University of Science and Technology Liaoning, Anshan 114051, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "S.\u2009H.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a34", + "affPubRaw": "Nankai University, Tianjin 300071, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "W.\u2009J.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a45", + "affPubRaw": "Tsinghua University, Beijing 100084, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "X.\u2009L.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a55", + "affPubRaw": "University of Science and Technology of China, Hefei 230026, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009C.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Y.\u2009S.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a47", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "Z.\u2009A.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + }, + { + "affPubID": "a43", + "affPubRaw": "State Key Laboratory of Particle Detection and Electronics, Beijing 100049, Hefei 230026, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.", + "surname": "Zhuang" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "B.\u2009S.", + "surname": "Zou" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Institute of High Energy Physics, Beijing 100049, People\u2019s Republic of China" + } + ], + "name": { + "given_name": "J.\u2009H.", + "surname": "Zou" + } + }, + { + "attrib": { + "collab": true + }, + "name": { + "collab": "(BESIII Collaboration)" + } + } + ], + "copyright": { + "statement": "Published by the American Physical Society", + "status": true + }, + "funding": [ + { + "agencyname": "BEPCII" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100002856" + }, + "agencyname": "Key Laboratory of Particle Astrophysics, Institute of High Energy Physics" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100012166" + }, + "agencyname": "National Key Basic Research Program of China", + "awardnumber": "2015CB856700" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100001809" + }, + "agencyname": "National Natural Science Foundation of China", + "awardnumber": "11625523" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100002367" + }, + "agencyname": "Chinese Academy of Sciences", + "awardnumber": "U1532257" + }, + { + "agencyname": "CAS Key Research Program of Frontier Sciences", + "awardnumber": "QYZDJ-SSW-SLH003" + }, + { + "agencyname": "100 Talents Program of CAS" + }, + { + "agencyname": "INPAC" + }, + { + "agencyname": "Shanghai Key Laboratory for Particle Physics and Cosmology" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100001659" + }, + "agencyname": "Deutsche Forschungsgemeinschaft", + "awardnumber": "CRC 1044" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100004007" + }, + "agencyname": "Instituto Nazionale di Fisica Nucleare" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100001722" + }, + "agencyname": "Koninklijke Nederlandse Akademie van Wetenschappen", + "awardnumber": "530-4CDP03" + }, + { + "agencyname": "Ministry of Development of Turkey", + "awardnumber": "DPT2006K-120470" + }, + { + "agencyname": "National Science and Technology fund" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100004063" + }, + "agencyname": "Knut och Alice Wallenbergs Stiftelse", + "awardnumber": "2016.0157" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100000288" + }, + "agencyname": "Royal Society", + "awardnumber": "DH160214" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100004359" + }, + "agencyname": "Vetenskapsr\u00e5det" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/100000015" + }, + "agencyname": "U.S. Department of Energy", + "awardnumber": "DE-FG02-05ER41374" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100001721" + }, + "agencyname": "Rijksuniversiteit Groningen" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/501100010958" + }, + "agencyname": "Helmholtzzentrum fuer Schwerionenforschung GmbH" + } + ], + "keywords": [ + { + "keyString": "Particle Physics Experiments", + "keySystem": "subject" + } + ], + "openAccess": { + "license": "Published by the American Physical Society under the terms of the Creative Commons Attribution 4.0 International license. Further distribution of this work must maintain attribution to the author(s) and the published article\u2019s title, journal citation, and DOI. Funded by SCOAP3.", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/" + }, + "pagination": { + "electronicID": "052015", + "pageCount": "7" + }, + "persistentIDs": [ + { + "DOI": "10.1103/PhysRevD.100.052015" + } + ], + "pubDate": { + "electrDate": "2019-09-30", + "printDate": "2019-09-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "2470-0010", + "pubtype": "ppub" + }, + { + "issnString": "2470-0029", + "pubtype": "epub" + } + ], + "issueNum": "5", + "pubName": "Physical Review D", + "pubYear": "2019", + "publisher": "American Physical Society", + "volumeNum": "100" + }, + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "1aJ. Steinberger, Phys. Rev. 76, 1180 (1949); PHRVAO0031-899X10.1103/PhysRev.76.11801bS.\u2009L. Adler, Phys. Rev. 177, 2426 (1969); PHRVAO0031-899X10.1103/PhysRev.177.24261cJ.\u2009S. Bell and R. Jackiw, Nuovo Cimento A 60, 47 (1969); NCIAAT0369-354610.1007/BF028232961dW.\u2009A. Bardeen, Phys. Rev. 184, 1848 (1969).PHRVAO0031-899X10.1103/PhysRev.184.1848", + "2J. Wess and B. Zumino, Phys. Lett. 37B, 95 (1971).PYLBAJ0370-269310.1016/0370-2693(71)90582-X", + "3E. Witten, Nucl. Phys. B223, 422 (1983).NUPBBO0550-321310.1016/0550-3213(83)90063-9", + "4H.\u2009B. Li, J. Phys. G 36, 085009 (2009).JPGPED0954-389910.1088/0954-3899/36/8/085009", + "5A. Kupsc, Int. J. Mod. Phys. E 18, 1255 (2009).IMPEER0218-301310.1142/S0218301309013488", + "6aJ. Gasser and H. Leutwyler, Nucl. Phys. B250, 465 (1985); NUPBBO0550-321310.1016/0550-3213(85)90492-46bH. Neufeld and H. Rupertsberger, Z. Phys. C 68, 91 (1995).ZPCFD20170-973910.1007/BF01579808", + "7R. Jora, Nucl. Phys. B, Proc. Suppl. 207, 224 (2010).NPBSE70920-563210.1016/j.nuclphysbps.2010.10.058", + "8R. Escribano , arXiv:1812.08454.", + "9M. Ablikim (BESIII Collaboration), Phys. Rev. D 96, 012005 (2017).PRVDAQ2470-001010.1103/PhysRevD.96.012005", + "10S.\u2009V. Donskov, V.\u2009N. Kolosov, A.\u2009A. Lednev, Y.\u2009V. Mikhailov, V.\u2009A. Polyakov, V.\u2009D. Samoylenko, and G.\u2009V. Khaustov, Phys. At. Nucl. 78, 1043 (2015).PANUEO1063-778810.1134/S1063778815090070", + "11M. Ablikim (BESIII Collaboration), Phys. Rev. D 97, 012003 (2018).PRVDAQ2470-001010.1103/PhysRevD.97.012003", + "12M. Ablikim (BESIII Collaboration), Phys. Rev. Lett. 120, 242003 (2018).PRLTAO0031-900710.1103/PhysRevLett.120.242003", + "13M. Ablikim (BESIII Collaboration), Phys. Rev. D 92, 012014 (2015).PRVDAQ1550-799810.1103/PhysRevD.92.012014", + "14M. Ablikim (BESIII Collaboration), Phys. Rev. Lett. 118, 012001 (2017).PRLTAO0031-900710.1103/PhysRevLett.118.012001", + "15M. Ablikim (BESIII Collaboration), Phys. Rev. D 92, 012001 (2015).PRVDAQ1550-799810.1103/PhysRevD.92.012001", + "16M. Ablikim (BESIII Collaboration), Phys. Rev. D 87, 092011 (2013).PRVDAQ1550-799810.1103/PhysRevD.87.092011", + "17M. Ablikim (BESIII Collaboration), Phys. Rev. Lett. 112, 251801 (2014).PRLTAO0031-900710.1103/PhysRevLett.112.251801", + "18M. Ablikim (BESIII Collaboration), Nucl. Instrum. Methods Phys. Res., Sect. A 614, 345 (2010).NIMAER0168-900210.1016/j.nima.2009.12.050", + "19C.\u2009H. Yu , Proceedings of IPAC2016, Busan, Korea (2016), https://dx.doi.org/10.18429/JACoW-IPAC2016-TUYA01.", + "20S. Agostinelli (GEANT4 Collaboration), Nucl. Instrum. Methods Phys. Res., Sect. A 506, 250 (2003).NIMAER0168-900210.1016/S0168-9002(03)01368-8", + "21Z.\u2009Y. Deng , Chin. Phys. C 30, 371 (2006).CPCHCQ1674-1137", + "22aS. Jadach, B.\u2009F.\u2009L. Ward, and Z. Was, Comput. Phys. Commun. 130, 260 (2000); CPHCBZ0010-465510.1016/S0010-4655(00)00048-522bS. Jadach, B.\u2009F.\u2009L. Ward, and Z. WasPhys. Rev. D 63, 113009 (2001).PRVDAQ0556-282110.1103/PhysRevD.63.113009", + "23aD.\u2009J. Lange, Nucl. Instrum. Methods Phys. Res., Sect. A 462, 152 (2001); NIMAER0168-900210.1016/S0168-9002(01)00089-423bR.\u2009G. Ping, Chin. Phys. C 32, 599 (2008).CPCHCQ1674-113710.1088/1674-1137/32/8/001", + "24M. Tanabashi (Particle Data Group), Phys. Rev. D 98, 030001 (2018).PRVDAQ2470-001010.1103/PhysRevD.98.030001", + "25J.\u2009C. Chen, G.\u2009S. Huang, X.\u2009R. Qi, D.\u2009H. Zhang, and Y.\u2009S. Zhu, Phys. Rev. D 62, 034003 (2000).PRVDAQ0556-282110.1103/PhysRevD.62.034003", + "26W.\u2009D. Li , in Proceeding of CHEP06, Mumbai, India, 2006, edited by Sunanda Banerjee (Tata Institute of Fundamental Research, Mumbai, 2006).", + "27M. Ablikim (BESIII Collaboration), Phys. Rev. D 96, 112012 (2017).PRVDAQ2470-001010.1103/PhysRevD.96.112012", + "28M. Ablikim (BESIII Collaboration), Chin. Phys. C 41, 013001 (2017).CPCHCQ1674-113710.1088/1674-1137/41/1/013001" + ], + "title": { + "textEnglish": "Search for the decay \u03b7\u2032\u2192\u03b3\u03b3\u03b7" + } +} diff --git a/tests/stubdata/output/jats_aps_phrvx_12_021031.json b/tests/stubdata/output/jats_aps_phrvx_12_021031.json new file mode 100644 index 0000000..641ce34 --- /dev/null +++ b/tests/stubdata/output/jats_aps_phrvx_12_021031.json @@ -0,0 +1,166 @@ +{ + "abstract": { + "textEnglish": "A general mechanism is presented by which topological physics arises in strongly correlated systems without flat bands. Starting from a charge transfer insulator, topology emerges when the charge transfer energy between the cation and anion is reduced to invert the lower Hubbard band and the spin-degenerate charge transfer band. A universal low-energy theory is developed for the inversion of the charge transfer gap in a quantum antiferromagnet. The inverted state is found to be a quantum anomalous Hall (QAH) insulator with noncoplanar magnetism. Interactions play two essential roles in this mechanism: producing the insulating gap and quasiparticle bands prior to the band inversion, and causing the change of magnetic order necessary for the QAH effect after inversion. Our theory explains the electric-field-induced transition from a correlated insulator to a QAH state in AB-stacked transition-metal-dichalcogenides bilayer MoTe2/WSe2." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Department of Physics, Massachusetts Institute of Technology, Cambridge, Massachusetts 02139, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4129-897X" + }, + "name": { + "given_name": "Trithep", + "surname": "Devakul" + } + }, + { + "affiliation": [ + { + "affPubID": "a1", + "affPubRaw": "Department of Physics, Massachusetts Institute of Technology, Cambridge, Massachusetts 02139, USA" + } + ], + "name": { + "given_name": "Liang", + "surname": "Fu" + } + } + ], + "copyright": { + "statement": "Published by the American Physical Society", + "status": true + }, + "funding": [ + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/100000893" + }, + "agencyname": "Simons Foundation" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/100000015" + }, + "agencyname": "U.S. Department of Energy", + "awardnumber": "DE-SC0020149" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "10.13039/100000008" + }, + "agencyname": "David and Lucile Packard Foundation" + } + ], + "openAccess": { + "license": "Published by the American Physical Society under the terms of the Creative Commons Attribution 4.0 International license. Further distribution of this work must maintain attribution to the author(s) and the published article\u2019s title, journal citation, and DOI.", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/" + }, + "pagination": { + "electronicID": "021031", + "pageCount": "14" + }, + "persistentIDs": [ + { + "DOI": "10.1103/PhysRevX.12.021031" + } + ], + "pubDate": { + "electrDate": "2022-05-06", + "printDate": "2022-04-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "2160-3308", + "pubtype": "epub" + } + ], + "issueNum": "2", + "pubName": "Physical Review X", + "pubYear": "2022", + "publisher": "American Physical Society", + "volumeNum": "12" + }, + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "1N.\u2009F. Mott, The Basis of the Electron Theory of Metals, with Special Reference to the Transition Metals, Proc. Phys. Soc. London Sect. A 62, 416 (1949).PPSAAM0370-129810.1088/0370-1298/62/7/303", + "2F.\u2009D.\u2009M. Haldane, Model for a Quantum Hall Effect without Landau Levels: Condensed-Matter Realization of the \u201cParity Anomaly\u201d, Phys. Rev. Lett. 61, 2015 (1988).PRLTAO0031-900710.1103/PhysRevLett.61.2015", + "3M.\u2009Z. Hasan and C.\u2009L. Kane, Colloquium: Topological Insulators, Rev. Mod. Phys. 82, 3045 (2010).RMPHAT0034-686110.1103/RevModPhys.82.3045", + "4Xiao-Liang Qi and Shou-Cheng Zhang, Topological Insulators and Superconductors, Rev. Mod. Phys. 83, 1057 (2011).RMPHAT0034-686110.1103/RevModPhys.83.1057", + "5Liang Fu and C.\u2009L. Kane, Topological Insulators with Inversion Symmetry, Phys. Rev. B 76, 045302 (2007).PRBMDO1098-012110.1103/PhysRevB.76.045302", + "6Tiantian Zhang, Yi Jiang, Zhida Song, He Huang, Yuqing He, Zhong Fang, Hongming Weng, and Chen Fang, Catalogue of Topological Electronic Materials, Nature (London) 566, 475 (2019).NATUAS0028-083610.1038/s41586-019-0944-6", + "7M.\u2009G. Vergniory, L. Elcoro, Claudia Felser, Nicolas Regnault, B. Andrei Bernevig, and Zhijun Wang, A Complete Catalogue of High-Quality Topological Materials, Nature (London) 566, 480 (2019).NATUAS0028-083610.1038/s41586-019-0954-4", + "8Feng Tang, Hoi Chun Po, Ashvin Vishwanath, and Xiangang Wan, Comprehensive Search for Topological Materials Using Symmetry Indicators, Nature (London) 566, 486 (2019).NATUAS0028-083610.1038/s41586-019-0937-5", + "9William Witczak-Krempa, Gang Chen, Yong Baek Kim, and Leon Balents, Correlated Quantum Phenomena in the Strong Spin-Orbit Regime, Annu. Rev. Condens. Matter Phys. 5, 57 (2014).ARCMCX1947-545410.1146/annurev-conmatphys-020911-125138", + "10Andreas R\u00fcegg and Gregory A. Fiete, Topological Insulators from Complex Orbital Order in Transition-Metal Oxides Heterostructures, Phys. Rev. B 84, 201103(R) (2011).PRBMDO1098-012110.1103/PhysRevB.84.201103", + "11Maxim Dzero, Jing Xia, Victor Galitski, and Piers Coleman, Topological Kondo Insulators, Annu. Rev. Condens. Matter Phys. 7, 249 (2016).ARCMCX1947-545410.1146/annurev-conmatphys-031214-014749", + "12Yichen Hu, J\u00f6rn W.\u2009F. Venderbos, and C.\u2009L. Kane, Fractional Excitonic Insulator, Phys. Rev. Lett. 121, 126601 (2018).PRLTAO0031-900710.1103/PhysRevLett.121.126601", + "13J. Hubbard, Electron Correlations in Narrow Energy Bands, Proc. R. Soc. A 276, 238 (1963).PRLAAZ1364-502110.1098/rspa.1963.0204", + "14J. Zaanen, G.\u2009A. Sawatzky, and J.\u2009W. Allen, Band Gaps and Electronic Structure of Transition-Metal Compounds, Phys. Rev. Lett. 55, 418 (1985).PRLTAO0031-900710.1103/PhysRevLett.55.418", + "15C.\u2009M. Varma, S. Schmitt-Rink, and Elihu Abrahams, Charge Transfer Excitations and Superconductivity in Ionic Metals, Solid State Commun. 62, 681 (1987).SSCOA40038-109810.1016/0038-1098(87)90407-8", + "16F.\u2009C. Zhang and T.\u2009M. Rice, Effective Hamiltonian for the Superconducting Cu Oxides, Phys. Rev. B 37, 3759 (1988).PRBMDO0163-182910.1103/PhysRevB.37.3759", + "17J.\u2009O. Dimmock, I. Melngailis, and A.\u2009J. Strauss, Band Structure and Laser Action in PbxSn1-xTe, Phys. Rev. Lett. 16, 1193 (1966).PRLTAO0031-900710.1103/PhysRevLett.16.1193", + "18B. Andrei Bernevig, Taylor L. Hughes, and Shou-Cheng Zhang, Quantum Spin Hall Effect and Topological Phase Transition in HgTe Quantum Wells, Science 314, 1757 (2006).SCIEAS0036-807510.1126/science.1133734", + "19Haijun Zhang, Chao-Xing Liu, Xiao-Liang Qi, Xi Dai, Zhong Fang, and Shou-Cheng Zhang, Topological Insulators in Bi2Se3, Bi2Te3 and Sb2Te3 with a Single Dirac Cone on the Surface, Nat. Phys. 5, 438 (2009).NPAHAX1745-247310.1038/nphys1270", + "20Chaoxing Liu, Taylor L. Hughes, Xiao-Liang Qi, Kang Wang, and Shou-Cheng Zhang, Quantum Spin Hall Effect in Inverted Type-II Semiconductors, Phys. Rev. Lett. 100, 236601 (2008).PRLTAO0031-900710.1103/PhysRevLett.100.236601", + "21Timothy H. Hsieh, Hsin Lin, Junwei Liu, Wenhui Duan, Arun Bansil, and Liang Fu, Topological Crystalline Insulators in the SnTe Material Class, Nat. Commun. 3, 982 (2012).NCAOBW2041-172310.1038/ncomms1969", + "22Xiaofeng Qian, Junwei Liu, Liang Fu, and Ju Li, Quantum Spin Hall Effect in Two-Dimensional Transition Metal Dichalcogenides, Science 346, 1344 (2014).SCIEAS0036-807510.1126/science.1256815", + "23Fengcheng Wu, Timothy Lovorn, Emanuel Tutuc, and A.\u2009H. MacDonald, Hubbard Model Physics in Transition Metal Dichalcogenide Moir\u00e9 Bands, Phys. Rev. Lett. 121, 026402 (2018).PRLTAO0031-900710.1103/PhysRevLett.121.026402", + "24Fengcheng Wu, Timothy Lovorn, Emanuel Tutuc, Ivar Martin, and A.\u2009H. MacDonald, Topological Insulators in Twisted Transition Metal Dichalcogenide Homobilayers, Phys. Rev. Lett. 122, 086402 (2019).PRLTAO0031-900710.1103/PhysRevLett.122.086402", + "25Yanhao Tang, Lizhong Li, Tingxin Li, Yang Xu, Song Liu, Katayun Barmak, Kenji Watanabe, Takashi Taniguchi, Allan H. MacDonald, Jie Shan, and Kin Fai Mak, Simulation of Hubbard Model Physics in WSe2/WS2 Moir\u00e9 Superlattices, Nature (London) 579, 353 (2020).NATUAS0028-083610.1038/s41586-020-2085-3", + "26Emma C. Regan, Danqing Wang, Chenhao Jin, M. Iqbal Bakti Utama, Beini Gao, Xin Wei, Sihan Zhao, Wenyu Zhao, Zuocheng Zhang, Kentaro Yumigeta, Mark Blei, Johan D. Carlstr\u00f6m, Kenji Watanabe, Takashi Taniguchi, Sefaattin Tongay, Michael Crommie, Alex Zettl, and Feng Wang, Mott and Generalized Wigner Crystal States in WSe2/WS2 Moir\u00e9 Superlattices, Nature (London) 579, 359 (2020).NATUAS0028-083610.1038/s41586-020-2092-4", + "27Yuya Shimazaki, Ido Schwartz, Kenji Watanabe, Takashi Taniguchi, Martin Kroner, and Ata\u00e7 Imamo\u011flu, Strongly Correlated Electrons and Hybrid Excitons in a Moir\u00e9 Heterostructure, Nature (London) 580, 472 (2020).NATUAS0028-083610.1038/s41586-020-2191-2", + "28Sara Shabani, Dorri Halbertal, Wenjing Wu, Mingxing Chen, Song Liu, James Hone, Wang Yao, D.\u2009N. Basov, Xiaoyang Zhu, and Abhay N. Pasupathy, Deep Moir\u00e9 Potentials in Twisted Transition Metal Dichalcogenide Bilayers, Nat. Phys. 17, 720 (2021).NPAHAX1745-247310.1038/s41567-021-01174-7", + "29Yang Zhang, Noah F.\u2009Q. Yuan, and Liang Fu, Moir\u00e9 Quantum Chemistry: Charge Transfer in Transition Metal Dichalcogenide Superlattices, Phys. Rev. B 102, 201115 (2020).PRBMDO2469-995010.1103/PhysRevB.102.201115", + "30Yang Zhang, Tongtong Liu, and Liang Fu, Electronic Structures, Charge Transfer, and Charge Order in Twisted Transition Metal Dichalcogenide Bilayers, Phys. Rev. B 103, 155142 (2021).PRBMDO2469-995010.1103/PhysRevB.103.155142", + "31Kevin Slagle and Liang Fu, Charge Transfer Excitations, Pair Density Waves, and Superconductivity in Moir\u00e9 Materials, Phys. Rev. B 102, 235423 (2020).PRBMDO2469-995010.1103/PhysRevB.102.235423", + "32Kin Fai Mak, Tingxin Li, Shengwei Jiang, Bowen Shen, Yang Zhang, Lizhong Li, Trithep Devakul, Kenji Watanabe, Takashi Taniguchi, Liang Fu, and Jie Shan, Quantum Anomalous Hall Effect from Intertwined Moir\u00e9 Bands, Nature 600, 641 (2021).10.1038/s41586-021-04171-1", + "33Yang Zhang, Trithep Devakul, and Liang Fu, Spin-Textured Chern Bands in AB-Stacked Transition Metal Dichalcogenide Bilayers, Proc. Natl. Acad. Sci. U.S.A. 118, 36 (2021).PNASA60027-842410.1073/pnas.2112673118", + "34C.\u2009L. Kane and E.\u2009J. Mele, Quantum Spin Hall Effect in Graphene, Phys. Rev. Lett. 95, 226801 (2005).PRLTAO0031-900710.1103/PhysRevLett.95.226801", + "35Trithep Devakul, Valentin Cr\u00e9pel, Yang Zhang, and Liang Fu, Magic in Twisted Transition Metal Dichalcogenide Bilayers, Nat. Commun. 12, 6730 (2021).NCAOBW2041-172310.1038/s41467-021-27042-9", + "36Jiawei Zang, Jie Wang, Jennifer Cano, and Andrew J. Millis, Hartree-Fock Study of the Moir\u00e9 Hubbard Model for Twisted Bilayer Transition Metal Dichalcogenides, Phys. Rev. B 104, 075150 (2021).PRBMDO2469-995010.1103/PhysRevB.104.075150", + "37Kai Sun, Hong Yao, Eduardo Fradkin, and Steven A. Kivelson, Topological Insulators and Nematic Phases from Spontaneous Symmetry Breaking in 2D Fermi Systems with a Quadratic Band Crossing, Phys. Rev. Lett. 103, 046811 (2009).PRLTAO0031-900710.1103/PhysRevLett.103.046811", + "38Steven R. White, Density Matrix Formulation for Quantum Renormalization Groups, Phys. Rev. Lett. 69, 2863 (1992).PRLTAO0031-900710.1103/PhysRevLett.69.2863", + "39Stellan \u00d6stlund and Stefan Rommer, Thermodynamic Limit of Density Matrix Renormalization, Phys. Rev. Lett. 75, 3537 (1995).PRLTAO0031-900710.1103/PhysRevLett.75.3537", + "40Johannes Hauschild and Frank Pollmann, Efficient Numerical Simulations with Tensor Networks: Tensor Network Python (TeNPy), SciPost Phys. Lect. Notes 5 (2018). Code available from https://github.com/tenpy/tenpy.10.21468/SciPostPhysLectNotes.5", + "41Michael P. Zaletel, Roger S.\u2009K. Mong, and Frank Pollmann, Flux Insertion, Entanglement, and Quantized Responses, J. Stat. Mech. (2014) P10007.JSMTC61742-546810.1088/1742-5468/2014/10/P10007", + "42Zhen Bi and Liang Fu, Excitonic Density Wave and Spin-Valley Superfluid in Bilayer Transition Metal Dichalcogenide, Nat. Commun. 12, 642 (2021).NCAOBW2041-172310.1038/s41467-020-20802-z", + "43Chenhao Jin, Jonghwan Kim, M. Iqbal Bakti Utama, Emma C. Regan, Hans Kleemann, Hui Cai, Yuxia Shen, Matthew James Shinner, Arjun Sengupta, Kenji Watanabe, Takashi Taniguchi, Sefaattin Tongay, Alex Zettl, and Feng Wang, Imaging of Pure Spin-Valley Diffusion Current in WS2-WSe2 Heterostructures, Science 360, 893 (2018).SCIEAS0036-807510.1126/science.aao3503", + "44Cui-Zu Chang , Experimental Observation of the Quantum Anomalous Hall Effect in a Magnetic Topological Insulator, Science 340, 167 (2013).SCIEAS0036-807510.1126/science.1234414", + "45Aaron L. Sharpe, Eli J. Fox, Arthur W. Barnard, Joe Finney, Kenji Watanabe, Takashi Taniguchi, M.\u2009A. Kastner, and David Goldhaber-Gordon, Emergent Ferromagnetism near Three-Quarters Filling in Twisted Bilayer Graphene, Science 365, 605 (2019).SCIEAS0036-807510.1126/science.aaw3780", + "46M. Serlin, C.\u2009L. Tschirhart, H. Polshyn, Y. Zhang, J. Zhu, K. Watanabe, T. Taniguchi, L. Balents, and A.\u2009F. Young, Intrinsic Quantized Anomalous Hall Effect in a Moir\u00e9 Heterostructure, Science 367, 900 (2020).SCIEAS0036-807510.1126/science.aay5533", + "47Guorui Chen, Aaron L. Sharpe, Eli J. Fox, Ya-Hui Zhang, Shaoxin Wang, Lili Jiang, Bosai Lyu, Hongyuan Li, Kenji Watanabe, Takashi Taniguchi, Zhiwen Shi, T. Senthil, David Goldhaber-Gordon, Yuanbo Zhang, and Feng Wang, Tunable Correlated Chern Insulator and Ferromagnetism in a Moir\u00e9 Superlattice, Nature (London) 579, 56 (2020).NATUAS0028-083610.1038/s41586-020-2049-7", + "48Ming Xie and A.\u2009H. MacDonald, Nature of the Correlated Insulator States in Twisted Bilayer Graphene, Phys. Rev. Lett. 124, 097601 (2020).PRLTAO0031-900710.1103/PhysRevLett.124.097601", + "49Ya-Hui Zhang, Dan Mao, and T. Senthil, Twisted Bilayer Graphene Aligned with Hexagonal Boron Nitride: Anomalous Hall Effect and a Lattice Model, Phys. Rev. Research 1, 033126 (2019).PPRHAI2643-156410.1103/PhysRevResearch.1.033126", + "50Ying-Ming Xie, Cheng-Ping Zhang, Jin-Xin Hu, Kin Fai Mak, and K.\u2009T. Law, Theory of Valley Polarized Quantum Anomalous Hall state in Moir\u00e9 MoTe2/WSe2 Heterobilayers, Phys. Rev. Lett. 128, 026402 (2022).PRLTAO0031-900710.1103/PhysRevLett.128.026402", + "51Haining Pan, Ming Xie, Fengcheng Wu, and Sankar Das Sarma, Topological Phases in AB-Stacked MoTe2/WSe2: Z2 Topological Insulators, Chern Insulators, and Topological Charge Density Waves, 2021.", + "52A.\u2009V. Ushakov, S.\u2009V. Streltsov, and D.\u2009I. Khomskii, Crystal Field Splitting in Correlated Systems with Negative Charge-Transfer Gap, J. Phys. Condens. Matter 23, 445601 (2011).JCOMEL0953-898410.1088/0953-8984/23/44/445601", + "53D. Choudhury, P. Rivero, D. Meyers, X. Liu, Y. Cao, S. Middey, M.\u2009J. Whitaker, S. Barraza-Lopez, J.\u2009W. Freeland, M. Greenblatt, and J. Chakhalian, Anomalous Charge and Negative-Charge-Transfer Insulating State in Cuprate Chain Compound KCuO2, Phys. Rev. B 92, 201108 (2015).PRBMDO1098-012110.1103/PhysRevB.92.201108", + "54Valentina Bisogni, Sara Catalano, Robert J. Green, Marta Gibert, Raoul Scherwitzl, Yaobo Huang, Vladimir N. Strocov, Pavlo Zubko, Shadi Balandeh, Jean-Marc Triscone, George Sawatzky, and Thorsten Schmitt, Ground-State Oxygen Holes and the Metal\u2013Insulator Transition in the Negative Charge-Transfer Rare-Earth Nickelates, Nat. Commun. 7, 13017 (2016).NCAOBW2041-172310.1038/ncomms13017", + "55Shou-Shu Gong, Wei Zhu, and D.\u2009N. Sheng, Emergent Chiral Spin Liquid: Fractional Quantum Hall Effect in a Kagome Heisenberg Model, Sci. Rep. 4, 6317 (2015).SRCEC32045-232210.1038/srep06317", + "56W. Zhu, Shou-Shu Gong, Tian-Sheng Zeng, Liang Fu, and D.\u2009N. Sheng, Interaction-Driven Spontaneous Quantum Hall Effect on a Kagome Lattice, Phys. Rev. Lett. 117, 096402 (2016).PRLTAO0031-900710.1103/PhysRevLett.117.096402", + "57R.\u2009B. Laughlin, Quantized Hall Conductivity in Two Dimensions, Phys. Rev. B 23, 5632 (1981).PRBMDO0163-182910.1103/PhysRevB.23.5632", + "58Haining Pan, Fengcheng Wu, and Sankar Das Sarma, Band Topology, Hubbard Model, Heisenberg Model, and Dzyaloshinskii-Moriya Interaction in Twisted Bilayer WSe2, Phys. Rev. Research 2, 033087 (2020).PPRHAI2643-156410.1103/PhysRevResearch.2.033087", + "59Dawei Zhai and Wang Yao, Theory of Tunable Flux Lattices in the Homobilayer Moir\u00e9 of Twisted and Uniformly Strained Transition Metal Dichalcogenides, Phys. Rev. Mater. 4, 094002 (2020).PRMHAR2475-995310.1103/PhysRevMaterials.4.094002", + "60S.\u2009J. Magorrian, V.\u2009V. Enaldiev, V. Zlyomi, F. Ferreira, V.\u2009I. Fal\u2019ko, and D.\u2009A. Ruiz-Tijerina, Multifaceted Moir\u00e9 Superlattice Physics in Twisted WSe2 Bilayers, Phys. Rev. B 104, 125440 (2021).PRBMDO0163-182910.1103/PhysRevB.104.125440", + "61Hao Tang, Stephen Carr, and Efthimios Kaxiras, Geometric Origins of Topological Insulation in Twisted Layered Semiconductors, Phys. Rev. B 104, 155415 (2021).PRBMDO0163-182910.1103/PhysRevB.104.155415" + ], + "title": { + "textEnglish": "Quantum Anomalous Hall Effect from Inverted Charge Transfer Gap" + } +} diff --git a/tests/stubdata/output/jats_edp_aa_661_70.json b/tests/stubdata/output/jats_edp_aa_661_70.json new file mode 100644 index 0000000..d6678e9 --- /dev/null +++ b/tests/stubdata/output/jats_edp_aa_661_70.json @@ -0,0 +1,190 @@ +{ + "abstract": { + "textEnglish": "Interest is rising in exploiting the full shape information of the galaxy power spectrum, and in pushing analyses to smaller non-linear scales. Here I use the halo model to quantify the information content in the tomographic angular power spectrum of galaxies C\u2113gal(iz) for the future high-resolution surveys Euclid and SKA2. I study how this information varies as a function of the scale cut applied, either with angular cut \u2113max or physical cut kmax. For this, I use analytical covariances with the most complete census of non-Gaussian terms, which proves to be critical. I find that the Fisher information on most cosmological and astrophysical parameters shows a striking behaviour. Beyond the perturbative regime, we first get decreasing returns: the information continues to rise but the slope slows down until reaching saturation. The location of this plateau, at k \u223c 2 Mpc\u22121, is slightly beyond the reach of current modelling methods and depends to some extent on the parameter and redshift bin considered. I explain the origin of this plateau, which is due to non-linear effects both on the power spectrum, and more importantly on non-Gaussian covariance terms. Then, pushing further, we see the information rising again in the highly non-linear regime, with a steep slope. This is the small-scale miracle, for which I give my interpretation and discuss the properties. There are suggestions that it may be possible to disentangle this information from the astrophysical content, and improve dark energy constraints. Finally, more hints are shown that high-order statistics may yield significant improvements over the power spectrum in this regime, with the improvements increasing with kmax. \u22c6 Data and notebooks reproducing all plots and results are available at https://github.com/fabienlacasa/SmallScaleMiracle" + }, + "authors": [ + { + "affiliation": [ + { + "affPubRaw": "Institut d\u2019Astrophysique Spatiale (IAS) , B\u00e2timent 121 , 91405 Orsay , France" + }, + { + "affPubRaw": "Universit\u00e9 Paris-Sud 11 and CNRS, UMR 8617 , France" + }, + { + "affPubRaw": "D\u00e9partement de Physique Th\u00e9orique and Center for Astroparticle Physics, Universit\u00e9 de Gen\u00e8ve , 24 quai Ernest Ansermet , 1211 Geneva , Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7268-3440" + }, + "name": { + "given_name": "Fabien", + "surname": "Lacasa" + } + } + ], + "copyright": { + "statement": "\u00a9 F. Lacasa 2022", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-03-11", + "receivedDates": [ + "2020-01-15" + ] + }, + "esources": [ + { + "location": "https://www.aanda.org/articles/aa/full_html/2022/05/aa37512-20/aa37512-20.html", + "source": "pub_html" + }, + { + "location": "https://www.aanda.org/articles/aa/pdf/2022/05/aa37512-20.pdf", + "source": "pub_pdf" + } + ], + "funding": [ + { + "agencyid": { + "idvalue": "Swiss National Science Foundation (SNSF)" + }, + "awardnumber": "IZSEZ0_207059" + } + ], + "keywords": [ + { + "keyString": "large-scale structure of Universe", + "keySystem": "misc" + }, + { + "keyString": "galaxies: statistics", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "Open Access article, published by EDP Sciences, under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.", + "licenseURL": "https://www.edpsciences.org", + "open": true + }, + "pagination": { + "electronicID": "A70", + "pageCount": "12" + }, + "persistentIDs": [ + { + "DOI": "10.1051/0004-6361/202037512" + } + ], + "pubDate": { + "electrDate": "2022-05-02", + "printDate": "2022-05-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0004-6361", + "pubtype": "ppub" + }, + { + "issnString": "1432-0746", + "pubtype": "epub" + } + ], + "issueNum": "None", + "pubName": "Astronomy & Astrophysics", + "pubYear": "2022", + "publisher": "EDP Sciences", + "volumeNum": "661" + }, + "publisherIDs": [ + { + "Identifier": "aa37512-20", + "attribute": "publisher-id" + }, + { + "Identifier": "2022A%26A...661A..70L", + "attribute": "other" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " Abadi, M. G., Navarro, J. F., Fardal, M., Babul, A., & Steinmetz, M. 2010, MNRAS, 407, 435 ", + " Angulo, R. E., Zennaro, M., Contreras, S., et al. 2021, MNRAS, 507, 5869 ", + " Artis, E., Melin, J.-B., Bartlett, J. G., & Murray, C. 2021, A&A, 649, A47 ", + " Balm\u00e8s, I., Rasera, Y., Corasaniti, P.-S., & Alimi, J.-M. 2014, MNRAS, 437, 2328 ", + " Bartlett, M. S. 1951, Ann. Math. Stat., 22, 107 ", + " Beltz-Mohrmann, G. D., Berlind, A. A., & Szewciw, A. O. 2020, MNRAS, 491, 5771 ", + " Blas, D., Lesgourgues, J., & Tram, T. 2011, JCAP, 2011, 034 ", + " Bose, S., Eisenstein, D. J., Hernquist, L., et al. 2019, MNRAS, 490, 5693 ", + " Bull, P. 2016, ApJ, 817, 26 ", + " Bullock, J. S., Kolatt, T. S., Sigad, Y., et al. 2001, MNRAS, 321, 559 ", + " Cacciato, M., van den Bosch, F. C., More, S., Mo, H., & Yang, X. 2013, MNRAS, 430, 767 ", + " Cataneo, M., Lombriser, L., Heymans, C., et al. 2019, MNRAS, 488, 2121 ", + " Cataneo, M., Emberson, J. D., Inman, D., Harnois-D\u00e9raps, J., & Heymans, C. 2020, MNRAS, 491, 3101 ", + " Chen, A. Y., & Afshordi, N. 2020, Phys. Rev. D, 101, 103522 ", + " Contigiani, O., Vardanyan, V., & Silvestri, A. 2019, Phys. Rev. D, 99, 064030 ", + " Cooray, A., & Sheth, R. 2002, Phys. Rep., 372, 1 ", + " Cui, W., Borgani, S., Dolag, K., Murante, G., & Tornatore, L. 2012, MNRAS, 423, 2279 ", + " Donald-McCann, J., Beutler, F., Koyama, K., & Karamanis, M. 2022, MNRAS, 511, 3768 ", + " Duffy, A. R., Schaye, J., Kay, S. T., et al. 2010, MNRAS, 405, 2161 ", + " Euclid Collaboration (Blanchard, A., et al.) 2020, A&A, 642, A191 ", + " Giblin, B., Cataneo, M., Moews, B., & Heymans, C. 2019, MNRAS, 490, 4826 ", + " Hannestad, S., & Wong, Y. Y. Y. 2020, JCAP, 2020, 028 ", + " Hoffmann, K., Bel, J., Gazta\u00f1aga, E., et al. 2015, MNRAS, 447, 1724 ", + " Hurier, G., & Lacasa, F. 2017, A&A, 604, A71 ", + " Jing, Y. P., Zhang, P., Lin, W. P., Gao, L., & Springel, V. 2006, ApJ, 640, L119 ", + " Knabenhans, M., Stadel, J., Marelli, S., et al. 2019, MNRAS, 484, 5509 ", + " Kobayashi, Y., Nishimichi, T., Takada, M., & Takahashi, R. 2020, Phys. Rev. D, 101, 023510 ", + " Kravtsov, A. V., Berlind, A. A., Wechsler, R. H., et al. 2004, ApJ, 609, 35 ", + " Lacasa, F. 2018, A&A, 615, A1 ", + " Lacasa, F. 2020, A&A, 634, A74 ", + " Lacasa, F., & Rosenfeld, R. 2016, JCAP, 8, 005 ", + " Lange, J. U., van den Bosch, F. C., Zentner, A. R., et al. 2019, MNRAS, 490, 1870 ", + " Laureijs, R., Amiaux, J., Arduini, S., et al. 2011, ArXiv e-prints [arXiv:1110.3193] ", + " Levine, R., & Gnedin, N. Y. 2006, ApJ, 649, L57 ", + " Lopes, R. C. C., Voivodic, R., Abramo, L. R., & Sodr\u00e9, L., Jr. 2018, JCAP, 9, 010 ", + " Lopes, R. C. C., Voivodic, R., Abramo, L. R., & Sodr\u00e9, L., Jr. 2019, JCAP, 7, 026 ", + " Loureiro, A., Moraes, B., Abdalla, F. B., et al. 2019, MNRAS, 485, 326 ", + " LSST Science Collaboration (Abell, P. A., et al.) 2009, ArXiv e-prints [arXiv:0912.0201] ", + " Maartens, R., Abdalla, F. B., Jarvis, M., & Santos, M. G. 2015, Proceedings, Advancing Astrophysics with the Square Kilometre Array (AASKA14), 016 ", + " More, S., Miyatake, H., Mandelbaum, R., et al. 2015, ApJ, 806, 2 ", + " Navarro, J. F., Frenk, C. S., & White, S. D. 1997, ApJ, 490, 493 ", + " Neyrinck, M. C., & Szapudi, I. 2007, MNRAS, 375, L51 ", + " Ntampaka, M., Eisenstein, D. J., Yuan, S., & Garrison, L. H. 2020, ApJ, 889, 151 ", + " Planck Collaboration XXI. 2014, A&A, 571, A21 ", + " Planck Collaboration XXII. 2016, A&A, 594, A22 ", + " Planck Collaboration VI. 2020, A&A, 641, A6 ", + " Rizzato, M., Benabed, K., Bernardeau, F., & Lacasa, F. 2019, MNRAS, 490, 4688 ", + " Romano-D\u00edaz, E., Shlosman, I., Heller, C., & Hoffman, Y. 2010, ApJ, 716, 1095 ", + " Ryu, S., & Lee, J. 2020, ApJ, 889, 62 ", + " Sato-Polito, G., Montero-Dorta, A. D., Abramo, L. R., Prada, F., & Klypin, A. 2019, MNRAS, 487, 1570 ", + " Schmidt, F. 2016, Phys. Rev. D, 93, 063512 ", + " Sherman, J., & Morrison, W. J. 1950, Ann. Math. Stat., 21, 124 ", + " Shi, J., & Sheth, R. K. 2018, MNRAS, 473, 2486 ", + " Smith, R. E., & Watts, P. I. R. 2005, MNRAS, 360, 203 ", + " Tansella, V. 2018, Phys. Rev. D, 97, 103520 ", + " Tinker, J., Kravtsov, A. V., Klypin, A., et al. 2008, ApJ, 688, 709 ", + " Tinker, J. L., Robertson, B. E., Kravtsov, A. V., et al. 2010, ApJ, 724, 878 ", + " Tr\u00f6ster, T., S\u00e1nchez, A. G., Asgari, M., et al. 2020, A&A, 633, L10 ", + " van Daalen, M. P., Schaye, J., Booth, C. M., & Dalla Vecchia, C. 2011, MNRAS, 415, 3649 ", + " van Daalen, M. P., Schaye, J., McCarthy, I. G., Booth, C. M., & Dalla Vecchia, C. 2014, MNRAS, 440, 2997 ", + " Wagner, C., Schmidt, F., Chiang, C.-T., & Komatsu, E. 2015, MNRAS, 448, L11 ", + " Woodbury, M. A. 1950, Memorandum Rept. 42, Statistical Research Group ", + " Yang, X., Mo, H. J., & van den Bosch, F. C. 2008, ApJ, 676, 248 ", + " Zehavi, I., Zheng, Z., Weinberg, D. H., et al. 2011, ApJ, 736, 59 " + ], + "title": { + "textEnglish": "Cosmology in the non-linear regime: the small scale miracle", + "textNotes": [ + "\u22c6 Data and notebooks reproducing all plots and results are available at https://github.com/fabienlacasa/SmallScaleMiracle" + ] + } +} diff --git a/tests/stubdata/output/jats_edp_jnwpu_40_96.json b/tests/stubdata/output/jats_edp_jnwpu_40_96.json new file mode 100644 index 0000000..c4d36cf --- /dev/null +++ b/tests/stubdata/output/jats_edp_jnwpu_40_96.json @@ -0,0 +1,231 @@ +{ + "abstract": { + "textEnglish": "With the aging of the population, the decline of human body function leads to the decline of limb flexibility, and the severe cases lose the ability to walk. Research shows that the lower limb exoskeleton can assist human walking. In this paper, a lower limb exoskeleton is designed, which can collect the energy of the healthy side of the lower limb and release it when the affected side of the lower limb walks. The unilateral lower limb is used to compensate the movement of the affected limb, assist walking, and realize the collection, management and migration of human motion energy. The results showed that the root mean square value of rectus femoris decreased by 10%, and the EMG integral value of lateral gastrocnemius muscle decreased by 12%. The effect of exoskeleton on lower limb muscles is obvious. The walking assisted exoskeleton can provide auxiliary tension for lower limb movement and reduce muscle activity." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "AFF1", + "affPubRaw": "Shaanxi Engineering Laboratory for Transmissions and Controls, Northwestern Polytechnical University, Xi'an 710072, China" + }, + { + "affPubID": "AFF2", + "affPubRaw": "Xi'an Aeronautical University, Xi'an 710077, China" + } + ], + "attrib": { + "email": "zhou-xin@mail.nwpu.edu.cn" + }, + "name": { + "given_name": "Xin", + "surname": "ZHOU" + } + }, + { + "affiliation": [ + { + "affPubID": "AFF1", + "affPubRaw": "Shaanxi Engineering Laboratory for Transmissions and Controls, Northwestern Polytechnical University, Xi'an 710072, China" + } + ], + "name": { + "given_name": "Geng", + "surname": "LIU" + } + }, + { + "affiliation": [ + { + "affPubID": "AFF3", + "affPubRaw": "College of Art and Design, Shaanxi University of Science and Technology, Xi'an 710021, China" + } + ], + "name": { + "given_name": "Yunqi", + "surname": "TANG" + } + }, + { + "affiliation": [ + { + "affPubID": "AFF1", + "affPubRaw": "Shaanxi Engineering Laboratory for Transmissions and Controls, Northwestern Polytechnical University, Xi'an 710072, China" + } + ], + "name": { + "given_name": "Bing", + "surname": "HAN" + } + }, + { + "affiliation": [ + { + "affPubID": "AFF4", + "affPubRaw": "Xi'an Children's Hospital, Xi'an 710003, China" + } + ], + "name": { + "given_name": "Xiaoli", + "surname": "LIU" + } + } + ], + "copyright": { + "statement": "\u00a9 2022 Journal of Northwestern Polytechnical University. All rights reserved.", + "status": true + }, + "editorialHistory": { + "receivedDates": [ + "2021-06-07" + ] + }, + "esources": [ + { + "location": "https://www.jnwpu.org/articles/jnwpu/full_html/2022/01/jnwpu2022401p95/jnwpu2022401p95.html", + "source": "pub_html" + }, + { + "location": "https://www.jnwpu.org/articles/jnwpu/pdf/2022/01/jnwpu2022401p95.pdf", + "source": "pub_pdf" + } + ], + "funding": [ + { + "agencyname": "\u4e2d\u592e\u9ad8\u6821\u57fa\u7840\u7814\u7a76\u57fa\u91d1", + "awardnumber": "31020190503004" + }, + { + "agencyname": "\u9ad8\u7b49\u5b66\u6821\u5b66\u79d1\u521b\u65b0\u5f15\u667a\u8ba1\u5212", + "awardnumber": "B13044" + }, + { + "agencyname": "\u897f\u5b89\u5e02\u513f\u7ae5\u533b\u9662\u9879\u76ee", + "awardnumber": "2020D06" + } + ], + "keywords": [ + { + "keyString": "exoskeleton", + "keySystem": "misc" + }, + { + "keyString": "human energy", + "keySystem": "misc" + }, + { + "keyString": "energy harvester", + "keySystem": "misc" + }, + { + "keyString": "assist movement", + "keySystem": "misc" + }, + { + "keyString": "energy transfer", + "keySystem": "misc" + }, + { + "keyString": "\u5916\u9aa8\u9abc", + "keySystem": "misc" + }, + { + "keyString": "\u4eba\u4f53\u80fd\u91cf", + "keySystem": "misc" + }, + { + "keyString": "\u80fd\u91cf\u6536\u96c6\u5668", + "keySystem": "misc" + }, + { + "keyString": "\u8f85\u52a9\u8fd0\u52a8", + "keySystem": "misc" + }, + { + "keyString": "\u80fd\u91cf\u8fc1\u79fb", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.", + "licenseURL": "http://creativecommons.org/licenses/by/4.0", + "open": true + }, + "pagination": { + "firstPage": "95", + "lastPage": "102", + "pageCount": "8", + "pageRange": "95-102" + }, + "persistentIDs": [ + { + "DOI": "10.1051/jnwpu/20224010095" + } + ], + "pubDate": { + "electrDate": "2022-05-02", + "printDate": "2022-02-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1000-2758", + "pubtype": "ppub" + }, + { + "issnString": "2609-7125", + "pubtype": "epub" + } + ], + "issueNum": "1", + "pubName": "Xibei Gongye Daxue Xuebao/Journal of Northwestern Polytechnical University", + "pubYear": "2022", + "publisher": "The Northwestern Polytechnical University", + "volumeNum": "40" + }, + "publisherIDs": [ + { + "Identifier": "jnwpu2022401p95", + "attribute": "publisher-id" + }, + { + "Identifier": "TH122", + "attribute": "other" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "Jia Jianping. Neurology. Beijing: People's Health Publishing House, 2008: 171 (in Chinese)", + "Wang Longde, Liu Jianmin, Yang Yi, et al. The prevention and treatment of stroke in China still faces great challenges: summary of China stroke prevention and treatment report 2018[J]. Chinese Journal of Circulation, 2019, 34(2): 105119[Article] (in Chinese)", + "Krakauer John W. Motor learning: its relevance to stroke recovery and neurorehabilitation[J]. Current Opinion in Neurology, 2006, 19(1): 84[Article]", + "Weber L M, Stein J. The use of robots in stroke rehabilitation: a narrative review[J]. Neuro Rehabilitation, 2018, 43(1): 99110", + "Mukherjee D, Levin R L, Heller W. The cognitive, emotional, and social sequelae of stroke: psychological and ethical concerns in post-stroke adaptation[J]. Topics in Stroke Rehabilitation, 2006, 13(4): 26\u201335[Article]", + "Awad L N, Bae J, O'Donnell K, et al. A soft robotic exosuit improves walking in patients after stroke[J]. Science Translational Medicine, 2017, 9(400): 1\u201312", + "Kazerooni H. The berkeley lower extremity exoskeleton[J]. Journal of Dynamic System Measurement & Control, 2006, 128(1): 9\u201315", + "Gordon K E, Ferris D P. Learning to walk with a robotic ankle exoskeleton[J]. Journal of Biomechanics, 2007, 40(12): 2636\u20132644[Article]", + "Collins S H, Wiggin M B, Sawicki G S. Reducing the energy cost of human walking using an unpowered exoskeleton[J]. Nature, 2015, 522(7555): 212\u2013215[Article]", + "Shepertycky Michael, Burton Sarah, Dickson Andrew, et al. Removing energy with an exoskeleton reduces the metabolic cost of walking[J]. Science, 2021, 372(6545): 957\u2013960[Article]", + "Xing Kai, Zhao Xinhua, Chen Wei, et al. Research status and development trend of exoskeleton robot[J]. Medical and health equipment, 2015, 36(1): 104\u2013107[Article] (in Chinese)", + "Huang Lei. Coupling simulation of human lower limbs and rehabilitation robot based on opensim[D]. Tianjin: Tianjin University, 2016 (in Chinese)", + "Han Bing, Jiao Yan, Liu Geng, et al. Kinematic & dynamic models of human lower extremity during the gait cycle[C]//2020 6th International Conference on Control, Automation and Robotics, 2020: 568\u2013573", + "\u56fd\u5bb6\u6807\u51c6\u5316\u59d4\u5458\u4f1a. \u4e2d\u56fd\u6210\u5e74\u4eba\u4eba\u4f53\u5c3a\u5bf8[S]. GB/T 10000-1988", + "\u56fd\u5bb6\u6807\u51c6\u5316\u59d4\u5458\u4f1a. \u4e2d\u56fd\u6210\u5e74\u4eba\u4eba\u4f53\u60ef\u6027\u53c2\u6570[S]. GB/T 17245-2004", + "Zhou Xin, Liu Geng, Han Bing, et al. Different kinds of energy harvesters from human activities[J]. International Journal of Energy Research, 2021, 45(5): 1\u201330", + "Neumann D A. Kinesiology of the musculoskeletal system. Mosby: Elsevier, 2010", + "Liu Geng, Zhou Xin, Han Bing, et al. A flexible exoskeleton for energy collection, management and migration of human lower limbs[P]. CN111102147A (in Chinese)", + "Zhou Xin, Liu Geng, Han Bing, et al. Design of a human lower limbs exoskeleton for biomechanical energy harvesting and assist walking[J]. Energy Technology, 2020, 9(1): 1\u201314", + "Pu Lianggui, Chen Guoding, Wu Liyan. Mechanical design. Beijing: Higher Education Press, 2011 (in Chinese)", + "Sun Huan, Chen Zuomo, Ge Wenjie. Mechanical principle. Beijing: Higher Education Press, 2011 (in Chinese)", + "Yan Tiebin, Wyc Huichan. Maximum isometric voluntary contraction of ankle dorsiflexors and plantarflexors: comparison of surface electromyography between patients at the acute stage after stroke and age-matched healthy elderly[J]. Chinese Journal of physical medicine and rehabilitation, 2003 (4): 22\u201325[Article] (in Chinese)" + ], + "title": { + "textEnglish": "Analysis and evaluation of human lower limb energy collection and walking assisted exoskeleton" + } +} diff --git a/tests/stubdata/output/jats_iop_jinst_17_05_P05009.json b/tests/stubdata/output/jats_iop_jinst_17_05_P05009.json new file mode 100644 index 0000000..d99fa4a --- /dev/null +++ b/tests/stubdata/output/jats_iop_jinst_17_05_P05009.json @@ -0,0 +1,10468 @@ +{ + "abstract": { + "textEnglish": "The centrality of heavy-ion collisions is directly related to the created medium in these interactions. A procedure to determine the centrality of collisions with the LHCb detector is implemented for lead-lead collisions at \u221as NN = 5 TeV and lead-neon fixed-target collisions at \u221as NN = 69 GeV. The energy deposits in the electromagnetic calorimeter are used to determine and define the centrality classes. The correspondence between the number of participants and the centrality for the lead-lead collisions is in good agreement with the correspondence found in other experiments, and the centrality measurements for the lead-neon collisions presented here are performed for the first time in fixed-target collisions at the LHC." + }, + "authors": [ + { + "attrib": { + "collab": true + }, + "name": { + "collab": "The LHCb collaboration" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "R.", + "surname": "Aaij" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Abell\u00e1n\u00a0Beteta" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Ackernley" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "B.", + "surname": "Adeva" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Adinolfi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "H.", + "surname": "Afsharnia" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation85", + "affPubRaw": "University of Michigan, Ann Arbor, United States, associated to 68" + } + ], + "name": { + "given_name": "C.A.", + "surname": "Aidala" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation25", + "affPubRaw": "INFN Sezione di Milano, Milano, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Aiola" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "Z.", + "surname": "Ajaltouni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "S.", + "surname": "Akar" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Albrecht" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Alessio" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Alexander" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation45", + "affPubRaw": "ICCUB, Universitat de Barcelona, Barcelona, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Alfonso\u00a0Albero" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "Z.", + "surname": "Aliouche" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "G.", + "surname": "Alkhazov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "P.", + "surname": "Alvarez\u00a0Cartelle" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "S.", + "surname": "Amato" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "Y.", + "surname": "Amhis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "L.", + "surname": "An" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation22", + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Anderlini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Andreianov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Andreotti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Archilli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Artamonov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "M.", + "surname": "Artuso" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation42", + "affPubRaw": "Yandex School of Data Analysis, Moscow, Russia" + } + ], + "name": { + "given_name": "K.", + "surname": "Arzymatov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "E.", + "surname": "Aslanides" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Atzeni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation12", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "name": { + "given_name": "B.", + "surname": "Audurier" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Bachmann" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Bachmayer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "J.J.", + "surname": "Back" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "P.", + "surname": "Baladron\u00a0Rodriguez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation12", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "name": { + "given_name": "V.", + "surname": "Balagura" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "W.", + "surname": "Baldini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation01", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas (CBPF), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "J.", + "surname": "Baptista\u00a0Leite" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "R.J.", + "surname": "Barlow" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "S.", + "surname": "Barsuk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "W.", + "surname": "Barter" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "F.", + "surname": "Baryshnikov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "J.M.", + "surname": "Basels" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation29", + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Bassi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "B.", + "surname": "Batsukh" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Battig" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Bay" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Becker" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation29", + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Bedeschi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation01", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas (CBPF), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "I.", + "surname": "Bediaga" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "A.", + "surname": "Beiter" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation42", + "affPubRaw": "Yandex School of Data Analysis, Moscow, Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Belavin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Belin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "V.", + "surname": "Bellee" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "K.", + "surname": "Belous" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation40", + "affPubRaw": "Institute of Nuclear Physics, Moscow State University (SINP MSU), Moscow, Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Belov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Belyaev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Bencivenni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "E.", + "surname": "Ben-Haim" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation40", + "affPubRaw": "Institute of Nuclear Physics, Moscow State University (SINP MSU), Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Berezhnoy" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Bernet" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Berninghoff" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "H.C.", + "surname": "Bernstein" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Bertella" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation28", + "affPubRaw": "Universita degli Studi di Padova, Universita e INFN, Padova, Padova, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Bertolin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Betancourt" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Betti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "Ia.", + "surname": "Bezshyiko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Bhasin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "J.", + "surname": "Bhom" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation73", + "affPubRaw": "School of Physics and Technology, Wuhan University, Wuhan, China, associated to 3" + } + ], + "name": { + "given_name": "L.", + "surname": "Bian" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "M.S.", + "surname": "Bieker" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Bifani" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "P.", + "surname": "Billoir" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Birch" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "F.C.R.", + "surname": "Bishop" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Bitadze" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Bj\u00f8rn" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.P.", + "surname": "Blago" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Blake" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Blanc" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "S.", + "surname": "Blusk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Bobulska" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "J.A.", + "surname": "Boelhauve" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "O.", + "surname": "Boente\u00a0Garcia" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "T.", + "surname": "Boettcher" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation81", + "affPubRaw": "National Research University Higher School of Economics, Moscow, Russia, associated to 42" + } + ], + "name": { + "given_name": "A.", + "surname": "Boldyrev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation43", + "affPubRaw": "Budker Institute of Nuclear Physics (SB RAS), Novosibirsk, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Bondar" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Borghi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation42", + "affPubRaw": "Yandex School of Data Analysis, Moscow, Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Borisyak" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Borsato" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "J.T.", + "surname": "Borsuk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "S.A.", + "surname": "Bouchiba" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "T.J.V.", + "surname": "Bowcock" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Boyer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "C.", + "surname": "Bozzi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "M.J.", + "surname": "Bradley" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "S.", + "surname": "Braun" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Brea\u00a0Rodriguez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Brodski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "J.", + "surname": "Brodzicka" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Brossa\u00a0Gonzalo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "D.", + "surname": "Brundu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Buonaura" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Burr" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation72", + "affPubRaw": "Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China, associated to 3" + } + ], + "name": { + "given_name": "A.", + "surname": "Bursche" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation39", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences (INR RAS), Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Butkevich" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "J.S.", + "surname": "Butter" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Buytaert" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "W.", + "surname": "Byczynski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Cadeddu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation73", + "affPubRaw": "School of Physics and Technology, Wuhan University, Wuhan, China, associated to 3" + } + ], + "name": { + "given_name": "H.", + "surname": "Cai" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Calero\u00a0Diaz" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Cali" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "R.", + "surname": "Calladine" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation84", + "affPubRaw": "DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain, associated to 45" + } + ], + "name": { + "given_name": "M.", + "surname": "Calvo\u00a0Gomez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "P.", + "surname": "Camargo\u00a0Magalhaes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "P.", + "surname": "Campana" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "A.F.", + "surname": "Campoverde\u00a0Quezada" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation31", + "affPubRaw": "INFN Sezione di Roma Tor Vergata, Roma, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Carboni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Cardini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "I.", + "surname": "Carli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Carus" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "K.", + "surname": "Carvalho\u00a0Akiba" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Casais\u00a0Vidal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Casse" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Cattaneo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Cavallero" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Celani" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "J.", + "surname": "Cerasoli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "A.J.", + "surname": "Chadwick" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "M.G.", + "surname": "Chapman" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "M.", + "surname": "Charles" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "Ph.", + "surname": "Charpentier" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Chatzikonstantinidis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "C.A.", + "surname": "Chavez\u00a0Barajas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "M.", + "surname": "Chefdeville" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "C.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "S.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "A.", + "surname": "Chernov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "V.", + "surname": "Chobanova" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Cholak" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Chrzaszcz" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Chubykin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Chulikov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "P.", + "surname": "Ciambrone" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "M.F.", + "surname": "Cicala" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "X.", + "surname": "Cid\u00a0Vidal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Ciezarek" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "P.E.L.", + "surname": "Clarke" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Clemencic" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "H.V.", + "surname": "Cliff" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Closier" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "J.L.", + "surname": "Cobbledick" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "V.", + "surname": "Coco" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "J.A.B.", + "surname": "Coelho" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "J.", + "surname": "Cogan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "E.", + "surname": "Cogneras" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation37", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania" + } + ], + "name": { + "given_name": "L.", + "surname": "Cojocariu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Collins" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Colombo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Contu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "N.", + "surname": "Cooke" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Coombs" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Corti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "C.M.", + "surname": "Costa\u00a0Sobral" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "B.", + "surname": "Couturier" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation64", + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, United States" + } + ], + "name": { + "given_name": "D.C.", + "surname": "Craik" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation67", + "affPubRaw": "Los Alamos National Laboratory (LANL), Los Alamos, United States" + } + ], + "name": { + "given_name": "J.", + "surname": "Crkovsk\u00e1" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation01", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas (CBPF), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "M.", + "surname": "Cruz\u00a0Torres" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "R.", + "surname": "Currie" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation67", + "affPubRaw": "Los Alamos National Laboratory (LANL), Los Alamos, United States" + } + ], + "name": { + "given_name": "C.L.", + "surname": "Da\u00a0Silva" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "E.", + "surname": "Dall'Occo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "J.", + "surname": "Dalseno" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "D'Ambrosio" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Danilina" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "d'Argent" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Davis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "O.", + "surname": "De\u00a0Aguiar\u00a0Francisco" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation78", + "affPubRaw": "Van Swinderen Institute, University of Groningen, Groningen, Netherlands, associated to 32" + } + ], + "name": { + "given_name": "K.", + "surname": "De\u00a0Bruyn" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "De\u00a0Capua" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "De\u00a0Cian" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation01", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas (CBPF), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "J.M.", + "surname": "De\u00a0Miranda" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "L.", + "surname": "De\u00a0Paula" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "De\u00a0Simone" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "P.", + "surname": "De\u00a0Simone" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation79", + "affPubRaw": "Universiteit Maastricht, Maastricht, Netherlands, associated to 32" + } + ], + "name": { + "given_name": "J.A.", + "surname": "de\u00a0Vries" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation67", + "affPubRaw": "Los Alamos National Laboratory (LANL), Los Alamos, United States" + } + ], + "name": { + "given_name": "C.T.", + "surname": "Dean" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "D.", + "surname": "Decamp" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "L.", + "surname": "Del\u00a0Buono" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "B.", + "surname": "Delaney" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "H.-P.", + "surname": "Dembinski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "A.", + "surname": "Dendek" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "V.", + "surname": "Denysenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation81", + "affPubRaw": "National Research University Higher School of Economics, Moscow, Russia, associated to 42" + } + ], + "name": { + "given_name": "D.", + "surname": "Derkach" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "O.", + "surname": "Deschamps" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "F.", + "surname": "Desse" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation73", + "affPubRaw": "School of Physics and Technology, Wuhan University, Wuhan, China, associated to 3" + } + ], + "name": { + "given_name": "B.", + "surname": "Dey" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "P.", + "surname": "Di\u00a0Nezza" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "S.", + "surname": "Didenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "L.", + "surname": "Dieste\u00a0Maronas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "H.", + "surname": "Dijkstra" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation52", + "affPubRaw": "Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine" + } + ], + "name": { + "given_name": "V.", + "surname": "Dobishuk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation18", + "affPubRaw": "School of Physics, University College Dublin, Dublin, Ireland" + } + ], + "name": { + "given_name": "A.M.", + "surname": "Donohoe" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Dordei" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation01", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas (CBPF), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "A.C.", + "surname": "dos\u00a0Reis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "L.", + "surname": "Douglas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation51", + "affPubRaw": "NSC Kharkiv Institute of Physics and Technology (NSC KIPT), Kharkiv, Ukraine" + } + ], + "name": { + "given_name": "A.", + "surname": "Dovbnya" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "A.G.", + "surname": "Downes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Dreimanis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.W.", + "surname": "Dudek" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "L.", + "surname": "Dufour" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation77", + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy, associated to 21" + } + ], + "name": { + "given_name": "V.", + "surname": "Duk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Durante" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation67", + "affPubRaw": "Los Alamos National Laboratory (LANL), Los Alamos, United States" + } + ], + "name": { + "given_name": "J.M.", + "surname": "Durham" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "A.", + "surname": "Dziurda" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Dzyuba" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation57", + "affPubRaw": "STFC Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Easo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation69", + "affPubRaw": "School of Physics and Astronomy, Monash University, Melbourne, Australia, associated to 56" + } + ], + "name": { + "given_name": "U.", + "surname": "Egede" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Egorychev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Eisenhardt" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Ek-In" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "S.", + "surname": "Ely" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation37", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania" + } + ], + "name": { + "given_name": "A.", + "surname": "Ene" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation67", + "affPubRaw": "Los Alamos National Laboratory (LANL), Los Alamos, United States" + } + ], + "name": { + "given_name": "E.", + "surname": "Epple" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Escher" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Eschle" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "S.", + "surname": "Esen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Evans" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation20", + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Falabella" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "J.", + "surname": "Fan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Fan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation73", + "affPubRaw": "School of Physics and Technology, Wuhan University, Wuhan, China, associated to 3" + } + ], + "name": { + "given_name": "B.", + "surname": "Fang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Farry" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "F\u00e9o" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Fernandez\u00a0Prieto" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "A.D.", + "surname": "Fernez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "L.", + "surname": "Ferreira\u00a0Lopes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "F.", + "surname": "Ferreira\u00a0Rodrigues" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "S.", + "surname": "Ferreres\u00a0Sole" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Ferrillo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Ferro-Luzzi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation39", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences (INR RAS), Moscow, Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Filippov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation19", + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "name": { + "given_name": "R.A.", + "surname": "Fini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Firlej" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "K.M.", + "surname": "Fischer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation85", + "affPubRaw": "University of Michigan, Ann Arbor, United States, associated to 68" + } + ], + "name": { + "given_name": "D.S.", + "surname": "Fitzgerald" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "C.", + "surname": "Fitzpatrick" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "T.", + "surname": "Fiutowski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation12", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "name": { + "given_name": "F.", + "surname": "Fleuret" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "M.", + "surname": "Fontana" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Forty" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "V.", + "surname": "Franco\u00a0Lima" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "M.", + "surname": "Franco\u00a0Sevilla" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Frank" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "E.", + "surname": "Franzoso" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Frau" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Frei" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "D.A.", + "surname": "Friday" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation25", + "affPubRaw": "INFN Sezione di Milano, Milano, Italy" + } + ], + "name": { + "given_name": "J.", + "surname": "Fu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "Q.", + "surname": "Fuehring" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "W.", + "surname": "Funk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "E.", + "surname": "Gabriel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation42", + "affPubRaw": "Yandex School of Data Analysis, Moscow, Russia" + } + ], + "name": { + "given_name": "T.", + "surname": "Gaintseva" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Gallas\u00a0Torreira" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Gan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "M.", + "surname": "Gandelman" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation25", + "affPubRaw": "INFN Sezione di Milano, Milano, Italy" + } + ], + "name": { + "given_name": "P.", + "surname": "Gandini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Garau" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "L.M.", + "surname": "Garcia\u00a0Martin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation45", + "affPubRaw": "ICCUB, Universitat de Barcelona, Barcelona, Spain" + } + ], + "name": { + "given_name": "P.", + "surname": "Garcia\u00a0Moreno" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "B.", + "surname": "Garcia\u00a0Plana" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation12", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "name": { + "given_name": "F.A.", + "surname": "Garcia\u00a0Rosales" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation45", + "affPubRaw": "ICCUB, Universitat de Barcelona, Barcelona, Spain" + } + ], + "name": { + "given_name": "L.", + "surname": "Garrido" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Gaspar" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "R.E.", + "surname": "Geertsema" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Gerick" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "L.L.", + "surname": "Gerken" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "E.", + "surname": "Gersabeck" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Gersabeck" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Gershon" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "D.", + "surname": "Gerstel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "Ph.", + "surname": "Ghez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "V.", + "surname": "Gibson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation36", + "affPubRaw": "National Center for Nuclear Research (NCBJ), Warsaw, Poland" + } + ], + "name": { + "given_name": "H.K.", + "surname": "Giemza" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Giovent\u00f9" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation45", + "affPubRaw": "ICCUB, Universitat de Barcelona, Barcelona, Spain" + } + ], + "name": { + "given_name": "P.", + "surname": "Gironella\u00a0Gironell" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation37", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania" + } + ], + "name": { + "given_name": "L.", + "surname": "Giubega" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Gizdov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "E.L.", + "surname": "Gkougkousis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "V.V.", + "surname": "Gligorov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation70", + "affPubRaw": "Pontif\u00edcia Universidade Cat\u00f3lica do Rio de Janeiro (PUC-Rio), Rio de Janeiro, Brazil, associated to 2" + } + ], + "name": { + "given_name": "C.", + "surname": "G\u00f6bel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation84", + "affPubRaw": "DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain, associated to 45" + } + ], + "name": { + "given_name": "E.", + "surname": "Golobardes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Golubkov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation45", + "affPubRaw": "ICCUB, Universitat de Barcelona, Barcelona, Spain" + } + ], + "name": { + "given_name": "S.", + "surname": "Gomez\u00a0Fernandez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "F.", + "surname": "Goncalves\u00a0Abrantes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Goncerz" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "G.", + "surname": "Gong" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "P.", + "surname": "Gorbounov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation40", + "affPubRaw": "Institute of Nuclear Physics, Moscow State University (SINP MSU), Moscow, Russia" + } + ], + "name": { + "given_name": "I.V.", + "surname": "Gorelov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation26", + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "name": { + "given_name": "C.", + "surname": "Gotti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "E.", + "surname": "Govorkova" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "J.P.", + "surname": "Grabowski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "T.", + "surname": "Grammatico" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "L.A.", + "surname": "Granado\u00a0Cardoso" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation45", + "affPubRaw": "ICCUB, Universitat de Barcelona, Barcelona, Spain" + } + ], + "name": { + "given_name": "E.", + "surname": "Graug\u00e9s" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "E.", + "surname": "Graverini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation22", + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Graziani" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation37", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania" + } + ], + "name": { + "given_name": "A.", + "surname": "Grecu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "L.M.", + "surname": "Greeven" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "L.", + "surname": "Grillo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "S.", + "surname": "Gromov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "B.R.", + "surname": "Gruberg\u00a0Cazon" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "C.", + "surname": "Gu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Guarise" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "P.A.", + "surname": "G\u00fcnther" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation39", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences (INR RAS), Moscow, Russia" + } + ], + "name": { + "given_name": "E.", + "surname": "Gushchin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Guth" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "Y.", + "surname": "Guz" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Gys" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation69", + "affPubRaw": "School of Physics and Astronomy, Monash University, Melbourne, Australia, associated to 56" + } + ], + "name": { + "given_name": "T.", + "surname": "Hadavizadeh" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Haefeli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Haen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Haimberger" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Halewood-leagas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "P.M.", + "surname": "Hamilton" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Han" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "X.", + "surname": "Han" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "T.H.", + "surname": "Hancock" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Hansmann-Menzemer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "N.", + "surname": "Harnew" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Harrison" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Hasse" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Hatch" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Hecker" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "K.", + "surname": "Heijhoff" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Heinicke" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "A.M.", + "surname": "Hennequin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Hennessy" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Heuel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "A.", + "surname": "Hicheur" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Hill" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Hilton" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "S.E.", + "surname": "Hollitt" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation72", + "affPubRaw": "Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China, associated to 3" + } + ], + "name": { + "given_name": "J.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "W.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "W.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation73", + "affPubRaw": "School of Physics and Technology, Wuhan University, Wuhan, China, associated to 3" + } + ], + "name": { + "given_name": "X.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "W.", + "surname": "Hulsbergen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "R.J.", + "surname": "Hunter" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation81", + "affPubRaw": "National Research University Higher School of Economics, Moscow, Russia, associated to 42" + } + ], + "name": { + "given_name": "M.", + "surname": "Hushchyn" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Hutchcroft" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "D.", + "surname": "Hynds" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Ibis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Idzik" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Ilin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "P.", + "surname": "Ilten" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Inglessi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "A.", + "surname": "Ishteev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "K.", + "surname": "Ivshin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Jacobsson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Jakobsen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "E.", + "surname": "Jans" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation47", + "affPubRaw": "Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia\u2014 CSIC, Valencia, Spain" + } + ], + "name": { + "given_name": "B.K.", + "surname": "Jashal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "A.", + "surname": "Jawahery" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "V.", + "surname": "Jevtic" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "F.", + "surname": "Jiang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "John" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Johnson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "C.R.", + "surname": "Jones" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "T.P.", + "surname": "Jones" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "B.", + "surname": "Jost" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "N.", + "surname": "Jurik" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation51", + "affPubRaw": "NSC Kharkiv Institute of Physics and Technology (NSC KIPT), Kharkiv, Ukraine" + } + ], + "name": { + "given_name": "S.", + "surname": "Kandybei" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Kang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Karacson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation81", + "affPubRaw": "National Research University Higher School of Economics, Moscow, Russia, associated to 42" + } + ], + "name": { + "given_name": "M.", + "surname": "Karpov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Keizer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Kenzie" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation33", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "T.", + "surname": "Ketel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "B.", + "surname": "Khanji" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation83", + "affPubRaw": "National Research Tomsk Polytechnic University, Tomsk, Russia, associated to 41" + } + ], + "name": { + "given_name": "A.", + "surname": "Kharisova" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Kholodenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Kirn" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "V.S.", + "surname": "Kirsebom" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation64", + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, United States" + } + ], + "name": { + "given_name": "O.", + "surname": "Kitouni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "S.", + "surname": "Klaver" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation36", + "affPubRaw": "National Center for Nuclear Research (NCBJ), Warsaw, Poland" + } + ], + "name": { + "given_name": "K.", + "surname": "Klimaszewski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation52", + "affPubRaw": "Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine" + } + ], + "name": { + "given_name": "S.", + "surname": "Koliiev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "A.", + "surname": "Kondybayeva" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Konoplyannikov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "P.", + "surname": "Kopciewicz" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "R.", + "surname": "Kopecna" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "P.", + "surname": "Koppenburg" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation40", + "affPubRaw": "Institute of Nuclear Physics, Moscow State University (SINP MSU), Moscow, Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Korolev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation52", + "affPubRaw": "Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine" + } + ], + "name": { + "given_name": "O.", + "surname": "Kot" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "P.", + "surname": "Kravchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation39", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences (INR RAS), Moscow, Russia" + } + ], + "name": { + "given_name": "L.", + "surname": "Kravchuk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "R.D.", + "surname": "Krawczyk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Kreps" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "F.", + "surname": "Kress" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Kretzschmar" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "W.", + "surname": "Krupa" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation36", + "affPubRaw": "National Center for Nuclear Research (NCBJ), Warsaw, Poland" + } + ], + "name": { + "given_name": "W.", + "surname": "Krzemien" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Kucharczyk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation67", + "affPubRaw": "Los Alamos National Laboratory (LANL), Los Alamos, United States" + } + ], + "name": { + "given_name": "G.J.", + "surname": "Kunde" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "T.", + "surname": "Kvaratskheliya" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Lacarrere" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Lafferty" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Lai" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Lampis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Lancierini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "J.J.", + "surname": "Lane" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "R.", + "surname": "Lane" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Lanfranchi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Langenbruch" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Langer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "O.", + "surname": "Lantwin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Latham" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "R.", + "surname": "Le\u00a0Gac" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation85", + "affPubRaw": "University of Michigan, Ann Arbor, United States, associated to 68" + } + ], + "name": { + "given_name": "S.H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "R.", + "surname": "Lef\u00e8vre" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation40", + "affPubRaw": "Institute of Nuclear Physics, Moscow State University (SINP MSU), Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Leflat" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "S.", + "surname": "Legotin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "O.", + "surname": "Leroy" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "T.", + "surname": "Lesiak" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "B.", + "surname": "Leverington" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation72", + "affPubRaw": "Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China, associated to 3" + } + ], + "name": { + "given_name": "H.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "L.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "S.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "Z.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "X.", + "surname": "Liang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Lindner" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "V.", + "surname": "Lisovskyi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Litvinov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation72", + "affPubRaw": "Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China, associated to 3" + } + ], + "name": { + "given_name": "G.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "H.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "S.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "X.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Loi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "J.", + "surname": "Lomba\u00a0Castro" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "I.", + "surname": "Longstaff" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "J.H.", + "surname": "Lopes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "G.H.", + "surname": "Lovell" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation39", + "affPubRaw": "Institute for Nuclear Research of the Russian Academy of Sciences (INR RAS), Moscow, Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Luchuk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "M.", + "surname": "Lucio\u00a0Martinez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Lupato" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "O.", + "surname": "Lupton" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "X.", + "surname": "Lyu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "L.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "R.", + "surname": "Ma" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "F.", + "surname": "Machefert" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation37", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania" + } + ], + "name": { + "given_name": "F.", + "surname": "Maciuc" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "V.", + "surname": "Macko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Mackowiak" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Maddrell-Mander" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "O.", + "surname": "Madejczyk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "L.R.", + "surname": "Madhan\u00a0Mohan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "O.", + "surname": "Maev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation81", + "affPubRaw": "National Research University Higher School of Economics, Moscow, Russia, associated to 42" + } + ], + "name": { + "given_name": "A.", + "surname": "Maevskiy" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Maisuzenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.W.", + "surname": "Majewski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "J.J.", + "surname": "Malczewski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Malde" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "B.", + "surname": "Malecki" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation80", + "affPubRaw": "National Research Centre Kurchatov Institute, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "A.", + "surname": "Malinin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "H.", + "surname": "Malygina" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "G.", + "surname": "Mancinelli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "J.F.", + "surname": "Marchand" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation20", + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "name": { + "given_name": "U.", + "surname": "Marconi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Marin\u00a0Benito" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Marinangeli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Marks" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "A.M.", + "surname": "Marshall" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "P.J.", + "surname": "Marshall" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation30", + "affPubRaw": "INFN Sezione di Roma La Sapienza, Roma, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Martellotti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "D.", + "surname": "Martinez\u00a0Santos" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation47", + "affPubRaw": "Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia\u2014 CSIC, Valencia, Spain" + } + ], + "name": { + "given_name": "F.", + "surname": "Martinez\u00a0Vidal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation01", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas (CBPF), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "A.", + "surname": "Massafferri" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Materok" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Matev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Mathad" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "Z.", + "surname": "Mathe" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Matiunin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation26", + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "name": { + "given_name": "C.", + "surname": "Matteuzzi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation85", + "affPubRaw": "University of Michigan, Ann Arbor, United States, associated to 68" + } + ], + "name": { + "given_name": "K.R.", + "surname": "Mattioli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "A.", + "surname": "Mauri" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation12", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "name": { + "given_name": "E.", + "surname": "Maurice" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation45", + "affPubRaw": "ICCUB, Universitat de Barcelona, Barcelona, Spain" + } + ], + "name": { + "given_name": "J.", + "surname": "Mauricio" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Mazurek" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "McCann" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation18", + "affPubRaw": "School of Physics, University College Dublin, Dublin, Ireland" + } + ], + "name": { + "given_name": "L.", + "surname": "Mcconnell" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "T.H.", + "surname": "Mcgrath" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "McNab" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation18", + "affPubRaw": "School of Physics, University College Dublin, Dublin, Ireland" + } + ], + "name": { + "given_name": "R.", + "surname": "McNulty" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "J.V.", + "surname": "Mead" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "B.", + "surname": "Meadows" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "C.", + "surname": "Meaux" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Meier" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation76", + "affPubRaw": "Institut f\u00fcr Physik, Universit\u00e4t Rostock, Rostock, Germany, associated to 17" + } + ], + "name": { + "given_name": "N.", + "surname": "Meinert" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation36", + "affPubRaw": "National Center for Nuclear Research (NCBJ), Warsaw, Poland" + } + ], + "name": { + "given_name": "D.", + "surname": "Melnychuk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation25", + "affPubRaw": "INFN Sezione di Milano, Milano, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Merli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "L.", + "surname": "Meyer\u00a0Garcia" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Mikhasenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation74", + "affPubRaw": "Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia, associated to 13" + } + ], + "name": { + "given_name": "D.A.", + "surname": "Milanes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "E.", + "surname": "Millard" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Milovanovic" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "M.-N.", + "surname": "Minard" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Minotti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "S.E.", + "surname": "Mitchell" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "B.", + "surname": "Mitreska" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "D.S.", + "surname": "Mitzel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "M\u00f6dden" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "R.A.", + "surname": "Mohammed" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "R.D.", + "surname": "Moise" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Momb\u00e4cher" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation74", + "affPubRaw": "Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia, associated to 13" + } + ], + "name": { + "given_name": "I.A.", + "surname": "Monroy" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "S.", + "surname": "Monteil" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation28", + "affPubRaw": "Universita degli Studi di Padova, Universita e INFN, Padova, Padova, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Morandin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Morello" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "J.", + "surname": "Moron" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation75", + "affPubRaw": "Universit\u00e4t Bonn\u2014 Helmholtz-Institut f\u00fcr Strahlen und Kernphysik, Bonn, Germany, associated to 17" + } + ], + "name": { + "given_name": "A.B.", + "surname": "Morris" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "A.G.", + "surname": "Morris" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "R.", + "surname": "Mountain" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "H.", + "surname": "Mu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Mulder" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "M\u00fcller" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "K.", + "surname": "M\u00fcller" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "C.H.", + "surname": "Murphy" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Murray" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "P.", + "surname": "Naik" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Nakada" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation57", + "affPubRaw": "STFC Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "R.", + "surname": "Nandakumar" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Nanut" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "I.", + "surname": "Nasteva" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Needham" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "I.", + "surname": "Neri" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation75", + "affPubRaw": "Universit\u00e4t Bonn\u2014 Helmholtz-Institut f\u00fcr Strahlen und Kernphysik, Bonn, Germany, associated to 17" + } + ], + "name": { + "given_name": "S.", + "surname": "Neubert" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "N.", + "surname": "Neufeld" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "R.", + "surname": "Newcombe" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "T.D.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "E.M.", + "surname": "Niel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Nieswand" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation40", + "affPubRaw": "Institute of Nuclear Physics, Moscow State University (SINP MSU), Moscow, Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Nikitin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "N.S.", + "surname": "Nolte" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation85", + "affPubRaw": "University of Michigan, Ann Arbor, United States, associated to 68" + } + ], + "name": { + "given_name": "C.", + "surname": "Nunez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "A.", + "surname": "Oblakowska-Mucha" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Obraztsov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "D.P.", + "surname": "O'Hanlon" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "M.E.", + "surname": "Olivares" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation78", + "affPubRaw": "Van Swinderen Institute, University of Groningen, Groningen, Netherlands, associated to 32" + } + ], + "name": { + "given_name": "C.J.G.", + "surname": "Onderwater" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "A.", + "surname": "Ossowska" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "J.M.", + "surname": "Otalora\u00a0Goicochea" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "T.", + "surname": "Ovsiannikova" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Owen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation47", + "affPubRaw": "Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia\u2014 CSIC, Valencia, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Oyanguren" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "B.", + "surname": "Pagare" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "P.R.", + "surname": "Pais" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Pajero" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation19", + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Palano" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Palutan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "Y.", + "surname": "Pan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation83", + "affPubRaw": "National Research Tomsk Polytechnic University, Tomsk, Russia, associated to 41" + } + ], + "name": { + "given_name": "G.", + "surname": "Panshin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation57", + "affPubRaw": "STFC Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Papanestis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "C.", + "surname": "Pappenheimer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "W.", + "surname": "Parker" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "C.", + "surname": "Parkes" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "C.J.", + "surname": "Parkinson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "B.", + "surname": "Passalacqua" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation22", + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Passaleva" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation19", + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Pastore" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Patel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation79", + "affPubRaw": "Universiteit Maastricht, Maastricht, Netherlands, associated to 32" + } + ], + "name": { + "given_name": "C.J.", + "surname": "Pawley" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Pearce" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "A.", + "surname": "Pellegrino" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Pepe\u00a0Altarelli" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation20", + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Perazzini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Pereima" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "P.", + "surname": "Perret" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Petridis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation80", + "affPubRaw": "National Research Centre Kurchatov Institute, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "A.", + "surname": "Petrov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Petrucci" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation25", + "affPubRaw": "INFN Sezione di Milano, Milano, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Petruzzo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "T.T.H.", + "surname": "Pham" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation42", + "affPubRaw": "Yandex School of Data Analysis, Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Philippov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation77", + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy, associated to 21" + } + ], + "name": { + "given_name": "M.", + "surname": "Piccini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "B.", + "surname": "Pietrzyk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Pietrzyk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Pili" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation30", + "affPubRaw": "INFN Sezione di Roma La Sapienza, Roma, Italy" + } + ], + "name": { + "given_name": "D.", + "surname": "Pinci" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Pisani" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "P.K.", + "surname": "Resmi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation37", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania" + } + ], + "name": { + "given_name": "V.", + "surname": "Placinta" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "J.", + "surname": "Plews" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "M.", + "surname": "Plo\u00a0Casasus" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "F.", + "surname": "Polci" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Poli\u00a0Lener" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "M.", + "surname": "Poliakova" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "A.", + "surname": "Poluektov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "I.", + "surname": "Polyakov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "E.", + "surname": "Polycarpo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "G.J.", + "surname": "Pomery" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Ponce" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation42", + "affPubRaw": "Yandex School of Data Analysis, Moscow, Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Popov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Poslavskii" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "K.", + "surname": "Prasanth" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "L.", + "surname": "Promberger" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Prouve" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation52", + "affPubRaw": "Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine" + } + ], + "name": { + "given_name": "V.", + "surname": "Pugatch" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "H.", + "surname": "Pullen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "W.", + "surname": "Qian" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "J.", + "surname": "Qin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "R.", + "surname": "Quagliani" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "B.", + "surname": "Quintana" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation18", + "affPubRaw": "School of Physics, University College Dublin, Dublin, Ireland" + } + ], + "name": { + "given_name": "N.V.", + "surname": "Raab" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "R.I.", + "surname": "Rabadan\u00a0Trejo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "B.", + "surname": "Rachwal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "J.H.", + "surname": "Rademacker" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation29", + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Rama" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Ramos\u00a0Pernas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "M.S.", + "surname": "Rangel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation33", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "G.", + "surname": "Raven" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "M.", + "surname": "Reboud" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Redi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "F.", + "surname": "Reiss" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation47", + "affPubRaw": "Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia\u2014 CSIC, Valencia, Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Remon\u00a0Alepuz" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Ren" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "V.", + "surname": "Renaudin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation29", + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Ribatti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation57", + "affPubRaw": "STFC Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Ricciardi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Rinnert" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "P.", + "surname": "Robbe" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Robertson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "A.B.", + "surname": "Rodrigues" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "E.", + "surname": "Rodrigues" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation74", + "affPubRaw": "Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia, associated to 13" + } + ], + "name": { + "given_name": "J.A.", + "surname": "Rodriguez\u00a0Lopez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Rollings" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Roloff" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Romanovskiy" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "M.", + "surname": "Romero\u00a0Lamas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Romero\u00a0Vidal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation85", + "affPubRaw": "University of Michigan, Ann Arbor, United States, associated to 68" + } + ], + "name": { + "given_name": "J.D.", + "surname": "Roth" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Rotondo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "M.S.", + "surname": "Rudolph" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Ruf" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation47", + "affPubRaw": "Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia\u2014 CSIC, Valencia, Spain" + } + ], + "name": { + "given_name": "J.", + "surname": "Ruiz\u00a0Vidal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation81", + "affPubRaw": "National Research University Higher School of Economics, Moscow, Russia, associated to 42" + } + ], + "name": { + "given_name": "A.", + "surname": "Ryzhikov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "J.", + "surname": "Ryzka" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "J.J.", + "surname": "Saborido\u00a0Silva" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Sagidova" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "N.", + "surname": "Sahoo" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Salomoni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "C.", + "surname": "Sanchez\u00a0Gras" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation30", + "affPubRaw": "INFN Sezione di Roma La Sapienza, Roma, Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Santacesaria" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Santamarina\u00a0Rios" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Santimaria" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "D.", + "surname": "Saranin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Sarpis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation75", + "affPubRaw": "Universit\u00e4t Bonn\u2014 Helmholtz-Institut f\u00fcr Strahlen und Kernphysik, Bonn, Germany, associated to 17" + } + ], + "name": { + "given_name": "M.", + "surname": "Sarpis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation30", + "affPubRaw": "INFN Sezione di Roma La Sapienza, Roma, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Sarti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation31", + "affPubRaw": "INFN Sezione di Roma Tor Vergata, Roma, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Satta" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Saur" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "H.", + "surname": "Sazak" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "L.G.", + "surname": "Scantlebury\u00a0Smead" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation14", + "affPubRaw": "I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Schael" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Schellenberg" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Schiller" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "H.", + "surname": "Schindler" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation16", + "affPubRaw": "Max-Planck-Institut f\u00fcr Kernphysik (MPIK), Heidelberg, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Schmelling" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "B.", + "surname": "Schmidt" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "O.", + "surname": "Schneider" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Schopper" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "M.", + "surname": "Schubiger" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Schulte" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "M.H.", + "surname": "Schune" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Schwemmer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation23", + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "name": { + "given_name": "B.", + "surname": "Sciascia" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "S.", + "surname": "Sellam" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Semennikov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation33", + "affPubRaw": "Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "M.", + "surname": "Senghi\u00a0Soares" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "N.", + "surname": "Serra" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation28", + "affPubRaw": "Universita degli Studi di Padova, Universita e INFN, Padova, Padova, Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Sestini" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Seuthe" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Seyfert" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Shang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation85", + "affPubRaw": "University of Michigan, Ann Arbor, United States, associated to 68" + } + ], + "name": { + "given_name": "D.M.", + "surname": "Shangase" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Shapkin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "I.", + "surname": "Shchemerov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "L.", + "surname": "Shchutska" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Shears" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Shen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation80", + "affPubRaw": "National Research Centre Kurchatov Institute, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "V.", + "surname": "Shevchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "E.", + "surname": "Shmanin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "J.D.", + "surname": "Shupperd" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "B.G.", + "surname": "Siddi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Silva\u00a0Coutinho" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation28", + "affPubRaw": "Universita degli Studi di Padova, Universita e INFN, Padova, Padova, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Simi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "N.", + "surname": "Skidmore" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "T.", + "surname": "Skwarnicki" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "M.W.", + "surname": "Slater" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "J.C.", + "surname": "Smallwood" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "J.G.", + "surname": "Smeaton" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation41", + "affPubRaw": "Institute of Theoretical and Experimental Physics NRC Kurchatov Institute (ITEP NRC KI), Moscow, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Smetkina" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "E.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "A.", + "surname": "Snoch" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation20", + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Soares" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "L.", + "surname": "Soares\u00a0Lavra" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "M.D.", + "surname": "Sokoloff" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "F.J.P.", + "surname": "Soler" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Solovev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Solovyev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "F.L.", + "surname": "Souza\u00a0De\u00a0Almeida" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation02", + "affPubRaw": "Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "B.", + "surname": "Souza\u00a0De\u00a0Paula" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "B.", + "surname": "Spaan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation59", + "affPubRaw": "School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom" + } + ], + "name": { + "given_name": "P.", + "surname": "Spradlin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Stagni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "M.", + "surname": "Stahl" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Stahl" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Stefko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "O.", + "surname": "Stenyakin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "H.", + "surname": "Stevens" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "M.E.", + "surname": "Stramaglia" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation37", + "affPubRaw": "Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania" + } + ], + "name": { + "given_name": "M.", + "surname": "Straticiuc" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "D.", + "surname": "Strekalina" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "F.", + "surname": "Suljik" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation27", + "affPubRaw": "INFN Sezione di Cagliari, Monserrato, Italy" + } + ], + "name": { + "given_name": "J.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation73", + "affPubRaw": "School of Physics and Technology, Wuhan University, Wuhan, China, associated to 3" + } + ], + "name": { + "given_name": "L.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "Y.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "P.", + "surname": "Svihra" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "P.N.", + "surname": "Swallow" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "K.", + "surname": "Swientek" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation36", + "affPubRaw": "National Center for Nuclear Research (NCBJ), Warsaw, Poland" + } + ], + "name": { + "given_name": "A.", + "surname": "Szabelski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation34", + "affPubRaw": "AGH\u2014 University of Science and Technology, Faculty of Physics and Applied Computer Science, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "T.", + "surname": "Szumlak" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Szymanski" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Taneja" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Teubert" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "E.", + "surname": "Thomas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "K.A.", + "surname": "Thomson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation09", + "affPubRaw": "Universit\u00e9 Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France" + } + ], + "name": { + "given_name": "V.", + "surname": "Tisserand" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation08", + "affPubRaw": "Univ. Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France" + } + ], + "name": { + "given_name": "S.", + "surname": "T'Jampens" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "M.", + "surname": "Tobin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation01", + "affPubRaw": "Centro Brasileiro de Pesquisas F\u00edsicas (CBPF), Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "D.", + "surname": "Torres\u00a0Machado" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "D.Y.", + "surname": "Tou" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "M.T.", + "surname": "Tran" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "E.", + "surname": "Trifonova" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Trippl" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Tully" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation36", + "affPubRaw": "National Center for Nuclear Research (NCBJ), Warsaw, Poland" + } + ], + "name": { + "given_name": "A.", + "surname": "Ukleja" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "D.J.", + "surname": "Unverzagt" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "E.", + "surname": "Ursov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "A.", + "surname": "Usachov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "U.", + "surname": "Uwer" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation83", + "affPubRaw": "National Research Tomsk Polytechnic University, Tomsk, Russia, associated to 41" + } + ], + "name": { + "given_name": "A.", + "surname": "Vagner" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation20", + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "name": { + "given_name": "V.", + "surname": "Vagnoni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Valassi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation20", + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Valenti" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation84", + "affPubRaw": "DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain, associated to 45" + } + ], + "name": { + "given_name": "N.", + "surname": "Valls\u00a0Canudas" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "M.", + "surname": "van\u00a0Beuzekom" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Van\u00a0Dijk" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation82", + "affPubRaw": "National University of Science and Technology \u201cMISIS\u201d, Moscow, Russia, associated to 41" + } + ], + "name": { + "given_name": "E.", + "surname": "van\u00a0Herwijnen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation18", + "affPubRaw": "School of Physics, University College Dublin, Dublin, Ireland" + } + ], + "name": { + "given_name": "C.B.", + "surname": "Van\u00a0Hulse" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation78", + "affPubRaw": "Van Swinderen Institute, University of Groningen, Groningen, Netherlands, associated to 32" + } + ], + "name": { + "given_name": "M.", + "surname": "van\u00a0Veghel" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "R.", + "surname": "Vazquez\u00a0Gomez" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation46", + "affPubRaw": "Instituto Galego de F\u00edsica de Altas Enerx\u00edas (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain" + } + ], + "name": { + "given_name": "P.", + "surname": "Vazquez\u00a0Regueiro" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "V\u00e1zquez\u00a0Sierra" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation21", + "affPubRaw": "INFN Sezione di Ferrara, Ferrara, Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Vecchi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "J.J.", + "surname": "Velthuis" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "A.", + "surname": "Venkateswaran" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation32", + "affPubRaw": "Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands" + } + ], + "name": { + "given_name": "M.", + "surname": "Veronesi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation56", + "affPubRaw": "Department of Physics, University of Warwick, Coventry, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Vesterinen" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation65", + "affPubRaw": "University of Cincinnati, Cincinnati, OH, United States" + } + ], + "name": { + "given_name": "D.", + "surname": "\u00a0Vieira" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Vieites\u00a0Diaz" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation76", + "affPubRaw": "Institut f\u00fcr Physik, Universit\u00e4t Rostock, Rostock, Germany, associated to 17" + } + ], + "name": { + "given_name": "H.", + "surname": "Viemann" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation84", + "affPubRaw": "DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain, associated to 45" + } + ], + "name": { + "given_name": "X.", + "surname": "Vilasis-Cardona" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "E.", + "surname": "Vilella\u00a0Figueras" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "P.", + "surname": "Vincent" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation10", + "affPubRaw": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + } + ], + "name": { + "given_name": "D.", + "surname": "Vom\u00a0Bruch" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Vorobyev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation38", + "affPubRaw": "Petersburg Nuclear Physics Institute NRC Kurchatov Institute (PNPI NRC KI), Gatchina, Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Voropaev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "R.", + "surname": "Waldi" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation29", + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "name": { + "given_name": "J.", + "surname": "Walsh" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation73", + "affPubRaw": "School of Physics and Technology, Wuhan University, Wuhan, China, associated to 3" + } + ], + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "M.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "R.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation50", + "affPubRaw": "Physik-Institut, Universit\u00e4t Z\u00fcrich, Z\u00fcrich, Switzerland" + } + ], + "name": { + "given_name": "Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "H.M.", + "surname": "Wark" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation53", + "affPubRaw": "University of Birmingham, Birmingham, United Kingdom" + } + ], + "name": { + "given_name": "N.K.", + "surname": "Watson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation13", + "affPubRaw": "LPNHE, Sorbonne Universit\u00e9, Paris Diderot Sorbonne Paris Cit\u00e9, CNRS/IN2P3, Paris, France" + } + ], + "name": { + "given_name": "S.G.", + "surname": "Weber" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation61", + "affPubRaw": "Imperial College London, London, United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Websdale" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation64", + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, United States" + } + ], + "name": { + "given_name": "C.", + "surname": "Weisser" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "B.D.C.", + "surname": "Westhenry" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "D.J.", + "surname": "White" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation54", + "affPubRaw": "H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Whitehead" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation15", + "affPubRaw": "Fakult\u00e4t Physik, Technische Universit\u00e4t Dortmund, Dortmund, Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Wiedner" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Wilkinson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "M.", + "surname": "Wilkinson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "I.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation64", + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, United States" + } + ], + "name": { + "given_name": "M.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "M.R.J.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation57", + "affPubRaw": "STFC Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "F.F.", + "surname": "Wilson" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation36", + "affPubRaw": "National Center for Nuclear Research (NCBJ), Warsaw, Poland" + } + ], + "name": { + "given_name": "W.", + "surname": "Wislicki" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Witek" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Witola" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation11", + "affPubRaw": "Universit\u00e9 Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France" + } + ], + "name": { + "given_name": "G.", + "surname": "Wormser" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation55", + "affPubRaw": "Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom" + } + ], + "name": { + "given_name": "S.A.", + "surname": "Wotton" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "H.", + "surname": "Wu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "K.", + "surname": "Wyllie" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Xiang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "D.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Xie" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "A.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "J.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "L.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "M.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Xu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "D.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "S.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation66", + "affPubRaw": "University of Maryland, College Park, MD, United States" + } + ], + "name": { + "given_name": "Z.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "Y.", + "surname": "Yao" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation60", + "affPubRaw": "Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom" + } + ], + "name": { + "given_name": "L.E.", + "surname": "Yeomans" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "H.", + "surname": "Yin" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation71", + "affPubRaw": "Physics and Micro Electronic College, Hunan University, Changsha City, China, associated to 7" + } + ], + "name": { + "given_name": "J.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation68", + "affPubRaw": "Syracuse University, Syracuse, NY, United States" + } + ], + "name": { + "given_name": "X.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation44", + "affPubRaw": "Institute for High Energy Physics NRC Kurchatov Institute (IHEP NRC KI), Protvino, Russia, Protvino, Russia" + } + ], + "name": { + "given_name": "O.", + "surname": "Yushchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation49", + "affPubRaw": "Institute of Physics, Ecole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL), Lausanne, Switzerland" + } + ], + "name": { + "given_name": "E.", + "surname": "Zaffaroni" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation35", + "affPubRaw": "Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Krak\u00f3w, Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Zdybal" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation48", + "affPubRaw": "European Organization for Nuclear Research (CERN), Geneva, Switzerland" + } + ], + "name": { + "given_name": "O.", + "surname": "Zenaiev" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "M.", + "surname": "Zeng" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation07", + "affPubRaw": "Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China" + } + ], + "name": { + "given_name": "D.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "L.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "S.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation05", + "affPubRaw": "School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation63", + "affPubRaw": "Department of Physics, University of Oxford, Oxford, United Kingdom" + } + ], + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation17", + "affPubRaw": "Physikalisches Institut, Ruprecht-Karls-Universit\u00e4t Heidelberg, Heidelberg, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Zhelezov" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Zheng" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "X.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation03", + "affPubRaw": "Center for High Energy Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "X.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation06", + "affPubRaw": "University of Chinese Academy of Sciences, Beijing, China" + } + ], + "name": { + "given_name": "Z.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation58", + "affPubRaw": "School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom" + } + ], + "name": { + "given_name": "J.B.", + "surname": "Zonneveld" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation04", + "affPubRaw": "Institute Of High Energy Physics (IHEP), Beijing, China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Zou" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation28", + "affPubRaw": "Universita degli Studi di Padova, Universita e INFN, Padova, Padova, Italy" + } + ], + "name": { + "given_name": "D.", + "surname": "Zuliani" + } + }, + { + "affiliation": [ + { + "affPubID": "affiliation62", + "affPubRaw": "Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Zunica" + } + } + ], + "copyright": { + "statement": "\u00a9 2022 CERN for the benefit of the LHCb collaboration.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-03-29", + "receivedDates": [ + "2021-11-04" + ] + }, + "keywords": [ + { + "keyString": "Pattern recognition, cluster finding, calibration and fitting methods", + "keySystem": "misc" + }, + { + "keyString": "Performance of High Energy Physics Detectors", + "keySystem": "misc" + }, + { + "keyString": "Simulation methods and programs", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "\nPublished by IOP Publishing Ltd on behalf of Sissa Medialab. Original content from this work may be used under the terms of the Creative Commons Attribution 4.0 licence. Any further distribution of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.", + "licenseURL": "http://creativecommons.org/licenses/by/4.0", + "open": true + }, + "pagination": { + "electronicID": "P05009", + "pageCount": "31" + }, + "persistentIDs": [ + { + "DOI": "10.1088/1748-0221/17/05/P05009", + "preprint": { + "identifier": "2111.01607", + "source": "arxiv" + } + } + ], + "pubDate": { + "electrDate": "2022-05-05", + "printDate": "2022-05-01" + }, + "publication": { + "ISSN": [ + { + "issnString": "1748-0221", + "pubtype": "epub" + } + ], + "issueNum": "05", + "pubName": "Journal of Instrumentation", + "pubYear": "2022", + "publisher": "IOP Publishing", + "volumeNum": "17" + }, + "publisherIDs": [ + { + "Identifier": "JINST_018P_1121", + "attribute": "publisher-id" + }, + { + "Identifier": "JINST_018P_1121", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " MillerMichael L. ReygersKlaus SandersStephen J. SteinbergPeter Glauber modeling in high energy nuclear collisionsAnn. Rev. Nucl. Part. Sci.20075720524310.1146/annurev.nucl.57.090506.123020(arXiv:nucl-ex/0701025)", + " ALICE Collaboration AdamJaroslav Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at \u221a(s_ NN) = 5.02 TeVPhys. Rev. Lett.201611622230210.1103/PhysRevLett.116.222302(arXiv:1512.06104)", + " ALICE collaboration, Centrality dependence of the charged-particle multiplicity density at midrapidity in Pb-Pb collisions at \u221a(s_ NN) = 5.02 TeV, ALICE-PUBLIC-2015-008 (2015). ", + " ATLAS Collaboration AaboudMorad Measurement of the nuclear modification factor for inclusive jets in Pb+Pb collisions at \u221a(s_NN)=5.02 TeV with the ATLAS detectorPhys. Lett. B201979010812810.1016/j.physletb.2018.10.076(arXiv:1805.05635)", + " CMS Collaboration SirunyanAlbert M Constraints on the Initial State of Pb-Pb Collisions via Measurements of Z-Boson Yields and Azimuthal Anisotropy at \u221a(s_NN)=5.02 TeVPhys. Rev. Lett.202112710200210.1103/PhysRevLett.127.102002(arXiv:2103.14089)", + " LHCb Collaboration AlvesA. AugustoJr. The LHCb Detector at the LHCJINST20083S0800510.1088/1748-0221/3/08/S08005", + " LHCb Collaboration AaijRoel LHCb Detector PerformanceInt. J. Mod. Phys. A201530153002210.1142/S0217751X15300227(arXiv:1412.6352)", + " LHCb Collaboration AaijRoel Precision luminosity measurements at LHCbJINST20149P1200510.1088/1748-0221/9/12/P12005(arXiv:1410.0149)", + " ALICE Collaboration AbelevBetty Measurement of the Cross Section for Electromagnetic Dissociation with Neutron Emission in Pb-Pb Collisions at \u221a(s_NN) = 2.76 TeVPhys. Rev. Lett.201210925230210.1103/PhysRevLett.109.252302(arXiv:1203.2436)", + " Nuclear data services, https://www-nds.iaea.org/radii/, last accessed: 2020-11-04. ", + " AngeliI. MarinovaK. P. Table of experimental nuclear ground state charge radii: An updateAtom. Data Nucl. Data Tabl.201399699510.1016/j.adt.2011.12.006", + " LoizidesC. NagleJ. SteinbergP. Improved version of the PHOBOS Glauber Monte CarloSoftwareX20151-2131810.1016/j.softx.2015.05.001(arXiv:1408.2549)", + " LoizidesConstantin KaminJason d'EnterriaDavid Improved Monte Carlo Glauber predictions at present and future nuclear collidersPhys. Rev. C20189705491010.1103/PhysRevC.97.054910(arXiv:1710.07098)[Erratum: Phys.Rev.C 99, 019901 (2019)]", + " HatakeyamaS. HoriuchiW. KohamaA. Nuclear surface diffuseness revealed in nucleon-nucleus diffractionPhys. Rev. C20189705460710.1103/PhysRevC.97.054607(arXiv:1805.03325)", + " A. Bohr and B.R. Mottelson, Nuclear structure, World Scientific Publishing Company, Singapore (1998) [DOI]. 10.1142/3530", + " SeifW. M. MansourHesham Systematics of nucleon density distributions and neutron skin of nucleiInt. J. Mod. Phys. E201524155008310.1142/S0218301315500834(arXiv:1504.08350)", + " DurandLoyal HongPi QCD and Rising Total Cross-SectionsPhys. Rev. Lett.19875830330610.1103/PhysRevLett.58.303", + " ChenWei R. HwaRudolph C. WangXin-nian A Universal Property of Particle Production in p p and p a CollisionsPhys. Rev. D198838339410.1103/PhysRevD.38.3394", + " ChenWei R. HwaRudolph C. Geometrical Branching Model: Phenomenology With JetsPhys. Rev. D19893917910.1103/PhysRevD.39.179", + " WangXin-Nian Role of multiple mini - jets in high-energy hadronic reactionsPhys. Rev. D19914310411210.1103/PhysRevD.43.104", + " DengWei-Tian WangXin-Nian XuRong Hadron production in p+p, p+Pb, and Pb+Pb collisions with the HIJING 2.0 model at energies available at the CERN Large Hadron ColliderPhys. Rev. C20118301491510.1103/PhysRevC.83.014915(arXiv:1008.1841)", + " CugnonJ. HarounaO. VALIDITY OF THE NEGATIVE BINOMIAL DISTRIBUTION IN PARTICLE PRODUCTIONEPL198741127113110.1209/0295-5075/4/10/008", + " GhoshPremomoy Negative binomial multiplicity distribution in proton-proton collisions in limited pseudorapidity intervals at LHC up to \u221a(s) = 7 TeV and the clan modelPhys. Rev. D20128505401710.1103/PhysRevD.85.054017(arXiv:1202.4221)", + " ALICE Collaboration AamodtK. Charged-particle multiplicity measurement in proton-proton collisions at \u221a(s)=0.9 and 2.36 TeV with ALICE at LHCEur. Phys. J. C2010688910810.1140/epjc/s10052-010-1339-x(arXiv:1004.3034)", + " ALICE Collaboration AamodtK. Charged-particle multiplicity measurement in proton-proton collisions at \u221a(s)=7 TeV with ALICE at LHCEur. Phys. J. C20106834535410.1140/epjc/s10052-010-1350-2(arXiv:1004.3514)", + " LHCb Collaboration AaijRoel Measurement of charged particle multiplicities and densities in pp collisions at \u221a(s)=7TeV in the forward regionEur. Phys. J. C201474288810.1140/epjc/s10052-014-2888-1(arXiv:1402.4430)", + " ALICE Collaboration AbelevBetty Centrality determination of Pb-Pb collisions at \u221a(s_NN) = 2.76 TeV with ALICEPhys. Rev. C20138804490910.1103/PhysRevC.88.044909(arXiv:1301.4361)" + ], + "title": { + "textEnglish": "Centrality determination in heavy-ion collisions with the LHCb detector" + } +} diff --git a/tests/stubdata/output/jats_nature_natsd_12_7375.json b/tests/stubdata/output/jats_nature_natsd_12_7375.json new file mode 100644 index 0000000..9fb9f42 --- /dev/null +++ b/tests/stubdata/output/jats_nature_natsd_12_7375.json @@ -0,0 +1,1513 @@ +{ + "abstract": { + "textEnglish": "Gestational diabetes mellitus (GDM) plus rectus abdominis muscle (RAM) myopathy predicts long-term urinary incontinence (UI). Atrophic and stiff RAM are characteristics of diabetes-induced myopathy (DiM) in pregnant rats. This study aimed to determine whether swimming exercise (SE) has a therapeutic effect in mild hyperglycemic pregnant rats model. We hypothesized that SE training might help to reverse RAM DiM. Mild hyperglycemic pregnant rats model was obtained by a unique subcutaneous injection of 100 mg/kg streptozotocin (diabetic group) or citrate buffer (non-diabetic group) on the first day of life in Wistar female newborns. At 90 days of life, the rats are mated and randomly allocated to remain sedentary or subjected to a SE protocol. The SE protocol started at gestational day 0 and consisted of 60 min/day for 6 days/week in a period of 20 days in a swim tunnel. On day 21, rats were sacrificed, and RAM was collected and studied by picrosirius red, immunohistochemistry, and transmission electron microscopy. The SE protocol increased the fiber area and diameter, and the slow-twitch and fast-twitch fiber area and diameter in the diabetic exercised group, a finding was also seen in control sedentary animals. There was a decreased type I collagen but not type III collagen area and showed a similar type I/type III ratio compared with the control sedentary group. In conclusion, SE during pregnancy reversed the RAM DiM in pregnant rats. These findings may be a potential protocol to consider in patients with RAM damage caused by GDM." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Bruna B.", + "surname": "Catinelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Department of Physiotherapy and Occupational Therapy, School of Philosophy and Sciences S\u00e3o Paulo State University (UNESP) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Patr\u00edcia S.", + "surname": "Rossignoli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Juliana F.", + "surname": "Floriano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Aline M.", + "surname": "Carr" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Rafael G.", + "surname": "de Oliveira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Laboratory of Extracellular Matrix Biology, Department of Structural and Functional Biology, Institute of Biosciences of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff4", + "affPubRaw": "Department of Structural and Functional Biology, Institute of Biology (IB), UNICAMP University of Campinas (UNICAMP) Campinas S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Nilton J.", + "surname": "dos Santos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "University of Mar\u00edlia (UNIMAR) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Lara C. C.", + "surname": "\u00dabeda" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Human Embryology Laboratory Mar\u00edlia Medical School (FAMEMA) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Maria Ang\u00e9lica", + "surname": "Spadella" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff7", + "affPubRaw": "Pravara Institute of Medical Sciences (Deemed to be University) Loni, Rahata Taluk 413736 Ahmednagar District Maharashtra India" + } + ], + "name": { + "given_name": "Raghavendra L. S.", + "surname": "Hallur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff8", + "affPubRaw": "Cellular and Molecular Physiology Laboratory (CMPL), Department of Obstetrics, Division of Obstetrics and Gynaecology, School of Medicine, Faculty of Medicine Pontificia Universidad Cat\u00f3lica de Chile 8330024 Santiago Chile" + }, + { + "affPubID": "Aff9", + "affPubRaw": "Department of Physiology, Faculty of Pharmacy Universidad de Sevilla 41012 Seville Spain" + }, + { + "affPubID": "Aff10", + "affPubRaw": "University of Queensland Centre for Clinical Research (UQCCR), Faculty of Medicine and Biomedical Sciences University of Queensland 4029 Herston QLD Australia" + }, + { + "affPubID": "Aff11", + "affPubRaw": "Division of Pathology, Department of Pathology and Medical Biology University of Groningen, University Medical Center Groningen (UMCG) 9713GZ Groningen The Netherlands" + } + ], + "name": { + "given_name": "Luis", + "surname": "Sobrevia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Laboratory of Extracellular Matrix Biology, Department of Structural and Functional Biology, Institute of Biosciences of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "S\u00e9rgio L.", + "surname": "Felisbino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Iracema M. P.", + "surname": "Calderon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff2", + "affPubRaw": "Department of Physiotherapy and Occupational Therapy, School of Philosophy and Sciences S\u00e3o Paulo State University (UNESP) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "name": { + "given_name": "Ang\u00e9lica M. P.", + "surname": "Barbosa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "email": "marilzarudge@gmail.com" + }, + "name": { + "given_name": "Marilza V. C.", + "surname": "Rudge" + } + }, + { + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "M. V. C.", + "surname": "Rudge" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff2", + "affPubRaw": "Department of Physiotherapy and Occupational Therapy, School of Philosophy and Sciences S\u00e3o Paulo State University (UNESP) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "A. M. P.", + "surname": "Barbosa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "I. M. P.", + "surname": "Calderon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff8", + "affPubRaw": "Cellular and Molecular Physiology Laboratory (CMPL), Department of Obstetrics, Division of Obstetrics and Gynaecology, School of Medicine, Faculty of Medicine Pontificia Universidad Cat\u00f3lica de Chile 8330024 Santiago Chile" + }, + { + "affPubID": "Aff9", + "affPubRaw": "Department of Physiology, Faculty of Pharmacy Universidad de Sevilla 41012 Seville Spain" + }, + { + "affPubID": "Aff10", + "affPubRaw": "University of Queensland Centre for Clinical Research (UQCCR), Faculty of Medicine and Biomedical Sciences University of Queensland 4029 Herston QLD Australia" + }, + { + "affPubID": "Aff11", + "affPubRaw": "Division of Pathology, Department of Pathology and Medical Biology University of Groningen, University Medical Center Groningen (UMCG) 9713GZ Groningen The Netherlands" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "L.", + "surname": "Sobrevia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff12", + "affPubRaw": "Department of Physics, Institute of Biosciences, Letters and Exact Sciences (IBILCE), Multiuser Center for Biomolecular Innovation (CMIB) S\u00e3o Paulo State University \u201cJ\u00falio de Mesquita Filho\u201d (UNESP) 15054-000 S\u00e3o Jos\u00e9 do Rio Preto S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "F. P.", + "surname": "Souza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Pelvic Care Center Maastricht Maastricht University Medical Center Maastricht The Netherlands" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "B.", + "surname": "Berghmans" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff14", + "affPubRaw": "Department of Clinical Epidemiology and Biostatistics McMaster University Hamilton ON Canada" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "L.", + "surname": "Thabane" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff15", + "affPubRaw": "Department of Gynecology, Pelvic Floor Center Charit\u00e9 Charit\u00e9 University Hospital Berlin Germany" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "B.", + "surname": "Junginger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff16", + "affPubRaw": "POSMAT-Post-Graduate Program in Materials Science and Technology, School of Sciences S\u00e3o Paulo State University (UNESP) Bauru S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. F. O.", + "surname": "Graeff" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Medical School of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. G.", + "surname": "Magalh\u00e3es" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "R. A.", + "surname": "Costa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "Department of Nursing, Botucatu Medical School (FMB) S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "S. A. M.", + "surname": "Lima" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff19", + "affPubRaw": "Stricto Sensu Graduate Program in Nursing at UNIVERITAS, Guarulhos University (UNG) Guarulhos S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "M. R.", + "surname": "Kron-Rodrigues" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Laboratory of Extracellular Matrix Biology, Department of Structural and Functional Biology, Institute of Biosciences of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "S. L.", + "surname": "Felisbino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff20", + "affPubRaw": "Department of Clinical Medicine, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Av. Prof. M\u00e1rio Rubens Guimar\u00e3es Montenegro, s/n-UNESP Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "W.", + "surname": "Barbosa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Medical School of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "F. J.", + "surname": "Campos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "G.", + "surname": "Bossolan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff21", + "affPubRaw": "Department of Biostatistics, Botucatu Institute of Biosciences S\u00e3o Paulo State University/UNESP S\u00e3o Paulo tistics, Botucatu Institute of Biosciences Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "J. E.", + "surname": "Corrente" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Medical School of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "H. R. C.", + "surname": "Nunes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Medical School of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "J.", + "surname": "Abbade" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Department of Physiotherapy and Occupational Therapy, School of Philosophy and Sciences S\u00e3o Paulo State University (UNESP) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "P. S.", + "surname": "Rossignoli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Department of Physiotherapy and Occupational Therapy, School of Philosophy and Sciences S\u00e3o Paulo State University (UNESP) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. R.", + "surname": "Pedroni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff22", + "affPubRaw": "Discipline of Evidence-Based Medicine, Paulista School of Medicine-Federal University of S\u00e3o Paulo (EPM-UNIFESP) S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "A. N.", + "surname": "Atallah" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff23", + "affPubRaw": "Department of Gynecology Federal University of S\u00e3o Paulo, UNIFESP S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "Z. I. K. J.", + "surname": "Di Bella" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff24", + "affPubRaw": "Department of Physical Therapy Universidade Cat\u00f3lica de Pernambuco (UNICAP) Recife PE Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "S. M. M.", + "surname": "Uchoa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff25", + "affPubRaw": "Department of Operative Dentistry, Endodontics and Dental Materials, Bauru School of Dentistry University of S\u00e3o Paulo S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "M. A. H.", + "surname": "Duarte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff26", + "affPubRaw": "University of Western S\u00e3o Paulo (UNOESTE) Presidente Prudente S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "E. A.", + "surname": "Mareco" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "Department of Anatomy, CCB State University of Londrina (UEL) Caixa Postal 10011 Campus Universit\u00e1rio s/n 86057-970 Londrina Parana Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "M. E.", + "surname": "Sakalem" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff28", + "affPubRaw": "University Center of Associated Colleges S\u00e3o Jo\u00e3o da Boa Vista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff29", + "affPubRaw": "Regional University Center of Esp\u00edrito Santo do Pinhal, UNIPINHAL Esp\u00edrito Santo do Pinhal S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "N.", + "surname": "Martinho" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff7", + "affPubRaw": "Pravara Institute of Medical Sciences (Deemed to be University) Loni, Rahata Taluk 413736 Ahmednagar District Maharashtra India" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "L. S. R.", + "surname": "Hallur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "D. R. A.", + "surname": "Reyes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "F. C. B.", + "surname": "Alves" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "J. P. C.", + "surname": "Marcondes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. B.", + "surname": "Prudencio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "F. A.", + "surname": "Pinheiro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. I.", + "surname": "Sartor\u00e3oFilho" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "S. B. C. V.", + "surname": "Quiroz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "T.", + "surname": "Pascon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "S. K.", + "surname": "Nunes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "B. B.", + "surname": "Catinelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "F. V. D. S.", + "surname": "Reis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "R. G.", + "surname": "Oliveira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "S.", + "surname": "Barneze" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "E. M. A.", + "surname": "Enriquez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "L.", + "surname": "Takano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "A. M.", + "surname": "Carr" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "A. B. M.", + "surname": "Magyori" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "L. F.", + "surname": "Iamundo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. N. F.", + "surname": "Carvalho" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "M.", + "surname": "Jacomin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "R. E.", + "surname": "Avramidis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Department of Physiotherapy and Occupational Therapy, School of Philosophy and Sciences S\u00e3o Paulo State University (UNESP) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "A. J. B.", + "surname": "Silva" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "M. I. G.", + "surname": "Orlandi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "T. D.", + "surname": "Dangi\u00f3" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "H. C. M.", + "surname": "Bassin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "M. L. S.", + "surname": "Takemoto" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "T. D.", + "surname": "Caldeir\u00e3o" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Laboratory of Extracellular Matrix Biology, Department of Structural and Functional Biology, Institute of Biosciences of Botucatu S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff4", + "affPubRaw": "Department of Structural and Functional Biology, Institute of Biology (IB), UNICAMP University of Campinas (UNICAMP) Campinas S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "N. J.", + "surname": "Santos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff12", + "affPubRaw": "Department of Physics, Institute of Biosciences, Letters and Exact Sciences (IBILCE), Multiuser Center for Biomolecular Innovation (CMIB) S\u00e3o Paulo State University \u201cJ\u00falio de Mesquita Filho\u201d (UNESP) 15054-000 S\u00e3o Jos\u00e9 do Rio Preto S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "I. O.", + "surname": "Louren\u00e7o" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff12", + "affPubRaw": "Department of Physics, Institute of Biosciences, Letters and Exact Sciences (IBILCE), Multiuser Center for Biomolecular Innovation (CMIB) S\u00e3o Paulo State University \u201cJ\u00falio de Mesquita Filho\u201d (UNESP) 15054-000 S\u00e3o Jos\u00e9 do Rio Preto S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "J. Marostica", + "surname": "de S\u00e1" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff12", + "affPubRaw": "Department of Physics, Institute of Biosciences, Letters and Exact Sciences (IBILCE), Multiuser Center for Biomolecular Innovation (CMIB) S\u00e3o Paulo State University \u201cJ\u00falio de Mesquita Filho\u201d (UNESP) 15054-000 S\u00e3o Jos\u00e9 do Rio Preto S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "I. P.", + "surname": "Caruso" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff30", + "affPubRaw": "Universidade do Sagrado Cora\u00e7\u00e3o (USC) Bauru S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "L. T.", + "surname": "Rasmussen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Postgraduate Program on Tocogynecology, Department of Gynecology and Obstetrics, Botucatu Medical School S\u00e3o Paulo State University (UNESP) Botucatu S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "G. A.", + "surname": "Garcia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff31", + "affPubRaw": "Department of Physical Education, Institute of Biosciences of Rio Claro S\u00e3o Paulo State University (UNESP) Rio Claro S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "G. T. A.", + "surname": "Nava" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff32", + "affPubRaw": "Independent Researcher Assis S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. P.", + "surname": "Marques" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "Department of Morphology and Pediatric Dentistry, Araraquara School of Dentistry S\u00e3o Paulo State University (UNESP) Rua Humait\u00e1, 1680 14801-903 Araraquara S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "D. G.", + "surname": "Bussaneli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "Department of Morphology and Pediatric Dentistry, Araraquara School of Dentistry S\u00e3o Paulo State University (UNESP) Rua Humait\u00e1, 1680 14801-903 Araraquara S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "V. K. C.", + "surname": "Nogueira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff32", + "affPubRaw": "Independent Researcher Assis S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "C. V. C.", + "surname": "Rudge" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff34", + "affPubRaw": "Independent Researcher Botucatu SP Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "F.", + "surname": "Piculo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Health Sciences Center University of the Sacred Heart (USC) Bauru S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "G. M.", + "surname": "Prata" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff36", + "affPubRaw": "Universidade de Mar\u00edlia (UNIMAR) Mar\u00edlia S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "collab": true + }, + "name": { + "collab": "The Diamater Study Group", + "given_name": "V. P.", + "surname": "Barbosa" + } + } + ], + "copyright": { + "statement": "\u00a9 The Author(s) 2022", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-03-29", + "receivedDates": [ + "2021-11-09" + ] + }, + "funding": [ + { + "agencyid": { + "idschema": "doi", + "idvalue": "http://dx.doi.org/10.13039/501100001807" + }, + "agencyname": "Funda\u00e7\u00e3o de Amparo \u00e0 Pesquisa do Estado de S\u00e3o Paulo", + "awardnumber": "2018/03361-8" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "http://dx.doi.org/10.13039/501100002850" + }, + "agencyname": "Fondo Nacional de Desarrollo Cient\u00edfico y Tecnol\u00f3gico", + "awardnumber": "1190316" + } + ], + "openAccess": { + "license": "Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "electronicID": "7375" + }, + "persistentIDs": [ + { + "DOI": "10.1038/s41598-022-10801-z" + } + ], + "pubDate": { + "electrDate": "2022-12-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "2045-2322", + "pubtype": "epub" + } + ], + "issueNum": "1", + "pubName": "Scientific Reports", + "pubYear": "2022", + "publisher": "Nature Publishing Group UK", + "volumeNum": "12" + }, + "publisherIDs": [ + { + "Identifier": "s41598-022-10801-z", + "attribute": "publisher-id" + }, + { + "Identifier": "10801", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "Standards of Medical Care in DiabetesAmerican Diabetes Association. 2. Classification and diagnosis of diabetesDiabetes Care2019421328", + "Hern\u00e1ndez-ochoaEOLlanosPLannerJTThe underlying mechanisms of diabetic myopathyJ. Diabetes Res.2017201736", + "PerryCGRHawkeTJDiabetic myopathy : Current molecular understanding of this novel neuromuscular disorderCurr. Opin. Neurol.201710.1097/WCO.0000000000000479286658106051727", + "RudgeMVCStudy protocol to investigate biomolecular muscle profile as predictors of long-term urinary incontinence in women with gestational diabetes mellitusBMC Pregnancy Childb.20202011410.1186/s12884-020-2749-x1:CAS:528:DC%2BB3cXksFGltLs%3D", + "BarbosaAMPUrinary incontinence and vaginal squeeze pressure two years post-cesarean delivery in primiparous women with previous gestational diabetes mellitusClinics20116613411346219154813161209", + "KimCMcEwenLNSarmaAVPietteJDHermanWHStress urinary incontinence in women with a history of gestational diabetes mellitusJ. Women\u2019s Health20081778379210.1089/jwh.2007.0616", + "ChuangCMThe impact of gestational diabetes mellitus on postpartum urinary incontinence: A longitudinal cohort study on singleton pregnanciesBJOG Int. J. Obstet. Gynaecol.20121191334134310.1111/j.1471-0528.2012.03468.x", + "PiculoFUrethral striated muscle and extracellular matrix morphological characteristics among mildly diabetic pregnant rats: Translational approachInt. Urogynecol. J.2014254034152404312910.1007/s00192-013-2218-4", + "MariniGPiculoFVesentiniGBarbosaAMPDamascenoDCMatheusSMMRudgeMEffects of short-term severe and long-term mild STZ-induced diabetes in urethral tissue of female ratsNeurourol. Urodyn.2017365745791:CAS:528:DC%2BC2sXks12ns7g%3D2694992910.1002/nau.22974", + "VesentiniGMorphological changes in rat rectus abdominis muscle induced by diabetes and pregnancyJ. Med. Biol. Res.201851110", + "VesentiniGAlterations in the structural characteristics of rectus abdominis muscles caused by diabetes and pregnancy: A comparative study of the rat model and womenPLoS ONE20201511710.1371/journal.pone.02310961:CAS:528:DC%2BB3cXnvVGmsLc%3D", + "Sartor\u00e3oFilhoCIImpact of gestational diabetes on pelvic floor: A prospective cohort study with three-dimensional ultrasound during two-time points in pregnancyNeurourol. Urodyn.2020392329233710.1002/nau.24491", + "PrudencioCBNegative impact of gestational diabetes mellitus on progress of pelvic floor muscle electromyography activity: Cohort studyPLoS ONE20191411310.1371/journal.pone.02232611:CAS:528:DC%2BC1MXit1emt7%2FL", + "FlorianoJFWillisGCatapanoFExosomes could offer new options to combat the long-term complications inflicted by gestational diabetes mellitusCells202096751:CAS:528:DC%2BB3cXhsVSqtL3O714061510.3390/cells9030675", + "Marianna AlperinTKPichikaREsparzaMCLieberRLPregnancy-induced adaptations in intramuscular extracellular matrix of rat pelvic floor musclesAm. J. Obstet. Gynecol.201610.1016/j.ajog.2016.02.018269530795003683", + "LiuGDaneshgariFTemporal diabetes- and diuresis-induced remodeling of the urinary bladder in the ratAm. J. Physiol. Regul. Integr. Comp. Physiol.202044195837843", + "MariniGThe influence of hyperglycemia on the remodeling of urethral connective tissue in pregnant ratsEur. J. Obstet. Gynecol. Reprod. Biol.201822181881:CAS:528:DC%2BC2sXitVaktbzI2927527710.1016/j.ejogrb.2017.12.032", + "Agha-jaffarROliverNJohnstonDRobinsonSGestational diabetes mellitus : Does an effective prevention strategy exist ?Nat. Publ. Gr.201612533546", + "RussoLMNoblesCWhitcombBWErtelKAChasan-taberLPhysical activity interventions in pregnancy and risk of gestational diabetes mellitus a systematic review and meta-analysisObstet. Gynecol.20151255765822573021810.1097/AOG.0000000000000691", + "WangCReports of major impact a randomized clinical trial of exercise during pregnancy to prevent gestational diabetes mellitusAm. J. Obstet. Gyecol.201710.1016/j.ajog.2017.01.037", + "ColbergSRCastorinoKJovanovi\u010dLPrescribing physical activity to prevent and manage gestational diabetesWorld J. Diabetes2013425626224379915387448410.4239/wjd.v4.i6.256", + "Standards of Medical Care in DiabetesAmerican Diabetes Association. 5. Lifestyle managementDiabetes Care2019424660", + "CorderoYMottolaMFVargasJBlancoMBarakatRExercise is associated with a reduction in gestational diabetes mellitusMed. Sci. Sports Exerc.201547132813332533324610.1249/MSS.0000000000000547", + "Di BiaseNReview of general suggestions on physical activity to prevent and treat gestational and pre-existing diabetes during pregnancy and in postpartumNutr. Metab. Cardiovasc. Dis.2019291151263064279010.1016/j.numecd.2018.10.013", + "HuangXHuangJWuJLiMYangZLiuLLinTLanYDifferent exercises for pregnant women with gestational diabetes: A meta-analysis of randomized controlled trialsJ. Sport. Med Phys Fit.202060464471", + "DavenportMHPrenatal exercise for the prevention of gestational diabetes mellitus and hypertensive disorders of pregnancy : A systematic review and meta-analysisBr. J. Sports Med.201910.1136/bjsports-2018-09935531377724", + "BarakatRPeralesMCorderoYBacchiMMottolaMFInfluence of land or water exercise in pregnancy on outcomes: A cross-sectional studyMed. Sci. Sports Exerc.201749139714032819872910.1249/MSS.0000000000001234", + "AlacaNEffects of different aerobic exercise frequencies on streptozotocin\u2013nicotinamide-induced type 2 diabetic rats: Continuous versus short bouts and weekend warrior exercisesJ. Diabetes201810738442460011:CAS:528:DC%2BC1cXjtFGguw%3D%3D2842518110.1111/1753-0407.12561", + "MartinsCECLimaVBdSSchoenfeldBJTirapeguiJEffects of leucine supplementation and resistance training on myopathy of diabetic ratsPhysiol. Rep.2017511010.14814/phy2.132731:CAS:528:DC%2BC2sXosl2ksLw%3D", + "TedescoFSDellavalleADiaz-maneraJMessinaGCossuGReview series repairing skeletal muscle : Regenerative potential of skeletal muscle stem cellsJ. Clin. Invest.20101201610.1172/JCI403731:CAS:528:DC%2BC3cXislWgsA%3D%3D", + "BellamyLCasasJPHingoraniADWilliamsDType 2 diabetes mellitus after gestational diabetes: A systematic review and meta-analysisLancet2009373177317791:CAS:528:DC%2BD1MXmtlektr4%3D1946523210.1016/S0140-6736(09)60731-5", + "SouzaDMDAl-sajeeDHawkeTJPinheiroCHJDiabetic myopathy : Impact of diabetes mellitus on skeletal muscle progenitor cellsFront. Physiol.201341710.3389/fphys.2013.00379", + "Hern\u00e1ndez-ochoaEOVanegasCDiabetic myopathy and mechanisms of diseaseBiochem. Pharmacol. (Los Angeles)2015415", + "KrauseMPRiddellMCHawkeTJEffects of type 1 diabetes mellitus on skeletal muscle: Clinical observations and physiological mechanismsPediatr. Diabetes2011123453641:CAS:528:DC%2BC3MXoslOmu78%3D2086056110.1111/j.1399-5448.2010.00699.x", + "HansonMAGluckmanPDMaRCWMatzenPBiesmaRGEarly life opportunities for prevention of diabetes in low and middle income countriesBMC Public Health201212110.1186/1471-2458-12-1025", + "PoonLCMcIntyreHDHyettJAda FonsecaEBHodMThe first-trimester of pregnancy\u2014A window of opportunity for prediction and prevention of pregnancy complications and future lifeDiabetes Res. Clin. Pract.201814520302985223310.1016/j.diabres.2018.05.002", + "OrleansEDComparison betweent the effects of swimming and treadmill-based aerobic training protocols in diabetic ratsInt. J. Cardiovasc. Sci.201831610618", + "SoaresTSMoraes-SouzaRQCarneiroTBAraujo-SilvaVCSchavinskiAZGrataoTBDamascenoDCVolpatoGTMaternal-fetal outcomes of exercise applied in rats with mild hyperglycemia after embryonic implantationBirth Defects Res.20201131", + "HarberMTrappeSSingle muscle fiber contractile properties of young competitive distance runnersJ. Appl. Physiol.20081056296361853512410.1152/japplphysiol.00995.2007", + "FryCSFibre type-specific satellite cell response to aerobic training in sedentary adultsJ. Physiol.2014592262526351:CAS:528:DC%2BC2cXps1Ojs7o%3D24687582408094210.1113/jphysiol.2014.271288", + "QaisarRBhaskaranSRemmenHVFree radical biology and medicine muscle fiber type diversi fi cation during exercise and regenerationFree Radic. Biol. Med.20169856671:CAS:528:DC%2BC28XltlOktbw%3D2703270910.1016/j.freeradbiomed.2016.03.025", + "MariniGde RinaldiJCDamascenoDCFelisbinoSLRudgeMVCAltera\u00e7\u00f5es da matriz extracelular causadas pelo diabetes: O impacto sobre a contin\u00eancia urin\u00e1riaRev. Bras. Ginecol. Obs.20143632833310.1590/SO100-720320140005014", + "MarangonLGobattoCde MelloMKEUtilization of an hyperbolic model for the determination of the critical load in swimming ratsMed. Sci. Sport. Exerc.20023414910.1097/00005768-200205001-00834", + "ManchadoFDBGobattoCAContartezeRVLPapotiMMMM\u00e1xima fase est\u00e1vel de lactato \u00e9 erg\u00f4metro-dependente em modelo experimental utilizando ratosRev. Bras. Med. Esporte2006625926210.1590/S1517-86922006000500007", + "VolpatoGTDamascenoDCKempinasWGRudgeMVCCalderonIMPEffect of exercise on the reproductive outcome and fetal development of diabetic ratsReprod. Biomed. Online2009198528581:STN:280:DC%2BD1Mfkt1Gitw%3D%3D2003102810.1016/j.rbmo.2009.09.027", + "DamascenoDCMild diabetes models and their maternal-fetal repercussionsJ. Diabetes Res.201320132610.1155/2013/473575", + "DamascenoDCStreptozotocin-induced diabetes models : Pathophysiological mechanisms and fetal outcomesBiomed. Res. Int.201412014", + "SinzatoYKDamascenoDCLaufer-AmorimRRodriguesMMPOshiiwaMTaylorKNPlasma concentrations and placental immunostaining of interleukin-10 and tumornecrosis factor-\u03b1 as predictors of alterations in the embryo-fetal organism and the placental development of diabetic ratsBraz. J. Med. Biol. Res.2011442062111:CAS:528:DC%2BC3MXlvVSlsrg%3D2134413910.1590/S0100-879X2011007500015", + "IessiILEvaluation of neonatally-induced mild diabetes in rats: Maternal and fetal repercussionsDiabetol. Metab. Syndr.201021810.1186/1758-5996-2-371:CAS:528:DC%2BC3cXnsVCjsb4%3D", + "Damasceno, D.C., Kempinas, W.G., Volpato, G.T., Consoni, M., Rudge, M.V.C., Paumgartten, F. Anomalias Cong\u00eanitas: Estudos Experimentais. (Coopmed, 2008).", + "Nascimento, L. Avalia\u00e7\u00e3o de diferentes modelos de indu\u00e7\u00e3o do diabete moderado em ratas Wistar e suas repercuss\u00f5es no organismo materno-fetal. (2014)." + ], + "title": { + "textEnglish": "Reversal of diabetic-induced myopathy by swimming exercise in pregnant rats: a translational intervention study" + } +} diff --git a/tests/stubdata/output/jats_pnas_119_2201344119.json b/tests/stubdata/output/jats_pnas_119_2201344119.json new file mode 100644 index 0000000..c489e23 --- /dev/null +++ b/tests/stubdata/output/jats_pnas_119_2201344119.json @@ -0,0 +1,71 @@ +{ + "authors": [ + { + "name": { + "given_name": "Beth", + "surname": "Azar" + } + } + ], + "copyright": { + "statement": "\u00a9 2022", + "status": true + }, + "openAccess": { + "license": "This article is distributed under Creative Commons Attribution-NonCommercial-NoDerivatives License 4.0 (CC BY-NC-ND).", + "licenseURL": "https://creativecommons.org/licenses/by-nc-nd/4.0/" + }, + "pagination": { + "electronicID": "e2201344119", + "pageCount": "2" + }, + "persistentIDs": [ + { + "DOI": "10.1073/pnas.2201344119" + } + ], + "pubDate": { + "electrDate": "2022-03-03", + "printDate": "2022-03-08" + }, + "publication": { + "ISSN": [ + { + "issnString": "0027-8424", + "pubtype": "ppub" + }, + { + "issnString": "1091-6490", + "pubtype": "epub" + } + ], + "issueNum": "10", + "pubName": "Proceedings of the National Academy of Sciences", + "pubYear": "2022", + "publisher": "National Academy of Sciences", + "volumeNum": "119" + }, + "publisherIDs": [ + { + "Identifier": "202201344", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "M. J. Moulton , Neuronal ROS-induced glial lipid droplet formation is altered by loss of Alzheimer\u2019s disease-associated genes. Proc. Natl. Acad. Sci. U.S.A. 118, e2112095118 (2021).", + "S. Yamamoto , A Drosophila genetic resource of mutants to study mechanisms underlying human genetic diseases. Cell 159, 200\u2013214 (2014).", + "L. Liu , Glial lipid droplets and ROS induced by mitochondrial defects promote neurodegeneration. Cell 160, 177\u2013190 (2015).", + "G. Lin , Phospholipase PLA2G6, a parkinsonism-associated gene, affects Vps26 and Vps35, retromer function, and ceramide levels, similar to \u03b1-synuclein gain. Cell Metab. 28, 605\u2013618.e6 (2018)." + ], + "title": { + "textEnglish": "QnAs with Hugo J. Bellen" + } +} diff --git a/tests/stubdata/output/jats_springer_cldy_84_1543.json b/tests/stubdata/output/jats_springer_cldy_84_1543.json new file mode 100644 index 0000000..e0fdd9b --- /dev/null +++ b/tests/stubdata/output/jats_springer_cldy_84_1543.json @@ -0,0 +1,363 @@ +{ + "abstract": { + "textEnglish": "For decades, scaled analog experiments have improved the understanding of a broad range of multiphase volcanological processes in controlled laboratory environments. Successfully modeled processes include magma flow through magma reservoirs, conduits and sheets, associated crustal deformation, lava flow, volcanic plume dynamics, ash cloud dispersion, pyroclast sedimentation, pyroclastic density currents, and debris flows. Prior to the advent of computational modeling in volcanology, analog experiments were the primary method used to test newly developed concepts. Over the past two decades, technological advances have led to increased quantification of model observables, including deformation fields, lava flow rheologies, bubble and particle suspension compositions, runout distances, plume geometries, and rates of ash cloud spreading and sedimentation. For experimental results to yield further insights into volcanic processes and observables directly useful to volcano monitoring efforts, we expect future progress to focus on three major fronts: (1) improved multimethod measurements in experiments; (2) upscaling to near-natural-scale experiments conducted by multidisciplinary teams at internationally shared facilities; and (3) integration with computational models that will guide future geophysical observations and predictions of volcanic activity. This way, analog experiments will bridge gaps between other techniques in volcanology and improve our understanding and forecasting of volcanic activity from the Earth\u2019s mantle to the surface and into the atmosphere." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Centrum Bada\u0144 Kosmicznych Polskiej Akademii Nauk (CBK PAN) Bartycka 18A 00-716 Warszawa, Warsaw Poland" + }, + { + "affPubID": "Aff2", + "affPubRaw": "Laboratoire G-Time, Department of Geosciences, Environment and Society Universit\u00e9 Libre de Bruxelles Brussels Belgium" + } + ], + "attrib": { + "email": "sampoppe@cbk.waw.pl", + "orcid": "0000-0002-8787-8590" + }, + "name": { + "given_name": "Sam", + "surname": "Poppe" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Geological Fluid Dynamics Laboratory, Department of Earth, Ocean and Atmospheric Sciences University of British Columbia Vancouver Canada" + }, + { + "affPubID": "Aff4", + "affPubRaw": "Department of Earth Sciences University of Oregon Eugene OR USA" + } + ], + "name": { + "given_name": "Johan T.", + "surname": "Gilchrist" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Department of Earth Sciences University of Oregon Eugene OR USA" + }, + { + "affPubID": "Aff5", + "affPubRaw": "School of Geosciences University of Edinburgh, The King\u2019s Building Edinburgh UK" + } + ], + "attrib": { + "orcid": "0000-0001-8756-8202" + }, + "name": { + "given_name": "Eric Christophe Pascal", + "surname": "Breard" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Department of Earth and Environmental Sciences University of Missouri Kansas City Kansas City MO USA" + } + ], + "attrib": { + "orcid": "0000-0003-2831-9446" + }, + "name": { + "given_name": "Alison", + "surname": "Graettinger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Department of Earth Science Durham University Durham UK" + } + ], + "attrib": { + "orcid": "0000-0001-6267-0411" + }, + "name": { + "given_name": "Stephen", + "surname": "Pansino" + } + } + ], + "copyright": { + "statement": "\u00a9 International Association of Volcanology & Chemistry of the Earth's Interior 2022", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-02-10", + "receivedDates": [ + "2021-10-15" + ] + }, + "funding": [ + { + "agencyid": { + "idschema": "doi", + "idvalue": "http://dx.doi.org/10.13039/501100004281" + }, + "agencyname": "Narodowe Centrum Nauki", + "awardnumber": "2020/37/K/ST10/02447" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "http://dx.doi.org/10.13039/501100002661" + }, + "agencyname": "Fonds De La Recherche Scientifique - FNRS" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "http://dx.doi.org/10.13039/501100002790" + }, + "agencyname": "Canadian Network for Research and Innovation in Machining Technology, Natural Sciences and Engineering Research Council of Canada" + }, + { + "agencyid": { + "idschema": "doi", + "idvalue": "http://dx.doi.org/10.13039/100000001" + }, + "agencyname": "National Science Foundation", + "awardnumber": "1852569" + }, + { + "agencyname": "Royal Society - Newton International Fellowship", + "awardnumber": "NIF\\R1\\202137" + } + ], + "keywords": [ + { + "keyString": "Analog modeling", + "keySystem": "misc" + }, + { + "keyString": "Laboratory experiments", + "keySystem": "misc" + }, + { + "keyString": "Magma intrusion", + "keySystem": "misc" + }, + { + "keyString": "Pyroclastic density currents", + "keySystem": "misc" + }, + { + "keyString": "Explosive eruptions", + "keySystem": "misc" + } + ], + "pagination": { + "electronicID": "52" + }, + "persistentIDs": [ + { + "DOI": "10.1007/s00445-022-01543-x" + } + ], + "pubDate": { + "electrDate": "2022-05-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1432-0819", + "pubtype": "epub" + } + ], + "issueNum": "5", + "pubName": "Bulletin of Volcanology", + "pubYear": "2022", + "publisher": "Springer Berlin Heidelberg", + "volumeNum": "84" + }, + "publisherIDs": [ + { + "Identifier": "s00445-022-01543-x", + "attribute": "publisher-id" + }, + { + "Identifier": "1543", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " Abdelmalak MM Bulois C Mourgues R Description of new dry granular materials of variable cohesion and friction coefficient: implications for laboratory modeling of the brittle crust Tectonophysics 2016 684 39 51 10.1016/j.tecto.2016.03.003 ", + " Acocella V Understanding caldera structure and development: an overview of analogue models compared to natural calderas Earth-Science Rev 2007 85 125 160 10.1016/j.earscirev.2007.08.004 ", + " Albino F Biggs J Yu C Li Z Automated methods for detecting volcanic deformation using Sentinel-1 InSAR time series illustrated by the 2017\u20132018 unrest at Agung, Indonesia J Geophys Res Solid Earth 2020 125 1 40 10.1029/2019JB017908 ", + " Alfano F, Bonadonna C, Watt S et al (2016) Reconstruction of total grain size distribution of the climactic phase of a long-lasting eruption: the example of the 2008\u20132013 Chait\u00e9n eruption. Bull Volcanol 78. \t\t\t\t\t\thttps://doi.org/10.1007/s00445-016-1040-5 ", + " Allstadt KE, Farin M, Iverson RM et al (2020) Measuring basal force fluctuations of debris flows using seismic recordings and empirical Green\u2019s functions. J Geophys Res Earth Surf 125. \t\t\t\t\t\thttps://doi.org/10.1029/2020JF005590 ", + " Andrews BJ Manga M Experimental study of turbulence, sedimentation, and coignimbrite mass partitioning in dilute pyroclastic density currents J Volcanol Geotherm Res 2012 225 30 44 10.1016/j.jvolgeores.2012.02.011 ", + " Anilkumar AV Sparks RSJ Sturtevant B Geological implications and applications of high-velocity two-phase flow experiments J Volcanol Geotherm Res 1993 56 145 160 10.1016/0377-0273(93)90056-W ", + " Azzopardi BJ Pioli L Abdulkareem LA The properties of large bubbles rising in very viscous liquids in vertical columns Int J Multiph Flow 2014 67 160 173 10.1016/j.ijmultiphaseflow.2014.08.013 ", + " Bernard J Kelfoun K Le Pennec J-L Vallejo Vargas S Pyroclastic flow erosion and bulking processes; comparing field-based vs. modeling results at Tungurahua Volcano, Ecuador Bull Volcanol 2014 76 9 1 16 10.1007/s00445-014-0858-y ", + " Bertelsen HS, Guldstrand F, Sigmundsson F et al (2021) Beyond elasticity: are Coulomb properties of the Earth\u2019s crust important for volcano geodesy? J Volcanol Geotherm Res 410. \t\t\t\t\t\thttps://doi.org/10.1016/j.jvolgeores.2020.107153 ", + " Breard ECP Lube G Inside pyroclastic density currents \u2013 uncovering the enigmatic flow structure and transport behaviour in large-scale experiments Earth Planet Sci Lett 2017 458 22 36 10.1016/j.epsl.2016.10.016 ", + " Breard ECP Lube G Jones JR Coupling of turbulent and non-turbulent flow regimes within pyroclastic density currents Nat Geosci 2016 9 767 771 10.1038/ngeo2794 ", + " Breard ECP Dufek J Lube G Enhanced mobility in concentrated pyroclastic density currents: an examination of a self-fluidization mechanism Geophys R Lett 2017 45 654 664 10.1002/2017GL075759 ", + " Breard EC Jones JR Fullard L The permeability of volcanic mixtures\u2014implications for pyroclastic currents J Geophys Res Solid Earth 2019 124 2 1343 1360 10.1029/2018JB016544 ", + " Breard EC Dufek J Fullard L Carrara A The basal friction coefficient of granular flows with and without excess pore pressure: implications for pyroclastic density currents, water-rich debris flows, and rock and submarine avalanches J Geophys Res Solid Earth 2020 125 12 e2020JB020203 10.1029/2020JB020203 ", + " Brosch E Lube G Spatiotemporal sediment transport and deposition processes in experimental dilute pyroclastic density currents J Volc Geotherm Res 2020 401 10.1016/j.jvolgeores.2020.106946 ", + " Brothelande E Peltier A Got JL Constraints on the source of resurgent doming inferred from analogue and numerical modeling \u2014 implications on the current feeding system of the Yenkahe dome\u2013Yasur volcano complex (Vanuatu) J Volcanol Geotherm Res 2016 322 225 240 10.1016/j.jvolgeores.2015.11.023 ", + " Burchardt S Burchardt S Introduction to volcanic and igneous plumbing systems\u2014developing a discipline and common concepts Volcanic and igneous plumbing systems 2018 Amsterdam Elsevier 1 12 ", + " Byrne PK Holohan EP Kervyn M A sagging-spreading continuum of large volcano structure Geology 2013 41 339 342 10.1130/G33990.1 ", + " Cagnoli B, Manga M (2003) Pumice\u2010pumice collisions and the effect of the impact angle. Geophys Res Lett 30(12). \t\t\t\t\t\thttps://doi.org/10.1029/2003GL017421 ", + " Carazzo G Jellinek AM A new view of the dynamics, stability and longevity of volcanic clouds Earth Planet Sci Lett 2012 325 39 51 10.1016/j.epsl.2012.01.025 ", + " Carazzo G Girault F Aubry T Laboratory experiments of forced plumes in a density-stratified crossflow and implications for volcanic plumes Geophys Res Lett 2014 41 24 8759 8766 10.1002/2014GL061887 ", + " Carazzo G Kaminski E Tait S The timing and intensity of column collapse during explosive volcanic eruptions Earth Planet Scie Lett 2015 411 208 217 10.1016/j.epsl.2014.12.006 ", + " Carey SN Sigurdsson H Sparks RS Experimental studies of particle-laden plumes J Geophys Res Solid Earth 1988 93 B12 15314 15328 10.1029/JB093iB12p15314 ", + " Cashman KV Sparks RSJ How volcanoes work: a 25 year perspective Bull Geol Soc Am 2013 125 664 690 10.1130/B30720.1 ", + " Cashman KV Kerr RC Griffiths RW A laboratory model of surface crust formation and disruption on lava flows through non-uniform channels Bull Volcanol 2006 68 753 770 10.1007/s00445-005-0048-z ", + " Chojnicki KN Clarke AB Phillips JC Adrian RJ Rise dynamics of unsteady laboratory jets with implications for volcanic plumes Earth Planet Scie Lett 2015 412 186 196 10.1016/j.epsl.2014.11.046 ", + " Cimarelli C Alatorre-Ibarg\u00fcengoitia MA Kueppers U Experimental generation of volcanic lightning Geology 2014 42 79 82 10.1130/G34802.1 ", + " Delcamp A van Wyk de Vries B James MR The influence of edifice slope and substrata on volcano spreading J Volcanol Geotherm Res 2008 177 925 943 10.1016/j.jvolgeores.2008.07.014 ", + " Delcamp A, Poppe S, Detienne M, Paguican EMR (2018) Destroying a Volcanic edifice\u2014interactions between edifice instabilities and the volcanic plumbing system. In: Volcanic and igneous plumbing systems. Elsevier, pp 231\u2013257 ", + " Dellino P B\u00fcttner R Dioguardi F Experimental evidence links volcanic particle characteristics to pyroclastic flow hazard Earth Planet Scie Lett 2010 295 1\u20132 314 320 10.1016/j.epsl.2010.04.022 ", + " Dellino P Dioguardi F Doronzo DM Mele D The entrainment rate of non-boussinesq hazardous geophysical gas-particle flows: an experimental model with application to pyroclastic density currents Geophys Res Lett 2019 46 12851 12861 10.1029/2019GL084776 ", + " Dellino P, Mele D, Bonasia R et al (2005) The analysis of the influence of pumice shape on its terminal velocity. Geophys Res Lett 32(21). \t\t\t\t\t\thttps://doi.org/10.1029/2005GL023954 ", + " Dellino P, Zimanowski B, B\u00fcttner R et al (2007) Large\u2010scale experiments on the mechanics of pyroclastic flows: design, engineering, and first results. J Geophys Res Solid Earth 112(B4). \t\t\t\t\t\thttps://doi.org/10.1029/2006JB004313 ", + " Derrien A, Taisne B (2019) 360 intrusions in a miniature volcano: Birth, growth, and evolution of an analog edifice. Front Earth Sci 7. \t\t\t\t\t\thttps://doi.org/10.3389/feart.2019.00019 ", + " Dietterich HR Cashman KV Rust AC Lev E Diverting lava flows in the lab Nat Geosci 2015 8 7 494 496 10.1038/ngeo2470 ", + " Dietterich HR, Lev E, Chen J et al (2017) Benchmarking computational fluid dynamics models of lava flow simulation for hazard assessment, forecasting, and risk management. J Appl Volcanol 6. \t\t\t\t\t\thttps://doi.org/10.1186/s13617-017-0061-x ", + " Druitt TH Avard G Bruni G Gas retention in fine-grained pyroclastic flow materials at high temperatures Bull Volcanol 2007 69 8 881 901 10.1007/s00445-007-0116-7 ", + " Dufek J, Wexler J, Manga M (2009) Transport capacity of pyroclastic density currents: experiments and models of substrate\u2010flow interaction. J Geophys Res Solid Earth 114(B11). \t\t\t\t\t\thttps://doi.org/10.1029/2008JB006216 ", + " D\u00fcrig T Gudmundsson MT Dellino P Reconstruction of the geometry of volcanic vents by trajectory tracking of fast ejecta-the case of the Eyjafjallaj\u00f6kull 2010 eruption (Iceland) Earth Planets Space 2015 67 1 1 8 10.1186/s40623-015-0243-x ", + " Edwards BR Karson J Wysocki R Insights on lava\u2013ice/snow interactions from large-scale basaltic melt experiments Geology 2013 41 8 851 854 10.1130/G34305.1 ", + " Esposti Ongaro T Cerminara M Charbonnier SJ A framework for validation and benchmarking of pyroclastic current models Bull Volcanol 2020 82 6 51 10.1007/s00445-020-01388-2 ", + " Fauria KE Manga M Pyroclast cooling and saturation in water J Volcanol Geotherm Res 2018 362 17 31 10.1016/j.jvolgeores.2018.07.002 ", + " Fern\u00e1ndez J Pepe A Poland MP Sigmundsson F Volcano Geodesy: recent developments and future challenges J Volcanol Geotherm Res 2017 344 1 12 10.1016/j.jvolgeores.2017.08.006 ", + " Fink JH Griffiths RW Radial spreading of viscous-gravity currents with solidifying crust J Fluid Mech 1990 221 485 509 10.1017/S0022112090003640 ", + " Gailler L-S L\u00e9nat J-F Lambert M Gravity structure of Piton de la Fournaise volcano and inferred mass transfer during the 2007 crisis J Volcanol Geotherm Res 2009 184 31 48 10.1016/j.jvolgeores.2009.01.024 ", + " Galland O Cobbold PR Hallot E Use of vegetable oil and silica powder for scale modelling of magmatic intrusion in a deforming brittle crust Earth Planet Sci Lett 2006 243 786 804 10.1016/j.epsl.2006.01.014 ", + " Galland O Burchardt S Hallot E Dynamics of dikes versus cone sheets in volcanic systems J Geophys Res Solid Earth 2014 119 8 6178 6192 10.1002/2014JB011059 ", + " Galland O, Bertelsen HS, Guldstrand F, et al (2016) Application of open-source photogrammetric software MicMac for monitoring surface deformation in laboratory models. J Geophys Res Earth 1\u201321. \t\t\t\t\t\thttps://doi.org/10.1002/2015JB012755.Received ", + " Galland O Holohan EP van Wyk de Vries B, Burchardt S, Breitkreuz C Rocchi S Laboratory modelling of volcano plumbing systems: a review Physical geology of shallow magmatic systems - dykes, sills and laccoliths 2018 Berlin Heidelberg Springer 147 214 10.1007/11157_2015_9 ", + " Gilchrist JT, Jellinek AM (2021) Sediment waves and the gravitational stability of volcanic jets. Bull Volcanol 83. \t\t\t\t\t\thttps://doi.org/10.1007/s00445-021-01472-1 ", + " Gilchrist J, Mergny C, Rowell CR et al (2020) Characterization of source unsteadiness and entrainment into explosive eruptions using laboratory-and field-based methods. AGU Fall Meeting Abstracts 2020:V008\u20130014. \t\t\t\t\t\thttps://ui.adsabs.harvard.edu/abs/2020AGUFMV008.0014G. Accessed 24 March 2022 \t\t\t\t\t ", + " Gonnermann HM Magma fragmentation Annu Rev Earth Planet Sci 2015 43 431 458 10.1146/annurev-earth-060614-105206 ", + " Gonnermann HM Giachetti T Fliedner C Permeability during magma expansion and compaction J Geophys Res Solid Earth 2017 122 12 9825 9848 10.1002/2017JB014783 ", + " Graettinger AH Trends in maar crater size and shape using the global Maar Volcano Location and Shape (MaarVLS) database J Volcanol Geotherm Res 2018 357 1 3 10.1016/j.jvolgeores.2018.04.002 ", + " Graettinger AH Valentine GA Evidence for the relative depths and energies of phreatomagmatic explosions recorded in tephra rings Bull Volcanol 2017 79 12 1 21 10.1007/s00445-017-1177-x ", + " Graettinger AH Valentine GA Sonder I Maar-diatreme geometry and deposits: subsurface blast experiments with variable explosion depth Geochem Geophys Geosyst 2014 15 740 764 10.1002/2013GC005198 ", + " Gregg TK Fink JH A laboratory investigation into the effects of slope on lava flow morphology J Volcanol Geotherm Res 2000 96 3\u20134 145 159 10.1016/S0377-0273(99)00148-1 ", + " Griffiths RW The dynamics of lava flows Ann Rev Fluid Mech 2000 32 1 477 518 10.1146/annurev.fluid.32.1.477 ", + " Grosse P Poppe S Delcamp A Volcano growth versus deformation by strike-slip faults: morphometric characterization through analogue modelling Tectonophysics 2020 10.1016/j.tecto.2020.228411 ", + " Guldstrand F Burchardt S Hallot E Galland O Dynamics of surface deformation induced by dikes and cone sheets in a cohesive Coulomb brittle crust J Geophys Res Solid Earth 2017 122 10 8511 8524 10.1002/2017JB014346 ", + " Hartlieb P Toifl M Kuchar F Thermo-physical properties of selected hard rocks and their relation to microwave-assisted comminution Miner Eng 2016 91 34 41 10.1016/j.mineng.2015.11.008 ", + " Holohan EP Wyk V de Vries B Troll VR Analogue models of caldera collapse in strike-slip tectonic regimes Bull Volcanol 2008 70 773 796 10.1007/s00445-007-0166-x ", + " Huppert HE The propagation of two-dimensional and axisymmetric viscous gravity currents over a rigid horizontal surface J Fluid Mech 1982 121 43 58 10.1017/S0022112082001797 ", + " Huppert HE Sparks RSJ Cooling and contamination of mafic and ultramafic magmas during ascent through continental crust Earth Planet Scie Lett 1985 74 4 371 386 10.1016/S0012-821X(85)80009-1 ", + " Huppert HE Sparks RSJ Turner JS Arndt NT Emplacement and cooling of komatiite lavas Nature 1984 309 5963 19 22 10.1038/309019a0 ", + " Iverson RM (2012) Elementary theory of bed\u2010sediment entrainment by debris flows and avalanches. J Geophys Res Earth Surf 117(F3). \t\t\t\t\t\thttps://doi.org/10.1029/2011JF002189 ", + " Iverson RM, Logan M, LaHusen RG, Berti M (2010) The perfect debris flow? Aggregated results from 28 large-scale experiments. J Geophys Res 115. \t\t\t\t\t\thttps://doi.org/10.1029/2009jf001514 ", + " Iverson RM Reid ME Logan M Positive feedback and momentum growth during debris-flow entrainment of wet bed sediment Nat Geosci 2011 4 116 121 10.1038/ngeo1040 ", + " Jessop D Jellinek A Effects of particle mixtures and nozzle geometry on entrainment into volcanic jets Geophys Res Lett 2014 41 11 3858 3863 10.1002/2014GL060059 ", + " Jessop DE Gilchrist J Jellinek AM Roche O Are eruptions from linear fissures and caldera ring dykes more likely to produce pyroclastic flows? Earth Planet Scie Lett 2016 454 142 153 10.1016/j.epsl.2016.09.005 ", + " Kavanagh JL Menand T Daniels KA Gelatine as a crustal analogue: determining elastic properties for modelling magmatic intrusions Tectonophysics 2013 582 101 111 10.1016/j.tecto.2012.09.032 ", + " Kavanagh JL Engwell S Martin S A review of analogue and numerical modelling in volcanology Solid Earth 2018 9 531 571 10.5194/se-9-531-2018 ", + " Kavanagh JL Burns AJ Hilmi Hazim S Challenging dyke ascent models using novel laboratory experiments: implications for reinterpreting evidence of magma ascent and volcanism J Volcanol Geotherm Res 2018 354 87 101 10.1016/j.jvolgeores.2018.01.002 ", + " Kervyn M Boone MN de Vries B van W, 3D imaging of volcano gravitational deformation by computerized X-ray micro-tomography Geosphere 2010 6 482 498 10.1130/ges00564.1 ", + " Kieffer SW Sturtevant B Laboratory studies of volcanic jets J Geophys Res Solid Earth 1984 89 B10 8253 8268 10.1029/JB089iB10p08253 ", + " Kilgour G Manville V Della Pasqua F The 25 September 2007 eruption of Mount Ruapehu, New Zealand: directed ballistics, surtseyan jets, and ice-slurry lahars J Volcanol Geotherm Res 2010 191 1\u20132 1 4 10.1016/j.jvolgeores.2009.10.015 ", + " Klinkm\u00fcller M Schreurs G Rosenau M Kemnitz H Properties of granular analogue model materials: a community wide survey Tectonophysics 2016 684 23 38 10.1016/j.tecto.2016.01.017 ", + " Kueppers U Scheu B Spieler O Dingwell DB Fragmentation efficiency of explosive volcanic eruptions: a study of experimentally generated pyroclasts J Volcanol Geotherm Res 2006 153 1\u20132 125 135 10.1016/j.jvolgeores.2005.08.006 ", + " Leever K Galland O Acocella V The science behind laboratory-scale models of the earth Eos (washington DC) 2014 95 30 10.1002/2014EO030008 ", + " Lev E Spiegelman M Wysocki RJ Karson JA Investigating lava flow rheology using video analysis and numerical flow models J Volcanol Geotherm Res 2012 247 62 73 10.1016/j.jvolgeores.2012.08.002 ", + " Lherm V Jellinek AM Experimental constraints on the distinct effects of ash, lapilli, and larger pyroclasts on entrainment and mixing in volcanic plumes Bull Volcanol 2019 81 12 73 10.1007/s00445-019-1329-2 ", + " Lister J, Kerr R (1991) Fluid-mechanical models of crack propagation and their application to magma transport in dykes. J Geophys Res 96:10,049\u201310,077. \t\t\t\t\t\thttps://doi.org/10.1029/91JB00600 ", + " Loughlin SC, Sparks S, Brown SK et al (2015) Global volcanic hazards and risk. Cambridge University Press, Cambridge ", + " Lube G Breard EC Cronin SJ Dynamics of surges generated by hydrothermal blasts during the 6 August 2012 Te Maari eruption, Mt. Tongariro, New Zealand J Volcanol Geotherm Res 2014 286 348 366 10.1016/j.jvolgeores.2014.05.010 ", + " Lube G Breard ECP Cronin SJ Jones J Synthesizing large-scale pyroclastic flows: experimental design, scaling, and first results from PELE J Geophys Res Solid Earth 2015 120 1487 1502 10.1002/2014JB011666 ", + " Lube G Breard ECP Esposti-Ongaro T Multiphase flow behaviour and hazard prediction of pyroclastic density currents Nat Rev Earth Environ 2020 1 348 365 10.1038/s43017-020-0064-8 ", + " Maccaferri F Smittarello D Pinel V Cayol V On the propagation path of magma-filled dikes and hydrofractures: the competition between external stress, internal pressure, and crack length Geochem Geophys Geosyst 2019 20 2064 2081 10.1029/2018GC007915 ", + " Mader HM Manga M Koyaguchi T The role of laboratory experiments in volcanology J Volcanol Geotherm Res 2004 129 1 5 10.1016/S0377-0273(03)00228-2 ", + " Mader HM Llewellin EW Mueller SP The rheology of two-phase magmas: a review and analysis J Volcanol Geotherm Res 2013 257 135 158 10.1016/J.JVOLGEORES.2013.02.014 ", + " Manta F Emadzadeh A Taisne B New insight into a volcanic system: analogue investigation of bubble-driven deformation in an elastic conduit J Geophys Res Solid Earth 2019 124 11274 11289 10.1029/2019JB017665 ", + " Mantiloni L Davis T Gaete Rojas AB Rivalta E Stress inversion in a gelatin box: testing eruptive vent location forecasts with analog models Geophys Res Lett 2021 48 1 11 10.1029/2020GL090407 ", + " Mathieu L van Wyk de Vries B, Holohan EP, Troll VR, Dykes, cups, saucers and sills: analogue experiments on magma intrusion into brittle rocks Earth Planet Sci Lett 2008 271 1 13 10.1016/j.epsl.2008.02.020 ", + " M\u00e9ndez Harper J Cimarelli C Cigala V Charge injection into the atmosphere by explosive volcanic eruptions through triboelectrification and fragmentation charging Earth Planet Sci Lett 2021 574 10.1016/j.epsl.2021.117162 ", + " Meredith PG Atkinson BK Fracture toughness and subcritical crack growth during high-temperature tensile deformation of Westerly granite and Black gabbro Phys Earth Planet Inter 1985 39 33 51 10.1016/0031-9201(85)90113-X ", + " Merle O The scaling of experiments on volcanic systems Front Earth Sci 2015 3 1 15 10.3389/feart.2015.00026 ", + " Merle O Borgia A Scaled experiments of volcanic spreading J Geophys Res 1996 101 13805 10.1029/95JB03736 ", + " Moitra P Sonder I Valentine GA Effects of size and temperature-dependent thermal conductivity on the cooling of pyroclasts in air Geochem Geophys Geosystems 2018 19 10 3623 3636 10.1029/2018GC007510 ", + " Neilsen TB Matoza RS Maher S Preliminary analyses of seismo-acoustic wave propagation in outdoor field-scale analog volcanic explosions J Acoustic Soc Am 2019 145 3 1869 10.1121/1.5101754 ", + " Oppenheimer J Rust AC Cashman KV Sandnes B Gas migration regimes and outgassing in particle-rich suspensions Frontiers Phys 2015 3 60 10.3389/fphy.2015.00060 ", + " Oppenheimer J Capponi A Cashman KV Analogue experiments on the rise of large bubbles through a solids-rich suspension: a \u201cweak plug\u201d model for Strombolian eruptions Earth Planet Sci Lett 2020 531 10.1016/J.EPSL.2019.115931 ", + " Orescanin MM Prisco D Austin JM Kieffer SW Flow of supersonic jets across flat plates: implications for ground-level flow from volcanic blasts J Geophys Res Solid Earth 2014 119 4 2976 2987 10.1002/2013JB010743 ", + " Ort MH Lefebvre NS Neal CA Linking the Ukinrek 1977 maar-eruption observations to the tephra deposits: new insights into maar depositional processes J Volcanol Geotherm Res 2018 360 36 60 10.1016/j.jvolgeores.2018.07.005 ", + " Pansino S Taisne B How magmatic storage regions attract and repel propagating dikes J Geophys Res Solid Earth 2019 124 1 274 290 10.1029/2018JB016311 ", + " Pansino S Emadzadeh A Taisne B Dike channelization and solidification: time scale controls on the geometry and placement of magma migration pathways J Geophys Res Solid Earth 2019 124 9 9580 9599 10.1029/2019JB018191 ", + " Pansino S, Calder ES, Menand T (2019a) Experimental analysis of bubble-driven magma motion in the conduit, for persistently active, open-vent volcanoes. Bull Volcanol 81. \t\t\t\t\t\thttps://doi.org/10.1007/s00445-019-1339-0 ", + " Perugini D Kueppers U Fractal analysis of experimentally generated pyroclasts: a tool for volcanic hazard assessment Acta Geophys 2012 60 3 682 698 10.2478/s11600-012-0019-7 ", + " Pioli L, Bonadonna C, Azzopardi BJ et al (2012) Experimental constraints on the outgassing dynamics of basaltic magmas. J Geophys R: Solid Earth 117(B3). \t\t\t\t\t\thttps://doi.org/10.1029/2011JB008392 ", + " Poppe S Holohan EP Pauwels E Sinkholes, pit craters, and small calderas: analog models of depletioninduced collapse analyzed by computed X-ray microtomography Bull Geol Soc Am 2015 127 281 296 10.1130/B30989.1 ", + " Poppe S Holohan EP Galland O An inside perspective on magma intrusion: quantifying 3D displacement and strain in laboratory experiments by dynamic X-ray computed tomography Front Earth Sci 2019 7 62 10.3389/feart.2019.00062 ", + " Poppe S Holohan EP Rudolf M Mechanical properties of quartz sand and gypsum powder (plaster) mixtures: implications for laboratory model analogues for the Earth\u2019s upper crust Tectonophysics 2021 814 10.1016/J.TECTO.2021.228976 ", + " Qin Z, Soldati A, Velazquez Santana LC et al (2018) Slug stability in flaring geometries and ramifications for lava lake degassing. J Geophys Res Solid Earth 123:10,431\u201310,448. \t\t\t\t\t\thttps://doi.org/10.1029/2018JB016113 ", + " Reber JE Cooke ML Dooley TP What model material to use? A review on rock analogs for structural geology and tectonics Earth Sci Rev 2020 202 10.1016/j.earscirev.2020.103107 ", + " Ripepe M Rossi M Saccorotti G Image processing of explosive activity at Stromboli J Volcanol Geotherm Res 1993 54 3\u20134 335 351 10.1016/0377-0273(93)90071-X ", + " Rivalta E B\u00fcttinger M Dahm T Buoyancy-driven fracture ascent: experiments in layered gelatine J Volcanol Geotherm Res 2005 144 273 285 10.1016/j.jvolgeores.2004.11.030 ", + " Rivalta E Taisne B Bunger AP Katz RF A review of mechanical models of dike propagation: schools of thought, results and future directions Tectonophysics 2015 638 1 42 10.1016/j.tecto.2014.10.003 ", + " Roche O Depositional processes and gas pore pressure in pyroclastic flows: an experimental perspective Bull Volcanol 2012 74 1807 1820 10.1007/s00445-012-0639-4 ", + " Roche O Carazzo G The contribution of experimental volcanology to the study of the physics of eruptive processes, and related scaling issues: a review J Volcanol Geotherm Res 2019 384 103 150 10.1016/J.JVOLGEORES.2019.07.011 ", + " Roche O Druitt TH Merle O Experimental study of caldera formation J Geophys Res 2000 105 395 10.1029/1999JB900298 ", + " Roche O Ni\u00f1o Y Mangeney A Dynamic pore-pressure variations induce substrate erosion by pyroclastic flows Geology 2013 41 1107 1110 10.1130/G34668.1 ", + " Romine WL Whittington AG Nabelek PI Hofmeister AM Thermal diffusivity of rhyolitic glasses and melts: effects of temperature, crystals and dissolved water Bull Volcanol 2012 74 10 2273 2287 10.1007/s00445-012-0661-6 ", + " Rowell CR, Jellinek M, Gilchrist J (2020) Tracking time-dependent eruption source unsteadiness and local entrainment in ground-based thermal imagery using spectral-clustering. AGU Fall Meeting Abstracts 2020:V008\u20130015. \t\t\t\t\t\thttps://ui.adsabs.harvard.edu/abs/2020AGUFMV008.0015R. Accessed 24 March 2022 \t\t\t\t\t ", + " Ruch J Acocella V Geshi N Kinematic analysis of vertical collapse on volcanoes using experimental models time series J Geophys Res 2012 117 B07301 10.1029/2012JB009229 ", + " Rumpf ME, Lev E, Wysocki R (2018) The influence of topographic roughness on lava flow emplacement. Bull Volcanol 80. \t\t\t\t\t\thttps://doi.org/10.1007/s00445-018-1238-9 ", + " Rust AC, Cashman KV (2011) Permeability controls on expansion and size distributions of pyroclasts. J Geophys Res Solid Earth 116(B11). \t\t\t\t\t\thttps://doi.org/10.1029/2011JB008494 ", + " Rust AC Cashman KV Permeability of vesicular silicic magma: inertial and hysteresis effects Earth Planet Scie Lett 2004 228 1\u20132 93 107 10.1016/j.epsl.2004.09.025 ", + " Salvatore V, Cigala V, Taddeucci J, et al (2020) Gas\u2010pyroclast motions in volcanic conduits during Strombolian eruptions, in light of shock tube experiments. J Geophys Res Solid Earth 125. \t\t\t\t\t\thttps://doi.org/10.1029/2019JB019182 ", + " Saxby J Beckett F Cashman K The impact of particle shape on fall velocity: implications for volcanic ash dispersion modelling J Volcanol Geotherm Res 2018 362 32 48 10.1016/j.jvolgeores.2018.08.006 ", + " Schepp LL, Ahrens B, Balcewicz M et al (2020) Digital rock physics and laboratory considerations on a high-porosity volcanic rock. 1\u201316. \t\t\t\t\t\thttps://doi.org/10.1038/s41598-020-62741-1 ", + " Schmid M Kueppers U Cigala V Release characteristics of overpressurised gas from complex vents: implications for volcanic hazards Bull Volcanol 2020 82 11 1 12 10.1007/s00445-020-01407-2 ", + " Schmiedel T Galland O Haug T Coulomb failure of Earth\u2019s brittle crust controls growth, emplacement and shapes of igneous sills, saucer-shaped sills and laccoliths Earth Planet Sci Lett 2019 510 161 172 10.1016/j.epsl.2019.01.011 ", + " Seropian G Stix J Monitoring and forecasting fault development at actively forming calderas: an experimental study Geology 2018 46 23 26 10.1130/G39551.1 ", + " Seyfried R Freundt A Experiments on conduit flow and eruption behavior of basaltic volcanic eruptions J Geophys Res Solid Earth 2000 105 23727 23740 10.1029/2000jb900096 ", + " Sher D Woods AW Experiments on mixing in pyroclastic density currents generated from short-lived volcanic explosions Earth Planet Sci Lett 2017 467 138 148 10.1016/j.epsl.2017.03.009 ", + " Smith G Rowley P Williams R A bedform phase diagram for dense granular currents Nat Commun 2020 11 1 2873 10.1038/s41467-020-16657-z ", + " Soldati A Farrell JA Wysocki R Karson JA Imagining and constraining ferrovolcanic eruptions and landscapes through large-scale experiments Nat Comm 2021 12 1711 10.1038/s41467-021-21582-w ", + " Sonder I Graettinger AH Valentine GA Scaling multiblast craters: general approach and application to volcanic craters J Geophys Res Solid Earth 2015 120 9 6141 6158 10.1002/2015JB012018 ", + " Sonder I, Harp A, Graettinger AH et al (2018). Meter-scale experiments on magma-water interaction. J Geophys Res Solid Earth 123:10,597\u201310,615. \t\t\t\t\t\thttps://doi.org/10.1029/2018JB015682 ", + " Soule SA Cashman KV The mechanical properties of solidified polyethylene glycol 600, an analog for lava crust J Volcanol Geotherm Res 2004 129 139 153 10.1016/S0377-0273(03)00237-3 ", + " Spina L Cimarelli C Scheu B On the slow decompressive response of volatile- and crystal-bearing magmas: an analogue experimental investigation Earth Planet Sci Lett 2016 433 44 53 10.1016/j.epsl.2015.10.029 ", + " Stevenson RJ Bagdassarov NS Dingwell DB Romano C The influence of trace amounts of water on the viscosity of rhyolites Bull Volcanol 1998 60 2 89 97 10.1007/s004450050218 ", + " Sulpizio R Castioni D Rodriguez-Sedano LA The influence of slope-angle ratio on the dynamics of granular flows: insights from laboratory experiments Bull Volcanol 2016 78 11 77 10.1007/s00445-016-1069-5 ", + " Taddeucci J Alatorre-Ibarguengoitia MA Palladino DM High-speed imaging of Strombolian eruptions: gas-pyroclast dynamics in initial volcanic jets Geophys Res Lett 2015 42 6253 6260 10.1002/2015GL064874 ", + " Taisne B, Jaupart C (2009) Dike propagation through layered rocks. J Geophys Res Solid Earth 114(B9). \t\t\t\t\t\thttps://doi.org/10.1029/2008JB006228 ", + " Taisne B Tait S Eruption versus intrusion? Arrest of propagation of constant volume, buoyant, liquid-filled cracks in an elastic, brittle host J Geophys Res Solid Earth 2009 114 1 7 10.1029/2009JB006297 ", + " Taisne B Tait S Effect of solidification on a propagating dike J Geophys Res Solid Earth 2011 116 1 14 10.1029/2009JB007058 ", + " Touvet T Balmforth NJ Craster RV Sutherland BR Fingering instability in buoyancy-driven fluid-filled cracks J Fluid Mech 2011 672 60 77 10.1017/S0022112010005860 ", + " Valentine GA Initiation of dilute and concentrated pyroclastic currents from collapsing mixtures and origin of their proximal deposits Bull Volcanol 2020 82 20 10.1007/s00445-020-1366-x ", + " Valentine GA Graettinger AH Macorps \u00c9 Experiments with vertically and laterally migrating subsurface explosions with applications to the geology of phreatomagmatic and hydrothermal explosion craters and diatremes Bull Volcanol 2015 77 3 1 7 10.1007/s00445-015-0901-7 ", + " Van Eaton AR Amigo \u00c1 Bertin D Volcanic lightning and plume behavior reveal evolving hazards during the April 2015 eruption of Calbuco volcano, Chile Geophys Res Lett 2016 43 3563 3571 10.1002/2016GL068076 ", + " Wadge G Voight B Sparks RSJ An overview of the eruption of Soufriere Hills Volcano, Montserrat from 2000 to 2010 Mem Geol Soc London 2014 39 1 40 10.1144/M39.1 ", + " Watson LM Using unsupervised machine learning to identify changes in eruptive behavior at Mount Etna, Italy J Volcanol Geotherm Res 2020 405 10.1016/j.jvolgeores.2020.107042 ", + " Weit A Roche O Dubois T Manga M Experimental measurement of the solid particle concentration in geophysical turbulent gas-particle mixtures J Geophys Res Solid Earth 2018 123 5 3747 3761 10.1029/2018JB015530 ", + " Witham F Woods AW Gladstone C An analogue experimental model of depth fluctuations in lava lakes Bull Volcanol 2006 69 51 56 10.1007/s00445-006-0055-8 ", + " Zhu J, Liu X, Shi Q, et al (2020) Development trends and perspectives of future sensors and MEMS/NEMS. Micromachines 11. \t\t\t\t\t\thttps://doi.org/10.3390/mi11010007 ", + " Zorn EU, Walter TR, Heap MJ, Kueppers U (2020) Insights into lava dome and spine extrusion using analogue sandbox experiments. Earth Planet Sci Lett 551:116571. \t\t\t\t\t\thttps://doi.org/10.1016/j.epsl.2020.116571 " + ], + "title": { + "textEnglish": "Analog experiments in volcanology: towards multimethod, upscaled, and integrated models" + } +} diff --git a/tests/stubdata/output/jats_springer_jhep_2022_05_05.json b/tests/stubdata/output/jats_springer_jhep_2022_05_05.json new file mode 100644 index 0000000..b076504 --- /dev/null +++ b/tests/stubdata/output/jats_springer_jhep_2022_05_05.json @@ -0,0 +1,33607 @@ +{ + "abstract": { + "textEnglish": "A search for new heavy resonances decaying to a pair of Higgs bosons (HH) in proton-proton collisions at a center-of-mass energy of 13 TeV is presented. Data were collected with the CMS detector at the LHC in 2016\u20132018, corresponding to an integrated luminosity of 138 fb \u22121 . Resonances with a mass between 0.8 and 4.5 TeV are considered using events in which one Higgs boson decays into a bottom quark pair and the other into final states with either one or two charged leptons. Specifically, the single-lepton decay channel HH \u2192 b b \u00af WW \u2217 \u2192 b b \u00af \u2113 v q q \u00af \u2032 \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\mathrm{HH}\\to \\mathrm{b}\\overline{\\mathrm{b}}{\\mathrm{WW}}^{\\ast}\\to \\mathrm{b}\\overline{\\mathrm{b}}\\ell v\\mathrm{q}{\\overline{\\mathrm{q}}}^{\\prime } $$\\end{document} and the dilepton decay channels HH \u2192 b b \u00af WW \u2217 \u2192 b b \u00af \u2113 v \u2113 v \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\mathrm{HH}\\to \\mathrm{b}\\overline{\\mathrm{b}}{\\mathrm{WW}}^{\\ast}\\to \\mathrm{b}\\overline{\\mathrm{b}}\\ell v\\ell v $$\\end{document} and HH \u2192 b b \u00af \u03c4\u03c4 \u2192 b b \u00af \u2113 vv \u2113 vv \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\mathrm{HH}\\to \\mathrm{b}\\overline{\\mathrm{b}}\\uptau \\uptau \\to \\mathrm{b}\\overline{\\mathrm{b}}\\ell vv\\ell vv $$\\end{document} are examined, where \u2113 in the final state corresponds to an electron or muon. The signal is extracted using a two-dimensional maximum likelihood fit of the H \u2192 b b \u00af \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\mathrm{H}\\to \\mathrm{b}\\overline{\\mathrm{b}} $$\\end{document} jet mass and HH invariant mass distributions. No significant excess above the standard model expectation is observed in data. Model-independent exclusion limits are placed on the product of the cross section and branching fraction for narrow spin-0 and spin-2 massive bosons decaying to HH. The results are also interpreted in the context of radion and bulk graviton production in models with a warped extra spatial dimension. The results provide the most stringent limits to date for X \u2192 HH signatures with final-state leptons and at some masses provide the most sensitive limits of all X \u2192 HH searches.\n[graphic not available: see fulltext]" + }, + "authors": [ + { + "attrib": { + "collab": true + }, + "name": { + "collab": "The CMS collaboration" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff1", + "affPubRaw": "Yerevan Physics Institute Yerevan Armenia" + } + ], + "name": { + "given_name": "A.", + "surname": "Tumasyan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0001-9099-4341" + }, + "name": { + "given_name": "W.", + "surname": "Adam" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "J. W.", + "surname": "Andrejkovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0002-5786-0293" + }, + "name": { + "given_name": "T.", + "surname": "Bergauer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0003-2660-0349" + }, + "name": { + "given_name": "S.", + "surname": "Chatterjee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "K.", + "surname": "Damanakis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0003-1967-6783" + }, + "name": { + "given_name": "M.", + "surname": "Dragicevic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0002-9702-6359" + }, + "name": { + "given_name": "A.", + "surname": "Escalante Del Valle" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff216", + "affPubRaw": "TU Wien Wien Austria" + }, + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "R.", + "surname": "Fr\u00fchwirth" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff216", + "affPubRaw": "TU Wien Wien Austria" + }, + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0002-5141-9560" + }, + "name": { + "given_name": "M.", + "surname": "Jeitler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "N.", + "surname": "Krammer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0002-3065-1141" + }, + "name": { + "given_name": "L.", + "surname": "Lechner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "D.", + "surname": "Liko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "I.", + "surname": "Mikulec" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "P.", + "surname": "Paulitsch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "F. M.", + "surname": "Pitters" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff216", + "affPubRaw": "TU Wien Wien Austria" + }, + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0002-1058-8093" + }, + "name": { + "given_name": "J.", + "surname": "Schieck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0002-2332-8784" + }, + "name": { + "given_name": "R.", + "surname": "Sch\u00f6fbeck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "name": { + "given_name": "D.", + "surname": "Schwarz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0003-3137-5692" + }, + "name": { + "given_name": "S.", + "surname": "Templ" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0002-6215-7228" + }, + "name": { + "given_name": "W.", + "surname": "Waltenberger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff216", + "affPubRaw": "TU Wien Wien Austria" + }, + { + "affPubID": "Aff2", + "affPubRaw": "Institut f\u00fcr Hochenergiephysik Vienna Austria" + } + ], + "attrib": { + "orcid": "0000-0001-9226-5812" + }, + "name": { + "given_name": "C.-E.", + "surname": "Wulz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Institute for Nuclear Problems Minsk Belarus" + } + ], + "name": { + "given_name": "V.", + "surname": "Chekhovsky" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Institute for Nuclear Problems Minsk Belarus" + } + ], + "name": { + "given_name": "A.", + "surname": "Litomin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff3", + "affPubRaw": "Institute for Nuclear Problems Minsk Belarus" + } + ], + "attrib": { + "orcid": "0000-0002-8406-8605" + }, + "name": { + "given_name": "V.", + "surname": "Makarenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff217", + "affPubRaw": "Institute of Basic and Applied Sciences, Faculty of Engineering Arab Academy for Science, Technology and Maritime Transport Alexandria Egypt" + }, + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "name": { + "given_name": "M. R.", + "surname": "Darwish" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "name": { + "given_name": "E. A.", + "surname": "De Wolf" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-3998-4081" + }, + "name": { + "given_name": "T.", + "surname": "Janssen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + }, + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "T.", + "surname": "Kello" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5862-2775" + }, + "name": { + "given_name": "A.", + "surname": "Lelek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "name": { + "given_name": "H.", + "surname": "Rejeb Sfar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8731-9051" + }, + "name": { + "given_name": "P.", + "surname": "Van Mechelen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "name": { + "given_name": "S.", + "surname": "Van Putte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff4", + "affPubRaw": "Universiteit Antwerpen Antwerpen Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-4180-8199" + }, + "name": { + "given_name": "N.", + "surname": "Van Remortel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-7366-7098" + }, + "name": { + "given_name": "F.", + "surname": "Blekman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8564-8732" + }, + "name": { + "given_name": "E. S.", + "surname": "Bols" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-9598-6241" + }, + "name": { + "given_name": "J.", + "surname": "D\u2019Hondt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "name": { + "given_name": "M.", + "surname": "Delcourt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8894-2390" + }, + "name": { + "given_name": "H.", + "surname": "El Faham" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-3984-9987" + }, + "name": { + "given_name": "S.", + "surname": "Lowette" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-6612-3420" + }, + "name": { + "given_name": "S.", + "surname": "Moortgat" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-9919-3492" + }, + "name": { + "given_name": "A.", + "surname": "Morton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-1752-4527" + }, + "name": { + "given_name": "D.", + "surname": "M\u00fcller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-1505-1743" + }, + "name": { + "given_name": "A. R.", + "surname": "Sahasransu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-6792-9522" + }, + "name": { + "given_name": "S.", + "surname": "Tavernier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + } + ], + "name": { + "given_name": "W.", + "surname": "Van Doninck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "D.", + "surname": "Beghin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-1439-7128" + }, + "name": { + "given_name": "B.", + "surname": "Bilin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8547-8211" + }, + "name": { + "given_name": "B.", + "surname": "Clerbaux" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "G.", + "surname": "De Lentdecker" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-1645-7454" + }, + "name": { + "given_name": "L.", + "surname": "Favart" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-6215-0894" + }, + "name": { + "given_name": "A. K.", + "surname": "Kalsi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "K.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "M.", + "surname": "Mahdavikhorrami" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8553-4508" + }, + "name": { + "given_name": "I.", + "surname": "Makarenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-2310-9266" + }, + "name": { + "given_name": "L.", + "surname": "Moureaux" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "L.", + "surname": "P\u00e9tr\u00e9" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-1207-0984" + }, + "name": { + "given_name": "A.", + "surname": "Popov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "N.", + "surname": "Postiau" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-4399-7213" + }, + "name": { + "given_name": "E.", + "surname": "Starling" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-2756-3853" + }, + "name": { + "given_name": "L.", + "surname": "Thomas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "name": { + "given_name": "M.", + "surname": "Vanden Bemden" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-3392-7294" + }, + "name": { + "given_name": "C.", + "surname": "Vander Velde" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-7931-4496" + }, + "name": { + "given_name": "P.", + "surname": "Vanlaer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-9502-5363" + }, + "name": { + "given_name": "T.", + "surname": "Cornelis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "D.", + "surname": "Dobur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-4781-5704" + }, + "name": { + "given_name": "J.", + "surname": "Knolle" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "L.", + "surname": "Lambrecht" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "G.", + "surname": "Mestdach" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5745-2567" + }, + "name": { + "given_name": "M.", + "surname": "Niedziela" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "C.", + "surname": "Rend\u00f3n" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "C.", + "surname": "Roskas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "A.", + "surname": "Samalan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-1160-0621" + }, + "name": { + "given_name": "K.", + "surname": "Skovpen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-3990-2074" + }, + "name": { + "given_name": "M.", + "surname": "Tytgat" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "B.", + "surname": "Vermassen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff7", + "affPubRaw": "Ghent University Ghent Belgium" + } + ], + "name": { + "given_name": "L.", + "surname": "Wezenbeek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "name": { + "given_name": "A.", + "surname": "Benecke" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8150-7043" + }, + "name": { + "given_name": "A.", + "surname": "Bethani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "name": { + "given_name": "G.", + "surname": "Bruno" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-3077-2090" + }, + "name": { + "given_name": "F.", + "surname": "Bury" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-7522-4808" + }, + "name": { + "given_name": "C.", + "surname": "Caputo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-9260-9371" + }, + "name": { + "given_name": "P.", + "surname": "David" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8707-6021" + }, + "name": { + "given_name": "C.", + "surname": "Delaere" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-7485-412X" + }, + "name": { + "given_name": "I. S.", + "surname": "Donertas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-9640-8294" + }, + "name": { + "given_name": "A.", + "surname": "Giammanco" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "name": { + "given_name": "K.", + "surname": "Jaffel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5078-3689" + }, + "name": { + "given_name": "Sa.", + "surname": "Jain" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "name": { + "given_name": "V.", + "surname": "Lemaitre" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5967-1245" + }, + "name": { + "given_name": "K.", + "surname": "Mondal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "name": { + "given_name": "J.", + "surname": "Prisciandaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "name": { + "given_name": "A.", + "surname": "Taliercio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8506-9714" + }, + "name": { + "given_name": "M.", + "surname": "Teklishyn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "name": { + "given_name": "T. T.", + "surname": "Tran" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-7088-8557" + }, + "name": { + "given_name": "P.", + "surname": "Vischia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff8", + "affPubRaw": "Universit\u00e9 Catholique de Louvain Louvain-la-Neuve Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8645-3670" + }, + "name": { + "given_name": "S.", + "surname": "Wertz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff9", + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-8369-1446" + }, + "name": { + "given_name": "G. A.", + "surname": "Alves" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff9", + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "C.", + "surname": "Hensel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff9", + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-5157-5686" + }, + "name": { + "given_name": "A.", + "surname": "Moraes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff9", + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-9029-8506" + }, + "name": { + "given_name": "P.", + "surname": "Rebello Teles" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-5855-9817" + }, + "name": { + "given_name": "W. L.", + "surname": "Ald\u00e1 J\u00fanior" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-4296-7028" + }, + "name": { + "given_name": "M.", + "surname": "Alves Gallo Pereira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "M.", + "surname": "Barroso Ferreira Filho" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "H.", + "surname": "Brandao Malbouisson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-0738-6615" + }, + "name": { + "given_name": "W.", + "surname": "Carvalho" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff218", + "affPubRaw": "Universidade Estadual de Campinas Campinas Brazil" + }, + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "J.", + "surname": "Chinellato" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-5016-6434" + }, + "name": { + "given_name": "E. M.", + "surname": "Da Costa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff219", + "affPubRaw": "Federal University of Rio Grande do Sul Porto Alegre Brazil" + }, + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3514-7056" + }, + "name": { + "given_name": "G. G.", + "surname": "Da Silveira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-3769-1680" + }, + "name": { + "given_name": "D.", + "surname": "De Jesus Damiao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "V.", + "surname": "Dos Santos Sousa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-7830-0837" + }, + "name": { + "given_name": "S.", + "surname": "Fonseca De Souza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3915-3170" + }, + "name": { + "given_name": "C.", + "surname": "Mora Herrera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "K.", + "surname": "Mota Amarilo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-9964-7805" + }, + "name": { + "given_name": "L.", + "surname": "Mundim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "H.", + "surname": "Nogima" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "A.", + "surname": "Santoro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-0209-9687" + }, + "name": { + "given_name": "S. M.", + "surname": "Silva Do Amaral" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-6998-1108" + }, + "name": { + "given_name": "A.", + "surname": "Sznajder" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "name": { + "given_name": "M.", + "surname": "Thiel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff220", + "affPubRaw": "The University of the State of Amazonas Manaus Brazil" + }, + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-4785-3057" + }, + "name": { + "given_name": "F.", + "surname": "Torres Da Silva De Araujo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff10", + "affPubRaw": "Universidade do Estado do Rio de Janeiro Rio de Janeiro Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3177-4626" + }, + "name": { + "given_name": "A.", + "surname": "Vilela Pereira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff219", + "affPubRaw": "Federal University of Rio Grande do Sul Porto Alegre Brazil" + }, + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-5790-9563" + }, + "name": { + "given_name": "C. A.", + "surname": "Bernardes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-9951-9448" + }, + "name": { + "given_name": "L.", + "surname": "Calligaris" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-1809-5226" + }, + "name": { + "given_name": "T. R.", + "surname": "Fernandez Perez Tomei" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-0205-1672" + }, + "name": { + "given_name": "E. M.", + "surname": "Gregores" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-1982-8978" + }, + "name": { + "given_name": "D. S.", + "surname": "Lemos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-8333-4302" + }, + "name": { + "given_name": "P. G.", + "surname": "Mercadante" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-0471-8549" + }, + "name": { + "given_name": "S. F.", + "surname": "Novaes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff11", + "affPubRaw": "Universidade Estadual Paulista S\u00e3o Paulo Brazil" + }, + { + "affPubID": "Aff12", + "affPubRaw": "Universidade Federal do ABC S\u00e3o Paulo Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3071-0559" + }, + "name": { + "given_name": "Sandra S.", + "surname": "Padula" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "name": { + "given_name": "A.", + "surname": "Aleksandrov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0003-3210-5037" + }, + "name": { + "given_name": "G.", + "surname": "Antchev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "name": { + "given_name": "R.", + "surname": "Hadjiiska" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "name": { + "given_name": "P.", + "surname": "Iaydjiev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "name": { + "given_name": "M.", + "surname": "Misheva" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "name": { + "given_name": "M.", + "surname": "Rodozov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "name": { + "given_name": "M.", + "surname": "Shopova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff13", + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences Sofia Bulgaria" + } + ], + "name": { + "given_name": "G.", + "surname": "Sultanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff14", + "affPubRaw": "University of Sofia Sofia Bulgaria" + } + ], + "name": { + "given_name": "A.", + "surname": "Dimitrov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff14", + "affPubRaw": "University of Sofia Sofia Bulgaria" + } + ], + "name": { + "given_name": "T.", + "surname": "Ivanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff14", + "affPubRaw": "University of Sofia Sofia Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0002-8511-6883" + }, + "name": { + "given_name": "L.", + "surname": "Litov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff14", + "affPubRaw": "University of Sofia Sofia Bulgaria" + } + ], + "name": { + "given_name": "B.", + "surname": "Pavlov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff14", + "affPubRaw": "University of Sofia Sofia Bulgaria" + } + ], + "name": { + "given_name": "P.", + "surname": "Petkov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff14", + "affPubRaw": "University of Sofia Sofia Bulgaria" + } + ], + "name": { + "given_name": "A.", + "surname": "Petrov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff15", + "affPubRaw": "Beihang University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0003-2954-9315" + }, + "name": { + "given_name": "T.", + "surname": "Cheng" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff15", + "affPubRaw": "Beihang University Beijing China" + }, + { + "affPubID": "Aff221", + "affPubRaw": "University of Chinese Academy of Sciences Beijing China" + } + ], + "name": { + "given_name": "T.", + "surname": "Javaid" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff15", + "affPubRaw": "Beihang University Beijing China" + } + ], + "name": { + "given_name": "M.", + "surname": "Mittal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff15", + "affPubRaw": "Beihang University Beijing China" + } + ], + "name": { + "given_name": "L.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff16", + "affPubRaw": "Department of Physics Tsinghua University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-9933-995X" + }, + "name": { + "given_name": "M.", + "surname": "Ahmad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff16", + "affPubRaw": "Department of Physics Tsinghua University Beijing China" + } + ], + "name": { + "given_name": "G.", + "surname": "Bauer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff16", + "affPubRaw": "Department of Physics Tsinghua University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-4301-634X" + }, + "name": { + "given_name": "C.", + "surname": "Dozen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff16", + "affPubRaw": "Department of Physics Tsinghua University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-8209-4343" + }, + "name": { + "given_name": "Z.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff222", + "affPubRaw": "UFMS Nova Andradina Brazil" + }, + { + "affPubID": "Aff16", + "affPubRaw": "Department of Physics Tsinghua University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-2120-2782" + }, + "name": { + "given_name": "J.", + "surname": "Martins" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff16", + "affPubRaw": "Department of Physics Tsinghua University Beijing China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff223", + "affPubRaw": "Nanjing Normal University Department of Physics Nanjing China" + }, + { + "affPubID": "Aff16", + "affPubRaw": "Department of Physics Tsinghua University Beijing China" + }, + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Yi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-6968-9828" + }, + "name": { + "given_name": "E.", + "surname": "Chapon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + }, + { + "affPubID": "Aff221", + "affPubRaw": "University of Chinese Academy of Sciences Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-2629-5420" + }, + "name": { + "given_name": "G. M.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + }, + { + "affPubID": "Aff221", + "affPubRaw": "University of Chinese Academy of Sciences Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-8672-8227" + }, + "name": { + "given_name": "H. S.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0003-0489-9669" + }, + "name": { + "given_name": "M.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "name": { + "given_name": "F.", + "surname": "Iemmi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-1844-1504" + }, + "name": { + "given_name": "A.", + "surname": "Kapoor" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "name": { + "given_name": "D.", + "surname": "Leggat" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "name": { + "given_name": "H.", + "surname": "Liao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + }, + { + "affPubID": "Aff221", + "affPubRaw": "University of Chinese Academy of Sciences Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-2896-1386" + }, + "name": { + "given_name": "Z.-A.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-1173-0696" + }, + "name": { + "given_name": "V.", + "surname": "Milosevic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-5846-3655" + }, + "name": { + "given_name": "F.", + "surname": "Monti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0003-1181-1426" + }, + "name": { + "given_name": "R.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0003-2006-3490" + }, + "name": { + "given_name": "J.", + "surname": "Tao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "name": { + "given_name": "J.", + "surname": "Thomas-Wilsker" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-4963-0877" + }, + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-8843-5209" + }, + "name": { + "given_name": "H.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff17", + "affPubRaw": "Institute of High Energy Physics Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-8365-7726" + }, + "name": { + "given_name": "J.", + "surname": "Zhao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "A.", + "surname": "Agapitos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "Y.", + "surname": "An" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Ban" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "C.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0001-9565-4186" + }, + "name": { + "given_name": "A.", + "surname": "Levin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-8290-0517" + }, + "name": { + "given_name": "Q.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "X.", + "surname": "Lyu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Mao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "S. J.", + "surname": "Qian" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "attrib": { + "orcid": "0000-0002-9013-1199" + }, + "name": { + "given_name": "D.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff18", + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology Peking University Beijing China" + } + ], + "name": { + "given_name": "J.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff19", + "affPubRaw": "Sun Yat-Sen University Guangzhou China" + } + ], + "name": { + "given_name": "M.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff19", + "affPubRaw": "Sun Yat-Sen University Guangzhou China" + } + ], + "attrib": { + "orcid": "0000-0001-8324-3291" + }, + "name": { + "given_name": "Z.", + "surname": "You" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff6", + "affPubRaw": "Universit\u00e9 Libre de Bruxelles Bruxelles Belgium" + }, + { + "affPubID": "Aff20", + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE)\u2014 Fudan University Shanghai China" + } + ], + "name": { + "given_name": "X.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff20", + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE)\u2014 Fudan University Shanghai China" + } + ], + "attrib": { + "orcid": "0000-0002-2548-6567" + }, + "name": { + "given_name": "H.", + "surname": "Okawa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff20", + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE)\u2014 Fudan University Shanghai China" + } + ], + "attrib": { + "orcid": "0000-0002-4554-2554" + }, + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff21", + "affPubRaw": "Zhejiang University, Hangzhou, China Zhejiang China" + } + ], + "attrib": { + "orcid": "0000-0003-1812-3474" + }, + "name": { + "given_name": "Z.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff21", + "affPubRaw": "Zhejiang University, Hangzhou, China Zhejiang China" + } + ], + "attrib": { + "orcid": "0000-0001-9628-9336" + }, + "name": { + "given_name": "M.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff22", + "affPubRaw": "Universidad de Los Andes Bogota Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-5610-2693" + }, + "name": { + "given_name": "C.", + "surname": "Avila" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff22", + "affPubRaw": "Universidad de Los Andes Bogota Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-0486-6296" + }, + "name": { + "given_name": "A.", + "surname": "Cabrera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff22", + "affPubRaw": "Universidad de Los Andes Bogota Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-3222-0249" + }, + "name": { + "given_name": "C.", + "surname": "Florez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff22", + "affPubRaw": "Universidad de Los Andes Bogota Colombia" + } + ], + "name": { + "given_name": "J.", + "surname": "Fraga" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff23", + "affPubRaw": "Universidad de Antioquia Medellin Colombia" + } + ], + "name": { + "given_name": "J.", + "surname": "Mejia Guisao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff23", + "affPubRaw": "Universidad de Antioquia Medellin Colombia" + } + ], + "name": { + "given_name": "F.", + "surname": "Ramirez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff23", + "affPubRaw": "Universidad de Antioquia Medellin Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-3306-0363" + }, + "name": { + "given_name": "J. D.", + "surname": "Ruiz Alvarez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff23", + "affPubRaw": "Universidad de Antioquia Medellin Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-0394-4870" + }, + "name": { + "given_name": "C. A.", + "surname": "Salazar Gonz\u00e1lez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff24", + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture Split Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-4674-9450" + }, + "name": { + "given_name": "D.", + "surname": "Giljanovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff24", + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture Split Croatia" + } + ], + "name": { + "given_name": "N.", + "surname": "Godinovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff24", + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture Split Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-8269-5760" + }, + "name": { + "given_name": "D.", + "surname": "Lelas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff24", + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture Split Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-7387-3812" + }, + "name": { + "given_name": "I.", + "surname": "Puljak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff25", + "affPubRaw": "University of Split, Faculty of Science Split Croatia" + } + ], + "name": { + "given_name": "Z.", + "surname": "Antunovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff25", + "affPubRaw": "University of Split, Faculty of Science Split Croatia" + } + ], + "name": { + "given_name": "M.", + "surname": "Kovac" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff25", + "affPubRaw": "University of Split, Faculty of Science Split Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-9578-4105" + }, + "name": { + "given_name": "T.", + "surname": "Sculac" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff26", + "affPubRaw": "Institute Rudjer Boskovic Zagreb Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-5847-0062" + }, + "name": { + "given_name": "V.", + "surname": "Brigljevic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff26", + "affPubRaw": "Institute Rudjer Boskovic Zagreb Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-9116-1202" + }, + "name": { + "given_name": "D.", + "surname": "Ferencek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff26", + "affPubRaw": "Institute Rudjer Boskovic Zagreb Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-7578-0027" + }, + "name": { + "given_name": "D.", + "surname": "Majumder" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff26", + "affPubRaw": "Institute Rudjer Boskovic Zagreb Croatia" + } + ], + "name": { + "given_name": "M.", + "surname": "Roguljic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff26", + "affPubRaw": "Institute Rudjer Boskovic Zagreb Croatia" + }, + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0001-9570-9255" + }, + "name": { + "given_name": "A.", + "surname": "Starodumov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff26", + "affPubRaw": "Institute Rudjer Boskovic Zagreb Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-7430-2552" + }, + "name": { + "given_name": "T.", + "surname": "Susa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-4443-3794" + }, + "name": { + "given_name": "A.", + "surname": "Attikis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "name": { + "given_name": "K.", + "surname": "Christoforou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "name": { + "given_name": "A.", + "surname": "Ioannou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-3285-1497" + }, + "name": { + "given_name": "G.", + "surname": "Kole" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "name": { + "given_name": "M.", + "surname": "Kolosova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "name": { + "given_name": "S.", + "surname": "Konstantinou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-2978-2718" + }, + "name": { + "given_name": "J.", + "surname": "Mousa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "name": { + "given_name": "C.", + "surname": "Nicolaou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-3432-3452" + }, + "name": { + "given_name": "F.", + "surname": "Ptochos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "name": { + "given_name": "P. A.", + "surname": "Razis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "name": { + "given_name": "H.", + "surname": "Rykaczewski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff27", + "affPubRaw": "University of Cyprus Nicosia Cyprus" + } + ], + "attrib": { + "orcid": "0000-0001-7616-2573" + }, + "name": { + "given_name": "H.", + "surname": "Saka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff28", + "affPubRaw": "Charles University Prague Czech Republic" + }, + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Finger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff28", + "affPubRaw": "Charles University Prague Czech Republic" + }, + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "attrib": { + "orcid": "0000-0003-3155-2484" + }, + "name": { + "given_name": "M.", + "surname": "Finger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff28", + "affPubRaw": "Charles University Prague Czech Republic" + } + ], + "name": { + "given_name": "A.", + "surname": "Kveton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff29", + "affPubRaw": "Escuela Politecnica Nacional Quito Ecuador" + } + ], + "name": { + "given_name": "E.", + "surname": "Ayala" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff30", + "affPubRaw": "Universidad San Francisco de Quito Quito Ecuador" + } + ], + "attrib": { + "orcid": "0000-0002-0857-8507" + }, + "name": { + "given_name": "E.", + "surname": "Carrera Jarrin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff31", + "affPubRaw": "Academy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics Cairo Egypt" + }, + { + "affPubID": "Aff224", + "affPubRaw": "British University in Egypt Cairo Egypt" + } + ], + "name": { + "given_name": "S.", + "surname": "Elgammal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff31", + "affPubRaw": "Academy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics Cairo Egypt" + }, + { + "affPubID": "Aff225", + "affPubRaw": "Cairo University Cairo Egypt" + } + ], + "name": { + "given_name": "A.", + "surname": "Ellithi Kamel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff32", + "affPubRaw": "Center for High Energy Physics (CHEP-FU) Fayoum University El-Fayoum Egypt" + } + ], + "attrib": { + "orcid": "0000-0001-8692-5458" + }, + "name": { + "given_name": "M. A.", + "surname": "Mahmoud" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff32", + "affPubRaw": "Center for High Energy Physics (CHEP-FU) Fayoum University El-Fayoum Egypt" + } + ], + "attrib": { + "orcid": "0000-0001-8399-3017" + }, + "name": { + "given_name": "Y.", + "surname": "Mohammed" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "attrib": { + "orcid": "0000-0003-1260-973X" + }, + "name": { + "given_name": "S.", + "surname": "Bhowmik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "attrib": { + "orcid": "0000-0001-6645-6244" + }, + "name": { + "given_name": "R. K.", + "surname": "Dewanjee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "name": { + "given_name": "K.", + "surname": "Ehataht" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "name": { + "given_name": "M.", + "surname": "Kadastik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "name": { + "given_name": "S.", + "surname": "Nandan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "name": { + "given_name": "C.", + "surname": "Nielsen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "name": { + "given_name": "J.", + "surname": "Pata" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "attrib": { + "orcid": "0000-0001-7040-9491" + }, + "name": { + "given_name": "M.", + "surname": "Raidal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "name": { + "given_name": "L.", + "surname": "Tani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff33", + "affPubRaw": "National Institute of Chemical Physics and Biophysics Tallinn Estonia" + } + ], + "name": { + "given_name": "C.", + "surname": "Veelken" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff34", + "affPubRaw": "Department of Physics University of Helsinki Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0002-3244-0591" + }, + "name": { + "given_name": "P.", + "surname": "Eerola" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff34", + "affPubRaw": "Department of Physics University of Helsinki Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0001-7369-2536" + }, + "name": { + "given_name": "H.", + "surname": "Kirschenmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff34", + "affPubRaw": "Department of Physics University of Helsinki Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0003-4807-0414" + }, + "name": { + "given_name": "K.", + "surname": "Osterberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff34", + "affPubRaw": "Department of Physics University of Helsinki Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0002-5200-6477" + }, + "name": { + "given_name": "M.", + "surname": "Voutilainen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "S.", + "surname": "Bharthuar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0001-6066-8756" + }, + "name": { + "given_name": "E.", + "surname": "Br\u00fccken" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0002-4023-7964" + }, + "name": { + "given_name": "F.", + "surname": "Garcia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0003-2898-6900" + }, + "name": { + "given_name": "J.", + "surname": "Havukainen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0003-0392-8691" + }, + "name": { + "given_name": "M. S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "R.", + "surname": "Kinnunen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "T.", + "surname": "Lamp\u00e9n" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0002-5502-1795" + }, + "name": { + "given_name": "K.", + "surname": "Lassila-Perini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0003-1370-5598" + }, + "name": { + "given_name": "S.", + "surname": "Lehti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "T.", + "surname": "Lind\u00e9n" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "M.", + "surname": "Lotti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "L.", + "surname": "Martikainen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "M.", + "surname": "Myllym\u00e4ki" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0001-9337-5722" + }, + "name": { + "given_name": "J.", + "surname": "Ott" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "H.", + "surname": "Siikonen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "attrib": { + "orcid": "0000-0002-7073-7767" + }, + "name": { + "given_name": "E.", + "surname": "Tuominen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff35", + "affPubRaw": "Helsinki Institute of Physics Helsinki Finland" + } + ], + "name": { + "given_name": "J.", + "surname": "Tuominiemi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff36", + "affPubRaw": "Lappeenranta University of Technology Lappeenranta Finland" + } + ], + "attrib": { + "orcid": "0000-0003-2340-4641" + }, + "name": { + "given_name": "P.", + "surname": "Luukka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff36", + "affPubRaw": "Lappeenranta University of Technology Lappeenranta Finland" + } + ], + "name": { + "given_name": "H.", + "surname": "Petrow" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff36", + "affPubRaw": "Lappeenranta University of Technology Lappeenranta Finland" + } + ], + "name": { + "given_name": "T.", + "surname": "Tuuva" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0002-4359-836X" + }, + "name": { + "given_name": "C.", + "surname": "Amendola" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "M.", + "surname": "Besancon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0003-2040-4099" + }, + "name": { + "given_name": "F.", + "surname": "Couderc" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "M.", + "surname": "Dejardin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "D.", + "surname": "Denegri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "J. L.", + "surname": "Faure" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0002-9860-101X" + }, + "name": { + "given_name": "F.", + "surname": "Ferri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "S.", + "surname": "Ganjour" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "P.", + "surname": "Gras" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0002-3872-3592" + }, + "name": { + "given_name": "G.", + "surname": "Hamel de Monchenault" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "P.", + "surname": "Jarry" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0002-1024-4004" + }, + "name": { + "given_name": "B.", + "surname": "Lenzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "E.", + "surname": "Locci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "J.", + "surname": "Malcles" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "name": { + "given_name": "J.", + "surname": "Rander" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0001-7803-6650" + }, + "name": { + "given_name": "A.", + "surname": "Rosowsky" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0001-6402-4050" + }, + "name": { + "given_name": "M. \u00d6.", + "surname": "Sahin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + }, + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Savoy-Navarro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0002-1119-6614" + }, + "name": { + "given_name": "M.", + "surname": "Titov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + } + ], + "attrib": { + "orcid": "0000-0001-7435-2963" + }, + "name": { + "given_name": "G. B.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0003-4368-9285" + }, + "name": { + "given_name": "S.", + "surname": "Ahuja" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0002-1194-8556" + }, + "name": { + "given_name": "F.", + "surname": "Beaudette" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0003-3629-6264" + }, + "name": { + "given_name": "M.", + "surname": "Bonanomi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "A.", + "surname": "Buchot Perraguin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "P.", + "surname": "Busson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "A.", + "surname": "Cappati" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "C.", + "surname": "Charlot" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "O.", + "surname": "Davignon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "B.", + "surname": "Diab" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0002-6762-3937" + }, + "name": { + "given_name": "G.", + "surname": "Falmagne" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "S.", + "surname": "Ghosh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0002-1275-7292" + }, + "name": { + "given_name": "R.", + "surname": "Granier de Cassagnac" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "A.", + "surname": "Hakimi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0001-7561-5040" + }, + "name": { + "given_name": "I.", + "surname": "Kucher" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "J.", + "surname": "Motta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0001-7305-7102" + }, + "name": { + "given_name": "M.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0002-3836-1173" + }, + "name": { + "given_name": "C.", + "surname": "Ochando" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0001-9580-683X" + }, + "name": { + "given_name": "P.", + "surname": "Paganini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "J.", + "surname": "Rembser" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0003-3735-2707" + }, + "name": { + "given_name": "R.", + "surname": "Salerno" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0002-9892-4601" + }, + "name": { + "given_name": "U.", + "surname": "Sarkar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0001-5187-3571" + }, + "name": { + "given_name": "J. B.", + "surname": "Sauvan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0001-5381-4807" + }, + "name": { + "given_name": "Y.", + "surname": "Sirois" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "A.", + "surname": "Tarabini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "name": { + "given_name": "A.", + "surname": "Zabi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff38", + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris Palaiseau France" + } + ], + "attrib": { + "orcid": "0000-0002-1178-1450" + }, + "name": { + "given_name": "A.", + "surname": "Zghiche" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff226", + "affPubRaw": "Universit\u00e9 de Haute Alsace Mulhouse France" + }, + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "attrib": { + "orcid": "0000-0001-7476-0158" + }, + "name": { + "given_name": "J.-L.", + "surname": "Agram" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "J.", + "surname": "Andrea" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "D.", + "surname": "Apparu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "attrib": { + "orcid": "0000-0002-4535-5273" + }, + "name": { + "given_name": "D.", + "surname": "Bloch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "G.", + "surname": "Bourgatte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "J.-M.", + "surname": "Brom" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "E. C.", + "surname": "Chabert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "attrib": { + "orcid": "0000-0002-5230-8387" + }, + "name": { + "given_name": "C.", + "surname": "Collard" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "D.", + "surname": "Darej" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff226", + "affPubRaw": "Universit\u00e9 de Haute Alsace Mulhouse France" + }, + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "J.-C.", + "surname": "Fontaine" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "U.", + "surname": "Goerlach" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "C.", + "surname": "Grimault" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "name": { + "given_name": "A.-C.", + "surname": "Le Bihan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "attrib": { + "orcid": "0000-0001-5821-291X" + }, + "name": { + "given_name": "E.", + "surname": "Nibigira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff39", + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178 Strasbourg France" + } + ], + "attrib": { + "orcid": "0000-0002-2431-3381" + }, + "name": { + "given_name": "P.", + "surname": "Van Hove" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0001-5680-599X" + }, + "name": { + "given_name": "E.", + "surname": "Asilar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0002-8036-9267" + }, + "name": { + "given_name": "S.", + "surname": "Beauceron" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0002-9923-8734" + }, + "name": { + "given_name": "C.", + "surname": "Bernet" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "G.", + "surname": "Boudoul" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "C.", + "surname": "Camen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "A.", + "surname": "Carle" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0002-2939-5646" + }, + "name": { + "given_name": "N.", + "surname": "Chanon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "D.", + "surname": "Contardo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0001-7556-2743" + }, + "name": { + "given_name": "P.", + "surname": "Depasse" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "H.", + "surname": "El Mamouni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "J.", + "surname": "Fay" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0002-7204-1624" + }, + "name": { + "given_name": "S.", + "surname": "Gascon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0002-5524-880X" + }, + "name": { + "given_name": "M.", + "surname": "Gouzevitch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "B.", + "surname": "Ille" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "I. B.", + "surname": "Laktineh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0002-8402-3263" + }, + "name": { + "given_name": "H.", + "surname": "Lattaud" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0003-3437-7845" + }, + "name": { + "given_name": "A.", + "surname": "Lesauvage" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0001-6185-2045" + }, + "name": { + "given_name": "M.", + "surname": "Lethuillier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "L.", + "surname": "Mirabito" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "S.", + "surname": "Perries" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "K.", + "surname": "Shchablo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0003-0885-824X" + }, + "name": { + "given_name": "V.", + "surname": "Sordini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "attrib": { + "orcid": "0000-0002-5349-9242" + }, + "name": { + "given_name": "L.", + "surname": "Torterotot" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "G.", + "surname": "Touquet" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "M.", + "surname": "Vander Donckt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff40", + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I) Villeurbanne France" + } + ], + "name": { + "given_name": "S.", + "surname": "Viret" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff227", + "affPubRaw": "Ilia State University Tbilisi Georgia" + }, + { + "affPubID": "Aff41", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" + } + ], + "name": { + "given_name": "I.", + "surname": "Bagaturia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff41", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" + } + ], + "name": { + "given_name": "I.", + "surname": "Lomidze" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff41", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" + }, + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "Z.", + "surname": "Tsamalaidze" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "name": { + "given_name": "V.", + "surname": "Botta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9813-8646" + }, + "name": { + "given_name": "L.", + "surname": "Feld" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Klein" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Lipinski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Meuser" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Pauls" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "name": { + "given_name": "N.", + "surname": "R\u00f6wert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Schulz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff42", + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5892-1377" + }, + "name": { + "given_name": "M.", + "surname": "Teroerde" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Dodonova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Eliseev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1653-1303" + }, + "name": { + "given_name": "M.", + "surname": "Erdmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4932-7162" + }, + "name": { + "given_name": "P.", + "surname": "Fackeldey" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "B.", + "surname": "Fischer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6717-0803" + }, + "name": { + "given_name": "S.", + "surname": "Ghosh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9736-266X" + }, + "name": { + "given_name": "T.", + "surname": "Hebbeker" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Hoepfner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Ivone" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Mastrolorenzo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2081-7141" + }, + "name": { + "given_name": "M.", + "surname": "Merschmeyer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9598-6623" + }, + "name": { + "given_name": "A.", + "surname": "Meyer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Mocellin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Mondal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6341-9982" + }, + "name": { + "given_name": "S.", + "surname": "Mukherjee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0176-2360" + }, + "name": { + "given_name": "D.", + "surname": "Noll" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Novak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9635-5126" + }, + "name": { + "given_name": "T.", + "surname": "Pook" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3478-9081" + }, + "name": { + "given_name": "A.", + "surname": "Pozdnyakov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "Y.", + "surname": "Rath" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "H.", + "surname": "Reithler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Roemer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2711-8984" + }, + "name": { + "given_name": "A.", + "surname": "Schmidt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "S. C.", + "surname": "Schuler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5295-1460" + }, + "name": { + "given_name": "A.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Vigilante" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Wiedenbeck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Zaleski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Dziwok" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Fl\u00fcgge" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff228", + "affPubRaw": "Erzincan Binali Yildirim University Erzincan Turkey" + }, + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1491-0446" + }, + "name": { + "given_name": "W.", + "surname": "Haj Ahmad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "name": { + "given_name": "O.", + "surname": "Hlushchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Kress" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3522-5926" + }, + "name": { + "given_name": "A.", + "surname": "Nowack" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "name": { + "given_name": "O.", + "surname": "Pooth" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8659-7762" + }, + "name": { + "given_name": "D.", + "surname": "Roy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8369-7506" + }, + "name": { + "given_name": "A.", + "surname": "Stahl" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1697-2130" + }, + "name": { + "given_name": "T.", + "surname": "Ziemons" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff44", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B Aachen Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Zotz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "H.", + "surname": "Aarup Petersen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Aldaya Martin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Asmuss" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Baxter" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Bayatmakou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "O.", + "surname": "Behnke" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Berm\u00fadez Mart\u00ednez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2988-9830" + }, + "name": { + "given_name": "A. A.", + "surname": "Bin Anuar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + }, + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Borras" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Brunner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4439-5748" + }, + "name": { + "given_name": "A.", + "surname": "Campbell" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1803-0999" + }, + "name": { + "given_name": "A.", + "surname": "Cardini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Cheng" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Colombina" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1383-1837" + }, + "name": { + "given_name": "S.", + "surname": "Consuegra Rodr\u00edguez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Correia Silva" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "V.", + "surname": "Danilov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "De Silva" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Didukh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Eckerlin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Eckstein" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6195-3102" + }, + "name": { + "given_name": "L. I.", + "surname": "Estevez Banos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9850-6170" + }, + "name": { + "given_name": "O.", + "surname": "Filatov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + }, + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "E.", + "surname": "Gallo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Geiser" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Giraldi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0748-8494" + }, + "name": { + "given_name": "A.", + "surname": "Grohsjean" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Guthoff" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + }, + { + "affPubID": "Aff67", + "affPubRaw": "Isfahan University of Technology Isfahan Iran" + } + ], + "attrib": { + "orcid": "0000-0001-7327-1870" + }, + "name": { + "given_name": "A.", + "surname": "Jafari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9127-7408" + }, + "name": { + "given_name": "N. Z.", + "surname": "Jomhari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2964-9845" + }, + "name": { + "given_name": "H.", + "surname": "Jung" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + }, + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-6753-7254" + }, + "name": { + "given_name": "A.", + "surname": "Kasem" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0429-2448" + }, + "name": { + "given_name": "M.", + "surname": "Kasemann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3273-5859" + }, + "name": { + "given_name": "H.", + "surname": "Kaveh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9017-9504" + }, + "name": { + "given_name": "C.", + "surname": "Kleinwort" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5336-4399" + }, + "name": { + "given_name": "R.", + "surname": "Kogler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1610-8844" + }, + "name": { + "given_name": "D.", + "surname": "Kr\u00fccker" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "W.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1439-0196" + }, + "name": { + "given_name": "J.", + "surname": "Lidrych" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Lipka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff229", + "affPubRaw": "Brandenburg University of Technology Cottbus Germany" + }, + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "W.", + "surname": "Lohmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "R.", + "surname": "Mankel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7707-919X" + }, + "name": { + "given_name": "I.-A.", + "surname": "Melzer-Pellmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Mendizabal Morentin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Metwally" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8532-2356" + }, + "name": { + "given_name": "A. B.", + "surname": "Meyer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2436-8195" + }, + "name": { + "given_name": "M.", + "surname": "Meyer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7242-8426" + }, + "name": { + "given_name": "J.", + "surname": "Mnich" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Mussgiller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "Y.", + "surname": "Otarid" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3416-0726" + }, + "name": { + "given_name": "D.", + "surname": "P\u00e9rez Ad\u00e1n" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Pitzl" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Raspereza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "B.", + "surname": "Ribeiro Lopes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "R\u00fcbenach" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7385-3317" + }, + "name": { + "given_name": "A.", + "surname": "Saggio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9932-7622" + }, + "name": { + "given_name": "A.", + "surname": "Saibel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9952-9267" + }, + "name": { + "given_name": "M.", + "surname": "Savitskyi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff230", + "affPubRaw": "Forschungszentrum J\u00fclich Juelich Germany" + }, + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Scham" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "V.", + "surname": "Scheurer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Schnake" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Sch\u00fctze" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + }, + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6699-6662" + }, + "name": { + "given_name": "C.", + "surname": "Schwanenberger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Shchedrolosiev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2240-6699" + }, + "name": { + "given_name": "R. E.", + "surname": "Sosa Ricardo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Stafford" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4301-2688" + }, + "name": { + "given_name": "N.", + "surname": "Tonon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8596-2812" + }, + "name": { + "given_name": "M.", + "surname": "Van De Klundert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3872-4114" + }, + "name": { + "given_name": "R.", + "surname": "Walsh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Walter" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1014-8677" + }, + "name": { + "given_name": "Q.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8724-9604" + }, + "name": { + "given_name": "Y.", + "surname": "Wen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Wichmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Wiens" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Wissing" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff45", + "affPubRaw": "Deutsches Elektronen-Synchrotron Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9955-9258" + }, + "name": { + "given_name": "S.", + "surname": "Wuchterl" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "R.", + "surname": "Aggleton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5960-6803" + }, + "name": { + "given_name": "S.", + "surname": "Albrecht" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9387-7407" + }, + "name": { + "given_name": "S.", + "surname": "Bein" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5135-7489" + }, + "name": { + "given_name": "L.", + "surname": "Benato" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2500-1061" + }, + "name": { + "given_name": "P.", + "surname": "Connor" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8908-409X" + }, + "name": { + "given_name": "K.", + "surname": "De Leo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Eich" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Feindt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Fr\u00f6hlich" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5094-2256" + }, + "name": { + "given_name": "C.", + "surname": "Garbers" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0634-5539" + }, + "name": { + "given_name": "E.", + "surname": "Garutti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Gunnellini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Hajheidari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9347-7657" + }, + "name": { + "given_name": "J.", + "surname": "Haller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2633-4696" + }, + "name": { + "given_name": "A.", + "surname": "Hinzmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Kasieczka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7004-9227" + }, + "name": { + "given_name": "R.", + "surname": "Klanner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Kramer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "V.", + "surname": "Kutzner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7513-6330" + }, + "name": { + "given_name": "J.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6242-7331" + }, + "name": { + "given_name": "T.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5376-0877" + }, + "name": { + "given_name": "A.", + "surname": "Lobanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8645-9282" + }, + "name": { + "given_name": "A.", + "surname": "Malara" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Nigamova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "K. J.", + "surname": "Pena Rodriguez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0797-2606" + }, + "name": { + "given_name": "M.", + "surname": "Rieger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "O.", + "surname": "Rieger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Schleper" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8058-9828" + }, + "name": { + "given_name": "M.", + "surname": "Schr\u00f6der" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0052-597X" + }, + "name": { + "given_name": "J.", + "surname": "Schwandt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8362-4414" + }, + "name": { + "given_name": "J.", + "surname": "Sonneveld" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "H.", + "surname": "Stadie" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Steinbr\u00fcck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Tews" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff46", + "affPubRaw": "University of Hamburg Hamburg Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5738-9446" + }, + "name": { + "given_name": "I.", + "surname": "Zoi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5245-7318" + }, + "name": { + "given_name": "J.", + "surname": "Bechtel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Brommer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Burkart" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2403-5801" + }, + "name": { + "given_name": "E.", + "surname": "Butz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5502-9412" + }, + "name": { + "given_name": "R.", + "surname": "Caspart" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "T.", + "surname": "Chwalek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "W.", + "surname": "De Boer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Dierlamm" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Droll" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "El Morabit" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6506-3107" + }, + "name": { + "given_name": "N.", + "surname": "Faltermann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Giffels" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "J. O.", + "surname": "Gosewisch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Gottmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8989-8387" + }, + "name": { + "given_name": "F.", + "surname": "Hartmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Heidecker" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0002-6198-8388" + }, + "name": { + "given_name": "U.", + "surname": "Husemann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Keicher" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "R.", + "surname": "Koppenh\u00f6fer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Maier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Metzler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3060-2278" + }, + "name": { + "given_name": "S.", + "surname": "Mitra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "Th.", + "surname": "M\u00fcller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Neukum" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "N\u00fcrnberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0002-4021-4260" + }, + "name": { + "given_name": "G.", + "surname": "Quast" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7040-9846" + }, + "name": { + "given_name": "K.", + "surname": "Rabbertz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Rauser" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6794-7475" + }, + "name": { + "given_name": "D.", + "surname": "Savoiu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Schnepf" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Seith" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "I.", + "surname": "Shvetsov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "H. J.", + "surname": "Simonis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2535-402X" + }, + "name": { + "given_name": "R.", + "surname": "Ulrich" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Van Der Linden" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "R. F.", + "surname": "Von Cube" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Wassmer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3639-2267" + }, + "name": { + "given_name": "M.", + "surname": "Weber" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Wieland" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9456-383X" + }, + "name": { + "given_name": "R.", + "surname": "Wolf" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Wozniewski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff47", + "affPubRaw": "Karlsruher Institut fuer Technologie Karlsruhe Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Wunsch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff48", + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos Aghia Paraskevi Greece" + } + ], + "name": { + "given_name": "G.", + "surname": "Anagnostou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff48", + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos Aghia Paraskevi Greece" + } + ], + "name": { + "given_name": "G.", + "surname": "Daskalakis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff48", + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos Aghia Paraskevi Greece" + } + ], + "attrib": { + "orcid": "0000-0001-7188-979X" + }, + "name": { + "given_name": "T.", + "surname": "Geralis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff48", + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos Aghia Paraskevi Greece" + } + ], + "name": { + "given_name": "A.", + "surname": "Kyriakis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff48", + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos Aghia Paraskevi Greece" + } + ], + "name": { + "given_name": "D.", + "surname": "Loukas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff48", + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos Aghia Paraskevi Greece" + } + ], + "attrib": { + "orcid": "0000-0001-6277-7171" + }, + "name": { + "given_name": "A.", + "surname": "Stakia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "M.", + "surname": "Diamantopoulou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "D.", + "surname": "Karasavvas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "attrib": { + "orcid": "0000-0002-4860-5979" + }, + "name": { + "given_name": "P.", + "surname": "Kontaxakis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "C. K.", + "surname": "Koraka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "A.", + "surname": "Manousakis-Katsikakis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "A.", + "surname": "Panagiotou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "I.", + "surname": "Papavergou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "attrib": { + "orcid": "0000-0001-6958-4196" + }, + "name": { + "given_name": "N.", + "surname": "Saoulidou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "attrib": { + "orcid": "0000-0001-8448-883X" + }, + "name": { + "given_name": "K.", + "surname": "Theofilatos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "attrib": { + "orcid": "0000-0003-4958-0408" + }, + "name": { + "given_name": "E.", + "surname": "Tziaferi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "K.", + "surname": "Vellidis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + } + ], + "name": { + "given_name": "E.", + "surname": "Vourliotis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff50", + "affPubRaw": "National Technical University of Athens Athens Greece" + } + ], + "name": { + "given_name": "G.", + "surname": "Bakas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff50", + "affPubRaw": "National Technical University of Athens Athens Greece" + } + ], + "attrib": { + "orcid": "0000-0002-6360-0869" + }, + "name": { + "given_name": "K.", + "surname": "Kousouris" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff50", + "affPubRaw": "National Technical University of Athens Athens Greece" + } + ], + "name": { + "given_name": "I.", + "surname": "Papakrivopoulos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff50", + "affPubRaw": "National Technical University of Athens Athens Greece" + } + ], + "name": { + "given_name": "G.", + "surname": "Tsipolitis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff50", + "affPubRaw": "National Technical University of Athens Athens Greece" + } + ], + "name": { + "given_name": "A.", + "surname": "Zacharopoulou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "name": { + "given_name": "K.", + "surname": "Adamidis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "name": { + "given_name": "I.", + "surname": "Bestintzanos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "attrib": { + "orcid": "0000-0002-5903-5481" + }, + "name": { + "given_name": "I.", + "surname": "Evangelou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "name": { + "given_name": "C.", + "surname": "Foudas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "name": { + "given_name": "P.", + "surname": "Gianneios" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "name": { + "given_name": "P.", + "surname": "Katsoulis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "name": { + "given_name": "P.", + "surname": "Kokkas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "name": { + "given_name": "N.", + "surname": "Manthos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "attrib": { + "orcid": "0000-0002-9937-3063" + }, + "name": { + "given_name": "I.", + "surname": "Papadopoulos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff51", + "affPubRaw": "University of Io\u00e1nnina Io\u00e1nnina Greece" + } + ], + "attrib": { + "orcid": "0000-0002-2225-7160" + }, + "name": { + "given_name": "J.", + "surname": "Strologas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-3154-6925" + }, + "name": { + "given_name": "M.", + "surname": "Csanad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "name": { + "given_name": "K.", + "surname": "Farkas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff231", + "affPubRaw": "Physics Department, Faculty of Science Assiut University Assiut Egypt" + }, + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-8305-6661" + }, + "name": { + "given_name": "M. M. A.", + "surname": "Gadallah" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + }, + { + "affPubID": "Aff56", + "affPubRaw": "Karoly Robert Campus, MATE Institute of Technology Gyongyos Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-4447-4836" + }, + "name": { + "given_name": "S.", + "surname": "L\u00f6k\u00f6s" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "name": { + "given_name": "P.", + "surname": "Major" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-3966-7182" + }, + "name": { + "given_name": "K.", + "surname": "Mandal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-0433-4484" + }, + "name": { + "given_name": "A.", + "surname": "Mehta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0003-0707-9762" + }, + "name": { + "given_name": "G.", + "surname": "Pasztor" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "name": { + "given_name": "A. J.", + "surname": "R\u00e1dl" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "name": { + "given_name": "O.", + "surname": "Sur\u00e1nyi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-5440-4356" + }, + "name": { + "given_name": "G. I.", + "surname": "Veres" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + }, + { + "affPubID": "Aff55", + "affPubRaw": "Institute of Physics University of Debrecen Debrecen Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-4440-2701" + }, + "name": { + "given_name": "M.", + "surname": "Bart\u00f3k" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + } + ], + "name": { + "given_name": "G.", + "surname": "Bencze" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-7193-800X" + }, + "name": { + "given_name": "C.", + "surname": "Hajdu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + }, + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + }, + { + "affPubID": "Aff232", + "affPubRaw": "Universitatea Babes-Bolyai\u2014 Facultatea de Fizica Cluj-Napoca Romania" + } + ], + "attrib": { + "orcid": "0000-0003-0091-477X" + }, + "name": { + "given_name": "D.", + "surname": "Horvath" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0001-9608-3901" + }, + "name": { + "given_name": "F.", + "surname": "Sikler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + } + ], + "attrib": { + "orcid": "0000-0001-9783-0315" + }, + "name": { + "given_name": "V.", + "surname": "Veszpremi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + } + ], + "name": { + "given_name": "S.", + "surname": "Czellar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-2926-2691" + }, + "name": { + "given_name": "D.", + "surname": "Fasanella" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + } + ], + "attrib": { + "orcid": "0000-0001-5978-4952" + }, + "name": { + "given_name": "F.", + "surname": "Fienga" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + }, + { + "affPubID": "Aff55", + "affPubRaw": "Institute of Physics University of Debrecen Debrecen Hungary" + } + ], + "attrib": { + "orcid": "0000-0003-0802-7665" + }, + "name": { + "given_name": "J.", + "surname": "Karancsi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + } + ], + "name": { + "given_name": "J.", + "surname": "Molnar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + } + ], + "name": { + "given_name": "Z.", + "surname": "Szillasi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff54", + "affPubRaw": "Institute of Nuclear Research ATOMKI Debrecen Hungary" + } + ], + "name": { + "given_name": "D.", + "surname": "Teyssier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff55", + "affPubRaw": "Institute of Physics University of Debrecen Debrecen Hungary" + } + ], + "name": { + "given_name": "P.", + "surname": "Raics" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff52", + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group E\u00f6tv\u00f6s Lor\u00e1nd University Budapest Hungary" + }, + { + "affPubID": "Aff55", + "affPubRaw": "Institute of Physics University of Debrecen Debrecen Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-2129-1279" + }, + "name": { + "given_name": "Z. L.", + "surname": "Trocsanyi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff55", + "affPubRaw": "Institute of Physics University of Debrecen Debrecen Hungary" + } + ], + "name": { + "given_name": "B.", + "surname": "Ujvari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + }, + { + "affPubID": "Aff56", + "affPubRaw": "Karoly Robert Campus, MATE Institute of Technology Gyongyos Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-9110-9663" + }, + "name": { + "given_name": "T.", + "surname": "Csorgo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff53", + "affPubRaw": "Wigner Research Centre for Physics Budapest Hungary" + }, + { + "affPubID": "Aff56", + "affPubRaw": "Karoly Robert Campus, MATE Institute of Technology Gyongyos Hungary" + } + ], + "name": { + "given_name": "F.", + "surname": "Nemes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff56", + "affPubRaw": "Karoly Robert Campus, MATE Institute of Technology Gyongyos Hungary" + } + ], + "name": { + "given_name": "T.", + "surname": "Novak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff57", + "affPubRaw": "Indian Institute of Science (IISc) Bangalore India" + } + ], + "name": { + "given_name": "S.", + "surname": "Choudhury" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff57", + "affPubRaw": "Indian Institute of Science (IISc) Bangalore India" + } + ], + "attrib": { + "orcid": "0000-0002-9344-6655" + }, + "name": { + "given_name": "J. R.", + "surname": "Komaragiri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff57", + "affPubRaw": "Indian Institute of Science (IISc) Bangalore India" + } + ], + "name": { + "given_name": "D.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff57", + "affPubRaw": "Indian Institute of Science (IISc) Bangalore India" + } + ], + "attrib": { + "orcid": "0000-0003-2461-4907" + }, + "name": { + "given_name": "L.", + "surname": "Panwar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff57", + "affPubRaw": "Indian Institute of Science (IISc) Bangalore India" + } + ], + "attrib": { + "orcid": "0000-0002-3667-3843" + }, + "name": { + "given_name": "P. C.", + "surname": "Tiwari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff233", + "affPubRaw": "IIT Bhubaneswar Bhubaneswar India" + }, + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "attrib": { + "orcid": "0000-0002-3744-5332" + }, + "name": { + "given_name": "S.", + "surname": "Bahinipati" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "attrib": { + "orcid": "0000-0002-6407-6974" + }, + "name": { + "given_name": "C.", + "surname": "Kar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "name": { + "given_name": "P.", + "surname": "Mal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "attrib": { + "orcid": "0000-0002-2121-3932" + }, + "name": { + "given_name": "T.", + "surname": "Mishra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff234", + "affPubRaw": "Institute of Physics Bhubaneswar India" + }, + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "name": { + "given_name": "V. K.", + "surname": "Muraleedharan Nair Bindhu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff234", + "affPubRaw": "Institute of Physics Bhubaneswar India" + }, + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "attrib": { + "orcid": "0000-0002-7716-4981" + }, + "name": { + "given_name": "A.", + "surname": "Nayak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "name": { + "given_name": "P.", + "surname": "Saha" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "attrib": { + "orcid": "0000-0001-5233-553X" + }, + "name": { + "given_name": "N.", + "surname": "Sur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "name": { + "given_name": "S. K.", + "surname": "Swain" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff234", + "affPubRaw": "Institute of Physics Bhubaneswar India" + }, + { + "affPubID": "Aff58", + "affPubRaw": "National Institute of Science Education and Research, HBNI Bhubaneswar India" + } + ], + "name": { + "given_name": "D.", + "surname": "Vats" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0003-1992-0336" + }, + "name": { + "given_name": "S.", + "surname": "Bansal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "name": { + "given_name": "S. B.", + "surname": "Beri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0002-8392-9610" + }, + "name": { + "given_name": "V.", + "surname": "Bhatnagar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0003-0168-3336" + }, + "name": { + "given_name": "G.", + "surname": "Chaudhary" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0001-6974-4129" + }, + "name": { + "given_name": "S.", + "surname": "Chauhan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff235", + "affPubRaw": "Punjab Agricultural University Ludhiana India" + }, + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0002-7200-6204" + }, + "name": { + "given_name": "N.", + "surname": "Dhingra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "name": { + "given_name": "R.", + "surname": "Gupta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "name": { + "given_name": "A.", + "surname": "Kaur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0002-3440-2767" + }, + "name": { + "given_name": "M.", + "surname": "Kaur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0002-6623-8586" + }, + "name": { + "given_name": "P.", + "surname": "Kumari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "name": { + "given_name": "M.", + "surname": "Meena" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0002-3220-3668" + }, + "name": { + "given_name": "K.", + "surname": "Sandeep" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0001-9029-2462" + }, + "name": { + "given_name": "J. B.", + "surname": "Singh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff59", + "affPubRaw": "Panjab University Chandigarh India" + } + ], + "attrib": { + "orcid": "0000-0002-0866-8932" + }, + "name": { + "given_name": "A. K.", + "surname": "Virdi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "name": { + "given_name": "A.", + "surname": "Ahmed" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "attrib": { + "orcid": "0000-0002-7544-3258" + }, + "name": { + "given_name": "A.", + "surname": "Bhardwaj" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "attrib": { + "orcid": "0000-0001-5029-1887" + }, + "name": { + "given_name": "B. C.", + "surname": "Choudhary" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "name": { + "given_name": "M.", + "surname": "Gola" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "attrib": { + "orcid": "0000-0003-3280-2350" + }, + "name": { + "given_name": "S.", + "surname": "Keshri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "attrib": { + "orcid": "0000-0003-3407-4094" + }, + "name": { + "given_name": "A.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "attrib": { + "orcid": "0000-0003-4542-386X" + }, + "name": { + "given_name": "M.", + "surname": "Naimuddin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "attrib": { + "orcid": "0000-0002-0933-685X" + }, + "name": { + "given_name": "P.", + "surname": "Priyanka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "name": { + "given_name": "K.", + "surname": "Ranjan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff60", + "affPubRaw": "University of Delhi Delhi India" + } + ], + "attrib": { + "orcid": "0000-0002-6157-2016" + }, + "name": { + "given_name": "A.", + "surname": "Shah" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff236", + "affPubRaw": "Shoolini University Solan India" + }, + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "M.", + "surname": "Bharti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "attrib": { + "orcid": "0000-0002-8110-4957" + }, + "name": { + "given_name": "R.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "S.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "D.", + "surname": "Bhowmik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "S.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "S.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff237", + "affPubRaw": "University of Hyderabad Hyderabad India" + }, + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "attrib": { + "orcid": "0000-0002-4446-0258" + }, + "name": { + "given_name": "B.", + "surname": "Gomber" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff238", + "affPubRaw": "University of Visva-Bharati Santiniketan India" + }, + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "M.", + "surname": "Maity" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "attrib": { + "orcid": "0000-0002-1948-029X" + }, + "name": { + "given_name": "P.", + "surname": "Palit" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "attrib": { + "orcid": "0000-0001-8149-6180" + }, + "name": { + "given_name": "P. K.", + "surname": "Rout" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "G.", + "surname": "Saha" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "attrib": { + "orcid": "0000-0002-8073-5140" + }, + "name": { + "given_name": "B.", + "surname": "Sahu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "S.", + "surname": "Sarkar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "M.", + "surname": "Sharan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff236", + "affPubRaw": "Shoolini University Solan India" + }, + { + "affPubID": "Aff61", + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI Kolkata India" + } + ], + "name": { + "given_name": "S.", + "surname": "Thakur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "attrib": { + "orcid": "0000-0002-1527-2266" + }, + "name": { + "given_name": "P. K.", + "surname": "Behera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "name": { + "given_name": "S. C.", + "surname": "Behera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "attrib": { + "orcid": "0000-0002-5892-3743" + }, + "name": { + "given_name": "P.", + "surname": "Kalbhor" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "name": { + "given_name": "A.", + "surname": "Muhammad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "name": { + "given_name": "R.", + "surname": "Pradhan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "name": { + "given_name": "P. R.", + "surname": "Pujahari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "attrib": { + "orcid": "0000-0002-0688-923X" + }, + "name": { + "given_name": "A.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff62", + "affPubRaw": "Indian Institute of Technology Madras Madras India" + } + ], + "name": { + "given_name": "A. K.", + "surname": "Sikdar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "attrib": { + "orcid": "0000-0002-0046-9568" + }, + "name": { + "given_name": "D.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "name": { + "given_name": "V.", + "surname": "Jha" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "attrib": { + "orcid": "0000-0001-8694-8326" + }, + "name": { + "given_name": "V.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "name": { + "given_name": "D. K.", + "surname": "Mishra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff239", + "affPubRaw": "Indian Institute of Technology (IIT) Mumbai India" + }, + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "name": { + "given_name": "K.", + "surname": "Naskar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "name": { + "given_name": "P. K.", + "surname": "Netrakanti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "name": { + "given_name": "L. M.", + "surname": "Pant" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff63", + "affPubRaw": "Bhabha Atomic Research Centre Mumbai India" + } + ], + "attrib": { + "orcid": "0000-0001-8118-5331" + }, + "name": { + "given_name": "P.", + "surname": "Shukla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff64", + "affPubRaw": "Tata Institute of Fundamental Research-A Mumbai India" + } + ], + "name": { + "given_name": "T.", + "surname": "Aziz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff64", + "affPubRaw": "Tata Institute of Fundamental Research-A Mumbai India" + } + ], + "name": { + "given_name": "S.", + "surname": "Dugad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff64", + "affPubRaw": "Tata Institute of Fundamental Research-A Mumbai India" + } + ], + "name": { + "given_name": "M.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "attrib": { + "orcid": "0000-0002-7953-4683" + }, + "name": { + "given_name": "S.", + "surname": "Banerjee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "name": { + "given_name": "R.", + "surname": "Chudasama" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "name": { + "given_name": "M.", + "surname": "Guchait" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "name": { + "given_name": "S.", + "surname": "Karmakar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "name": { + "given_name": "S.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "name": { + "given_name": "G.", + "surname": "Majumder" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "name": { + "given_name": "K.", + "surname": "Mazumdar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff65", + "affPubRaw": "Tata Institute of Fundamental Research-B Mumbai India" + } + ], + "attrib": { + "orcid": "0000-0003-3122-0594" + }, + "name": { + "given_name": "S.", + "surname": "Mukherjee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff66", + "affPubRaw": "Indian Institute of Science Education and Research (IISER) Pune India" + } + ], + "name": { + "given_name": "A.", + "surname": "Alpana" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff66", + "affPubRaw": "Indian Institute of Science Education and Research (IISER) Pune India" + } + ], + "attrib": { + "orcid": "0000-0002-5145-3777" + }, + "name": { + "given_name": "S.", + "surname": "Dube" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff66", + "affPubRaw": "Indian Institute of Science Education and Research (IISER) Pune India" + } + ], + "name": { + "given_name": "B.", + "surname": "Kansal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff66", + "affPubRaw": "Indian Institute of Science Education and Research (IISER) Pune India" + } + ], + "name": { + "given_name": "A.", + "surname": "Laha" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff66", + "affPubRaw": "Indian Institute of Science Education and Research (IISER) Pune India" + } + ], + "attrib": { + "orcid": "0000-0003-0440-6019" + }, + "name": { + "given_name": "S.", + "surname": "Pandey" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff66", + "affPubRaw": "Indian Institute of Science Education and Research (IISER) Pune India" + } + ], + "attrib": { + "orcid": "0000-0003-1245-6710" + }, + "name": { + "given_name": "A.", + "surname": "Rastogi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff66", + "affPubRaw": "Indian Institute of Science Education and Research (IISER) Pune India" + } + ], + "attrib": { + "orcid": "0000-0001-6886-0726" + }, + "name": { + "given_name": "S.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff240", + "affPubRaw": "Department of Electrical and Computer Engineering Isfahan University of Technology Isfahan Iran" + }, + { + "affPubID": "Aff67", + "affPubRaw": "Isfahan University of Technology Isfahan Iran" + } + ], + "name": { + "given_name": "A.", + "surname": "Gholami" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff241", + "affPubRaw": "Department of Physics Isfahan University of Technology Isfahan Iran" + }, + { + "affPubID": "Aff67", + "affPubRaw": "Isfahan University of Technology Isfahan Iran" + } + ], + "name": { + "given_name": "E.", + "surname": "Khazaie" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff242", + "affPubRaw": "Sharif University of Technology Tehran Iran" + }, + { + "affPubID": "Aff67", + "affPubRaw": "Isfahan University of Technology Isfahan Iran" + } + ], + "name": { + "given_name": "M.", + "surname": "Zeinali" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff243", + "affPubRaw": "Department of Physics University of Science and Technology of Mazandaran Behshahr Iran" + }, + { + "affPubID": "Aff68", + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM) Tehran Iran" + } + ], + "name": { + "given_name": "S.", + "surname": "Chenarani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff68", + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM) Tehran Iran" + } + ], + "attrib": { + "orcid": "0000-0001-6501-4137" + }, + "name": { + "given_name": "S. M.", + "surname": "Etesami" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff68", + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM) Tehran Iran" + } + ], + "attrib": { + "orcid": "0000-0002-2212-5715" + }, + "name": { + "given_name": "M.", + "surname": "Khakzad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff68", + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM) Tehran Iran" + } + ], + "attrib": { + "orcid": "0000-0001-6131-5987" + }, + "name": { + "given_name": "M.", + "surname": "Mohammadi Najafabadi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff69", + "affPubRaw": "University College Dublin Dublin Ireland" + } + ], + "attrib": { + "orcid": "0000-0002-5754-0388" + }, + "name": { + "given_name": "M.", + "surname": "Grunewald" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8727-7544" + }, + "name": { + "given_name": "M.", + "surname": "Abbrescia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + }, + { + "affPubID": "Aff72", + "affPubRaw": "Politecnico di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6808-1335" + }, + "name": { + "given_name": "R.", + "surname": "Aly" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "name": { + "given_name": "C.", + "surname": "Aruta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0711-6319" + }, + "name": { + "given_name": "A.", + "surname": "Colaleo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff72", + "affPubRaw": "Politecnico di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6153-3044" + }, + "name": { + "given_name": "D.", + "surname": "Creanza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff72", + "affPubRaw": "Politecnico di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0625-6811" + }, + "name": { + "given_name": "N.", + "surname": "De Filippis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8240-1913" + }, + "name": { + "given_name": "M.", + "surname": "De Palma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Di Florio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9233-3632" + }, + "name": { + "given_name": "A.", + "surname": "Di Pilato" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7069-0252" + }, + "name": { + "given_name": "W.", + "surname": "Elmetenawee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9470-1320" + }, + "name": { + "given_name": "L.", + "surname": "Fiore" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9211-2709" + }, + "name": { + "given_name": "A.", + "surname": "Gelmi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5704-1896" + }, + "name": { + "given_name": "M.", + "surname": "Gul" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff72", + "affPubRaw": "Politecnico di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2546-5341" + }, + "name": { + "given_name": "G.", + "surname": "Iaselli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6907-0195" + }, + "name": { + "given_name": "M.", + "surname": "Ince" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6909-774X" + }, + "name": { + "given_name": "S.", + "surname": "Lezki" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff72", + "affPubRaw": "Politecnico di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5391-7689" + }, + "name": { + "given_name": "G.", + "surname": "Maggi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8431-3922" + }, + "name": { + "given_name": "M.", + "surname": "Maggi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "name": { + "given_name": "I.", + "surname": "Margjeka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9082-5924" + }, + "name": { + "given_name": "V.", + "surname": "Mastrapasqua" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9938-2680" + }, + "name": { + "given_name": "S.", + "surname": "My" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1089-6317" + }, + "name": { + "given_name": "S.", + "surname": "Nuzzo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Pellecchia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1291-4005" + }, + "name": { + "given_name": "A.", + "surname": "Pompili" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff72", + "affPubRaw": "Politecnico di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5460-2638" + }, + "name": { + "given_name": "G.", + "surname": "Pugliese" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "name": { + "given_name": "D.", + "surname": "Ramos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7912-4062" + }, + "name": { + "given_name": "A.", + "surname": "Ranieri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0093-6741" + }, + "name": { + "given_name": "G.", + "surname": "Selvaggi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8985-4891" + }, + "name": { + "given_name": "L.", + "surname": "Silvestris" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + }, + { + "affPubID": "Aff71", + "affPubRaw": "Universit\u00e0 di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1924-983X" + }, + "name": { + "given_name": "F. M.", + "surname": "Simone" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "name": { + "given_name": "\u00dc.", + "surname": "S\u00f6zbilir" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6925-8649" + }, + "name": { + "given_name": "R.", + "surname": "Venditti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff70", + "affPubRaw": "INFN Sezione di Bari Bari Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9285-8631" + }, + "name": { + "given_name": "P.", + "surname": "Verwilligen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4499-7562" + }, + "name": { + "given_name": "G.", + "surname": "Abbiendi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3753-3068" + }, + "name": { + "given_name": "C.", + "surname": "Battilana" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0835-9574" + }, + "name": { + "given_name": "D.", + "surname": "Bonacorsi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Borgonovi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2744-0597" + }, + "name": { + "given_name": "R.", + "surname": "Campanini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4485-1897" + }, + "name": { + "given_name": "P.", + "surname": "Capiluppi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2527-0456" + }, + "name": { + "given_name": "A.", + "surname": "Castro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0326-7515" + }, + "name": { + "given_name": "F. R.", + "surname": "Cavallo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0080-6373" + }, + "name": { + "given_name": "C.", + "surname": "Ciocca" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2510-5039" + }, + "name": { + "given_name": "M.", + "surname": "Cuffiani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8614-0420" + }, + "name": { + "given_name": "G. M.", + "surname": "Dallavalle" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0780-8785" + }, + "name": { + "given_name": "T.", + "surname": "Diotalevi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8446-9660" + }, + "name": { + "given_name": "F.", + "surname": "Fabbri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2256-4117" + }, + "name": { + "given_name": "A.", + "surname": "Fanfani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6368-7220" + }, + "name": { + "given_name": "P.", + "surname": "Giacomelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3539-4313" + }, + "name": { + "given_name": "L.", + "surname": "Giommi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5998-3070" + }, + "name": { + "given_name": "C.", + "surname": "Grandi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Guiducci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff244", + "affPubRaw": "Italian National Agency for New Technologies, Energy and Sustainable Economic Development Bologna Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Lo Meo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Lunerti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1233-8100" + }, + "name": { + "given_name": "S.", + "surname": "Marcellini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6377-800X" + }, + "name": { + "given_name": "G.", + "surname": "Masetti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7961-4889" + }, + "name": { + "given_name": "F. L.", + "surname": "Navarria" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7996-7139" + }, + "name": { + "given_name": "A.", + "surname": "Perrotta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6253-8656" + }, + "name": { + "given_name": "F.", + "surname": "Primavera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5973-1305" + }, + "name": { + "given_name": "A. M.", + "surname": "Rossi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9746-4842" + }, + "name": { + "given_name": "T.", + "surname": "Rovelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff73", + "affPubRaw": "INFN Sezione di Bologna Bologna Italy" + }, + { + "affPubID": "Aff74", + "affPubRaw": "Universit\u00e0 di Bologna Bologna Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3528-4125" + }, + "name": { + "given_name": "G. P.", + "surname": "Siroli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff75", + "affPubRaw": "INFN Sezione di Catania Catania Italy" + }, + { + "affPubID": "Aff76", + "affPubRaw": "Universit\u00e0 di Catania Catania Italy" + }, + { + "affPubID": "Aff245", + "affPubRaw": "Centro Siciliano di Fisica Nucleare e di Struttura Della Materia Catania Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7901-4189" + }, + "name": { + "given_name": "S.", + "surname": "Albergo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff75", + "affPubRaw": "INFN Sezione di Catania Catania Italy" + }, + { + "affPubID": "Aff76", + "affPubRaw": "Universit\u00e0 di Catania Catania Italy" + }, + { + "affPubID": "Aff245", + "affPubRaw": "Centro Siciliano di Fisica Nucleare e di Struttura Della Materia Catania Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9919-0569" + }, + "name": { + "given_name": "S.", + "surname": "Costa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff75", + "affPubRaw": "INFN Sezione di Catania Catania Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9964-015X" + }, + "name": { + "given_name": "A.", + "surname": "Di Mattia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff75", + "affPubRaw": "INFN Sezione di Catania Catania Italy" + }, + { + "affPubID": "Aff76", + "affPubRaw": "Universit\u00e0 di Catania Catania Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Potenza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff75", + "affPubRaw": "INFN Sezione di Catania Catania Italy" + }, + { + "affPubID": "Aff76", + "affPubRaw": "Universit\u00e0 di Catania Catania Italy" + }, + { + "affPubID": "Aff245", + "affPubRaw": "Centro Siciliano di Fisica Nucleare e di Struttura Della Materia Catania Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5071-5501" + }, + "name": { + "given_name": "A.", + "surname": "Tricomi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff75", + "affPubRaw": "INFN Sezione di Catania Catania Italy" + }, + { + "affPubID": "Aff76", + "affPubRaw": "Universit\u00e0 di Catania Catania Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0739-3153" + }, + "name": { + "given_name": "C.", + "surname": "Tuve" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1738-8676" + }, + "name": { + "given_name": "G.", + "surname": "Barbagli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3010-4516" + }, + "name": { + "given_name": "A.", + "surname": "Cassese" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Ceccarelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1947-3396" + }, + "name": { + "given_name": "V.", + "surname": "Ciulli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4952-3799" + }, + "name": { + "given_name": "C.", + "surname": "Civinini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7997-0306" + }, + "name": { + "given_name": "R.", + "surname": "D\u2019Alessandro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3763-5267" + }, + "name": { + "given_name": "E.", + "surname": "Focardi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4098-3502" + }, + "name": { + "given_name": "G.", + "surname": "Latino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6927-8807" + }, + "name": { + "given_name": "P.", + "surname": "Lenzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Lizzo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9161-3990" + }, + "name": { + "given_name": "M.", + "surname": "Meschini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3592-9509" + }, + "name": { + "given_name": "S.", + "surname": "Paoletti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + }, + { + "affPubID": "Aff78", + "affPubRaw": "Universit\u00e0 di Firenze Firenze Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Seidita" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0791-3350" + }, + "name": { + "given_name": "G.", + "surname": "Sguazzoni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff77", + "affPubRaw": "INFN Sezione di Firenze Firenze Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1909-6343" + }, + "name": { + "given_name": "L.", + "surname": "Viliani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff79", + "affPubRaw": "INFN Laboratori Nazionali di Frascati Frascati Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2363-8889" + }, + "name": { + "given_name": "L.", + "surname": "Benussi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff79", + "affPubRaw": "INFN Laboratori Nazionali di Frascati Frascati Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8300-4124" + }, + "name": { + "given_name": "S.", + "surname": "Bianco" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff79", + "affPubRaw": "INFN Laboratori Nazionali di Frascati Frascati Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5404-543X" + }, + "name": { + "given_name": "D.", + "surname": "Piccolo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff80", + "affPubRaw": "INFN Sezione di Genova Genova Italy" + }, + { + "affPubID": "Aff81", + "affPubRaw": "Universit\u00e0 di Genova Genova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1715-0457" + }, + "name": { + "given_name": "M.", + "surname": "Bozzo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff80", + "affPubRaw": "INFN Sezione di Genova Genova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7663-0805" + }, + "name": { + "given_name": "F.", + "surname": "Ferro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff80", + "affPubRaw": "INFN Sezione di Genova Genova Italy" + }, + { + "affPubID": "Aff81", + "affPubRaw": "Universit\u00e0 di Genova Genova Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Mulargia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff80", + "affPubRaw": "INFN Sezione di Genova Genova Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9038-4500" + }, + "name": { + "given_name": "E.", + "surname": "Robutti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff80", + "affPubRaw": "INFN Sezione di Genova Genova Italy" + }, + { + "affPubID": "Aff81", + "affPubRaw": "Universit\u00e0 di Genova Genova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7275-9193" + }, + "name": { + "given_name": "S.", + "surname": "Tosi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1124-8450" + }, + "name": { + "given_name": "A.", + "surname": "Benaglia" + } + }, + { + "attrib": { + "orcid": "0000-0001-5490-605X" + }, + "name": { + "given_name": "G.", + "surname": "Boldrini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Brivio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Cetorelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5927-8865" + }, + "name": { + "given_name": "F.", + "surname": "De Guio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8575-7250" + }, + "name": { + "given_name": "M. E.", + "surname": "Dinardo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7375-4899" + }, + "name": { + "given_name": "P.", + "surname": "Dini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5269-8517" + }, + "name": { + "given_name": "S.", + "surname": "Gennai" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8184-7953" + }, + "name": { + "given_name": "A.", + "surname": "Ghezzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0227-1301" + }, + "name": { + "given_name": "P.", + "surname": "Govoni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3086-8260" + }, + "name": { + "given_name": "L.", + "surname": "Guzzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7497-7450" + }, + "name": { + "given_name": "M. T.", + "surname": "Lucchini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Malberti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0218-4910" + }, + "name": { + "given_name": "S.", + "surname": "Malvezzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0782-0883" + }, + "name": { + "given_name": "A.", + "surname": "Massironi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9918-1686" + }, + "name": { + "given_name": "D.", + "surname": "Menasce" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8387-762X" + }, + "name": { + "given_name": "L.", + "surname": "Moroni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2461-275X" + }, + "name": { + "given_name": "M.", + "surname": "Paganoni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2414-4175" + }, + "name": { + "given_name": "D.", + "surname": "Pedrini" + } + }, + { + "name": { + "given_name": "B. S.", + "surname": "Pinolini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8219-2074" + }, + "name": { + "given_name": "S.", + "surname": "Ragazzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0098-2716" + }, + "name": { + "given_name": "N.", + "surname": "Redaelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6262-4685" + }, + "name": { + "given_name": "T.", + "surname": "Tabarelli de Fatis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Valsecchi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff82", + "affPubRaw": "INFN Sezione di Milano-Bicocca Milano Italy" + }, + { + "affPubID": "Aff83", + "affPubRaw": "Universit\u00e0 di Milano-Bicocca Milano Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3072-1020" + }, + "name": { + "given_name": "D.", + "surname": "Zuolo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9526-556X" + }, + "name": { + "given_name": "S.", + "surname": "Buontempo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff85", + "affPubRaw": "Universit\u00e0 di Napoli \u2018Federico II\u2019 Napoli Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Carnevali" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff86", + "affPubRaw": "Universit\u00e0 della Basilicata Potenza Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1327-9058" + }, + "name": { + "given_name": "N.", + "surname": "Cavallo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff85", + "affPubRaw": "Universit\u00e0 di Napoli \u2018Federico II\u2019 Napoli Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9258-1345" + }, + "name": { + "given_name": "A.", + "surname": "De Iorio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff86", + "affPubRaw": "Universit\u00e0 della Basilicata Potenza Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9821-4151" + }, + "name": { + "given_name": "F.", + "surname": "Fabozzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff85", + "affPubRaw": "Universit\u00e0 di Napoli \u2018Federico II\u2019 Napoli Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3798-1135" + }, + "name": { + "given_name": "A. O. M.", + "surname": "Iorio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff85", + "affPubRaw": "Universit\u00e0 di Napoli \u2018Federico II\u2019 Napoli Italy" + }, + { + "affPubID": "Aff246", + "affPubRaw": "Scuola Superiore Meridionale Universit\u00e0 di Napoli Federico II Napoli Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6471-5492" + }, + "name": { + "given_name": "L.", + "surname": "Lista" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff87", + "affPubRaw": "Universit\u00e0 G. Marconi Roma Italy" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8233-7277" + }, + "name": { + "given_name": "S.", + "surname": "Meola" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8773-4781" + }, + "name": { + "given_name": "P.", + "surname": "Paolucci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0807-8772" + }, + "name": { + "given_name": "B.", + "surname": "Rossi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff84", + "affPubRaw": "INFN Sezione di Napoli Napoli Italy" + }, + { + "affPubID": "Aff85", + "affPubRaw": "Universit\u00e0 di Napoli \u2018Federico II\u2019 Napoli Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8412-4072" + }, + "name": { + "given_name": "C.", + "surname": "Sciacca" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3129-828X" + }, + "name": { + "given_name": "P.", + "surname": "Azzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2205-5737" + }, + "name": { + "given_name": "N.", + "surname": "Bacchetta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2359-8477" + }, + "name": { + "given_name": "D.", + "surname": "Bisello" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5360-1454" + }, + "name": { + "given_name": "P.", + "surname": "Bortignon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3474-2099" + }, + "name": { + "given_name": "A.", + "surname": "Bragagnolo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7915-1650" + }, + "name": { + "given_name": "R.", + "surname": "Carlin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8312-1531" + }, + "name": { + "given_name": "P.", + "surname": "Checchia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1659-8727" + }, + "name": { + "given_name": "T.", + "surname": "Dorigo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8086-2863" + }, + "name": { + "given_name": "U.", + "surname": "Dosselli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1315-563X" + }, + "name": { + "given_name": "F.", + "surname": "Gasparini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7253-2669" + }, + "name": { + "given_name": "U.", + "surname": "Gasparini" + } + }, + { + "name": { + "given_name": "G.", + "surname": "Grosso" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3233-5123" + }, + "name": { + "given_name": "S. Y.", + "surname": "Hoh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff85", + "affPubRaw": "Universit\u00e0 di Napoli \u2018Federico II\u2019 Napoli Italy" + }, + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "name": { + "given_name": "L.", + "surname": "Layer" + } + }, + { + "attrib": { + "orcid": "0000-0001-8791-7978" + }, + "name": { + "given_name": "E.", + "surname": "Lusiani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1797-4330" + }, + "name": { + "given_name": "M.", + "surname": "Margoni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5861-8140" + }, + "name": { + "given_name": "A. T.", + "surname": "Meneguzzo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1118-6205" + }, + "name": { + "given_name": "J.", + "surname": "Pazzini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7002-2051" + }, + "name": { + "given_name": "P.", + "surname": "Ronchese" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Rossin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8279-2464" + }, + "name": { + "given_name": "F.", + "surname": "Simonetto" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4640-6108" + }, + "name": { + "given_name": "G.", + "surname": "Strong" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4050-1769" + }, + "name": { + "given_name": "M.", + "surname": "Tosi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "name": { + "given_name": "H.", + "surname": "Yarar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4281-4582" + }, + "name": { + "given_name": "M.", + "surname": "Zanetti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3953-5996" + }, + "name": { + "given_name": "P.", + "surname": "Zotto" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0380-1172" + }, + "name": { + "given_name": "A.", + "surname": "Zucchetta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff88", + "affPubRaw": "INFN Sezione di Padova Padova Italy" + }, + { + "affPubID": "Aff89", + "affPubRaw": "Universit\u00e0 di Padova Padova Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3075-2679" + }, + "name": { + "given_name": "G.", + "surname": "Zumerle" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + } + ], + "name": { + "given_name": "C.", + "surname": "Aim\u00e8" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9606-5604" + }, + "name": { + "given_name": "A.", + "surname": "Braghieri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Calzaferri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7104-257X" + }, + "name": { + "given_name": "D.", + "surname": "Fiorina" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + } + ], + "name": { + "given_name": "P.", + "surname": "Montagna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + } + ], + "name": { + "given_name": "S. P.", + "surname": "Ratti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0697-3420" + }, + "name": { + "given_name": "V.", + "surname": "Re" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0165-3962" + }, + "name": { + "given_name": "C.", + "surname": "Riccardi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9207-7256" + }, + "name": { + "given_name": "P.", + "surname": "Salvini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0037-5032" + }, + "name": { + "given_name": "I.", + "surname": "Vai" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9247-7778" + }, + "name": { + "given_name": "P.", + "surname": "Vitulo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff247", + "affPubRaw": "Consiglio Nazionale delle Ricerche\u2014 Istituto Officina dei Materiali Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2379-9903" + }, + "name": { + "given_name": "P.", + "surname": "Asenov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4159-9123" + }, + "name": { + "given_name": "G. M.", + "surname": "Bilei" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0843-4108" + }, + "name": { + "given_name": "D.", + "surname": "Ciangottini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9007-629X" + }, + "name": { + "given_name": "L.", + "surname": "Fan\u00f2" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Magherini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Mantovani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "name": { + "given_name": "V.", + "surname": "Mariani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9004-735X" + }, + "name": { + "given_name": "M.", + "surname": "Menichelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff247", + "affPubRaw": "Consiglio Nazionale delle Ricerche\u2014 Istituto Officina dei Materiali Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7676-3106" + }, + "name": { + "given_name": "F.", + "surname": "Moscatelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0386-0527" + }, + "name": { + "given_name": "A.", + "surname": "Piccinelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2808-7315" + }, + "name": { + "given_name": "M.", + "surname": "Presilla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2031-2955" + }, + "name": { + "given_name": "A.", + "surname": "Rossi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9770-2249" + }, + "name": { + "given_name": "A.", + "surname": "Santocchia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2991-6384" + }, + "name": { + "given_name": "D.", + "surname": "Spiga" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff93", + "affPubRaw": "INFN Sezione di Perugia Perugia Italy" + }, + { + "affPubID": "Aff94", + "affPubRaw": "Universit\u00e0 di Perugia Perugia Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7125-2905" + }, + "name": { + "given_name": "T.", + "surname": "Tedeschi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1717-5654" + }, + "name": { + "given_name": "P.", + "surname": "Azzurri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4298-1620" + }, + "name": { + "given_name": "G.", + "surname": "Bagliesi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff97", + "affPubRaw": "Scuola Normale Superiore di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9971-1176" + }, + "name": { + "given_name": "V.", + "surname": "Bertacchi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6598-6865" + }, + "name": { + "given_name": "L.", + "surname": "Bianchini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9930-9299" + }, + "name": { + "given_name": "T.", + "surname": "Boccali" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff96", + "affPubRaw": "Universit\u00e0 di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2303-2588" + }, + "name": { + "given_name": "E.", + "surname": "Bossini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0146-845X" + }, + "name": { + "given_name": "R.", + "surname": "Castaldi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff96", + "affPubRaw": "Universit\u00e0 di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0002-5462" + }, + "name": { + "given_name": "M. A.", + "surname": "Ciocci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff98", + "affPubRaw": "Universit\u00e0 di Siena Siena Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7342-2592" + }, + "name": { + "given_name": "V.", + "surname": "D\u2019Amante" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1414-9343" + }, + "name": { + "given_name": "R.", + "surname": "Dell\u2019Orso" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff98", + "affPubRaw": "Universit\u00e0 di Siena Siena Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7138-7017" + }, + "name": { + "given_name": "M. R.", + "surname": "Di Domenico" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7646-4977" + }, + "name": { + "given_name": "S.", + "surname": "Donato" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9428-2296" + }, + "name": { + "given_name": "A.", + "surname": "Giassi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff97", + "affPubRaw": "Scuola Normale Superiore di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1549-7107" + }, + "name": { + "given_name": "F.", + "surname": "Ligabue" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff97", + "affPubRaw": "Scuola Normale Superiore di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8946-655X" + }, + "name": { + "given_name": "E.", + "surname": "Manca" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff97", + "affPubRaw": "Scuola Normale Superiore di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5183-9020" + }, + "name": { + "given_name": "G.", + "surname": "Mandorli" + } + }, + { + "name": { + "given_name": "D.", + "surname": "Matos Figueiredo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff96", + "affPubRaw": "Universit\u00e0 di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7551-5613" + }, + "name": { + "given_name": "A.", + "surname": "Messineo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6361-438X" + }, + "name": { + "given_name": "F.", + "surname": "Palla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff96", + "affPubRaw": "Universit\u00e0 di Pisa Pisa Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Parolia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff97", + "affPubRaw": "Scuola Normale Superiore di Pisa Pisa Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Ramirez-Sanchez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff96", + "affPubRaw": "Universit\u00e0 di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4543-2718" + }, + "name": { + "given_name": "A.", + "surname": "Rizzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff97", + "affPubRaw": "Scuola Normale Superiore di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0635-274X" + }, + "name": { + "given_name": "G.", + "surname": "Rolandi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff97", + "affPubRaw": "Scuola Normale Superiore di Pisa Pisa Italy" + } + ], + "name": { + "given_name": "S.", + "surname": "Roy Chowdhury" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Scribano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff96", + "affPubRaw": "Universit\u00e0 di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8243-371X" + }, + "name": { + "given_name": "N.", + "surname": "Shafiei" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7962-5203" + }, + "name": { + "given_name": "P.", + "surname": "Spagnolo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2574-4383" + }, + "name": { + "given_name": "R.", + "surname": "Tenchini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff96", + "affPubRaw": "Universit\u00e0 di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2606-9156" + }, + "name": { + "given_name": "G.", + "surname": "Tonelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + }, + { + "affPubID": "Aff98", + "affPubRaw": "Universit\u00e0 di Siena Siena Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9395-5230" + }, + "name": { + "given_name": "N.", + "surname": "Turini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0249-4142" + }, + "name": { + "given_name": "A.", + "surname": "Venturi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff95", + "affPubRaw": "INFN Sezione di Pisa Pisa Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0042-9507" + }, + "name": { + "given_name": "P. G.", + "surname": "Verdini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3924-7380" + }, + "name": { + "given_name": "P.", + "surname": "Barria" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Campana" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1061-3877" + }, + "name": { + "given_name": "F.", + "surname": "Cavallari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0870-5796" + }, + "name": { + "given_name": "D.", + "surname": "Del Re" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5920-2438" + }, + "name": { + "given_name": "E.", + "surname": "Di Marco" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3810-8530" + }, + "name": { + "given_name": "M.", + "surname": "Diemoz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6238-6787" + }, + "name": { + "given_name": "E.", + "surname": "Longo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8480-2259" + }, + "name": { + "given_name": "P.", + "surname": "Meridiani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3229-0781" + }, + "name": { + "given_name": "G.", + "surname": "Organtini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Pandolfi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0080-9550" + }, + "name": { + "given_name": "R.", + "surname": "Paramatti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "name": { + "given_name": "C.", + "surname": "Quaranta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9794-3360" + }, + "name": { + "given_name": "S.", + "surname": "Rahatlou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2173-7530" + }, + "name": { + "given_name": "C.", + "surname": "Rovelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2505-8359" + }, + "name": { + "given_name": "F.", + "surname": "Santanastasio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2532-9876" + }, + "name": { + "given_name": "L.", + "surname": "Soffi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff99", + "affPubRaw": "INFN Sezione di Roma Rome Italy" + }, + { + "affPubID": "Aff100", + "affPubRaw": "Sapienza Universit\u00e0 di Roma Rome Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Tramontano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9449-2509" + }, + "name": { + "given_name": "N.", + "surname": "Amapane" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff103", + "affPubRaw": "Universit\u00e0 del Piemonte Orientale Novara Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5904-142X" + }, + "name": { + "given_name": "R.", + "surname": "Arcidiacono" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2150-3750" + }, + "name": { + "given_name": "S.", + "surname": "Argiro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff103", + "affPubRaw": "Universit\u00e0 del Piemonte Orientale Novara Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7790-7132" + }, + "name": { + "given_name": "M.", + "surname": "Arneodo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7196-2237" + }, + "name": { + "given_name": "N.", + "surname": "Bartosik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2539-2376" + }, + "name": { + "given_name": "R.", + "surname": "Bellan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2753-5473" + }, + "name": { + "given_name": "A.", + "surname": "Bellora" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3153-0891" + }, + "name": { + "given_name": "J.", + "surname": "Berenguer Antequera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1397-7246" + }, + "name": { + "given_name": "C.", + "surname": "Biino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0548-9189" + }, + "name": { + "given_name": "N.", + "surname": "Cartiglia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0156-0790" + }, + "name": { + "given_name": "M.", + "surname": "Costa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1216-5235" + }, + "name": { + "given_name": "R.", + "surname": "Covarelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0743-9465" + }, + "name": { + "given_name": "N.", + "surname": "Demaria" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6431-5464" + }, + "name": { + "given_name": "B.", + "surname": "Kiani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1400-0709" + }, + "name": { + "given_name": "F.", + "surname": "Legger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6864-3294" + }, + "name": { + "given_name": "C.", + "surname": "Mariotti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9871-7859" + }, + "name": { + "given_name": "S.", + "surname": "Maselli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2271-5192" + }, + "name": { + "given_name": "E.", + "surname": "Migliore" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2350-213X" + }, + "name": { + "given_name": "E.", + "surname": "Monteil" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3521-6333" + }, + "name": { + "given_name": "M.", + "surname": "Monteno" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8781-8192" + }, + "name": { + "given_name": "M. M.", + "surname": "Obertino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8411-2971" + }, + "name": { + "given_name": "G.", + "surname": "Ortona" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1288-4838" + }, + "name": { + "given_name": "L.", + "surname": "Pacher" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7291-1979" + }, + "name": { + "given_name": "N.", + "surname": "Pastrone" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4728-6678" + }, + "name": { + "given_name": "M.", + "surname": "Pelliccioni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff103", + "affPubRaw": "Universit\u00e0 del Piemonte Orientale Novara Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7655-3475" + }, + "name": { + "given_name": "M.", + "surname": "Ruspa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3742-0693" + }, + "name": { + "given_name": "K.", + "surname": "Shchelina" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4427-4076" + }, + "name": { + "given_name": "F.", + "surname": "Siviero" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6288-951X" + }, + "name": { + "given_name": "V.", + "surname": "Sola" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2971-8214" + }, + "name": { + "given_name": "A.", + "surname": "Solano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9059-4831" + }, + "name": { + "given_name": "D.", + "surname": "Soldi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1803-624X" + }, + "name": { + "given_name": "A.", + "surname": "Staiano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Tornago" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2830-5872" + }, + "name": { + "given_name": "D.", + "surname": "Trocino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff101", + "affPubRaw": "INFN Sezione di Torino Torino Italy" + }, + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Vagnerini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8443-4460" + }, + "name": { + "given_name": "S.", + "surname": "Belforte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + }, + { + "affPubID": "Aff105", + "affPubRaw": "Universit\u00e0 di Trieste Trieste Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3641-5983" + }, + "name": { + "given_name": "V.", + "surname": "Candelise" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1353-8964" + }, + "name": { + "given_name": "M.", + "surname": "Casarsa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5672-214X" + }, + "name": { + "given_name": "F.", + "surname": "Cossutti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + }, + { + "affPubID": "Aff105", + "affPubRaw": "Universit\u00e0 di Trieste Trieste Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0342-7977" + }, + "name": { + "given_name": "A.", + "surname": "Da Rold" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + }, + { + "affPubID": "Aff105", + "affPubRaw": "Universit\u00e0 di Trieste Trieste Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2831-6982" + }, + "name": { + "given_name": "G.", + "surname": "Della Ricca" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + }, + { + "affPubID": "Aff105", + "affPubRaw": "Universit\u00e0 di Trieste Trieste Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Sorrentino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff104", + "affPubRaw": "INFN Sezione di Trieste Trieste Italy" + }, + { + "affPubID": "Aff105", + "affPubRaw": "Universit\u00e0 di Trieste Trieste Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8111-9318" + }, + "name": { + "given_name": "F.", + "surname": "Vazzoler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0002-0812-0758" + }, + "name": { + "given_name": "S.", + "surname": "Dogra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0002-8513-2824" + }, + "name": { + "given_name": "C.", + "surname": "Huh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "name": { + "given_name": "B.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0002-9023-6847" + }, + "name": { + "given_name": "D. H.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3482-9082" + }, + "name": { + "given_name": "G. N.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1028-3468" + }, + "name": { + "given_name": "S. W.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0001-8229-7829" + }, + "name": { + "given_name": "C. S.", + "surname": "Moon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0002-7219-9931" + }, + "name": { + "given_name": "Y. D.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "name": { + "given_name": "S. I.", + "surname": "Pak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "attrib": { + "orcid": "0000-0003-1726-5681" + }, + "name": { + "given_name": "S.", + "surname": "Sekmen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + } + ], + "name": { + "given_name": "Y. C.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff107", + "affPubRaw": "Chonnam National University, Institute for Universe and Elementary Particles Kwangju Korea" + } + ], + "attrib": { + "orcid": "0000-0001-8019-9387" + }, + "name": { + "given_name": "H.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff107", + "affPubRaw": "Chonnam National University, Institute for Universe and Elementary Particles Kwangju Korea" + } + ], + "attrib": { + "orcid": "0000-0002-5628-9187" + }, + "name": { + "given_name": "D. H.", + "surname": "Moon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff108", + "affPubRaw": "Hanyang University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-2190-9059" + }, + "name": { + "given_name": "B.", + "surname": "Francois" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff108", + "affPubRaw": "Hanyang University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0001-8336-2434" + }, + "name": { + "given_name": "T. J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff108", + "affPubRaw": "Hanyang University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-4683-6669" + }, + "name": { + "given_name": "J.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Cho" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0001-6225-9876" + }, + "name": { + "given_name": "S.", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-2259-9929" + }, + "name": { + "given_name": "B.", + "surname": "Hong" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "name": { + "given_name": "K.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3680-7039" + }, + "name": { + "given_name": "K. S.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Lim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "name": { + "given_name": "S. K.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff109", + "affPubRaw": "Korea University Seoul Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Yoo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff110", + "affPubRaw": "Kyung Hee University, Department of Physics Seoul Republic of Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1129-2083" + }, + "name": { + "given_name": "J.", + "surname": "Goh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff110", + "affPubRaw": "Kyung Hee University, Department of Physics Seoul Republic of Korea" + } + ], + "name": { + "given_name": "A.", + "surname": "Gurtu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff111", + "affPubRaw": "Sejong University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-6543-9191" + }, + "name": { + "given_name": "H. S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff111", + "affPubRaw": "Sejong University Seoul Korea" + } + ], + "name": { + "given_name": "Y.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Almond" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "J. H.", + "surname": "Bhyun" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Jeon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "J. S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Ko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "H.", + "surname": "Kwon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1138-3700" + }, + "name": { + "given_name": "H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "B. H.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0003-2618-9203" + }, + "name": { + "given_name": "M.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "S. B.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3932-0605" + }, + "name": { + "given_name": "H.", + "surname": "Seo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "name": { + "given_name": "U. K.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff112", + "affPubRaw": "Seoul National University Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3491-8026" + }, + "name": { + "given_name": "I.", + "surname": "Yoon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "W.", + "surname": "Jang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "D. Y.", + "surname": "Kang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "Y.", + "surname": "Kang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "B.", + "surname": "Ko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0002-2153-1519" + }, + "name": { + "given_name": "J. S. H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "Y.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "J. A.", + "surname": "Merlin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "I. C.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "Y.", + "surname": "Roh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "M. S.", + "surname": "Ryu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "D.", + "surname": "Song" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "attrib": { + "orcid": "0000-0003-2141-3413" + }, + "name": { + "given_name": "I. J.", + "surname": "Watson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff113", + "affPubRaw": "University of Seoul Seoul Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff114", + "affPubRaw": "Yonsei University, Department of Physics Seoul Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Ha" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff114", + "affPubRaw": "Yonsei University, Department of Physics Seoul Korea" + } + ], + "name": { + "given_name": "H. D.", + "surname": "Yoo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff115", + "affPubRaw": "Sungkyunkwan University Suwon Korea" + } + ], + "name": { + "given_name": "M.", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff115", + "affPubRaw": "Sungkyunkwan University Suwon Korea" + } + ], + "name": { + "given_name": "H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff115", + "affPubRaw": "Sungkyunkwan University Suwon Korea" + } + ], + "name": { + "given_name": "Y.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff115", + "affPubRaw": "Sungkyunkwan University Suwon Korea" + } + ], + "attrib": { + "orcid": "0000-0003-1567-5548" + }, + "name": { + "given_name": "I.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff116", + "affPubRaw": "College of Engineering and Technology, American University of the Middle East (AUM), Egaila, Kuwait Dasman Kuwait" + } + ], + "name": { + "given_name": "T.", + "surname": "Beyrouthy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff116", + "affPubRaw": "College of Engineering and Technology, American University of the Middle East (AUM), Egaila, Kuwait Dasman Kuwait" + } + ], + "name": { + "given_name": "Y.", + "surname": "Maghrbi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff117", + "affPubRaw": "Riga Technical University Riga Latvia" + } + ], + "attrib": { + "orcid": "0000-0003-0972-5641" + }, + "name": { + "given_name": "K.", + "surname": "Dreimanis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff117", + "affPubRaw": "Riga Technical University Riga Latvia" + } + ], + "attrib": { + "orcid": "0000-0003-3676-9711" + }, + "name": { + "given_name": "V.", + "surname": "Veckalns" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff118", + "affPubRaw": "Vilnius University Vilnius Lithuania" + } + ], + "name": { + "given_name": "M.", + "surname": "Ambrozas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff118", + "affPubRaw": "Vilnius University Vilnius Lithuania" + } + ], + "attrib": { + "orcid": "0000-0003-2340-836X" + }, + "name": { + "given_name": "A.", + "surname": "Carvalho Antunes De Oliveira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff118", + "affPubRaw": "Vilnius University Vilnius Lithuania" + } + ], + "attrib": { + "orcid": "0000-0002-1501-3328" + }, + "name": { + "given_name": "A.", + "surname": "Juodagalvis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff118", + "affPubRaw": "Vilnius University Vilnius Lithuania" + } + ], + "attrib": { + "orcid": "0000-0002-7510-255X" + }, + "name": { + "given_name": "A.", + "surname": "Rinkevicius" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff118", + "affPubRaw": "Vilnius University Vilnius Lithuania" + } + ], + "attrib": { + "orcid": "0000-0002-2913-9634" + }, + "name": { + "given_name": "G.", + "surname": "Tamulaitis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff119", + "affPubRaw": "National Centre for Particle Physics Universiti Malaya Kuala Lumpur Malaysia" + } + ], + "attrib": { + "orcid": "0000-0002-8818-7476" + }, + "name": { + "given_name": "N.", + "surname": "Bin Norjoharuddeen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff119", + "affPubRaw": "National Centre for Particle Physics Universiti Malaya Kuala Lumpur Malaysia" + } + ], + "name": { + "given_name": "W. A. T.", + "surname": "Wan Abdullah" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff119", + "affPubRaw": "National Centre for Particle Physics Universiti Malaya Kuala Lumpur Malaysia" + } + ], + "name": { + "given_name": "M. N.", + "surname": "Yusli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff119", + "affPubRaw": "National Centre for Particle Physics Universiti Malaya Kuala Lumpur Malaysia" + } + ], + "name": { + "given_name": "Z.", + "surname": "Zolkapli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff120", + "affPubRaw": "Universidad de Sonora (UNISON) Hermosillo Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-2633-6712" + }, + "name": { + "given_name": "J. F.", + "surname": "Benitez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff120", + "affPubRaw": "Universidad de Sonora (UNISON) Hermosillo Mexico" + } + ], + "attrib": { + "orcid": "0000-0003-4766-1546" + }, + "name": { + "given_name": "A.", + "surname": "Castaneda Hernandez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff120", + "affPubRaw": "Universidad de Sonora (UNISON) Hermosillo Mexico" + } + ], + "name": { + "given_name": "M.", + "surname": "Le\u00f3n Coello" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff120", + "affPubRaw": "Universidad de Sonora (UNISON) Hermosillo Mexico" + } + ], + "attrib": { + "orcid": "0000-0003-4933-2092" + }, + "name": { + "given_name": "J. A.", + "surname": "Murillo Quijada" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff120", + "affPubRaw": "Universidad de Sonora (UNISON) Hermosillo Mexico" + } + ], + "name": { + "given_name": "A.", + "surname": "Sehrawat" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff120", + "affPubRaw": "Universidad de Sonora (UNISON) Hermosillo Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-8736-440X" + }, + "name": { + "given_name": "L.", + "surname": "Valencia Palomo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "name": { + "given_name": "G.", + "surname": "Ayala" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "name": { + "given_name": "H.", + "surname": "Castilla-Valdez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-7469-6974" + }, + "name": { + "given_name": "E.", + "surname": "De La Cruz-Burelo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff248", + "affPubRaw": "Consejo Nacional de Ciencia y Tecnolog\u00eda Mexico City Mexico" + }, + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-8133-6467" + }, + "name": { + "given_name": "I.", + "surname": "Heredia-De La Cruz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "name": { + "given_name": "R.", + "surname": "Lopez-Fernandez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "name": { + "given_name": "C. A.", + "surname": "Mondragon Herrera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "name": { + "given_name": "D. A.", + "surname": "Perez Navarro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff121", + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN Mexico City Mexico" + } + ], + "attrib": { + "orcid": "0000-0001-9548-0358" + }, + "name": { + "given_name": "A.", + "surname": "S\u00e1nchez Hern\u00e1ndez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff122", + "affPubRaw": "Universidad Iberoamericana Mexico City Mexico" + } + ], + "name": { + "given_name": "S.", + "surname": "Carrillo Moreno" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff122", + "affPubRaw": "Universidad Iberoamericana Mexico City Mexico" + } + ], + "attrib": { + "orcid": "0000-0001-9724-0016" + }, + "name": { + "given_name": "C.", + "surname": "Oropeza Barrera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff122", + "affPubRaw": "Universidad Iberoamericana Mexico City Mexico" + } + ], + "name": { + "given_name": "F.", + "surname": "Vazquez Valencia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff123", + "affPubRaw": "Benemerita Universidad Autonoma de Puebla Puebla Mexico" + } + ], + "name": { + "given_name": "I.", + "surname": "Pedraza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff123", + "affPubRaw": "Benemerita Universidad Autonoma de Puebla Puebla Mexico" + } + ], + "name": { + "given_name": "H. A.", + "surname": "Salazar Ibarguen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff123", + "affPubRaw": "Benemerita Universidad Autonoma de Puebla Puebla Mexico" + } + ], + "name": { + "given_name": "C.", + "surname": "Uribe Estrada" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff37", + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay Gif-sur-Yvette France" + }, + { + "affPubID": "Aff124", + "affPubRaw": "University of Montenegro Podgorica Montenegro" + } + ], + "name": { + "given_name": "J.", + "surname": "Mijuskovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff124", + "affPubRaw": "University of Montenegro Podgorica Montenegro" + } + ], + "name": { + "given_name": "N.", + "surname": "Raicevic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff125", + "affPubRaw": "University of Auckland Auckland New Zealand" + } + ], + "attrib": { + "orcid": "0000-0001-5494-7302" + }, + "name": { + "given_name": "D.", + "surname": "Krofcheck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff126", + "affPubRaw": "University of Canterbury Christchurch New Zealand" + } + ], + "attrib": { + "orcid": "0000-0001-9878-2140" + }, + "name": { + "given_name": "P. H.", + "surname": "Butler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "name": { + "given_name": "A.", + "surname": "Ahmad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "name": { + "given_name": "M. I.", + "surname": "Asghar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "name": { + "given_name": "A.", + "surname": "Awais" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "name": { + "given_name": "M. I. M.", + "surname": "Awan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "name": { + "given_name": "H. R.", + "surname": "Hoorani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "name": { + "given_name": "W. A.", + "surname": "Khan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "name": { + "given_name": "M. A.", + "surname": "Shah" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "attrib": { + "orcid": "0000-0001-6791-8252" + }, + "name": { + "given_name": "M.", + "surname": "Shoaib" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff127", + "affPubRaw": "National Centre for Physics Quaid-I-Azam University Islamabad Pakistan" + } + ], + "attrib": { + "orcid": "0000-0002-3846-9483" + }, + "name": { + "given_name": "M.", + "surname": "Waqas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff128", + "affPubRaw": "AGH University of Science and Technology Faculty of Computer Science, Electronics and Telecommunications Krakow Poland" + } + ], + "name": { + "given_name": "V.", + "surname": "Avati" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff128", + "affPubRaw": "AGH University of Science and Technology Faculty of Computer Science, Electronics and Telecommunications Krakow Poland" + } + ], + "name": { + "given_name": "L.", + "surname": "Grzanka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff128", + "affPubRaw": "AGH University of Science and Technology Faculty of Computer Science, Electronics and Telecommunications Krakow Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Malawski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff129", + "affPubRaw": "National Centre for Nuclear Research Swierk Poland" + } + ], + "name": { + "given_name": "H.", + "surname": "Bialkowska" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff129", + "affPubRaw": "National Centre for Nuclear Research Swierk Poland" + } + ], + "attrib": { + "orcid": "0000-0003-1229-1442" + }, + "name": { + "given_name": "M.", + "surname": "Bluj" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff129", + "affPubRaw": "National Centre for Nuclear Research Swierk Poland" + } + ], + "attrib": { + "orcid": "0000-0002-4200-1541" + }, + "name": { + "given_name": "B.", + "surname": "Boimska" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff129", + "affPubRaw": "National Centre for Nuclear Research Swierk Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "G\u00f3rski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff129", + "affPubRaw": "National Centre for Nuclear Research Swierk Poland" + } + ], + "name": { + "given_name": "M.", + "surname": "Kazana" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff129", + "affPubRaw": "National Centre for Nuclear Research Swierk Poland" + } + ], + "attrib": { + "orcid": "0000-0002-1697-004X" + }, + "name": { + "given_name": "M.", + "surname": "Szleper" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff129", + "affPubRaw": "National Centre for Nuclear Research Swierk Poland" + } + ], + "name": { + "given_name": "P.", + "surname": "Zalewski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff130", + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics University of Warsaw Warsaw Poland" + } + ], + "name": { + "given_name": "K.", + "surname": "Bunkowski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff130", + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics University of Warsaw Warsaw Poland" + } + ], + "name": { + "given_name": "K.", + "surname": "Doroba" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff130", + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics University of Warsaw Warsaw Poland" + } + ], + "attrib": { + "orcid": "0000-0002-1280-5493" + }, + "name": { + "given_name": "A.", + "surname": "Kalinowski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff130", + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics University of Warsaw Warsaw Poland" + } + ], + "attrib": { + "orcid": "0000-0001-9482-4841" + }, + "name": { + "given_name": "M.", + "surname": "Konecki" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff130", + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics University of Warsaw Warsaw Poland" + } + ], + "attrib": { + "orcid": "0000-0002-3055-0236" + }, + "name": { + "given_name": "J.", + "surname": "Krolikowski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "name": { + "given_name": "M.", + "surname": "Araujo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0001-8612-3332" + }, + "name": { + "given_name": "P.", + "surname": "Bargassa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "name": { + "given_name": "D.", + "surname": "Bastos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-3288-7737" + }, + "name": { + "given_name": "A.", + "surname": "Boletti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-1849-6692" + }, + "name": { + "given_name": "P.", + "surname": "Faccioli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-1261-2277" + }, + "name": { + "given_name": "M.", + "surname": "Gallinaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-8664-0134" + }, + "name": { + "given_name": "J.", + "surname": "Hollar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-9746-4594" + }, + "name": { + "given_name": "N.", + "surname": "Leonardo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "name": { + "given_name": "T.", + "surname": "Niknejad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "name": { + "given_name": "M.", + "surname": "Pisano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-7531-0842" + }, + "name": { + "given_name": "J.", + "surname": "Seixas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-8286-8780" + }, + "name": { + "given_name": "O.", + "surname": "Toldaiev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff131", + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas Lisboa Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-2613-3146" + }, + "name": { + "given_name": "J.", + "surname": "Varela" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Afanasiev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Budkouski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Golutvin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "attrib": { + "orcid": "0000-0003-3777-6606" + }, + "name": { + "given_name": "I.", + "surname": "Gorbunov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Karjavine" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "attrib": { + "orcid": "0000-0002-2342-7862" + }, + "name": { + "given_name": "V.", + "surname": "Korenkov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Lanev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Malakhov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + }, + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + }, + { + "affPubID": "Aff137", + "affPubRaw": "National Research Nuclear University \u2018Moscow Engineering Physics Institute\u2019 (MEPhI) Moscow Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Matveev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Palichik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Perelygin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Savina" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Seitova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Shalaev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Shmatov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Shulha" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Smirnov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "O.", + "surname": "Teryaev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Voytishin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff249", + "affPubRaw": "Institute of Nuclear Physics of the Uzbekistan Academy of Sciences Tashkent Uzbekistan" + }, + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "B. S.", + "surname": "Yuldashev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Zarubin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff132", + "affPubRaw": "Joint Institute for Nuclear Research Dubna Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Zhizhin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "attrib": { + "orcid": "0000-0003-3968-0253" + }, + "name": { + "given_name": "G.", + "surname": "Gavrilov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Golovtcov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "Y.", + "surname": "Ivanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff250", + "affPubRaw": "St. Petersburg Polytechnic University St. Petersburg Russia" + }, + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "attrib": { + "orcid": "0000-0001-7161-2133" + }, + "name": { + "given_name": "V.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + }, + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "Kuznetsova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Murzin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Oreshkin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Smirnov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "attrib": { + "orcid": "0000-0002-7452-8380" + }, + "name": { + "given_name": "D.", + "surname": "Sosnov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Sulimov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "L.", + "surname": "Uvarov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Volkov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff133", + "affPubRaw": "Petersburg Nuclear Physics Institute Gatchina (St. Petersburg) Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Vorobyev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0002-7397-9665" + }, + "name": { + "given_name": "Yu.", + "surname": "Andreev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Dermenev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0001-6495-7619" + }, + "name": { + "given_name": "S.", + "surname": "Gninenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Golubev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0001-9983-1004" + }, + "name": { + "given_name": "A.", + "surname": "Karneyeu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0002-7177-077X" + }, + "name": { + "given_name": "D.", + "surname": "Kirpichnikov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Kirsanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Krasnikov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Pashenkov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0001-6435-4463" + }, + "name": { + "given_name": "G.", + "surname": "Pivovarov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Toropin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Epshteyn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Gavrilov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Lychkovskaya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + }, + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Nikitenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Popov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Stepennov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Toms" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0002-8628-2090" + }, + "name": { + "given_name": "E.", + "surname": "Vlasov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff135", + "affPubRaw": "Institute for Theoretical and Experimental Physics named by A.I. Alikhanov of NRC \u2018Kurchatov Institute\u2019 Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Zhokin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff136", + "affPubRaw": "Moscow Institute of Physics and Technology Moscow Russia" + } + ], + "name": { + "given_name": "T.", + "surname": "Aushev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff137", + "affPubRaw": "National Research Nuclear University \u2018Moscow Engineering Physics Institute\u2019 (MEPhI) Moscow Russia" + } + ], + "name": { + "given_name": "O.", + "surname": "Bychkova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff137", + "affPubRaw": "National Research Nuclear University \u2018Moscow Engineering Physics Institute\u2019 (MEPhI) Moscow Russia" + }, + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0003-1439-8390" + }, + "name": { + "given_name": "R.", + "surname": "Chistov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff137", + "affPubRaw": "National Research Nuclear University \u2018Moscow Engineering Physics Institute\u2019 (MEPhI) Moscow Russia" + }, + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0001-9227-5164" + }, + "name": { + "given_name": "M.", + "surname": "Danilov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff137", + "affPubRaw": "National Research Nuclear University \u2018Moscow Engineering Physics Institute\u2019 (MEPhI) Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Oskin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff137", + "affPubRaw": "National Research Nuclear University \u2018Moscow Engineering Physics Institute\u2019 (MEPhI) Moscow Russia" + } + ], + "name": { + "given_name": "P.", + "surname": "Parygin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff137", + "affPubRaw": "National Research Nuclear University \u2018Moscow Engineering Physics Institute\u2019 (MEPhI) Moscow Russia" + }, + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0001-6839-928X" + }, + "name": { + "given_name": "S.", + "surname": "Polikarpov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Andreev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Azarkin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0001-7451-247X" + }, + "name": { + "given_name": "I.", + "surname": "Dremin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Kirakosyan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff138", + "affPubRaw": "P.N. Lebedev Physical Institute Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Terkulov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Belyaev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0002-0193-5073" + }, + "name": { + "given_name": "E.", + "surname": "Boos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Bunichev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + }, + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7766-7175" + }, + "name": { + "given_name": "M.", + "surname": "Dubinin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0002-4462-3192" + }, + "name": { + "given_name": "L.", + "surname": "Dudko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Gribushin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0002-8577-6531" + }, + "name": { + "given_name": "V.", + "surname": "Klyukhin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0003-1342-4251" + }, + "name": { + "given_name": "O.", + "surname": "Kodolova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "attrib": { + "orcid": "0000-0002-4457-8678" + }, + "name": { + "given_name": "I.", + "surname": "Lokhtin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Obraztsov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "name": { + "given_name": "M.", + "surname": "Perfilov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "name": { + "given_name": "S.", + "surname": "Petrushanko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff139", + "affPubRaw": "Skobeltsyn Institute of Nuclear Physics Lomonosov Moscow State University Moscow Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Savrin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff251", + "affPubRaw": "Budker Institute of Nuclear Physics Novosibirsk Russia" + }, + { + "affPubID": "Aff140", + "affPubRaw": "Novosibirsk State University (NSU) Novosibirsk Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Blinov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff251", + "affPubRaw": "Budker Institute of Nuclear Physics Novosibirsk Russia" + }, + { + "affPubID": "Aff140", + "affPubRaw": "Novosibirsk State University (NSU) Novosibirsk Russia" + } + ], + "name": { + "given_name": "T.", + "surname": "Dimova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff251", + "affPubRaw": "Budker Institute of Nuclear Physics Novosibirsk Russia" + }, + { + "affPubID": "Aff140", + "affPubRaw": "Novosibirsk State University (NSU) Novosibirsk Russia" + } + ], + "name": { + "given_name": "L.", + "surname": "Kardapoltsev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff251", + "affPubRaw": "Budker Institute of Nuclear Physics Novosibirsk Russia" + }, + { + "affPubID": "Aff140", + "affPubRaw": "Novosibirsk State University (NSU) Novosibirsk Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Kozyrev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff251", + "affPubRaw": "Budker Institute of Nuclear Physics Novosibirsk Russia" + }, + { + "affPubID": "Aff140", + "affPubRaw": "Novosibirsk State University (NSU) Novosibirsk Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Ovtin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff251", + "affPubRaw": "Budker Institute of Nuclear Physics Novosibirsk Russia" + }, + { + "affPubID": "Aff140", + "affPubRaw": "Novosibirsk State University (NSU) Novosibirsk Russia" + } + ], + "name": { + "given_name": "O.", + "surname": "Radchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff251", + "affPubRaw": "Budker Institute of Nuclear Physics Novosibirsk Russia" + }, + { + "affPubID": "Aff140", + "affPubRaw": "Novosibirsk State University (NSU) Novosibirsk Russia" + } + ], + "attrib": { + "orcid": "0000-0002-3316-0604" + }, + "name": { + "given_name": "Y.", + "surname": "Skovpen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "attrib": { + "orcid": "0000-0003-0528-341X" + }, + "name": { + "given_name": "I.", + "surname": "Azhgirey" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "I.", + "surname": "Bayshev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "D.", + "surname": "Elumakhov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Kachanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "attrib": { + "orcid": "0000-0001-6673-7273" + }, + "name": { + "given_name": "D.", + "surname": "Konstantinov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "attrib": { + "orcid": "0000-0001-5197-046X" + }, + "name": { + "given_name": "P.", + "surname": "Mandrik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Petrov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "R.", + "surname": "Ryutin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "attrib": { + "orcid": "0000-0001-8178-2494" + }, + "name": { + "given_name": "S.", + "surname": "Slabospitskii" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Sobol" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "attrib": { + "orcid": "0000-0001-5493-1773" + }, + "name": { + "given_name": "S.", + "surname": "Troshin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "N.", + "surname": "Tyurin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Uzunian" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff141", + "affPubRaw": "Institute for High Energy Physics of National Research Centre \u2018Kurchatov Institute\u2019 Protvino Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Volkov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff142", + "affPubRaw": "National Research Tomsk Polytechnic University Tomsk Russia" + } + ], + "name": { + "given_name": "A.", + "surname": "Babaev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff142", + "affPubRaw": "National Research Tomsk Polytechnic University Tomsk Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Okhotnikov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff143", + "affPubRaw": "Tomsk State University Tomsk Russia" + } + ], + "name": { + "given_name": "V.", + "surname": "Borshch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff143", + "affPubRaw": "Tomsk State University Tomsk Russia" + } + ], + "attrib": { + "orcid": "0000-0002-1844-5433" + }, + "name": { + "given_name": "V.", + "surname": "Ivanchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff143", + "affPubRaw": "Tomsk State University Tomsk Russia" + } + ], + "attrib": { + "orcid": "0000-0002-3685-0635" + }, + "name": { + "given_name": "E.", + "surname": "Tcherniaev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff252", + "affPubRaw": "Faculty of Physics University of Belgrade Belgrade Serbia" + }, + { + "affPubID": "Aff144", + "affPubRaw": "University of Belgrade: Faculty of Physics and VINCA Institute of Nuclear Sciences Belgrade Serbia" + } + ], + "attrib": { + "orcid": "0000-0002-5862-7397" + }, + "name": { + "given_name": "P.", + "surname": "Adzic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff144", + "affPubRaw": "University of Belgrade: Faculty of Physics and VINCA Institute of Nuclear Sciences Belgrade Serbia" + } + ], + "attrib": { + "orcid": "0000-0002-8407-3236" + }, + "name": { + "given_name": "M.", + "surname": "Dordevic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff144", + "affPubRaw": "University of Belgrade: Faculty of Physics and VINCA Institute of Nuclear Sciences Belgrade Serbia" + } + ], + "attrib": { + "orcid": "0000-0001-7132-3550" + }, + "name": { + "given_name": "P.", + "surname": "Milenovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff144", + "affPubRaw": "University of Belgrade: Faculty of Physics and VINCA Institute of Nuclear Sciences Belgrade Serbia" + } + ], + "attrib": { + "orcid": "0000-0001-8486-4604" + }, + "name": { + "given_name": "J.", + "surname": "Milosevic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "M.", + "surname": "Aguilar-Benitez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0003-0914-7474" + }, + "name": { + "given_name": "J.", + "surname": "Alcaraz Maestre" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "\u00c1lvarez Fern\u00e1ndez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "I.", + "surname": "Bachiller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "M.", + "surname": "Barrio Luna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0001-8057-9152" + }, + "name": { + "given_name": "Cristina F.", + "surname": "Bedoya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-6245-6535" + }, + "name": { + "given_name": "C. A.", + "surname": "Carrillo Montoya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-6076-4083" + }, + "name": { + "given_name": "M.", + "surname": "Cepeda" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "M.", + "surname": "Cerrada" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-3656-0259" + }, + "name": { + "given_name": "N.", + "surname": "Colino" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "B.", + "surname": "De La Cruz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-8511-7958" + }, + "name": { + "given_name": "A.", + "surname": "Delgado Peris" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-0122-313X" + }, + "name": { + "given_name": "J. P.", + "surname": "Fern\u00e1ndez Ramos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2688-8047" + }, + "name": { + "given_name": "J.", + "surname": "Flix" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2950-976X" + }, + "name": { + "given_name": "M. C.", + "surname": "Fouz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4532-6464" + }, + "name": { + "given_name": "O.", + "surname": "Gonzalez Lopez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0001-6508-5090" + }, + "name": { + "given_name": "S.", + "surname": "Goy Lopez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0001-6436-7547" + }, + "name": { + "given_name": "J. M.", + "surname": "Hernandez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4985-6964" + }, + "name": { + "given_name": "M. I.", + "surname": "Josa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4156-6460" + }, + "name": { + "given_name": "J.", + "surname": "Le\u00f3n Holgado" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "D.", + "surname": "Moran" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0003-3606-1780" + }, + "name": { + "given_name": "\u00c1.", + "surname": "Navarro Tobar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Perez Dengra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0003-3036-7965" + }, + "name": { + "given_name": "A.", + "surname": "P\u00e9rez-Calero Yzquierdo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7390-1457" + }, + "name": { + "given_name": "J.", + "surname": "Puerta Pelayo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0003-3737-4121" + }, + "name": { + "given_name": "I.", + "surname": "Redondo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "L.", + "surname": "Romero" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "S.", + "surname": "S\u00e1nchez Navas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7865-5010" + }, + "name": { + "given_name": "L.", + "surname": "Urda G\u00f3mez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff145", + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT) Madrid Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Willmott" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff146", + "affPubRaw": "Universidad Aut\u00f3noma de Madrid Madrid Spain" + } + ], + "name": { + "given_name": "J. F.", + "surname": "de Troc\u00f3niz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff146", + "affPubRaw": "Universidad Aut\u00f3noma de Madrid Madrid Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4600-7772" + }, + "name": { + "given_name": "R.", + "surname": "Reyes-Almanza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7767-4810" + }, + "name": { + "given_name": "B.", + "surname": "Alvarez Gonzalez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0001-5080-0821" + }, + "name": { + "given_name": "J.", + "surname": "Cuevas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0002-6469-3200" + }, + "name": { + "given_name": "C.", + "surname": "Erice" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0002-5213-3708" + }, + "name": { + "given_name": "J.", + "surname": "Fernandez Menendez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7191-1125" + }, + "name": { + "given_name": "S.", + "surname": "Folgueras" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0002-8087-3199" + }, + "name": { + "given_name": "I.", + "surname": "Gonzalez Caballero" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "name": { + "given_name": "J. R.", + "surname": "Gonz\u00e1lez Fern\u00e1ndez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0001-8264-0287" + }, + "name": { + "given_name": "E.", + "surname": "Palencia Cortezon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Ram\u00f3n \u00c1lvarez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7225-7310" + }, + "name": { + "given_name": "V.", + "surname": "Rodr\u00edguez Bouza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Soto Rodr\u00edguez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Trapote" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "attrib": { + "orcid": "0000-0002-5223-9342" + }, + "name": { + "given_name": "N.", + "surname": "Trevisani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff147", + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA) Oviedo Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Vico Villalba" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2093-7856" + }, + "name": { + "given_name": "J. A.", + "surname": "Brochero Cifuentes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "name": { + "given_name": "I. J.", + "surname": "Cabrillo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7205-2040" + }, + "name": { + "given_name": "A.", + "surname": "Calderon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0003-0687-5214" + }, + "name": { + "given_name": "J.", + "surname": "Duarte Campderros" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4824-1087" + }, + "name": { + "given_name": "M.", + "surname": "Fernandez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0001-9748-4336" + }, + "name": { + "given_name": "C.", + "surname": "Fernandez Madrazo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2566-7496" + }, + "name": { + "given_name": "P. J.", + "surname": "Fern\u00e1ndez Manteca" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "name": { + "given_name": "A.", + "surname": "Garc\u00eda Alonso" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "name": { + "given_name": "G.", + "surname": "Gomez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Martinez Rivero" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7737-5121" + }, + "name": { + "given_name": "P.", + "surname": "Martinez Ruiz del Arbol" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0003-4295-5668" + }, + "name": { + "given_name": "F.", + "surname": "Matorras" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7481-7273" + }, + "name": { + "given_name": "P.", + "surname": "Matorras Cuevas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0002-9157-1700" + }, + "name": { + "given_name": "J.", + "surname": "Piedra Gomez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Prieels" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0002-3639-0368" + }, + "name": { + "given_name": "A.", + "surname": "Ruiz-Jimeno" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4974-8330" + }, + "name": { + "given_name": "L.", + "surname": "Scodellaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "name": { + "given_name": "I.", + "surname": "Vila" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff148", + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria Santander Spain" + } + ], + "attrib": { + "orcid": "0000-0002-6823-8854" + }, + "name": { + "given_name": "J. M.", + "surname": "Vizan Garcia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff149", + "affPubRaw": "University of Colombo Colombo Sri Lanka" + } + ], + "name": { + "given_name": "M. K.", + "surname": "Jayananda" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff253", + "affPubRaw": "Trincomalee Campus, Eastern University, Sri Lanka Nilaveli Sri Lanka" + }, + { + "affPubID": "Aff149", + "affPubRaw": "University of Colombo Colombo Sri Lanka" + } + ], + "name": { + "given_name": "B.", + "surname": "Kailasapathy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff149", + "affPubRaw": "University of Colombo Colombo Sri Lanka" + } + ], + "name": { + "given_name": "D. U. J.", + "surname": "Sonnadara" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff149", + "affPubRaw": "University of Colombo Colombo Sri Lanka" + } + ], + "name": { + "given_name": "D. D. C.", + "surname": "Wickramarathna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff150", + "affPubRaw": "University of Ruhuna, Department of Physics Matara Sri Lanka" + } + ], + "attrib": { + "orcid": "0000-0002-6366-837X" + }, + "name": { + "given_name": "W. G. D.", + "surname": "Dharmaratna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff150", + "affPubRaw": "University of Ruhuna, Department of Physics Matara Sri Lanka" + } + ], + "name": { + "given_name": "K.", + "surname": "Liyanage" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff150", + "affPubRaw": "University of Ruhuna, Department of Physics Matara Sri Lanka" + } + ], + "name": { + "given_name": "N.", + "surname": "Perera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff150", + "affPubRaw": "University of Ruhuna, Department of Physics Matara Sri Lanka" + } + ], + "name": { + "given_name": "N.", + "surname": "Wickramage" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7671-243X" + }, + "name": { + "given_name": "T. K.", + "surname": "Aarrestad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Abbaneo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-6030-3191" + }, + "name": { + "given_name": "J.", + "surname": "Alimena" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "E.", + "surname": "Auffray" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Auzinger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Baechler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Baillon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4927-4921" + }, + "name": { + "given_name": "D.", + "surname": "Barney" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Bendavid" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8336-3282" + }, + "name": { + "given_name": "M.", + "surname": "Bianco" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6515-5666" + }, + "name": { + "given_name": "A.", + "surname": "Bocci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Caillol" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Camporesi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7727-9175" + }, + "name": { + "given_name": "M.", + "surname": "Capeans Garrido" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Cerminara" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2264-2229" + }, + "name": { + "given_name": "N.", + "surname": "Chernyavskaya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1643-1388" + }, + "name": { + "given_name": "S. S.", + "surname": "Chhibra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0151-4439" + }, + "name": { + "given_name": "M.", + "surname": "Cipriani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4279-1221" + }, + "name": { + "given_name": "L.", + "surname": "Cristella" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5754-4303" + }, + "name": { + "given_name": "D.", + "surname": "d\u2019Enterria" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2570-9676" + }, + "name": { + "given_name": "A.", + "surname": "Dabrowski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5854-7699" + }, + "name": { + "given_name": "A.", + "surname": "David" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9228-5271" + }, + "name": { + "given_name": "A.", + "surname": "De Roeck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9573-3714" + }, + "name": { + "given_name": "M. M.", + "surname": "Defranchis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5085-7270" + }, + "name": { + "given_name": "M.", + "surname": "Deile" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Dobson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8502-2297" + }, + "name": { + "given_name": "M.", + "surname": "D\u00fcnser" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "N.", + "surname": "Dupont" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Elliott-Peisert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "N.", + "surname": "Emriskova" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff91", + "affPubRaw": "INFN Sezione di Pavia Pavia Italy" + }, + { + "affPubID": "Aff92", + "affPubRaw": "Universit\u00e0 di Pavia Pavia Italy" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Fallavollita" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-6544-3679" + }, + "name": { + "given_name": "A.", + "surname": "Florent" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3302-336X" + }, + "name": { + "given_name": "L.", + "surname": "Forthomme" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9179-4253" + }, + "name": { + "given_name": "G.", + "surname": "Franzoni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "W.", + "surname": "Funk" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Giani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Gigi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "K.", + "surname": "Gill" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Glege" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9547-7471" + }, + "name": { + "given_name": "L.", + "surname": "Gouskos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9376-9235" + }, + "name": { + "given_name": "M.", + "surname": "Haranko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2938-2263" + }, + "name": { + "given_name": "J.", + "surname": "Hegeman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3209-2088" + }, + "name": { + "given_name": "V.", + "surname": "Innocente" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "James" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7339-4272" + }, + "name": { + "given_name": "P.", + "surname": "Janot" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5639-2267" + }, + "name": { + "given_name": "J.", + "surname": "Kaspar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1644-7678" + }, + "name": { + "given_name": "J.", + "surname": "Kieseler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7669-4294" + }, + "name": { + "given_name": "M.", + "surname": "Komm" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "N.", + "surname": "Kratochwil" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3632-3157" + }, + "name": { + "given_name": "C.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Laurila" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3198-0115" + }, + "name": { + "given_name": "P.", + "surname": "Lecoq" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Lintuluoto" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0664-1653" + }, + "name": { + "given_name": "K.", + "surname": "Long" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0885-6711" + }, + "name": { + "given_name": "C.", + "surname": "Louren\u00e7o" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "B.", + "surname": "Maier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0113-7389" + }, + "name": { + "given_name": "L.", + "surname": "Malgeri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Mallios" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Mannelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2351-0487" + }, + "name": { + "given_name": "A. C.", + "surname": "Marini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Meijers" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2155-6692" + }, + "name": { + "given_name": "S.", + "surname": "Mersi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4502-6151" + }, + "name": { + "given_name": "E.", + "surname": "Meschi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7199-0046" + }, + "name": { + "given_name": "F.", + "surname": "Moortgat" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7432-6634" + }, + "name": { + "given_name": "M.", + "surname": "Mulders" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Orfanelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "L.", + "surname": "Orsini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3266-4357" + }, + "name": { + "given_name": "F.", + "surname": "Pantaleo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "E.", + "surname": "Perez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0416-696X" + }, + "name": { + "given_name": "M.", + "surname": "Peruzzi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Petrilli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0889-4726" + }, + "name": { + "given_name": "G.", + "surname": "Petrucciani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5328-448X" + }, + "name": { + "given_name": "A.", + "surname": "Pfeiffer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1939-4268" + }, + "name": { + "given_name": "M.", + "surname": "Pierini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Piparo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2461-5985" + }, + "name": { + "given_name": "M.", + "surname": "Pitt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0250-8655" + }, + "name": { + "given_name": "H.", + "surname": "Qu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Quast" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9239-0605" + }, + "name": { + "given_name": "D.", + "surname": "Rabady" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Racz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Reales Guti\u00e9rrez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Rovere" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "H.", + "surname": "Sakulin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3879-5622" + }, + "name": { + "given_name": "J.", + "surname": "Salfeld-Nebgen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Scarfi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Sch\u00e4fer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Schwick" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5144-9655" + }, + "name": { + "given_name": "M.", + "surname": "Selvaggi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5725-041X" + }, + "name": { + "given_name": "P.", + "surname": "Silva" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3541-9066" + }, + "name": { + "given_name": "W.", + "surname": "Snoeys" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff49", + "affPubRaw": "National and Kapodistrian University of Athens Athens Greece" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5456-5977" + }, + "name": { + "given_name": "P.", + "surname": "Sphicas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4244-2061" + }, + "name": { + "given_name": "S.", + "surname": "Summers" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6448-0168" + }, + "name": { + "given_name": "K.", + "surname": "Tatar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2518-7521" + }, + "name": { + "given_name": "V. R.", + "surname": "Tavolaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Treille" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Tropea" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Tsirou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1664-2337" + }, + "name": { + "given_name": "G. P.", + "surname": "Van Onsem" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff254", + "affPubRaw": "Ecole Polytechnique F\u00e9d\u00e9rale Lausanne Lausanne Switzerland" + }, + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Wanczyk" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "K. A.", + "surname": "Wozniak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + } + ], + "name": { + "given_name": "W. D.", + "surname": "Zeuner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + }, + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5677-6033" + }, + "name": { + "given_name": "L.", + "surname": "Caminada" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4472-867X" + }, + "name": { + "given_name": "A.", + "surname": "Ebrahimi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "name": { + "given_name": "W.", + "surname": "Erdmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Horisberger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "name": { + "given_name": "Q.", + "surname": "Ingram" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "name": { + "given_name": "H. C.", + "surname": "Kaestli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Kotlinski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "name": { + "given_name": "U.", + "surname": "Langenegger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + }, + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1780-1344" + }, + "name": { + "given_name": "M.", + "surname": "Missiroli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + }, + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "L.", + "surname": "Noehte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff152", + "affPubRaw": "Paul Scherrer Institut Villigen Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Rohe" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff254", + "affPubRaw": "Ecole Polytechnique F\u00e9d\u00e9rale Lausanne Lausanne Switzerland" + }, + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2694-6542" + }, + "name": { + "given_name": "K.", + "surname": "Androsov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5888-2304" + }, + "name": { + "given_name": "M.", + "surname": "Backhaus" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Berger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7774-0099" + }, + "name": { + "given_name": "A.", + "surname": "Calandri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "De Cosa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4549-2569" + }, + "name": { + "given_name": "G.", + "surname": "Dissertori" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Dittmar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Doneg\u00e0" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2163-442X" + }, + "name": { + "given_name": "C.", + "surname": "Dorfer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Eble" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "K.", + "surname": "Gedia" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Glessgen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9443-7769" + }, + "name": { + "given_name": "T. A.", + "surname": "G\u00f3mez Espinosa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6182-3380" + }, + "name": { + "given_name": "C.", + "surname": "Grab" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Hits" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "W.", + "surname": "Lustermann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "A.-M.", + "surname": "Lyon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7584-5038" + }, + "name": { + "given_name": "R. A.", + "surname": "Manzoni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-6627-8716" + }, + "name": { + "given_name": "L.", + "surname": "Marchese" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Martin Perez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "M. T.", + "surname": "Meinhard" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Nessi-Tedaldi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9514-0799" + }, + "name": { + "given_name": "J.", + "surname": "Niedziela" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "F.", + "surname": "Pauss" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "V.", + "surname": "Perovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8046-4344" + }, + "name": { + "given_name": "S.", + "surname": "Pigazzini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1777-7855" + }, + "name": { + "given_name": "M. G.", + "surname": "Ratti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Reichmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Reissel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "T.", + "surname": "Reitenspiess" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8610-1130" + }, + "name": { + "given_name": "B.", + "surname": "Ristic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Ruini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6610-4019" + }, + "name": { + "given_name": "D. A.", + "surname": "Sanz Becerra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "V.", + "surname": "Stampf" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff254", + "affPubRaw": "Ecole Polytechnique F\u00e9d\u00e9rale Lausanne Lausanne Switzerland" + }, + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4420-5510" + }, + "name": { + "given_name": "J.", + "surname": "Steggemann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8038-1613" + }, + "name": { + "given_name": "R.", + "surname": "Wallny" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff153", + "affPubRaw": "ETH Zurich\u2014 Institute for Particle Physics and Astrophysics (IPA) Zurich Switzerland" + } + ], + "name": { + "given_name": "D. H.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff255", + "affPubRaw": "Stefan Meyer Institute for Subatomic Physics Vienna Austria" + }, + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7695-501X" + }, + "name": { + "given_name": "C.", + "surname": "Amsler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "B\u00e4rtschi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8072-795X" + }, + "name": { + "given_name": "C.", + "surname": "Botta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Brzhechko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-6361-2117" + }, + "name": { + "given_name": "M. F.", + "surname": "Canelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "K.", + "surname": "Cormier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5291-1661" + }, + "name": { + "given_name": "A.", + "surname": "De Wit" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Del Burgo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0538-1469" + }, + "name": { + "given_name": "J. K.", + "surname": "Heikkil\u00e4" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Huwiler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "W.", + "surname": "Jin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8992-5426" + }, + "name": { + "given_name": "A.", + "surname": "Jofrehei" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6657-0407" + }, + "name": { + "given_name": "B.", + "surname": "Kilminster" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7561-6091" + }, + "name": { + "given_name": "S.", + "surname": "Leontsinis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "S. P.", + "surname": "Liechti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0199-6957" + }, + "name": { + "given_name": "A.", + "surname": "Macchiolo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Meiring" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1579-2421" + }, + "name": { + "given_name": "V. M.", + "surname": "Mikuni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "U.", + "surname": "Molinatti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "I.", + "surname": "Neutelings" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Reimers" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Robmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9991-195X" + }, + "name": { + "given_name": "S.", + "surname": "Sanchez Cruz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5846-3919" + }, + "name": { + "given_name": "K.", + "surname": "Schweiger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Senger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff154", + "affPubRaw": "Universit\u00e4t Z\u00fcrich Zurich Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5184-2265" + }, + "name": { + "given_name": "Y.", + "surname": "Takahashi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff256", + "affPubRaw": "Laboratoire d\u2019Annecy-le-Vieux de Physique des Particules, IN2P3-CNRS Annecy-le-Vieux France" + }, + { + "affPubID": "Aff155", + "affPubRaw": "National Central University Chung-Li Taiwan" + } + ], + "name": { + "given_name": "C.", + "surname": "Adloff" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff155", + "affPubRaw": "National Central University Chung-Li Taiwan" + } + ], + "name": { + "given_name": "C. M.", + "surname": "Kuo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff155", + "affPubRaw": "National Central University Chung-Li Taiwan" + } + ], + "name": { + "given_name": "W.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff155", + "affPubRaw": "National Central University Chung-Li Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-5622-4260" + }, + "name": { + "given_name": "A.", + "surname": "Roy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff238", + "affPubRaw": "University of Visva-Bharati Santiniketan India" + }, + { + "affPubID": "Aff155", + "affPubRaw": "National Central University Chung-Li Taiwan" + } + ], + "attrib": { + "orcid": "0000-0003-0582-4167" + }, + "name": { + "given_name": "T.", + "surname": "Sarkar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff155", + "affPubRaw": "National Central University Chung-Li Taiwan" + } + ], + "name": { + "given_name": "S. S.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "L.", + "surname": "Ceard" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "Y.", + "surname": "Chao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "attrib": { + "orcid": "0000-0003-1304-3782" + }, + "name": { + "given_name": "K. F.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-0468-8805" + }, + "name": { + "given_name": "P. H.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "P. s.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "attrib": { + "orcid": "0000-0001-6456-7178" + }, + "name": { + "given_name": "H.", + "surname": "Cheng" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-4260-5118" + }, + "name": { + "given_name": "W.-S.", + "surname": "Hou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "Y. y.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "R.-S.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-1950-8993" + }, + "name": { + "given_name": "E.", + "surname": "Paganis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "A.", + "surname": "Psallidas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "A.", + "surname": "Steen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "H. y.", + "surname": "Wu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "attrib": { + "orcid": "0000-0001-5732-7950" + }, + "name": { + "given_name": "E.", + "surname": "Yazgan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff156", + "affPubRaw": "National Taiwan University (NTU) Taipei Taiwan" + } + ], + "name": { + "given_name": "P. r.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff157", + "affPubRaw": "Chulalongkorn University, Faculty of Science, Department of Physics Bangkok Thailand" + } + ], + "attrib": { + "orcid": "0000-0003-1892-7130" + }, + "name": { + "given_name": "B.", + "surname": "Asavapibhop" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff157", + "affPubRaw": "Chulalongkorn University, Faculty of Science, Department of Physics Bangkok Thailand" + } + ], + "attrib": { + "orcid": "0000-0003-2234-7219" + }, + "name": { + "given_name": "C.", + "surname": "Asawatangtrakuldee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff157", + "affPubRaw": "Chulalongkorn University, Faculty of Science, Department of Physics Bangkok Thailand" + } + ], + "attrib": { + "orcid": "0000-0003-3563-2959" + }, + "name": { + "given_name": "N.", + "surname": "Srimanobhas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-3611-390X" + }, + "name": { + "given_name": "F.", + "surname": "Boran" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff257", + "affPubRaw": "\u015e\u0131rnak University Sirnak Turkey" + }, + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "S.", + "surname": "Damarseckin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-7977-7127" + }, + "name": { + "given_name": "Z. S.", + "surname": "Demiroglu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-7092-5517" + }, + "name": { + "given_name": "F.", + "surname": "Dolek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff258", + "affPubRaw": "Near East University, Research Center of Experimental Health Science Nicosia Turkey" + }, + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-0039-5503" + }, + "name": { + "given_name": "I.", + "surname": "Dumanoglu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "E.", + "surname": "Eskut" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff259", + "affPubRaw": "Konya Technical University Konya Turkey" + }, + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-7598-5252" + }, + "name": { + "given_name": "Y.", + "surname": "Guler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff259", + "affPubRaw": "Konya Technical University Konya Turkey" + }, + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-6172-0285" + }, + "name": { + "given_name": "E.", + "surname": "Gurpinar Guler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "C.", + "surname": "Isik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "O.", + "surname": "Kara" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "A.", + "surname": "Kayis Topaksu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-6940-7800" + }, + "name": { + "given_name": "U.", + "surname": "Kiminsu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "G.", + "surname": "Onengut" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff260", + "affPubRaw": "Piri Reis University Istanbul Turkey" + }, + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "K.", + "surname": "Ozdemir" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "A.", + "surname": "Polatoz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-9074-2256" + }, + "name": { + "given_name": "A. E.", + "surname": "Simsek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff261", + "affPubRaw": "Adiyaman University Adiyaman Turkey" + }, + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "B.", + "surname": "Tali" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-3039-021X" + }, + "name": { + "given_name": "U. G.", + "surname": "Tok" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "name": { + "given_name": "S.", + "surname": "Turkcapar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff158", + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty Adana Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-5962-2221" + }, + "name": { + "given_name": "I. S.", + "surname": "Zorbakir" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff159", + "affPubRaw": "Middle East Technical University, Physics Department Ankara Turkey" + } + ], + "name": { + "given_name": "G.", + "surname": "Karapinar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff262", + "affPubRaw": "Necmettin Erbakan University Konya Turkey" + }, + { + "affPubID": "Aff159", + "affPubRaw": "Middle East Technical University, Physics Department Ankara Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-8419-1400" + }, + "name": { + "given_name": "K.", + "surname": "Ocalan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff263", + "affPubRaw": "Bozok Universitetesi Rekt\u00f6rl\u00fcg\u00fc Yozgat Turkey" + }, + { + "affPubID": "Aff159", + "affPubRaw": "Middle East Technical University, Physics Department Ankara Turkey" + } + ], + "attrib": { + "orcid": "0000-0003-4915-9162" + }, + "name": { + "given_name": "M.", + "surname": "Yalvac" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "name": { + "given_name": "B.", + "surname": "Akgun" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-9231-7464" + }, + "name": { + "given_name": "I. O.", + "surname": "Atakisi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-6353-518X" + }, + "name": { + "given_name": "E.", + "surname": "G\u00fclmez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff264", + "affPubRaw": "Marmara University Istanbul Turkey" + }, + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0003-2890-4493" + }, + "name": { + "given_name": "M.", + "surname": "Kaya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff265", + "affPubRaw": "Milli Savunma University Istanbul Turkey" + }, + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "name": { + "given_name": "O.", + "surname": "Kaya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "name": { + "given_name": "\u00d6.", + "surname": "\u00d6z\u00e7elik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff266", + "affPubRaw": "Kafkas University Kars Turkey" + }, + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "name": { + "given_name": "S.", + "surname": "Tekten" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff267", + "affPubRaw": "Istanbul Bilgi University Istanbul Turkey" + }, + { + "affPubID": "Aff160", + "affPubRaw": "Bogazici University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-9007-8260" + }, + "name": { + "given_name": "E. A.", + "surname": "Yetkin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff161", + "affPubRaw": "Istanbul Technical University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-8627-7689" + }, + "name": { + "given_name": "A.", + "surname": "Cakir" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff258", + "affPubRaw": "Near East University, Research Center of Experimental Health Science Nicosia Turkey" + }, + { + "affPubID": "Aff161", + "affPubRaw": "Istanbul Technical University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-3829-3481" + }, + "name": { + "given_name": "K.", + "surname": "Cankocak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff161", + "affPubRaw": "Istanbul Technical University Istanbul Turkey" + } + ], + "name": { + "given_name": "Y.", + "surname": "Komurcu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff268", + "affPubRaw": "Hacettepe University Ankara Turkey" + }, + { + "affPubID": "Aff161", + "affPubRaw": "Istanbul Technical University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-7325-1087" + }, + "name": { + "given_name": "S.", + "surname": "Sen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff261", + "affPubRaw": "Adiyaman University Adiyaman Turkey" + }, + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "name": { + "given_name": "S.", + "surname": "Cerci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff269", + "affPubRaw": "Istanbul University\u2014 Cerrahpasa, Faculty of Engineering Istanbul Turkey" + }, + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "name": { + "given_name": "I.", + "surname": "Hos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff270", + "affPubRaw": "Ozyegin University Istanbul Turkey" + }, + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "name": { + "given_name": "B.", + "surname": "Isildak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "name": { + "given_name": "B.", + "surname": "Kaynak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "name": { + "given_name": "S.", + "surname": "Ozkorucuklu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0003-0716-6727" + }, + "name": { + "given_name": "H.", + "surname": "Sert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff261", + "affPubRaw": "Adiyaman University Adiyaman Turkey" + }, + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-5412-4688" + }, + "name": { + "given_name": "D.", + "surname": "Sunar Cerci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff162", + "affPubRaw": "Istanbul University Istanbul Turkey" + } + ], + "name": { + "given_name": "C.", + "surname": "Zorbilmez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff163", + "affPubRaw": "Institute for Scintillation Materials of National Academy of Science of Ukraine Kharkov Ukraine" + } + ], + "name": { + "given_name": "B.", + "surname": "Grynyov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff164", + "affPubRaw": "National Scientific Center, Kharkov Institute of Physics and Technology Kharkov Ukraine" + } + ], + "attrib": { + "orcid": "0000-0001-5889-7410" + }, + "name": { + "given_name": "L.", + "surname": "Levchuk" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Anthony" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-4494-628X" + }, + "name": { + "given_name": "E.", + "surname": "Bhal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Bologna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-6078-3348" + }, + "name": { + "given_name": "J. J.", + "surname": "Brooke" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-2916-6456" + }, + "name": { + "given_name": "A.", + "surname": "Bundock" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-3412-4004" + }, + "name": { + "given_name": "E.", + "surname": "Clement" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-8192-0826" + }, + "name": { + "given_name": "D.", + "surname": "Cussans" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-5371-941X" + }, + "name": { + "given_name": "H.", + "surname": "Flacher" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-1591-6014" + }, + "name": { + "given_name": "J.", + "surname": "Goldstein" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "G. P.", + "surname": "Heath" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6576-9740" + }, + "name": { + "given_name": "H. F.", + "surname": "Heath" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-2341-8330" + }, + "name": { + "given_name": "L.", + "surname": "Kreczko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-9712-0030" + }, + "name": { + "given_name": "B.", + "surname": "Krikler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Paramesvaran" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Seif El Nasr-Storey" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "V. J.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff5", + "affPubRaw": "Vrije Universiteit Brussel Brussel Belgium" + }, + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-0113-6829" + }, + "name": { + "given_name": "N.", + "surname": "Stylianou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Walkingshaw Pass" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff165", + "affPubRaw": "University of Bristol Bristol United Kingdom" + } + ], + "name": { + "given_name": "R.", + "surname": "White" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "K. W.", + "surname": "Bell" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff271", + "affPubRaw": "School of Physics and Astronomy University of Southampton Southampton United Kingdom" + }, + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-1733-4408" + }, + "name": { + "given_name": "A.", + "surname": "Belyaev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6595-8365" + }, + "name": { + "given_name": "C.", + "surname": "Brew" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "R. M.", + "surname": "Brown" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "D. J. A.", + "surname": "Cockerill" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "C.", + "surname": "Cooke" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "K. V.", + "surname": "Ellis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Harder" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Harper" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "M.-L.", + "surname": "Holmberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-7555-652X" + }, + "name": { + "given_name": "J.", + "surname": "Linacre" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Manolopoulos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-9015-9634" + }, + "name": { + "given_name": "D. M.", + "surname": "Newbold" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "E.", + "surname": "Olaiya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Petyt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-3703-6624" + }, + "name": { + "given_name": "T.", + "surname": "Reis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Schuh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "C. H.", + "surname": "Shepherd-Themistocleous" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "name": { + "given_name": "I. R.", + "surname": "Tomalin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff166", + "affPubRaw": "Rutherford Appleton Laboratory Didcot United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-8724-4678" + }, + "name": { + "given_name": "T.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-9157-4832" + }, + "name": { + "given_name": "R.", + "surname": "Bainbridge" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6716-979X" + }, + "name": { + "given_name": "P.", + "surname": "Bloch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Bonomally" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-7716-7621" + }, + "name": { + "given_name": "J.", + "surname": "Borg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Breeze" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "O.", + "surname": "Buchmuller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-4809-4056" + }, + "name": { + "given_name": "V.", + "surname": "Cepaitis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff272", + "affPubRaw": "IPPP Durham University Durham United Kingdom" + }, + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-0320-4407" + }, + "name": { + "given_name": "G. S.", + "surname": "Chahal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Colling" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6839-9466" + }, + "name": { + "given_name": "P.", + "surname": "Dauncey" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-8668-5001" + }, + "name": { + "given_name": "G.", + "surname": "Davies" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6497-8081" + }, + "name": { + "given_name": "M.", + "surname": "Della Negra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Fayer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-9101-2573" + }, + "name": { + "given_name": "G.", + "surname": "Fedi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-6299-8385" + }, + "name": { + "given_name": "G.", + "surname": "Hall" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "M. H.", + "surname": "Hassanshahi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "G.", + "surname": "Iles" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "J.", + "surname": "Langford" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "L.", + "surname": "Lyons" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "A.-M.", + "surname": "Magnan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Malik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-3530-2255" + }, + "name": { + "given_name": "A.", + "surname": "Martelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "D. G.", + "surname": "Monk" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff273", + "affPubRaw": "Monash University, Faculty of Science Clayton Australia" + }, + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-0607-6519" + }, + "name": { + "given_name": "J.", + "surname": "Nash" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Pesaresi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "B. C.", + "surname": "Radburn-Smith" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "D. M.", + "surname": "Raymond" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Richards" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Rose" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-0352-6836" + }, + "name": { + "given_name": "E.", + "surname": "Scott" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "C.", + "surname": "Seez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Shtipliyski" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-4543-864X" + }, + "name": { + "given_name": "A.", + "surname": "Tapper" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Uchida" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff151", + "affPubRaw": "CERN, European Organization for Nuclear Research Geneva Switzerland" + }, + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-7429-2198" + }, + "name": { + "given_name": "T.", + "surname": "Virdee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-8665-2808" + }, + "name": { + "given_name": "M.", + "surname": "Vojinovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-1344-3356" + }, + "name": { + "given_name": "N.", + "surname": "Wardle" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-4749-8814" + }, + "name": { + "given_name": "S. N.", + "surname": "Webb" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff167", + "affPubRaw": "Imperial College London United Kingdom" + } + ], + "name": { + "given_name": "D.", + "surname": "Winterbottom" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff168", + "affPubRaw": "Brunel University Uxbridge United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Coldham" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff168", + "affPubRaw": "Brunel University Uxbridge United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-5638-7599" + }, + "name": { + "given_name": "J. E.", + "surname": "Cole" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff168", + "affPubRaw": "Brunel University Uxbridge United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Khan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff168", + "affPubRaw": "Brunel University Uxbridge United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-7353-7090" + }, + "name": { + "given_name": "P.", + "surname": "Kyberd" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff168", + "affPubRaw": "Brunel University Uxbridge United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-9235-779X" + }, + "name": { + "given_name": "I. D.", + "surname": "Reid" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff168", + "affPubRaw": "Brunel University Uxbridge United Kingdom" + } + ], + "name": { + "given_name": "L.", + "surname": "Teodorescu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff168", + "affPubRaw": "Brunel University Uxbridge United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-2123-3607" + }, + "name": { + "given_name": "S.", + "surname": "Zahid" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4885-6935" + }, + "name": { + "given_name": "S.", + "surname": "Abdullin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4853-0401" + }, + "name": { + "given_name": "A.", + "surname": "Brinkerhoff" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6088-2020" + }, + "name": { + "given_name": "B.", + "surname": "Caraway" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1911-3158" + }, + "name": { + "given_name": "J.", + "surname": "Dittmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6012-2451" + }, + "name": { + "given_name": "K.", + "surname": "Hatakeyama" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "name": { + "given_name": "A. R.", + "surname": "Kanuganti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4494-0446" + }, + "name": { + "given_name": "B.", + "surname": "McMaster" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Pastika" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1572-9075" + }, + "name": { + "given_name": "M.", + "surname": "Saunders" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Sawant" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Sutantawibul" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff169", + "affPubRaw": "Baylor University Waco Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5672-7394" + }, + "name": { + "given_name": "J.", + "surname": "Wilson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff170", + "affPubRaw": "Catholic University of America Washington DC U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1686-2882" + }, + "name": { + "given_name": "R.", + "surname": "Bartek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff170", + "affPubRaw": "Catholic University of America Washington DC U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7420-5493" + }, + "name": { + "given_name": "A.", + "surname": "Dominguez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff170", + "affPubRaw": "Catholic University of America Washington DC U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7345-6293" + }, + "name": { + "given_name": "R.", + "surname": "Uniyal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff170", + "affPubRaw": "Catholic University of America Washington DC U.S.A." + } + ], + "name": { + "given_name": "A. M.", + "surname": "Vargas Hernandez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6240-8931" + }, + "name": { + "given_name": "A.", + "surname": "Buccilli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4618-0313" + }, + "name": { + "given_name": "S. I.", + "surname": "Cooper" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1122-7919" + }, + "name": { + "given_name": "D.", + "surname": "Di Croce" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6222-8102" + }, + "name": { + "given_name": "S. V.", + "surname": "Gleyzer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6986-9404" + }, + "name": { + "given_name": "C.", + "surname": "Henderson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6861-2674" + }, + "name": { + "given_name": "C. U.", + "surname": "Perez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff102", + "affPubRaw": "Universit\u00e0 di Torino Torino Italy" + }, + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1702-5541" + }, + "name": { + "given_name": "P.", + "surname": "Rumerio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff171", + "affPubRaw": "The University of Alabama Tuscaloosa Alabama U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4460-2241" + }, + "name": { + "given_name": "C.", + "surname": "West" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7510-6617" + }, + "name": { + "given_name": "A.", + "surname": "Akpinar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2369-9507" + }, + "name": { + "given_name": "A.", + "surname": "Albert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9457-8302" + }, + "name": { + "given_name": "D.", + "surname": "Arcaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0352-6561" + }, + "name": { + "given_name": "C.", + "surname": "Cosby" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8521-737X" + }, + "name": { + "given_name": "Z.", + "surname": "Demiragli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "Fontanesi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Gastler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6351-6122" + }, + "name": { + "given_name": "S.", + "surname": "May" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6423-9799" + }, + "name": { + "given_name": "J.", + "surname": "Rohlf" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6957-1077" + }, + "name": { + "given_name": "K.", + "surname": "Salyer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Sperka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2025-2742" + }, + "name": { + "given_name": "D.", + "surname": "Spitzbart" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5374-6995" + }, + "name": { + "given_name": "I.", + "surname": "Suarez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Tsatsos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff172", + "affPubRaw": "Boston University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Zou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4461-8905" + }, + "name": { + "given_name": "G.", + "surname": "Benelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1645-822X" + }, + "name": { + "given_name": "B.", + "surname": "Burkle" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff43", + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A Aachen Germany" + }, + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "X.", + "surname": "Coubez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1041-7099" + }, + "name": { + "given_name": "D.", + "surname": "Cutts" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7068-4327" + }, + "name": { + "given_name": "M.", + "surname": "Hadley" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7590-3058" + }, + "name": { + "given_name": "U.", + "surname": "Heintz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff274", + "affPubRaw": "Bethel University St. Paul Minnesota U.S.A." + }, + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8604-3452" + }, + "name": { + "given_name": "J. M.", + "surname": "Hogan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "KWON" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4184-9380" + }, + "name": { + "given_name": "G.", + "surname": "Landsberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1371-8575" + }, + "name": { + "given_name": "K. T.", + "surname": "Lau" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Lukasik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4108-8681" + }, + "name": { + "given_name": "J.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Narain" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Pervan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff275", + "affPubRaw": "Karamano\u011flu Mehmetbey University Karaman Turkey" + }, + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2614-5860" + }, + "name": { + "given_name": "S.", + "surname": "Sagir" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "F.", + "surname": "Simpson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9323-2107" + }, + "name": { + "given_name": "E.", + "surname": "Usai" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "W. Y.", + "surname": "Wong" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6426-0560" + }, + "name": { + "given_name": "X.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5921-5231" + }, + "name": { + "given_name": "D.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff173", + "affPubRaw": "Brown University Providence Rhode Island U.S.A." + } + ], + "name": { + "given_name": "W.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6982-6121" + }, + "name": { + "given_name": "J.", + "surname": "Bonilla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9552-1006" + }, + "name": { + "given_name": "C.", + "surname": "Brainerd" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Breedon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Calderon De La Barca Sanchez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2729-6273" + }, + "name": { + "given_name": "M.", + "surname": "Chertok" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2719-5779" + }, + "name": { + "given_name": "J.", + "surname": "Conway" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "P. T.", + "surname": "Cox" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Erbacher" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Haza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3769-9081" + }, + "name": { + "given_name": "F.", + "surname": "Jensen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "O.", + "surname": "Kukral" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Lander" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1145-6436" + }, + "name": { + "given_name": "M.", + "surname": "Mulhearn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Pellett" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1539-923X" + }, + "name": { + "given_name": "B.", + "surname": "Regnery" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4274-3983" + }, + "name": { + "given_name": "D.", + "surname": "Taylor" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5990-4245" + }, + "name": { + "given_name": "Y.", + "surname": "Yao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff174", + "affPubRaw": "University of California, Davis Davis California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6158-2468" + }, + "name": { + "given_name": "F.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3110-0701" + }, + "name": { + "given_name": "M.", + "surname": "Bachtis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5963-0467" + }, + "name": { + "given_name": "R.", + "surname": "Cousins" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2695-7719" + }, + "name": { + "given_name": "A.", + "surname": "Datta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Hamilton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9781-4873" + }, + "name": { + "given_name": "J.", + "surname": "Hauser" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Ignatenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "name": { + "given_name": "M. A.", + "surname": "Iqbal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Lam" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0006-9238" + }, + "name": { + "given_name": "N.", + "surname": "Mccoll" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "name": { + "given_name": "W. A.", + "surname": "Nash" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9818-6725" + }, + "name": { + "given_name": "S.", + "surname": "Regnard" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0658-9146" + }, + "name": { + "given_name": "D.", + "surname": "Saltzberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "name": { + "given_name": "B.", + "surname": "Stone" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff175", + "affPubRaw": "University of California Los Angeles California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0783-6703" + }, + "name": { + "given_name": "V.", + "surname": "Valuev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Burt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3293-5305" + }, + "name": { + "given_name": "R.", + "surname": "Clare" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0175-5731" + }, + "name": { + "given_name": "J. W.", + "surname": "Gary" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Gordon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7273-4009" + }, + "name": { + "given_name": "G.", + "surname": "Hanson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4280-2541" + }, + "name": { + "given_name": "G.", + "surname": "Karapostoli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2180-7634" + }, + "name": { + "given_name": "O. R.", + "surname": "Long" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Manganelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Olmedo Negrete" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5879-6326" + }, + "name": { + "given_name": "W.", + "surname": "Si" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Wimpenny" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff176", + "affPubRaw": "University of California, Riverside Riverside California U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "name": { + "given_name": "J. G.", + "surname": "Branson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2095-6320" + }, + "name": { + "given_name": "P.", + "surname": "Chang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Cittolin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0262-3132" + }, + "name": { + "given_name": "S.", + "surname": "Cooperstein" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4010-7155" + }, + "name": { + "given_name": "N.", + "surname": "Deelen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6834-1176" + }, + "name": { + "given_name": "D.", + "surname": "Diaz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5076-7096" + }, + "name": { + "given_name": "J.", + "surname": "Duarte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8359-3734" + }, + "name": { + "given_name": "R.", + "surname": "Gerosa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5621-7706" + }, + "name": { + "given_name": "L.", + "surname": "Giannini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Guiang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2445-1060" + }, + "name": { + "given_name": "R.", + "surname": "Kansal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1386-0232" + }, + "name": { + "given_name": "V.", + "surname": "Krutelyov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0156-1251" + }, + "name": { + "given_name": "J.", + "surname": "Letts" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8200-9425" + }, + "name": { + "given_name": "M.", + "surname": "Masciovecchio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "name": { + "given_name": "F.", + "surname": "Mokhtar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3303-6301" + }, + "name": { + "given_name": "M.", + "surname": "Pieri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2076-5126" + }, + "name": { + "given_name": "B. V.", + "surname": "Sathia Narayanan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1736-8795" + }, + "name": { + "given_name": "V.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Tadel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5912-6124" + }, + "name": { + "given_name": "F.", + "surname": "W\u00fcrthwein" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4112-7457" + }, + "name": { + "given_name": "Y.", + "surname": "Xiang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff177", + "affPubRaw": "University of California, San Diego La Jolla California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6108-4004" + }, + "name": { + "given_name": "A.", + "surname": "Yagil" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Amin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8978-8177" + }, + "name": { + "given_name": "C.", + "surname": "Campagnari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6250-8465" + }, + "name": { + "given_name": "M.", + "surname": "Citron" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Dorsett" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5958-829X" + }, + "name": { + "given_name": "V.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9850-2030" + }, + "name": { + "given_name": "J.", + "surname": "Incandela" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2602-0566" + }, + "name": { + "given_name": "M.", + "surname": "Kilpatrick" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2072-6082" + }, + "name": { + "given_name": "J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "B.", + "surname": "Marsh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "H.", + "surname": "Mei" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Oshiro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2902-5597" + }, + "name": { + "given_name": "M.", + "surname": "Quinnan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Richman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1557-4424" + }, + "name": { + "given_name": "U.", + "surname": "Sarica" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "F.", + "surname": "Setti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Sheplock" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "P.", + "surname": "Siddireddy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Stuart" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff178", + "affPubRaw": "University of California, Santa Barbara\u2014 Department of Physics Santa Barbara California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7887-1728" + }, + "name": { + "given_name": "S.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0128-0871" + }, + "name": { + "given_name": "A.", + "surname": "Bornheim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "name": { + "given_name": "O.", + "surname": "Cerri" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0953-4503" + }, + "name": { + "given_name": "I.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8597-9259" + }, + "name": { + "given_name": "J. M.", + "surname": "Lawhorn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2631-6770" + }, + "name": { + "given_name": "N.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Mao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0964-1480" + }, + "name": { + "given_name": "H. B.", + "surname": "Newman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3954-5131" + }, + "name": { + "given_name": "T. Q.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8172-7081" + }, + "name": { + "given_name": "M.", + "surname": "Spiropulu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9705-101X" + }, + "name": { + "given_name": "J. R.", + "surname": "Vlimant" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0117-7196" + }, + "name": { + "given_name": "C.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2509-5731" + }, + "name": { + "given_name": "S.", + "surname": "Xie" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1630-0986" + }, + "name": { + "given_name": "Z.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3091-7461" + }, + "name": { + "given_name": "R. Y.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0843-1641" + }, + "name": { + "given_name": "J.", + "surname": "Alison" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9740-1622" + }, + "name": { + "given_name": "S.", + "surname": "An" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "name": { + "given_name": "M. B.", + "surname": "Andrews" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8145-6322" + }, + "name": { + "given_name": "P.", + "surname": "Bryant" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5822-3731" + }, + "name": { + "given_name": "T.", + "surname": "Ferguson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Harilal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9352-8140" + }, + "name": { + "given_name": "T.", + "surname": "Mudholkar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6714-5787" + }, + "name": { + "given_name": "M.", + "surname": "Paulini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Sanchez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff180", + "affPubRaw": "Carnegie Mellon University Pittsburgh Pennsylvania U.S.A." + } + ], + "name": { + "given_name": "W.", + "surname": "Terrill" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6032-5857" + }, + "name": { + "given_name": "J. P.", + "surname": "Cumalat" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8703-6943" + }, + "name": { + "given_name": "W. T.", + "surname": "Ford" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Hassani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Karathanasis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "MacDonald" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Patel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5230-0396" + }, + "name": { + "given_name": "A.", + "surname": "Perloff" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Savard" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4888-205X" + }, + "name": { + "given_name": "K.", + "surname": "Stenson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6875-9177" + }, + "name": { + "given_name": "K. A.", + "surname": "Ulmer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff181", + "affPubRaw": "University of Colorado Boulder Boulder Colorado U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9269-5772" + }, + "name": { + "given_name": "S. R.", + "surname": "Wagner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2046-342X" + }, + "name": { + "given_name": "J.", + "surname": "Alexander" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1889-7824" + }, + "name": { + "given_name": "S.", + "surname": "Bright-Thonney" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8157-1328" + }, + "name": { + "given_name": "X.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2602-935X" + }, + "name": { + "given_name": "Y.", + "surname": "Cheng" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7498-2129" + }, + "name": { + "given_name": "D. J.", + "surname": "Cranshaw" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Hogan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7394-4710" + }, + "name": { + "given_name": "J.", + "surname": "Monroy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3815-3649" + }, + "name": { + "given_name": "J. R.", + "surname": "Patterson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1622-0134" + }, + "name": { + "given_name": "D.", + "surname": "Quach" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2110-8021" + }, + "name": { + "given_name": "J.", + "surname": "Reichert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7706-1416" + }, + "name": { + "given_name": "M.", + "surname": "Reid" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Ryd" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0649-5086" + }, + "name": { + "given_name": "W.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4870-8468" + }, + "name": { + "given_name": "J.", + "surname": "Thom" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7401-2181" + }, + "name": { + "given_name": "P.", + "surname": "Wittich" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff182", + "affPubRaw": "Cornell University Ithaca New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0542-1264" + }, + "name": { + "given_name": "R.", + "surname": "Zou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7329-4925" + }, + "name": { + "given_name": "M.", + "surname": "Albrow" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9268-3360" + }, + "name": { + "given_name": "M.", + "surname": "Alyari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Apollinari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6186-0130" + }, + "name": { + "given_name": "A.", + "surname": "Apresyan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9418-6656" + }, + "name": { + "given_name": "A.", + "surname": "Apyan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7170-9012" + }, + "name": { + "given_name": "L. A. T.", + "surname": "Bauerdick" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5383-8320" + }, + "name": { + "given_name": "D.", + "surname": "Berry" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8124-3033" + }, + "name": { + "given_name": "J.", + "surname": "Berryhill" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "P. C.", + "surname": "Bhat" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2284-4744" + }, + "name": { + "given_name": "K.", + "surname": "Burkett" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "J. N.", + "surname": "Butler" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Canepa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3548-0262" + }, + "name": { + "given_name": "G. B.", + "surname": "Cerati" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6389-9357" + }, + "name": { + "given_name": "H. W. K.", + "surname": "Cheung" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "F.", + "surname": "Chlebana" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8001-4602" + }, + "name": { + "given_name": "K. F.", + "surname": "Di Petrillo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4446-4395" + }, + "name": { + "given_name": "V. D.", + "surname": "Elvira" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Feng" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Freeman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "Z.", + "surname": "Gecse" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "L.", + "surname": "Gray" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Green" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4857-0294" + }, + "name": { + "given_name": "S.", + "surname": "Gr\u00fcnendahl" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8015-9622" + }, + "name": { + "given_name": "O.", + "surname": "Gutsche" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1461-3425" + }, + "name": { + "given_name": "R. M.", + "surname": "Harris" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Heller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4280-6382" + }, + "name": { + "given_name": "T. C.", + "surname": "Herwig" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8244-0805" + }, + "name": { + "given_name": "J.", + "surname": "Hirschauer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7912-5612" + }, + "name": { + "given_name": "B.", + "surname": "Jayatilaka" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Jindariani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Johnson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "U.", + "surname": "Joshi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1675-6040" + }, + "name": { + "given_name": "T.", + "surname": "Klijnsma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3691-7625" + }, + "name": { + "given_name": "B.", + "surname": "Klima" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "K. H. M.", + "surname": "Kwok" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0027-635X" + }, + "name": { + "given_name": "S.", + "surname": "Lammel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0599-7407" + }, + "name": { + "given_name": "D.", + "surname": "Lincoln" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Lipton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Madrid" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Maeshima" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0177-5903" + }, + "name": { + "given_name": "C.", + "surname": "Mantilla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Mason" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6159-7750" + }, + "name": { + "given_name": "P.", + "surname": "McBride" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "P.", + "surname": "Merkel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8731-160X" + }, + "name": { + "given_name": "S.", + "surname": "Mrenna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8949-0178" + }, + "name": { + "given_name": "S.", + "surname": "Nahn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0055-2935" + }, + "name": { + "given_name": "J.", + "surname": "Ngadiuba" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "V.", + "surname": "O\u2019Dell" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "V.", + "surname": "Papadimitriou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2260-9151" + }, + "name": { + "given_name": "K.", + "surname": "Pedro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff179", + "affPubRaw": "California Institute of Technology Pasadena California U.S.A." + }, + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4500-7930" + }, + "name": { + "given_name": "C.", + "surname": "Pena" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "O.", + "surname": "Prokofyev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3632-0287" + }, + "name": { + "given_name": "F.", + "surname": "Ravera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff276", + "affPubRaw": "United States Naval Academy Annapolis MD U.S.A." + }, + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1653-8553" + }, + "name": { + "given_name": "A.", + "surname": "Reinsvold Hall" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1950-2492" + }, + "name": { + "given_name": "L.", + "surname": "Ristori" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9171-1980" + }, + "name": { + "given_name": "E.", + "surname": "Sexton-Kennedy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0324-3054" + }, + "name": { + "given_name": "N.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5968-1192" + }, + "name": { + "given_name": "A.", + "surname": "Soha" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "L.", + "surname": "Spiegel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4563-7702" + }, + "name": { + "given_name": "S.", + "surname": "Stoynev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7233-8348" + }, + "name": { + "given_name": "J.", + "surname": "Strait" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6584-2538" + }, + "name": { + "given_name": "L.", + "surname": "Taylor" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Tkaczyk" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8440-6854" + }, + "name": { + "given_name": "N. V.", + "surname": "Tran" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9202-803X" + }, + "name": { + "given_name": "L.", + "surname": "Uplegger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3207-6950" + }, + "name": { + "given_name": "E. W.", + "surname": "Vaandering" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff183", + "affPubRaw": "Fermi National Accelerator Laboratory Batavia Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5074-0539" + }, + "name": { + "given_name": "H. A.", + "surname": "Weber" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5367-1738" + }, + "name": { + "given_name": "D.", + "surname": "Acosta" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "P.", + "surname": "Avery" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0260-4935" + }, + "name": { + "given_name": "D.", + "surname": "Bourilkov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8789-610X" + }, + "name": { + "given_name": "L.", + "surname": "Cadamuro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "V.", + "surname": "Cherepanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8199-370X" + }, + "name": { + "given_name": "F.", + "surname": "Errico" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "R. D.", + "surname": "Field" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Guerrero" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4723-0968" + }, + "name": { + "given_name": "B. M.", + "surname": "Joshi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "Koenig" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6850-8765" + }, + "name": { + "given_name": "J.", + "surname": "Konigsberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Korytov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "K. H.", + "surname": "Lo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4182-9096" + }, + "name": { + "given_name": "K.", + "surname": "Matchev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3295-3194" + }, + "name": { + "given_name": "N.", + "surname": "Menendez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5745-3658" + }, + "name": { + "given_name": "G.", + "surname": "Mitselmakher" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Muthirakalayil Madhu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Rawal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Rosenzweig" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Rosenzweig" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Rotter" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2475-0055" + }, + "name": { + "given_name": "K.", + "surname": "Shi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3879-4873" + }, + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9595-2623" + }, + "name": { + "given_name": "E.", + "surname": "Yigitbasi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff184", + "affPubRaw": "University of Florida Gainesville Florida U.S.A." + } + ], + "name": { + "given_name": "X.", + "surname": "Zuo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8049-5143" + }, + "name": { + "given_name": "T.", + "surname": "Adams" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7172-1396" + }, + "name": { + "given_name": "A.", + "surname": "Askew" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3161-8300" + }, + "name": { + "given_name": "R.", + "surname": "Habibullah" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "name": { + "given_name": "V.", + "surname": "Hagopian" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "name": { + "given_name": "K. F.", + "surname": "Johnson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Khurana" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0211-6109" + }, + "name": { + "given_name": "T.", + "surname": "Kolberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Martinez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4077-2713" + }, + "name": { + "given_name": "H.", + "surname": "Prosper" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Schiber" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2957-0301" + }, + "name": { + "given_name": "O.", + "surname": "Viazlo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0124-9065" + }, + "name": { + "given_name": "R.", + "surname": "Yohay" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff185", + "affPubRaw": "Florida State University Tallahassee Florida U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9792-8619" + }, + "name": { + "given_name": "M. M.", + "surname": "Baarmand" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Butalla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff277", + "affPubRaw": "Ain Shams University Cairo Egypt" + }, + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9930-6445" + }, + "name": { + "given_name": "T.", + "surname": "Elkafrawy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4578-9319" + }, + "name": { + "given_name": "M.", + "surname": "Hohlmann" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8264-156X" + }, + "name": { + "given_name": "R.", + "surname": "Kumar Verma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3932-3769" + }, + "name": { + "given_name": "D.", + "surname": "Noonan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Rahmani" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff186", + "affPubRaw": "Florida Institute of Technology Melbourne Florida U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2436-5074" + }, + "name": { + "given_name": "F.", + "surname": "Yumiceva" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "name": { + "given_name": "M. R.", + "surname": "Adams" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5387-712X" + }, + "name": { + "given_name": "H.", + "surname": "Becerril Gonzalez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7169-3420" + }, + "name": { + "given_name": "R.", + "surname": "Cavanaugh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Dittmer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1250-8931" + }, + "name": { + "given_name": "O.", + "surname": "Evdokimov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8116-9021" + }, + "name": { + "given_name": "C. E.", + "surname": "Gerber" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3826-7232" + }, + "name": { + "given_name": "D. A.", + "surname": "Hangal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2449-3845" + }, + "name": { + "given_name": "D. J.", + "surname": "Hofman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "name": { + "given_name": "A. H.", + "surname": "Merrit" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8035-4818" + }, + "name": { + "given_name": "C.", + "surname": "Mills" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0744-1063" + }, + "name": { + "given_name": "G.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Roy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Rudrabhatla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2617-9315" + }, + "name": { + "given_name": "M. B.", + "surname": "Tonjes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9397-5514" + }, + "name": { + "given_name": "N.", + "surname": "Varelas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2530-4265" + }, + "name": { + "given_name": "J.", + "surname": "Viinikainen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "name": { + "given_name": "X.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2165-9501" + }, + "name": { + "given_name": "Z.", + "surname": "Wu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff187", + "affPubRaw": "University of Illinois at Chicago (UIC) Chicago Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6091-6772" + }, + "name": { + "given_name": "Z.", + "surname": "Ye" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9239-470X" + }, + "name": { + "given_name": "M.", + "surname": "Alhusseini" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff278", + "affPubRaw": "Bingol University Bingol Turkey" + }, + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0138-3368" + }, + "name": { + "given_name": "K.", + "surname": "Dilsiz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "name": { + "given_name": "L.", + "surname": "Emediato" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9053-3182" + }, + "name": { + "given_name": "R. P.", + "surname": "Gandrajula" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9040-3468" + }, + "name": { + "given_name": "O. K.", + "surname": "K\u00f6seyan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "name": { + "given_name": "J.-P.", + "surname": "Merlo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff41", + "affPubRaw": "Georgian Technical University Tbilisi Georgia" + }, + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Mestvirishvili" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Nachtman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff279", + "affPubRaw": "Sinop University Sinop Turkey" + }, + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5121-2893" + }, + "name": { + "given_name": "H.", + "surname": "Ogul" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8141-7769" + }, + "name": { + "given_name": "Y.", + "surname": "Onel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Penzo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Snyder" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff280", + "affPubRaw": "Erciyes University Kayseri Turkey" + }, + { + "affPubID": "Aff188", + "affPubRaw": "The University of Iowa Iowa City Iowa U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5628-7464" + }, + "name": { + "given_name": "E.", + "surname": "Tiras" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3765-3123" + }, + "name": { + "given_name": "O.", + "surname": "Amram" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1150-1735" + }, + "name": { + "given_name": "B.", + "surname": "Blumenfeld" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6751-3108" + }, + "name": { + "given_name": "L.", + "surname": "Corcodilos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Davis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4591-2225" + }, + "name": { + "given_name": "M.", + "surname": "Eminizer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3545-7970" + }, + "name": { + "given_name": "A. V.", + "surname": "Gritsan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Kyriacou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2358-2168" + }, + "name": { + "given_name": "P.", + "surname": "Maksimovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8761-0490" + }, + "name": { + "given_name": "J.", + "surname": "Roskes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Swartz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff189", + "affPubRaw": "Johns Hopkins University Baltimore Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0959-9211" + }, + "name": { + "given_name": "T. \u00c1.", + "surname": "V\u00e1mi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Abreu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Anguiano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6033-8885" + }, + "name": { + "given_name": "C.", + "surname": "Baldenegro Barrera" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3691-8388" + }, + "name": { + "given_name": "P.", + "surname": "Baringer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5967-8674" + }, + "name": { + "given_name": "A.", + "surname": "Bean" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6286-120X" + }, + "name": { + "given_name": "A.", + "surname": "Bylinkin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "Z.", + "surname": "Flowers" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Isidori" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8630-8046" + }, + "name": { + "given_name": "S.", + "surname": "Khalil" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "King" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0380-7577" + }, + "name": { + "given_name": "G.", + "surname": "Krintiras" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8751-6178" + }, + "name": { + "given_name": "A.", + "surname": "Kropivnitskaya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Lazarovits" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Le Mahieu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Lindsey" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Marquez" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4002-1888" + }, + "name": { + "given_name": "N.", + "surname": "Minafra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7219-4818" + }, + "name": { + "given_name": "M.", + "surname": "Murray" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Nickel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4166-4503" + }, + "name": { + "given_name": "C.", + "surname": "Rogan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Royon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2751-0567" + }, + "name": { + "given_name": "R.", + "surname": "Salvatico" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Sanders" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "Schmitz" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0505-0528" + }, + "name": { + "given_name": "C.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0098-4279" + }, + "name": { + "given_name": "J. D.", + "surname": "Tapia Takaki" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3804-3244" + }, + "name": { + "given_name": "Q.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "name": { + "given_name": "Z.", + "surname": "Warner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9810-7097" + }, + "name": { + "given_name": "J.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff190", + "affPubRaw": "The University of Kansas Lawrence Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0917-4763" + }, + "name": { + "given_name": "G.", + "surname": "Wilson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Duric" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9270-5643" + }, + "name": { + "given_name": "A.", + "surname": "Ivanov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0571-163X" + }, + "name": { + "given_name": "K.", + "surname": "Kaadze" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9449-0666" + }, + "name": { + "given_name": "Y.", + "surname": "Maravin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Mitchell" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Modak" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff191", + "affPubRaw": "Kansas State University Manhattan Kansas U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Nam" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff192", + "affPubRaw": "Lawrence Livermore National Laboratory Livermore California U.S.A." + } + ], + "name": { + "given_name": "F.", + "surname": "Rebassoo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff192", + "affPubRaw": "Lawrence Livermore National Laboratory Livermore California U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Wright" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "Adams" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Baden" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "O.", + "surname": "Baron" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1727-656X" + }, + "name": { + "given_name": "A.", + "surname": "Belloni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4282-2515" + }, + "name": { + "given_name": "S. C.", + "surname": "Eno" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1209-6471" + }, + "name": { + "given_name": "N. J.", + "surname": "Hadley" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0155-7383" + }, + "name": { + "given_name": "S.", + "surname": "Jabeen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "R. G.", + "surname": "Kellogg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Koeth" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Lai" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Lascio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "A. C.", + "surname": "Mignerey" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Nabili" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0510-141X" + }, + "name": { + "given_name": "C.", + "surname": "Palmer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3550-6151" + }, + "name": { + "given_name": "M.", + "surname": "Seidel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7312-6339" + }, + "name": { + "given_name": "A.", + "surname": "Skuja" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "name": { + "given_name": "L.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff193", + "affPubRaw": "University of Maryland College Park Maryland U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9698-1354" + }, + "name": { + "given_name": "K.", + "surname": "Wong" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Abercrombie" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Andreassi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Bi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3831-9071" + }, + "name": { + "given_name": "W.", + "surname": "Busza" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "I. A.", + "surname": "Cali" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2582-6469" + }, + "name": { + "given_name": "Y.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7409-7904" + }, + "name": { + "given_name": "M.", + "surname": "D\u2019Alfonso" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Eysermans" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7967-4635" + }, + "name": { + "given_name": "C.", + "surname": "Freer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Gomez Ceballos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Goncharov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "P.", + "surname": "Harris" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0869-5631" + }, + "name": { + "given_name": "M.", + "surname": "Klute" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6923-293X" + }, + "name": { + "given_name": "D.", + "surname": "Kovalskyi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Krupa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2593-7767" + }, + "name": { + "given_name": "Y.-J.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8599-2437" + }, + "name": { + "given_name": "C.", + "surname": "Mironov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6047-4211" + }, + "name": { + "given_name": "C.", + "surname": "Paus" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8411-9620" + }, + "name": { + "given_name": "D.", + "surname": "Rankin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7312-5854" + }, + "name": { + "given_name": "C.", + "surname": "Roland" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Roland" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5498-8825" + }, + "name": { + "given_name": "Z.", + "surname": "Shi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3106-4894" + }, + "name": { + "given_name": "G. S. F.", + "surname": "Stephans" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3074-3767" + }, + "name": { + "given_name": "Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff194", + "affPubRaw": "Massachusetts Institute of Technology Cambridge Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3681-0649" + }, + "name": { + "given_name": "B.", + "surname": "Wyslouch" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "name": { + "given_name": "R. M.", + "surname": "Chatterjee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7427-1079" + }, + "name": { + "given_name": "A.", + "surname": "Evans" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Hiltbrand" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1770-5309" + }, + "name": { + "given_name": "Sh.", + "surname": "Jain" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Krohn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Kubota" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2840-1087" + }, + "name": { + "given_name": "J.", + "surname": "Mans" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Revering" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7633-749X" + }, + "name": { + "given_name": "R.", + "surname": "Rusack" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Saradhy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8336-6141" + }, + "name": { + "given_name": "N.", + "surname": "Schroeder" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8835-8282" + }, + "name": { + "given_name": "N.", + "surname": "Strobbe" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff195", + "affPubRaw": "University of Minnesota Minneapolis Minnesota U.S.A." + } + ], + "name": { + "given_name": "M. A.", + "surname": "Wadud" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4272-8900" + }, + "name": { + "given_name": "K.", + "surname": "Bloom" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Bryson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6544-5794" + }, + "name": { + "given_name": "S.", + "surname": "Chauhan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "D. R.", + "surname": "Claes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Fangmeier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2630-5465" + }, + "name": { + "given_name": "L.", + "surname": "Finco" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3567-9351" + }, + "name": { + "given_name": "F.", + "surname": "Golf" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Joo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0068-0395" + }, + "name": { + "given_name": "I.", + "surname": "Kravchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Musich" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "I.", + "surname": "Reed" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "J. E.", + "surname": "Siado" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "G. R.", + "surname": "Snow" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "W.", + "surname": "Tabb" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Wightman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "F.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff196", + "affPubRaw": "University of Nebraska-Lincoln Lincoln Nebraska U.S.A." + } + ], + "name": { + "given_name": "A. G.", + "surname": "Zecchinelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2593-5297" + }, + "name": { + "given_name": "G.", + "surname": "Agarwal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9726-4915" + }, + "name": { + "given_name": "H.", + "surname": "Bandyopadhyay" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7086-7641" + }, + "name": { + "given_name": "L.", + "surname": "Hay" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1948-5901" + }, + "name": { + "given_name": "I.", + "surname": "Iashvili" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Kharchilava" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7450-4805" + }, + "name": { + "given_name": "C.", + "surname": "McLean" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6681-7668" + }, + "name": { + "given_name": "J.", + "surname": "Pekkanen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5449-2560" + }, + "name": { + "given_name": "S.", + "surname": "Rappoccio" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff197", + "affPubRaw": "State University of New York at Buffalo Buffalo New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4055-6532" + }, + "name": { + "given_name": "A.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6651-1178" + }, + "name": { + "given_name": "G.", + "surname": "Alverson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "Barberis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4916-7752" + }, + "name": { + "given_name": "Y.", + "surname": "Haddad" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Han" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Hortiangtham" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Krishna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5245-2074" + }, + "name": { + "given_name": "J.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Madigan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6687-6214" + }, + "name": { + "given_name": "B.", + "surname": "Marzocchi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3163-2169" + }, + "name": { + "given_name": "D. M.", + "surname": "Morse" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "V.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8388-3341" + }, + "name": { + "given_name": "T.", + "surname": "Orimoto" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Parker" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2019-6755" + }, + "name": { + "given_name": "L.", + "surname": "Skinnari" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Tishelman-Charny" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Wamorkar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0796-2475" + }, + "name": { + "given_name": "B.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Wisecarver" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff198", + "affPubRaw": "Northeastern University Boston Massachusetts U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6477-801X" + }, + "name": { + "given_name": "D.", + "surname": "Wood" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0526-6161" + }, + "name": { + "given_name": "S.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Bueghly" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4521-6086" + }, + "name": { + "given_name": "Z.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7560-5790" + }, + "name": { + "given_name": "A.", + "surname": "Gilbert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7444-5622" + }, + "name": { + "given_name": "T.", + "surname": "Gunter" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "name": { + "given_name": "K. A.", + "surname": "Hahn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Odell" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0814-3578" + }, + "name": { + "given_name": "M. H.", + "surname": "Schmitt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff199", + "affPubRaw": "Northwestern University Evanston Illinois U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Velasco" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4873-0523" + }, + "name": { + "given_name": "R.", + "surname": "Band" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Bucci" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Cremonesi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9115-9698" + }, + "name": { + "given_name": "A.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2792-0491" + }, + "name": { + "given_name": "N.", + "surname": "Dev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0295-249X" + }, + "name": { + "given_name": "R.", + "surname": "Goldouzian" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Hildreth" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9779-3566" + }, + "name": { + "given_name": "K.", + "surname": "Hurtado Anampa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6885-3611" + }, + "name": { + "given_name": "C.", + "surname": "Jessop" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9706-0098" + }, + "name": { + "given_name": "K.", + "surname": "Lannon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Lawrence" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0049-6918" + }, + "name": { + "given_name": "N.", + "surname": "Loukas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Lutton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Mariano" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Marinelli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "I.", + "surname": "Mcalister" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6589-8286" + }, + "name": { + "given_name": "T.", + "surname": "McCauley" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Mcgrady" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Mohrman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Moore" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff134", + "affPubRaw": "Institute for Nuclear Research Moscow Russia" + }, + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "Y.", + "surname": "Musienko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Ruchti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Townsend" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Wayne" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1510-5772" + }, + "name": { + "given_name": "M.", + "surname": "Zarucki" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff200", + "affPubRaw": "University of Notre Dame Notre Dame Indiana U.S.A." + } + ], + "name": { + "given_name": "L.", + "surname": "Zygala" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "name": { + "given_name": "B.", + "surname": "Bylsma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0477-1051" + }, + "name": { + "given_name": "L. S.", + "surname": "Durkin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1414-6583" + }, + "name": { + "given_name": "B.", + "surname": "Francis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0059-0779" + }, + "name": { + "given_name": "C.", + "surname": "Hill" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2663-7379" + }, + "name": { + "given_name": "M.", + "surname": "Nunez Ornelas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Wei" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "name": { + "given_name": "B. L.", + "surname": "Winer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff201", + "affPubRaw": "The Ohio State University Columbus Ohio U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7366-1318" + }, + "name": { + "given_name": "B. R.", + "surname": "Yates" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0484-5804" + }, + "name": { + "given_name": "F. M.", + "surname": "Addesa" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2982-7621" + }, + "name": { + "given_name": "B.", + "surname": "Bonham" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9770-1377" + }, + "name": { + "given_name": "P.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Dezoort" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6830-3356" + }, + "name": { + "given_name": "P.", + "surname": "Elmer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2583-5982" + }, + "name": { + "given_name": "A.", + "surname": "Frankenthal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4922-1934" + }, + "name": { + "given_name": "B.", + "surname": "Greenberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Haubrich" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Higginbotham" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3444-0314" + }, + "name": { + "given_name": "A.", + "surname": "Kalogeropoulos" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Kopp" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5308-7707" + }, + "name": { + "given_name": "S.", + "surname": "Kwan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6395-1079" + }, + "name": { + "given_name": "D.", + "surname": "Marlow" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2057-2025" + }, + "name": { + "given_name": "K.", + "surname": "Mei" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "name": { + "given_name": "I.", + "surname": "Ojalvo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9361-5762" + }, + "name": { + "given_name": "J.", + "surname": "Olsen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4702-8820" + }, + "name": { + "given_name": "D.", + "surname": "Stickland" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff202", + "affPubRaw": "Princeton University Princeton New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6771-2174" + }, + "name": { + "given_name": "C.", + "surname": "Tully" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff203", + "affPubRaw": "University of Puerto Rico Mayaguez Puerto Rico U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6356-2655" + }, + "name": { + "given_name": "S.", + "surname": "Malik" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff203", + "affPubRaw": "University of Puerto Rico Mayaguez Puerto Rico U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Norberg" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "A. S.", + "surname": "Bakshi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6939-3445" + }, + "name": { + "given_name": "V. E.", + "surname": "Barnes" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4802-6819" + }, + "name": { + "given_name": "R.", + "surname": "Chawla" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6701-9265" + }, + "name": { + "given_name": "S.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "L.", + "surname": "Gutay" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9951-4583" + }, + "name": { + "given_name": "M.", + "surname": "Jones" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3068-3212" + }, + "name": { + "given_name": "A. W.", + "surname": "Jung" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7874-2480" + }, + "name": { + "given_name": "D.", + "surname": "Kondratyev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "A. M.", + "surname": "Koshy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Negro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2356-1700" + }, + "name": { + "given_name": "N.", + "surname": "Neumeister" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "G.", + "surname": "Paspalaki" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9266-7819" + }, + "name": { + "given_name": "S.", + "surname": "Piperov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Purohit" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4421-680X" + }, + "name": { + "given_name": "J. F.", + "surname": "Schulte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Stojanovic" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7684-6588" + }, + "name": { + "given_name": "J.", + "surname": "Thieman" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8313-0809" + }, + "name": { + "given_name": "F.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7292-8527" + }, + "name": { + "given_name": "R.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff204", + "affPubRaw": "Purdue University West Lafayette Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1430-9191" + }, + "name": { + "given_name": "W.", + "surname": "Xie" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff205", + "affPubRaw": "Purdue University Northwest Hammond Indiana U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1141-3823" + }, + "name": { + "given_name": "J.", + "surname": "Dolen" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff205", + "affPubRaw": "Purdue University Northwest Hammond Indiana U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Parashar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5310-3466" + }, + "name": { + "given_name": "A.", + "surname": "Baty" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Carnahan" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Decaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0554-4755" + }, + "name": { + "given_name": "S.", + "surname": "Dildick" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6976-4637" + }, + "name": { + "given_name": "K. M.", + "surname": "Ecklund" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Freed" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "name": { + "given_name": "P.", + "surname": "Gardner" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2856-9090" + }, + "name": { + "given_name": "F. J. M.", + "surname": "Geurts" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5180-6595" + }, + "name": { + "given_name": "A.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "name": { + "given_name": "W.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3572-5701" + }, + "name": { + "given_name": "B. P.", + "surname": "Padley" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Redjimi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8102-9002" + }, + "name": { + "given_name": "W.", + "surname": "Shi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5397-252X" + }, + "name": { + "given_name": "A. G.", + "surname": "Stahl Leiton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2075-8631" + }, + "name": { + "given_name": "S.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff20", + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE)\u2014 Fudan University Shanghai China" + }, + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "name": { + "given_name": "L.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff206", + "affPubRaw": "Rice University Houston Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6812-761X" + }, + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0409-0341" + }, + "name": { + "given_name": "A.", + "surname": "Bodek" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "name": { + "given_name": "P.", + "surname": "de Barbaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-7852-167X" + }, + "name": { + "given_name": "R.", + "surname": "Demina" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-9842-7015" + }, + "name": { + "given_name": "J. L.", + "surname": "Dulemba" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Fallon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6733-131X" + }, + "name": { + "given_name": "T.", + "surname": "Ferbel" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Galanti" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1407-1972" + }, + "name": { + "given_name": "A.", + "surname": "Garcia-Bellido" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7640-5264" + }, + "name": { + "given_name": "O.", + "surname": "Hindrichs" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Khukhunaishvili" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "name": { + "given_name": "E.", + "surname": "Ranken" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff207", + "affPubRaw": "University of Rochester Rochester New York U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Taus" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "B.", + "surname": "Chiarito" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-6315-905X" + }, + "name": { + "given_name": "J. P.", + "surname": "Chou" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4860-3233" + }, + "name": { + "given_name": "A.", + "surname": "Gandrakota" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4871-5449" + }, + "name": { + "given_name": "Y.", + "surname": "Gershtein" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3584-7856" + }, + "name": { + "given_name": "E.", + "surname": "Halkiadakis" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Hart" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2831-463X" + }, + "name": { + "given_name": "M.", + "surname": "Heindl" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff229", + "affPubRaw": "Brandenburg University of Technology Cottbus Germany" + }, + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2785-3762" + }, + "name": { + "given_name": "O.", + "surname": "Karacheban" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "I.", + "surname": "Laflotte" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0228-9760" + }, + "name": { + "given_name": "A.", + "surname": "Lath" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Montalvo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Nash" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "M.", + "surname": "Osherson" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4995-9285" + }, + "name": { + "given_name": "S.", + "surname": "Salur" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Schnetzer" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8856-7401" + }, + "name": { + "given_name": "S.", + "surname": "Somalwar" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Stone" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1469-0335" + }, + "name": { + "given_name": "S. A.", + "surname": "Thayil" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Thomas" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff208", + "affPubRaw": "Rutgers, The State University of New Jersey Piscataway New Jersey U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3027-0752" + }, + "name": { + "given_name": "H.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff209", + "affPubRaw": "University of Tennessee Knoxville Tennessee U.S.A." + } + ], + "name": { + "given_name": "H.", + "surname": "Acharya" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff209", + "affPubRaw": "University of Tennessee Knoxville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1252-6213" + }, + "name": { + "given_name": "A. G.", + "surname": "Delannoy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff209", + "affPubRaw": "University of Tennessee Knoxville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3273-9419" + }, + "name": { + "given_name": "S.", + "surname": "Fiorendi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff209", + "affPubRaw": "University of Tennessee Knoxville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8438-3197" + }, + "name": { + "given_name": "S.", + "surname": "Spanier" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff281", + "affPubRaw": "Texas A&M University at Qatar Doha Qatar" + }, + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7139-7322" + }, + "name": { + "given_name": "O.", + "surname": "Bouhali" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-0137-136X" + }, + "name": { + "given_name": "M.", + "surname": "Dalchenko" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3453-7204" + }, + "name": { + "given_name": "A.", + "surname": "Delgado" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Eusebi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Gilmore" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff106", + "affPubRaw": "Kyungpook National University Daegu Korea" + }, + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Kamon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4986-1728" + }, + "name": { + "given_name": "H.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3122-4245" + }, + "name": { + "given_name": "S.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Malhotra" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Mueller" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Overton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8420-1488" + }, + "name": { + "given_name": "D.", + "surname": "Rathjens" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff210", + "affPubRaw": "Texas A&M University College Station Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9497-5471" + }, + "name": { + "given_name": "A.", + "surname": "Safonov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "N.", + "surname": "Akchurin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "J.", + "surname": "Damgov" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "V.", + "surname": "Hegde" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Kunori" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "K.", + "surname": "Lamichhane" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-3388-8339" + }, + "name": { + "given_name": "S. W.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "T.", + "surname": "Mengke" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0432-6895" + }, + "name": { + "given_name": "S.", + "surname": "Muthumuni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-4732-4008" + }, + "name": { + "given_name": "T.", + "surname": "Peltola" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "I.", + "surname": "Volobouev" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff211", + "affPubRaw": "Texas Tech University Lubbock Texas U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Whitbeck" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3389-4584" + }, + "name": { + "given_name": "E.", + "surname": "Appelt" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Greene" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-2793-4052" + }, + "name": { + "given_name": "A.", + "surname": "Gurrola" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "name": { + "given_name": "W.", + "surname": "Johns" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Melo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "name": { + "given_name": "H.", + "surname": "Ni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7251-9125" + }, + "name": { + "given_name": "K.", + "surname": "Padeken" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-1297-6065" + }, + "name": { + "given_name": "F.", + "surname": "Romeo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1550-5223" + }, + "name": { + "given_name": "P.", + "surname": "Sheldon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Tuo" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff212", + "affPubRaw": "Vanderbilt University Nashville Tennessee U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1423-5241" + }, + "name": { + "given_name": "J.", + "surname": "Velkovska" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6188-1011" + }, + "name": { + "given_name": "M. W.", + "surname": "Arenton" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "name": { + "given_name": "B.", + "surname": "Cardwell" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3752-4759" + }, + "name": { + "given_name": "B.", + "surname": "Cox" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-8045-7806" + }, + "name": { + "given_name": "G.", + "surname": "Cummings" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-9586-3316" + }, + "name": { + "given_name": "J.", + "surname": "Hakala" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0304-6330" + }, + "name": { + "given_name": "R.", + "surname": "Hirosky" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1112-5880" + }, + "name": { + "given_name": "M.", + "surname": "Joyce" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4861-0943" + }, + "name": { + "given_name": "A.", + "surname": "Ledovskoy" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3644-8627" + }, + "name": { + "given_name": "C.", + "surname": "Neu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-0199-8864" + }, + "name": { + "given_name": "C. E.", + "surname": "Perez Lara" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-5570-8095" + }, + "name": { + "given_name": "B.", + "surname": "Tannenwald" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff213", + "affPubRaw": "University of Virginia Charlottesville Virginia U.S.A." + } + ], + "attrib": { + "orcid": "0000-0002-6181-4935" + }, + "name": { + "given_name": "S.", + "surname": "White" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff214", + "affPubRaw": "Wayne State University Detroit Michigan U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-4278-3464" + }, + "name": { + "given_name": "N.", + "surname": "Poudyal" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Banerjee" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-7320-5080" + }, + "name": { + "given_name": "K.", + "surname": "Black" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-8026-5380" + }, + "name": { + "given_name": "T.", + "surname": "Bose" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0001-5993-9045" + }, + "name": { + "given_name": "S.", + "surname": "Dasu" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1704-4360" + }, + "name": { + "given_name": "I.", + "surname": "De Bruyn" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3848-324X" + }, + "name": { + "given_name": "P.", + "surname": "Everaerts" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "C.", + "surname": "Galloni" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "H.", + "surname": "He" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3043-1090" + }, + "name": { + "given_name": "M.", + "surname": "Herndon" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Herv\u00e9" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "U.", + "surname": "Hussain" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Lanaro" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Loeliger" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "R.", + "surname": "Loveless" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-2590-763X" + }, + "name": { + "given_name": "J.", + "surname": "Madhusudanan Sreekala" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Mallampalli" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Mohammadi" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Pinna" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "A.", + "surname": "Savin" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "V.", + "surname": "Shang" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1287-1471" + }, + "name": { + "given_name": "V.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-3195-0909" + }, + "name": { + "given_name": "W. H.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "D.", + "surname": "Teague" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "name": { + "given_name": "S.", + "surname": "Trembath-Reichert" + } + }, + { + "affiliation": [ + { + "affPubID": "Aff215", + "affPubRaw": "University of Wisconsin\u2014 Madison Madison Wisconsin U.S.A." + } + ], + "attrib": { + "orcid": "0000-0003-1058-1163" + }, + "name": { + "given_name": "W.", + "surname": "Vetens" + } + } + ], + "copyright": { + "statement": "\u00a9 The Author(s) 2022", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-04-05", + "receivedDates": [ + "2021-12-06" + ] + }, + "keywords": [ + { + "keyString": "Beyond Standard Model", + "keySystem": "misc" + }, + { + "keyString": "Hadron-Hadron Scattering", + "keySystem": "misc" + }, + { + "keyString": "Higgs Physics", + "keySystem": "misc" + }, + { + "keyString": "Particle and Resonance Production", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "\nOpen Access. This article is distributed under the terms of the Creative Commons Attribution License (\n\t\t\t\t\t\tCC-BY 4.0), which permits any use, distribution and reproduction in any medium, provided the original author(s) and source are credited.\n\t\t\t\t\t", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "electronicID": "5" + }, + "persistentIDs": [ + { + "DOI": "10.1007/JHEP05(2022)005" + } + ], + "pubDate": { + "electrDate": "2022-05-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "1029-8479", + "pubtype": "epub" + } + ], + "issueNum": "5", + "pubName": "Journal of High Energy Physics", + "pubYear": "2022", + "publisher": "Springer Berlin Heidelberg", + "volumeNum": "2022" + }, + "publisherIDs": [ + { + "Identifier": "JHEP05(2022)005", + "attribute": "publisher-id" + }, + { + "Identifier": "18294", + "attribute": "manuscript" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " ATLAS collaboration, \t\t\t\t\t\tObservation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC, \t\t\t\t\t\tPhys. Lett. B 716 (2012) 1 [ \t\t\t\t\t\tarXiv:1207.7214] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tObservation of a new boson at a mass of 125 \t\t\t\t\t\tGeV with the CMS experiment at the LHC, \t\t\t\t\t\tPhys. Lett. B 716 (2012) 30 [ \t\t\t\t\t\tarXiv:1207.7235] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tObservation of a new boson with mass near 125 \t\t\t\t\t\tGeV in pp collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 7 \t\t\t\t\t\tand 8 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 06 (2013) 081 [ \t\t\t\t\t\tarXiv:1303.4571] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " F. Englert and R. Brout, \t\t\t\t\t\tBroken symmetry and the mass of gauge vector mesons, \t\t\t\t\t\tPhys. Rev. Lett. 13 (1964) 321 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " P.W. Higgs, \t\t\t\t\t\tBroken symmetries and the masses of gauge bosons, \t\t\t\t\t\tPhys. Rev. Lett. 13 (1964) 508 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Branco GC Ferreira PM Lavoura L Rebelo MN Sher M Silva JP Theory and phenomenology of two-Higgs-doublet models Phys. Rept. 2012 516 1 2012PhR...516....1B 10.1016/j.physrep.2012.02.002 [arXiv:1106.0034] [INSPIRE] ", + " P. Ramond, \t\t\t\t\t\tDual theory for free fermions, \t\t\t\t\t\tPhys. Rev. D 3 (1971) 2415 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Y.A. Golfand and E.P. Likhtman, \t\t\t\t\t\tExtension of the algebra of Poincar\u00e9 group generators and violation of P invariance, \t\t\t\t\t\tJETP Lett. 13 (1971) 323 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Neveu A Schwarz JH Factorizable dual model of pions Nucl. Phys. B 1971 31 86 1971NuPhB..31...86N 10.1016/0550-3213(71)90448-2 [INSPIRE] ", + " D.V. Volkov and V.P. Akulov, \t\t\t\t\t\tPossible universal neutrino interaction, \t\t\t\t\t\tJETP Lett. 16 (1972) 438 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Wess J Zumino B A Lagrangian model invariant under supergauge transformations Phys. Lett. B 1974 49 52 1974PhLB...49...52W 10.1016/0370-2693(74)90578-4 [INSPIRE] ", + " Wess J Zumino B Supergauge transformations in four dimensions Nucl. Phys. B 1974 70 39 1974NuPhB..70...39W 356830 10.1016/0550-3213(74)90355-1 [INSPIRE] ", + " P. Fayet, \t\t\t\t\t\tSupergauge invariant extension of the Higgs mechanism and a model for the electron and its neutrino, \t\t\t\t\t\tNucl. Phys. B 90 (1975) 104 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " H.P. Nilles, \t\t\t\t\t\tSupersymmetry, supergravity and particle physics, \t\t\t\t\t\tPhys. Rept. 110 (1984) 1 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " L. Randall and R. Sundrum, \t\t\t\t\t\tA large mass hierarchy from a small extra dimension, \t\t\t\t\t\tPhys. Rev. Lett. 83 (1999) 3370 [ \t\t\t\t\t\thep-ph/9905221] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " W.D. Goldberger and M.B. Wise, \t\t\t\t\t\tModulus stabilization with bulk fields, \t\t\t\t\t\tPhys. Rev. Lett. 83 (1999) 4922 [ \t\t\t\t\t\thep-ph/9907447] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " O. DeWolfe, D.Z. Freedman, S.S. Gubser and A. Karch, \t\t\t\t\t\tModeling the fifth dimension with scalars and gravity, \t\t\t\t\t\tPhys. Rev. D 62 (2000) 046008 [ \t\t\t\t\t\thep-th/9909134] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " C. Cs\u00e1ki, M. Graesser, L. Randall and J. Terning, \t\t\t\t\t\tCosmology of brane models with radion stabilization, \t\t\t\t\t\tPhys. Rev. D 62 (2000) 045015 [ \t\t\t\t\t\thep-ph/9911406] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " C. Cs\u00e1ki, M.L. Graesser and G.D. Kribs, \t\t\t\t\t\tRadion dynamics and electroweak physics, \t\t\t\t\t\tPhys. Rev. D 63 (2001) 065002 [ \t\t\t\t\t\thep-th/0008151] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " H. Davoudiasl, J.L. Hewett and T.G. Rizzo, \t\t\t\t\t\tPhenomenology of the Randall-Sundrum gauge hierarchy model, \t\t\t\t\t\tPhys. Rev. Lett. 84 (2000) 2080 [ \t\t\t\t\t\thep-ph/9909255] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " K. Agashe, H. Davoudiasl, G. Perez and A. Soni, \t\t\t\t\t\tWarped gravitons at the LHC and beyond, \t\t\t\t\t\tPhys. Rev. D 76 (2007) 036006 [ \t\t\t\t\t\thep-ph/0701186] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " L. Fitzpatrick, J. Kaplan, L. Randall and L.-T. Wang, \t\t\t\t\t\tSearching for the Kaluza-Klein graviton in bulk RS models, \t\t\t\t\t\tJHEP 09 (2007) 013 [ \t\t\t\t\t\thep-ph/0701150] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for resonant WZ production in the fully leptonic final state in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tPhys. Lett. B 787 (2018) 68 [ \t\t\t\t\t\tarXiv:1806.01532] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying into WW in the e\u03bd\u03bc\u03bd final state in pp collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tEur. Phys. J. C 78 (2018) 24 [ \t\t\t\t\t\tarXiv:1710.01123] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for heavy ZZ resonances in the \u2113 + \u2113 \u2212 \u2113 + \u2113 \u2212 and \u2113 + \u2113 \u2212 v v \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{v} $$\\end{document} final states using proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tEur. Phys. J. C 78 (2018) 293 [ \t\t\t\t\t\tarXiv:1712.06386] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying into a W or Z boson and a Higgs boson in final states with leptons and b-jets in 36 \t\t\t\t\t\tfb \u22121 \t\t\t\t\t\t of \t\t\t\t\t\t s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV pp collisions with the ATLAS detector, \t\t\t\t\t\tJHEP 03 (2018) 174 [ \t\t\t\t\t\tErratum ibid. 11 (2018) 051] [ \t\t\t\t\t\tarXiv:1712.06518] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for Higgs boson pair production in the b b \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{b} $$\\end{document} WW * decay mode at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tJHEP 04 (2019) 092 [ \t\t\t\t\t\tarXiv:1811.04671] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for diboson resonances in hadronic final states in 139 \t\t\t\t\t\tfb \u22121 \t\t\t\t\t\t of pp collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tJHEP 09 (2019) 091 [ \t\t\t\t\t\tErratum ibid. 06 (2020) 042] [ \t\t\t\t\t\tarXiv:1906.08589] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for the HH \u2192 \t\t\t\t\t\tb b \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{b} $$\\end{document} b b \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{b} $$\\end{document} process via vector-boson fusion production using proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tJHEP 07 (2020) 108 [ \t\t\t\t\t\tErratum ibid. 01 (2021) 145] [ \t\t\t\t\t\tErratum ibid. 05 (2021) 207] [ \t\t\t\t\t\tarXiv:2001.05178] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for heavy diboson resonances in semileptonic final states in pp collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tEur. Phys. J. C 80 (2020) 1165 [ \t\t\t\t\t\tarXiv:2004.14636] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for resonances decaying into a weak vector boson and a Higgs boson in the fully hadronic final state produced in proton\u2212proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tPhys. Rev. D 102 (2020) 112008 [ \t\t\t\t\t\tarXiv:2007.05293] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tReconstruction and identification of boosted di-\u03c4 systems in a search for Higgs boson pairs using 13 \t\t\t\t\t\tTeV proton-proton collision data in ATLAS, \t\t\t\t\t\tJHEP 11 (2020) 163 [ \t\t\t\t\t\tarXiv:2007.14811] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tSearch for resonant pair production of Higgs bosons in the b b \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{b} $$\\end{document} b b \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{b} $$\\end{document} final state using pp collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tarXiv:2202.07288 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " ATLAS collaboration, \t\t\t\t\t\tCombination of searches for heavy resonances decaying into bosonic and leptonic final states using 36 \t\t\t\t\t\tfb \u22121 \t\t\t\t\t\t of proton-proton collision data at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV with the ATLAS detector, \t\t\t\t\t\tPhys. Rev. D 98 (2018) 052008 [ \t\t\t\t\t\tarXiv:1808.02380] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tCombination of searches for heavy resonances decaying to WW, WZ, ZZ, WH, and ZH boson pairs in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 8 \t\t\t\t\t\tand 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tPhys. Lett. B 774 (2017) 533 [ \t\t\t\t\t\tarXiv:1705.09171] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying into two Higgs bosons or into a Higgs boson and a W or Z boson in proton-proton collisions at 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 01 (2019) 051 [ \t\t\t\t\t\tarXiv:1808.01365] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for a heavy resonance decaying into a Z boson and a Z or W boson in 2 \t\t\t\t\t\t\u21132 \t\t\t\t\t\tq final states at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 09 (2018) 101 [ \t\t\t\t\t\tarXiv:1803.10093] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for production of Higgs boson pairs in the four b quark final state using large-area jets in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 01 (2019) 040 [ \t\t\t\t\t\tarXiv:1808.01473] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for massive resonances decaying into WW, WZ, ZZ, qW, and qZ with dijet final states at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tPhys. Rev. D 97 (2018) 072006 [ \t\t\t\t\t\tarXiv:1708.05379] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for heavy resonances that decay into a vector boson and a Higgs boson in hadronic final states at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tEur. Phys. J. C 77 (2017) 636 [ \t\t\t\t\t\tarXiv:1707.01303] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying into a vector boson and a Higgs boson in final states with charged leptons, neutrinos and b quarks at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 11 (2018) 172 [ \t\t\t\t\t\tarXiv:1807.02826] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for a massive resonance decaying to a pair of Higgs bosons in the four b quark final state in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tPhys. Lett. B 781 (2018) 244 [ \t\t\t\t\t\tarXiv:1710.04960] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for massive resonances decaying into WW, WZ or ZZ bosons in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 03 (2017) 162 [ \t\t\t\t\t\tarXiv:1612.09159] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for ZZ resonances in the 2\u21132\u03bd final state in proton-proton collisions at 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 03 (2018) 003 [ \t\t\t\t\t\tarXiv:1711.04370] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for new resonances decaying via WZ to leptons in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 8 \t\t\t\t\t\tTeV, \t\t\t\t\t\tPhys. Lett. B 740 (2015) 83 [ \t\t\t\t\t\tarXiv:1407.3476] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for narrow high-mass resonances in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 8 \t\t\t\t\t\tTeV decaying to a Z and a Higgs boson, \t\t\t\t\t\tPhys. Lett. B 748 (2015) 255 [ \t\t\t\t\t\tarXiv:1502.04994] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tCombination of CMS searches for heavy resonances decaying to pairs of bosons or leptons, \t\t\t\t\t\tPhys. Lett. B 798 (2019) 134952 [ \t\t\t\t\t\tarXiv:1906.00057] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for a heavy vector resonance decaying to a Z boson and a Higgs boson in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tEur. Phys. J. C 81 (2021) 688 [ \t\t\t\t\t\tarXiv:2102.08198] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying to WW, WZ, or WH boson pairs in a final state consisting of a lepton and a large-radius jet in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tPhys. Rev. D 105 (2022) 032008 [ \t\t\t\t\t\tarXiv:2109.06055] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying to Z( \t\t\t\t\t\tv v \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{v} $$\\end{document} ) \t\t\t\t\t\tV( \t\t\t\t\t\tq q \u00af \u2032 \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ {\\overline{q}}^{\\prime } $$\\end{document} ) \t\t\t\t\t\tin proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tarXiv:2109.08268 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying to ZZ or ZW and axion-like particles mediating nonresonant ZZ or ZH production at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tarXiv:2111.13669 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for resonances decaying to a pair of Higgs bosons in the b b \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{b} $$\\end{document} q q \u00af \u2032 \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ {\\overline{q}}^{\\prime } $$\\end{document} \u2113 \t\t\t\t\t\t\u03bd final state in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 10 (2019) 125 [ \t\t\t\t\t\tarXiv:1904.04193] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for heavy resonances decaying to a pair of Lorentz-boosted Higgs bosons in final states with leptons and a bottom quark pair at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, 10.17182/hepdata.115024 (2021). \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tThe CMS experiment at the CERN LHC, 2008 \t\t\t\t\t\tJINST 3 S08004 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tPerformance of the CMS Level-1 trigger in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, 2020 \t\t\t\t\t\tJINST 15 P10017 [ \t\t\t\t\t\tarXiv:2006.10165] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tThe CMS trigger system, 2017 \t\t\t\t\t\tJINST 12 P01020 [ \t\t\t\t\t\tarXiv:1609.02366] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tParticle-flow reconstruction and global event description with the CMS detector, 2017 \t\t\t\t\t\tJINST 12 P10003 [ \t\t\t\t\t\tarXiv:1706.04965] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tPerformance of missing transverse momentum reconstruction in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV using the CMS detector, 2019 \t\t\t\t\t\tJINST 14 P07004 [ \t\t\t\t\t\tarXiv:1903.06078] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Cacciari M Salam GP Soyez G The anti-k T jet clustering algorithm JHEP 2008 04 063 2008JHEP...04..063C 10.1088/1126-6708/2008/04/063 [arXiv:0802.1189] [INSPIRE] ", + " Cacciari M Salam GP Soyez G FastJet user manual Eur. Phys. J. C 2012 72 1896 2012EPJC...72.1896C 10.1140/epjc/s10052-012-1896-2 [arXiv:1111.6097] [INSPIRE] ", + " CMS collaboration, \t\t\t\t\t\tPileup mitigation at CMS in 13 \t\t\t\t\t\tTeV data, 2020 \t\t\t\t\t\tJINST 15 P09018 [ \t\t\t\t\t\tarXiv:2003.00503] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Bertolini D Harris P Low M Tran N Pileup per particle identification JHEP 2014 10 059 2014JHEP...10..059B 10.1007/JHEP10(2014)059 [arXiv:1407.6013] [INSPIRE] ", + " CMS collaboration, \t\t\t\t\t\tJet energy scale and resolution in the CMS experiment in pp collisions at 8 \t\t\t\t\t\tTeV, 2017 \t\t\t\t\t\tJINST 12 P02014 [ \t\t\t\t\t\tarXiv:1607.03663] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Alwall J The automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulations JHEP 2014 07 079 2014JHEP...07..079A 10.1007/JHEP07(2014)079 [arXiv:1405.0301] [INSPIRE] ", + " Alwall J Comparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisions Eur. Phys. J. C 2008 53 473 2008EPJC...53..473A 10.1140/epjc/s10052-007-0490-5 [arXiv:0706.2569] [INSPIRE] ", + " Y. Li and F. Petriello, \t\t\t\t\t\tCombining QCD and electroweak corrections to dilepton production in the framework of the FEWZ simulation code, \t\t\t\t\t\tPhys. Rev. D 86 (2012) 094034 [ \t\t\t\t\t\tarXiv:1208.5967] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Frederix R Frixione S Merging meets matching in MC@NLO JHEP 2012 12 061 2012JHEP...12..061F 10.1007/JHEP12(2012)061 [arXiv:1209.6215] [INSPIRE] ", + " P. Nason, \t\t\t\t\t\tA new method for combining NLO QCD with shower Monte Carlo algorithms, \t\t\t\t\t\tJHEP 11 (2004) 040 [ \t\t\t\t\t\thep-ph/0409146] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Frixione S Nason P Oleari C Matching NLO QCD computations with parton shower simulations: the POWHEG method JHEP 2007 11 070 2007JHEP...11..070F 10.1088/1126-6708/2007/11/070 [arXiv:0709.2092] [INSPIRE] ", + " Alioli S Nason P Oleari C Re E A general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG BOX JHEP 2010 06 043 2010JHEP...06..043A 10.1007/JHEP06(2010)043 [arXiv:1002.2581] [INSPIRE] ", + " Re E Single-top W t-channel production matched with parton showers using the POWHEG method Eur. Phys. J. C 2011 71 1547 2011EPJC...71.1547R 10.1140/epjc/s10052-011-1547-z [arXiv:1009.2450] [INSPIRE] ", + " T. Melia, P. Nason, R. Rontsch and G. Zanderighi, \t\t\t\t\t\tW + W \u2212 , WZ and ZZ production in the POWHEG BOX, \t\t\t\t\t\tJHEP 11 (2011) 078 [ \t\t\t\t\t\tarXiv:1107.5051] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Nason P Zanderighi G W + W \u2212 , WZ and ZZ production in the POWHEG-BOX-V2 Eur. Phys. J. C 2014 74 2702 2014EPJC...74.2702N 10.1140/epjc/s10052-013-2702-5 [arXiv:1311.1365] [INSPIRE] ", + " Frederix R Re E Torrielli P Single-top t-channel hadroproduction in the four-flavour scheme with POWHEG and aMC@NLO JHEP 2012 09 130 2012JHEP...09..130F 10.1007/JHEP09(2012)130 [arXiv:1207.5391] [INSPIRE] ", + " H.B. Hartanto, B. J\u00e4ger, L. Reina and D. Wackeroth, \t\t\t\t\t\tHiggs boson production in association with top quarks in the POWHEG BOX, \t\t\t\t\t\tPhys. Rev. D 91 (2015) 094003 [ \t\t\t\t\t\tarXiv:1501.04498] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Czakon M Mitov A Top++: A program for the calculation of the top-pair cross-section at hadron colliders Comput. Phys. Commun. 2014 185 2930 2014CoPhC.185.2930C 10.1016/j.cpc.2014.06.021 [arXiv:1112.5675] [INSPIRE] ", + " T. Sj\u00f6strand et al., \t\t\t\t\t\tAn introduction to PYTHIA 8.2, \t\t\t\t\t\tComput. Phys. Commun. 191 (2015) 159 [ \t\t\t\t\t\tarXiv:1410.3012] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tEvent generator tunes obtained from underlying event and multiparton scattering measurements, \t\t\t\t\t\tEur. Phys. J. C 76 (2016) 155 [ \t\t\t\t\t\tarXiv:1512.00815] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tExtraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurements, \t\t\t\t\t\tEur. Phys. J. C 80 (2020) 4 [ \t\t\t\t\t\tarXiv:1903.12179] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " NNPDF collaboration, \t\t\t\t\t\tParton distributions for the LHC Run II, \t\t\t\t\t\tJHEP 04 (2015) 040 [ \t\t\t\t\t\tarXiv:1410.8849] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " NNPDF collaboration, \t\t\t\t\t\tParton distributions from high-precision collider data, \t\t\t\t\t\tEur. Phys. J. C 77 (2017) 663 [ \t\t\t\t\t\tarXiv:1706.00428] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " GEANT4 collaboration, \t\t\t\t\t\tGeant4 \u2014 a simulation toolkit, \t\t\t\t\t\tNucl. Instrum. Meth. A 506 (2003) 250 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tElectron and photon reconstruction and identification with the CMS experiment at the CERN LHC, 2021 \t\t\t\t\t\tJINST 16 P05014 [ \t\t\t\t\t\tarXiv:2012.06888] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tPerformance of the CMS muon detector and muon reconstruction with proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, 2018 \t\t\t\t\t\tJINST 13 P06015 [ \t\t\t\t\t\tarXiv:1804.04528] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Rehermann K Tweedie B Efficient identification of boosted semileptonic top quarks at the LHC JHEP 2011 03 059 2011JHEP...03..059R 10.1007/JHEP03(2011)059 [arXiv:1007.2221] [INSPIRE] ", + " Y.L. Dokshitzer, G.D. Leder, S. Moretti and B.R. Webber, \t\t\t\t\t\tBetter jet clustering algorithms, \t\t\t\t\t\tJHEP 08 (1997) 001 [ \t\t\t\t\t\thep-ph/9707323] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " M. Wobisch and T. Wengler, \t\t\t\t\t\tHadronization corrections to jet cross sections in deep-inelastic scattering, in \t\t\t\t\t\tWorkshop on Monte Carlo Generators for HERA Physics (Plenary Starting Meeting), pp. 270\u2013279 (1998) [ \t\t\t\t\t\thep-ph/9907280] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Dasgupta M Fregoso A Marzani S Salam GP Towards an understanding of jet substructure JHEP 2013 09 029 2013JHEP...09..029D 10.1007/JHEP09(2013)029 [arXiv:1307.0007] [INSPIRE] ", + " J.M. Butterworth, A.R. Davison, M. Rubin and G.P. Salam, \t\t\t\t\t\tJet substructure as a new Higgs-search channel at the Large Hadron Collider, \t\t\t\t\t\tPhys. Rev. Lett. 100 (2008) 242001 [ \t\t\t\t\t\tarXiv:0802.2470] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Larkoski AJ Marzani S Soyez G Thaler J Soft drop JHEP 2014 05 146 2014JHEP...05..146L 10.1007/JHEP05(2014)146 [arXiv:1402.2657] [INSPIRE] ", + " CMS collaboration, \t\t\t\t\t\tIdentification of heavy, energetic, hadronically decaying particles using machine-learning techniques, 2020 \t\t\t\t\t\tJINST 15 P06005 [ \t\t\t\t\t\tarXiv:2004.08262] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tIdentification of heavy-flavour jets with the CMS detector in pp collisions at 13 \t\t\t\t\t\tTeV, 2018 \t\t\t\t\t\tJINST 13 P05011 [ \t\t\t\t\t\tarXiv:1712.07158] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " E. Bols, J. Kieseler, M. Verzetti, M. Stoye and A. Stakia, \t\t\t\t\t\tJet flavour classification using DeepJet, 2020 \t\t\t\t\t\tJINST 15 P12012 [ \t\t\t\t\t\tarXiv:2008.10519] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tPerformance of the DeepJet b tagging algorithm using 41 \t\t\t\t\t\t.9 \t\t\t\t\t\t/fb of data from proton-proton collisions at 13 \t\t\t\t\t\tTeV with Phase 1 CMS detector, CMS-DP-2018-058 (2018). \t\t\t\t\t ", + " Thaler J Van Tilburg K Identifying boosted objects with N-subjettiness JHEP 2011 03 015 2011JHEP...03..015T 10.1007/JHEP03(2011)015 [arXiv:1011.2268] [INSPIRE] ", + " CMS collaboration, \t\t\t\t\t\tMeasurement of normalized differential t \t\t\t\t\t\t t \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{\\mathrm{t}} $$\\end{document} cross sections in the dilepton channel from pp collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 04 (2018) 060 [ \t\t\t\t\t\tarXiv:1708.07638] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tMeasurement of differential cross sections for top quark pair production using the lepton+jets final state in proton-proton collisions at 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tPhys. Rev. D 95 (2017) 092001 [ \t\t\t\t\t\tarXiv:1610.04191] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tSearch for a heavy resonance decaying to a pair of vector bosons in the lepton plus merged jet final state at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, \t\t\t\t\t\tJHEP 05 (2018) 088 [ \t\t\t\t\t\tarXiv:1802.09407] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Rosenblatt M Remarks on some nonparametric estimates of a density function Annals Math. Statist. 1956 27 832 79873 10.1214/aoms/1177728190 ", + " B.W. Silverman, \t\t\t\t\t\tDensity estimation for statistics and data analysis, Chapman and Hall, London, U.K. (1986) [ISBN: 0412246201]. \t\t\t\t\t ", + " D.W. Scott, \t\t\t\t\t\tMultivariate density estimation: theory, practice, and visualization, John Wiley and Sons (1992) \t\t\t\t\t\t[DOI]. \t\t\t\t\t ", + " M.J. Oreglia, \t\t\t\t\t\tA study of the reactions \u03c8\u2032 \u2192 \u03b3\u03b3\u03c8, Ph.D. Thesis, Stanford University (1980) [SLAC Report SLAC-R-236] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " J. Gaiser, \t\t\t\t\t\tCharmonium spectroscopy from radiative decays of the J/\u03c8 and \u03c8\u2032, Ph.D. Thesis, Stanford University (1982) [SLAC Report SLAC-R-255] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tPrecision luminosity measurement in proton-proton collisions at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV in 2015 and 2016 at CMS, \t\t\t\t\t\tEur. Phys. J. C 81 (2021) 800 [ \t\t\t\t\t\tarXiv:2104.01927] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tCMS luminosity measurement for the 2017 data-taking period at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, CMS-PAS-LUM-17-004 (2018). \t\t\t\t\t ", + " CMS collaboration, \t\t\t\t\t\tCMS luminosity measurement for the 2018 data-taking period at s \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 \t\t\t\t\t\tTeV, CMS-PAS-LUM-18-002 (2019). \t\t\t\t\t ", + " M. Cacciari, S. Frixione, M.L. Mangano, P. Nason and G. Ridolfi, \t\t\t\t\t\tThe t t \u00af \\documentclass[12pt]{minimal} \t\t\t\t\\usepackage{amsmath} \t\t\t\t\\usepackage{wasysym} \t\t\t\t\\usepackage{amsfonts} \t\t\t\t\\usepackage{amssymb} \t\t\t\t\\usepackage{amsbsy} \t\t\t\t\\usepackage{mathrsfs} \t\t\t\t\\usepackage{upgreek} \t\t\t\t\\setlength{\\oddsidemargin}{-69pt} \t\t\t\t\\begin{document}$$ \\overline{t} $$\\end{document} cross-section at 1 \t\t\t\t\t\t.8 \t\t\t\t\t\tand 1 \t\t\t\t\t\t.96 \t\t\t\t\t\tTeV: a study of the systematics due to parton densities and scale dependence, \t\t\t\t\t\tJHEP 04 (2004) 068 [ \t\t\t\t\t\thep-ph/0303085] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " S. Catani, D. de Florian, M. Grazzini and P. Nason, \t\t\t\t\t\tSoft-gluon resummation for Higgs boson production at hadron colliders, \t\t\t\t\t\tJHEP 07 (2003) 028 [ \t\t\t\t\t\thep-ph/0306211] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " S. Baker and R.D. Cousins, \t\t\t\t\t\tClarification of the use of chi square and likelihood functions in fits to histograms, \t\t\t\t\t\tNucl. Instrum. Meth. 221 (1984) 437 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " G. Cowan, K. Cranmer, E. Gross and O. Vitells, \t\t\t\t\t\tAsymptotic formulae for likelihood-based tests of new physics, \t\t\t\t\t\tEur. Phys. J. C 71 (2011) 1554 [ \t\t\t\t\t\tErratum ibid. 73 (2013) 2501] [ \t\t\t\t\t\tarXiv:1007.1727] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " T. Junk, \t\t\t\t\t\tConfidence level computation for combining searches with small statistics, \t\t\t\t\t\tNucl. Instrum. Meth. A 434 (1999) 435 [ \t\t\t\t\t\thep-ex/9902006] [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " A.L. Read, \t\t\t\t\t\tPresentation of search results: The CL s technique, \t\t\t\t\t\tJ. Phys. G 28 (2002) 2693 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " A. Carvalho, \t\t\t\t\t\tGravity particles from Warped Extra Dimensions, predictions for LHC, \t\t\t\t\t\tarXiv:1404.0102 [ \t\t\t\t\t\tINSPIRE]. \t\t\t\t\t ", + " Gouzevitch M Oliveira A Rojo J Rosenfeld R Salam GP Sanz V Scale-invariant resonance tagging in multijet events and new physics in Higgs pair production JHEP 2013 07 148 2013JHEP...07..148G 10.1007/JHEP07(2013)148 [arXiv:1303.6636] [INSPIRE] " + ], + "title": { + "textEnglish": "Search for heavy resonances decaying to a pair of Lorentz-boosted Higgs bosons in final states with leptons and a bottom quark pair at s \\documentclass[12pt]{minimal} \\usepackage{amsmath} \\usepackage{wasysym} \\usepackage{amsfonts} \\usepackage{amssymb} \\usepackage{amsbsy} \\usepackage{mathrsfs} \\usepackage{upgreek} \\setlength{\\oddsidemargin}{-69pt} \\begin{document}$$ \\sqrt{s} $$\\end{document} = 13 TeV" + } +} diff --git a/tests/stubdata/output/mdpi_climate-11-00147.json b/tests/stubdata/output/mdpi_climate-11-00147.json new file mode 100644 index 0000000..0b63323 --- /dev/null +++ b/tests/stubdata/output/mdpi_climate-11-00147.json @@ -0,0 +1,289 @@ +{ + "abstract": { + "textEnglish": "Drought is one natural disaster with the greatest impact worldwide. Southern Africa (SA) is susceptible and vulnerable to drought due to its type of climate. In the last four decades, droughts have occurred more frequently, with increasing intensity and impacts on ecosystems, agriculture, and health. The work consists of a systematic literature review on the drought regime\u2019s characteristics in the SA under current and future climatic conditions, conducted on the Web of Science and Scopus platforms, using the PRISMA2020 methodology, with usual and appropriate inclusion and exclusion criteria to minimize/eliminate the risk of bias, which lead to 53 documents published after the year 1987. The number of publications on the drought regime in SA is still very small. The country with the most drought situations studied is South Africa, and the countries with fewer studies are Angola and Namibia. The analysis revealed that the main driver of drought in SA is the ocean\u2013atmosphere interactions, including the El Ni\u00f1o Southern Oscillation. The documents used drought indices, evaluating drought descriptors for some regions, but it was not possible to identify one publication that reports the complete study of the drought regime, including the spatial and temporal distribution of all drought descriptors in SA." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "af1-climate-11-00147", + "affPubRaw": "Centre for Research and Technology of Agro-Environmental and Biological Sciences (CITAB), Inov4Agro, University of Tr\u00e1s-os-Montes and Alto Douro (UTAD), Quinta de Prados, 5000-801 Vila Real, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-0332-1910" + }, + "name": { + "given_name": "Fernando Maliti", + "surname": "Chivangulula" + } + }, + { + "affiliation": [ + { + "affPubID": "af1-climate-11-00147", + "affPubRaw": "Centre for Research and Technology of Agro-Environmental and Biological Sciences (CITAB), Inov4Agro, University of Tr\u00e1s-os-Montes and Alto Douro (UTAD), Quinta de Prados, 5000-801 Vila Real, Portugal" + } + ], + "name": { + "given_name": "Malik", + "surname": "Amraoui" + } + }, + { + "affiliation": [ + { + "affPubID": "af1-climate-11-00147", + "affPubRaw": "Centre for Research and Technology of Agro-Environmental and Biological Sciences (CITAB), Inov4Agro, University of Tr\u00e1s-os-Montes and Alto Douro (UTAD), Quinta de Prados, 5000-801 Vila Real, Portugal" + }, + { + "affPubID": "af2-climate-11-00147", + "affPubRaw": "Instituto Dom Luiz (IDL), FCUL, Campo Grande Edif\u00edcio C1, Piso 1, 1749-016 Lisboa, Portugal" + } + ], + "attrib": { + "email": "gpereira@utad.pt", + "orcid": "0000-0001-6603-7453" + }, + "name": { + "given_name": "M\u00e1rio Gonzalez", + "surname": "Pereira" + } + } + ], + "copyright": { + "statement": "\u00a9 2023 by the authors.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2023-07-11", + "receivedDates": [ + "2023-06-09" + ], + "revisedDates": [ + "2023-07-02" + ] + }, + "funding": [ + { + "agencyname": "FCT\u2014Portuguese Foundation for Science and Technology", + "awardnumber": "UIDB/04033/2020" + } + ], + "keywords": [ + { + "keyString": "drought regime", + "keySystem": "misc" + }, + { + "keyString": "Southern Africa", + "keySystem": "misc" + }, + { + "keyString": "drought factors", + "keySystem": "misc" + }, + { + "keyString": "drought impacts", + "keySystem": "misc" + }, + { + "keyString": "drought indices", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "otherContributor": [ + { + "contrib": { + "name": { + "given_name": "Rui A. P.", + "surname": "Perdig\u00e3o" + } + }, + "role": "Academic Editor" + } + ], + "pagination": { + "electronicID": "147" + }, + "persistentIDs": [ + { + "DOI": "10.3390/cli11070147" + } + ], + "pubDate": { + "electrDate": "2023-07-13" + }, + "publication": { + "ISSN": [ + { + "issnString": "2225-1154", + "pubtype": "epub" + } + ], + "issueNum": "7", + "pubName": "Climate", + "pubYear": "2023", + "publisher": "MDPI", + "volumeNum": "11" + }, + "publisherIDs": [ + { + "Identifier": "climate-11-00147", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " IPCC Summary for Policymakers Global Warming of 1.5 \u00b0C. An IPCC Special Report on the Impacts of Global Warming of 1.5 \u00b0C above Pre-Industrial Levels and Related Global Greenhouse Gas Emission Pathways, in the Context of Strengthening the Global Response to the Threat of Climate Change, Sustainable Development, and Efforts to Eradicate Poverty Masson-Delmotte V. Zhai P. P\u00f6rtner H.-O. Roberts D. Skea J. Shukla P.R. Pirani A. Moufouma-Okia W. P\u00e9an C. Pidcock R. Cambridge University Press Cambridge, UK New York, NY, USA 2018 3 24 9781009157940 ", + " Lloyd-Hughes B. The Impracticality of a Universal Drought Definition Theor. Appl. Climatol. 2014 117 607 611 10.1007/s00704-013-1025-7 ", + " Herrera-Estrada J.E. Satoh Y. Sheffield J. Spatiotemporal Dynamics of Global Drought Geophys. Res. Lett. 2017 2254 2263 10.1002/2016GL071768 ", + " WMO GWP Handbook of Drought Indicators and Indices Integrated Drought Management Tools and Guidelines Series 2 World Meteorological Organization Geneva, Switzerland 2016 Volume 1 1068 1069 10.1136/bmj.1.2366.1068-b ", + " AghaKouchak A. Mirchi A. Madani K. Di Baldassarre G. Nazemi A. Alborzi A. Anjileli H. Azarderakhsh M. Chiang F. Hassanzadeh E. Anthropogenic Drought: Definition, Challenges, and Opportunities Rev. Geophys. 2021 59 e2019RG000683 10.1029/2019RG000683 ", + " Parente J. Amraoui M. Menezes I. Pereira M.G. Drought in Portugal: Current Regime, Comparison of Indices and Impacts on Extreme Wildfires Sci. Total Environ. 2019 685 150 173 10.1016/j.scitotenv.2019.05.298 31174114 ", + " Schwarz M. Landmann T. Cornish N. Wetzel K.F. Siebert S. Franke J. A Spatially Transferable Drought Hazard and Drought Risk Modeling Approach Based on Remote Sensing Data Remote Sens. 2020 12 237 10.3390/rs12020237 ", + " Blauhut V. The Triple Complexity of Drought Risk Analysis and Its Visualisation via Mapping: A Review across Scales and Sectors Earth-Sci. Rev. 2020 210 103345 10.1016/j.earscirev.2020.103345 ", + " Mishra A.K. Singh V.P. A Review of Drought Concepts J. Hydrol. 2010 391 202 216 10.1016/j.jhydrol.2010.07.012 ", + " Rhee J. Cho J. Future Changes in Drought Characteristics: Regional Analysis for South Korea under CMIP5 Projections J. Hydrometeorol. 2016 17 437 451 10.1175/JHM-D-15-0027.1 ", + " Van Loon A.F. Hydrological Drought Explained Wiley Interdiscip. Rev. Water 2015 2 359 392 10.1002/wat2.1085 ", + " Carroll C.J.W. Slette I.J. Griffin-Nolan R.J. Baur L.E. Hoffman A.M. Denton E.M. Gray J.E. Post A.K. Johnston M.K. Yu Q. Is a Drought a Drought in Grasslands? Productivity Responses to Different Types of Drought. Oecologia 2021 197 1017 1026 10.1007/s00442-020-04793-8 ", + " IPCC Managing the Risks of Extreme Events and Disasters to Advance Climate Change Adaptation Field C.B. Barros V. Stocker T.F. Dahe Q. Dokken D.J. Ebi K.L. Mastrandrea M.D. Pauline K.J.M. Plattner G.-K. Allen S.K. Cambridge University Press Cambridge, UK New York, NY, USA 2012 Volume 9781107025 582p 9781139177245 ", + " Mehran A. Mazdiyasni O. Aghakouchak A. A Hybrid Framework for Assessing Socioeconomic Drought: Linking Climate Variability, Local Resilience, and Demand J. Geophys. Res. Atmos. 2015 175 238 10.1002/2015JD023147 ", + " Hoffmann D. Gallant A.J.E. Arblaster J.M. Uncertainties in Drought from Index and Data Selection J. Geophys. Res. Atmos. 2020 125 e2019JD031946 10.1029/2019JD031946 ", + " Paulo A.A. Rosa R.D. Pereira L.S. Climate Trends and Behaviour of Drought Indices Based on Precipitation and Evapotranspiration in Portugal Nat. Hazards Earth Syst. Sci. 2012 12 1481 1491 10.5194/nhess-12-1481-2012 ", + " Ramirez S.G. Hales R.C. Williams G.P. Jones N.L. Extending SC-PDSI-PM with Neural Network Regression Using GLDAS Data and Permutation Feature Importance Environ. Model. Softw. 2022 157 105475 10.1016/j.envsoft.2022.105475 ", + " Dai A. Global Palmer Drought Severity Index (PDSI) ", + " Xu Y. Wang L. Ross K.W. Liu C. Berry K. Standardized Soil Moisture Index for Drought Monitoring Based on Soil Moisture Active Passive Observations and 36 Years of North American Land Data Assimilation System Data: A Case Study in the Southeast United States Remote Sens. 2018 10 301 10.3390/rs10020301 ", + " Ali Z. Hussain I. Faisal M. Almanjahie I.M. Ahmad I. Khan D.M. Grzegorczyk M. Qamar S. A Probabilistic Weighted Joint Aggregative Drought Index (PWJADI) Criterion for Drought Monitoring Systems Tellus Ser. A Dyn. Meteorol. Oceanogr. 2019 71 1 21 10.1080/16000870.2019.1588584 ", + " Zhao H. Gao G. An W. Zou X. Li H. Hou M. Timescale Differences between SC-PDSI and SPEI for Drought Monitoring in China Phys. Chem. Earth 2017 102 48 58 10.1016/j.pce.2015.10.022 ", + " Carlson T.N. Ripley D.A. On the Relation between NDVI, Fractional Vegetation Cover, and Leaf Area Index Remote Sens. Environ. 1997 62 241 252 10.1016/S0034-4257(97)00104-1 ", + " Kamble D.B. Gautam S. Bisht H. Rawat S. Kundu A. Drought Assessment for Kharif Rice Using Standardized Precipitation Index (SPI) and Vegetation Condition Index (VCI) J. Agrometeorol. 2019 21 182 187 10.54386/jam.v21i2.230 ", + " Lweendo M.K. Lu B. Wang M. Zhang H. Xu W. Characterization of Droughts in Humid Subtropical Region, Upper Kafue River Basin (Southern Africa) Water 2017 9 242 10.3390/w9040242 ", + " Paulo A.A. Pereira L.S. Matias P.G. Analysis of Local and Regional Droughts in Southern Portugal Using the Theory of Runs and the Standardised Precipitation Index Tools for Drought Mitigation in Mediterranean Regions Springer Science & Business Media Berlin/Heidelberg, Germany 2003 55 78 10.1007/978-94-010-0129-8_4 ", + " Vicente-Serrano S.M. Differences in Spatial Patterns of Drought on Different Time Scales: An Analysis of the Iberian Peninsula Water Resour. Manag. 2006 20 37 60 10.1007/s11269-006-2974-8 ", + " Svoboda M. Hayes M. Wood D. Standardized Precipitation Index: User Guide WMO-No.1090 World Meteworological Organization Geneva, Switzerland 2012 Volume 63 197 200 ", + " Singh O. Saini D. Bhardwaj P. Characterization of Meteorological Drought over a Dryland Ecosystem in North Western India Springer Dordrecht, The Netherlands 2021 Volume 109 0123456789 ", + " Khan M.Z.K. Rahman A. Rahman M.A. Renzaho A.M.N. Impact of Droughts on Child Mortality: A Case Study in Southern African Countries Nat. Hazards 2021 108 2211 2224 10.1007/s11069-021-04776-9 ", + " Wilhite D.A. Drought as a Natural Hazard: Concepts and Definitions Droughts Routledge London, UK 2021 33 10.4324/9781315830896-24 ", + " Nam W.H. Hayes M.J. Svoboda M.D. Tadesse T. Wilhite D.A. Drought Hazard Assessment in the Context of Climate Change for South Korea Agric. Water Manag. 2015 160 106 117 10.1016/j.agwat.2015.06.029 ", + " WMO WMO Atlas of Mortality and Economic Losses from Weather, Climate and Water Extremes (1970\u20132019) Weather Climate Water WMO Geneva, Switzerland 2021 9789263112675 ", + " Abiodun B.J. Makhanya N. Abatan A. Oguntunde P.G. Future Projection of Droughts over Major River Basins in Southern Africa at Specific Global Warming Levels Theor. Appl. Climatol. 2019 137 1785 1799 10.1007/s00704-018-2693-0 ", + " Fasihi S. Lim W.Z. Wu W. Proverbs D. Systematic Review of Flood and Drought Literature Based on Science Mapping and Content Analysis Water 2021 13 2788 10.3390/w13192788 ", + " Gautier D. Denis D. Locatelli B. Impacts of Drought and Responses of Rural Populations in West Africa: A Systematic Review Wiley Interdiscip. Rev. Clim. Chang. 2016 7 666 681 10.1002/wcc.411 ", + " Hasan H.H. Fatin S. Razali M. Muhammad N.S. Ahmad A. Research Trends of Hydrological Drought: A systematic review Water 2019 11 2252 10.3390/w11112252 ", + " Kamara J.K. Sahle B.W. Agho K.E. Renzaho A.M.N. Governments\u2019 Policy Response to Drought in Eswatini and Lesotho: A Systematic Review of the Characteristics, Comprehensiveness, and Quality of Existing Policies to Improve Community Resilience to Drought Hazards Discret. Dyn. Nat. Soc. 2020 2020 3294614 10.1155/2020/3294614 ", + " Lieber M. Chin-Hong P. Kelly K. Dandu M. Weiser S.D. A Systematic Review and Meta-Analysis Assessing the Impact of Droughts, Flooding, and Climate Variability on Malnutrition Glob. Public Health 2022 17 68 82 10.1080/17441692.2020.1860247 ", + " Ngcamu B.S. Chari F. Drought Influences on Food Insecurity in Africa: A Systematic Literature Review Int. J. Environ. Res. Public Health 2020 17 5897 10.3390/ijerph17165897 ", + " Seka A.M. Zhang J. Prodhan F.A. Ayele G.T. Finsa M.M. Sharma T.P.P. Melesse A.M. Hydrological Drought Impacts on Water Storage Variations: A Focus on the Role of Vegetation Changes in the East Africa Region A Systematic Review. Environ. Sci. Pollut. Res. 2022 29 80237 80256 10.1007/s11356-022-23313-0 36197619 ", + " Coughlan de Perez E. Fuentes I. Jack C. Kruczkiewicz A. Pinto I. Stephens E. Different Types of Drought under Climate Change or Geoengineering: Systematic Review of Societal Implications Front. Clim. 2022 4 959519 10.3389/fclim.2022.959519 ", + " Page M.J. McKenzie J.E. Bossuyt P.M. Boutron I. Hoffmann T.C. Mulrow C.D. Shamseer L. Tetzlaff J.M. Akl E.A. Brennan S.E. The PRISMA 2020 Statement: An Updated Guideline for Reporting Systematic Reviews BMJ 2021 372 n71 10.1136/bmj.n71 33782057 ", + " Limones N. Marzo-Artigas J. Wijnen M. Evaluating Drought Risk in Data-Scarce Contexts. The Case of Southern Angola J. Water Clim. Chang. 2020 11 44 67 10.2166/wcc.2020.101 ", + " Luetkemeier R. Stein L. Drees L. Liehr S. Blended Drought Index: Integrated Drought Hazard Assessment in the Cuvelai-Basin Climate 2017 5 51 10.3390/cli5030051 ", + " Rouault M. Richard Y. Intensity and Spatial Extent of Droughts in Southern Africa Geophys. Res. Lett. 2005 32 2 5 10.1029/2005GL022436 ", + " Funk C. Davenport F. Harrison L. Magadzire T. Galu G. Artan G.A. Shukla S. Korecha D. Indeje M. Pomposi C. Anthropogenic Enhancement of Moderate-to-Strong El Ni\u00f1o Events Likely Contributed to Drought and Poor Harvests in Southern Africa during 2016 Bull. Am. Meteorol. Soc. 2018 99 S91 S96 10.1175/BAMS-D-17-0112.1 ", + " Blamey R.C. Kolusu S.R. Mahlalela P. Todd M.C. Reason C.J.C. The Role of Regional Circulation Features in Regulating El Ni\u00f1o Climate Impacts over Southern Africa: A Comparison of the 2015/2016 Drought with Previous Events Int. J. Climatol. 2018 38 4276 4295 10.1002/joc.5668 ", + " Marumbwa F.M. Cho M.A. Chirwa P.W. An Assessment of Remote Sensing-Based Drought Index over Different Land Cover Types in Southern Africa Int. J. Remote Sens. 2020 41 1 15 10.1080/01431161.2020.1757783 ", + " Marumbwa F.M. Cho M.A. Chirwa P.W. Geospatial Analysis of Meteorological Drought Impact on Southern Africa Biomes Int. J. Remote Sens. 2021 42 2155 2173 10.1080/01431161.2020.1851799 ", + " Ambeje P.G. Regional Drought Monitoring Centres\u2014The Case of Eastern and Southern Africa Early Warning Systems for Drought Preparedness and Drought Management, Proceedings of the Expert Group Meeting, Lisbon, Portugal, 5\u20137 September 2000 Wilhite D.A. Sivakumar M.V.K. Wood D.A. Ambenje P.G. World Meteorological Organization Geneva, Switzerland 2000 147 2013206534 ", + " Ujeneza E.L. Abiodun B.J. Drought Regimes in Southern Africa and How Well GCMs Simulate Them Clim. Dyn. 2015 44 1595 1609 10.1007/s00382-014-2325-z ", + " Manatsa D. Mushore T. Lenouo A. Improved Predictability of Droughts over Southern Africa Using the Standardized Precipitation Evapotranspiration Index and ENSO Theor. Appl. Climatol. 2017 127 259 274 10.1007/s00704-015-1632-6 ", + " Gore M. Abiodun B.J. Kucharski F. Understanding the Influence of ENSO Patterns on Drought over Southern Africa Using SPEEDY Clim. Dyn. 2020 54 307 327 10.1007/s00382-019-05002-w ", + " Milgroom J. Giller K.E. Courting the Rain: Rethinking Seasonality and Adaptation to Recurrent Drought in Semi-Arid Southern Africa Agric. Syst. 2013 118 91 104 10.1016/j.agsy.2013.03.002 ", + " Richard Y. Fauchereau N. Poccard I. Rouault M. Trzaska S. 20th Century Droughts in Southern Africa: Spatial and Temporal Variability, Teleconnections with Oceanic and Atmospheric Conditions Int. J. Climatol. 2001 21 873 885 10.1002/joc.656 ", + " Manatsa D. Chingombe W. Matsikwa H. Matarira C.H. The Superior Influence of Darwin Sea Level Pressure Anomalies over ENSO as a Simple Drought Predictor for Southern Africa Theor. Appl. Climatol. 2008 92 1 14 10.1007/s00704-007-0315-3 ", + " Thomson M.C. Abayomi K. Barnston A.G. Levy M. Dilley M. El Ni\u00f1o and Drought in Southern Africa Lancet 2003 361 437 438 10.1016/S0140-6736(03)12421-X ", + " Lawal S. Lennard C. Jack C. Wolski P. Hewitson B. The Observed and Model-Simulated Response of Southern African Vegetation to Drought Agric. For. Meteorol. 2019 279 107698 10.1016/j.agrformet.2019.107698 ", + " Mason S.J. Lindesay J.A. Tyson P.D. Simulating Drought in Southern Africa Using Sea Surface Temperature Variations Water SA 1994 20 15 22 ", + " Zeidler J. Chunga R. Drought Hazard and Land Management in the Drylands of Southern Africa Climate and Land Degradation Sivakumar K. NdegwaNdiang\u2019ui M.V. Tanzania Meteorological Agency (TMA) Dar es Salaam, Tanzania United Nations Conventionto Combat Desertification (UNCCD) Bonn, Germany World Meteorological Organization (WMO) Geneva, Switzerland 2007 309 9783540724377 ", + " Yuan X. Wang L. Wood E.F. Anthropogenic Intensification of Southern African Flash Droughts as Exemplified by the 2015/16 Season Bull. Am. Meteorol. Soc. 2018 99 S86 S90 10.1175/BAMS-D-17-0077.1 ", + " Funk C. Harrison L. Shukla S. Hoell A. Korecha D. Magadzire T. Husak G. Galu G. Assessing the Contributions of Local and East Pacific Warming to the 2015 Droughts in Ethiopia and Southern Africa Bull. Am. Meteorol. Soc. 2016 97 S75 S80 10.1175/BAMS-D-16-0167.1 ", + " Msangi J.P. Drought Hazard and Desertification Management in the Drylands of Southern Africa Environ. Monit. Assess. 2004 99 75 87 10.1007/s10661-004-4002-x 15641372 ", + " Lyon B. Southern Africa Summer Drought and Heat Waves: Observations and Coupled Model Behavior J. Clim. 2009 22 6033 6046 10.1175/2009JCLI3101.1 ", + " Meque A. Abiodun B.J. Simulating the Link between ENSO and Summer Drought in Southern Africa Using Regional Climate Models Clim. Dyn. 2015 44 1881 1900 10.1007/s00382-014-2143-3 ", + " Tate E.L. Freeman S.N. Three Modelling Approaches for Seasonal Streamflow Droughts in Southern Africa: The Use of Censored Data Hydrol. Sci. J. 2000 45 27 42 10.1080/02626660009492304 ", + " Shukla S. Arsenault K.R. Hazra A. Peters-Lidard C. Koster R.D. Davenport F. Magadzire T. Funk C. Kumar S. McNally A. Improving Early Warning of Drought-Driven Food Insecurity in Southern Africa Using Operational Hydrological Monitoring and Forecasting Products Nat. Hazards Earth Syst. Sci. 2020 20 1187 1201 10.5194/nhess-20-1187-2020 ", + " Lawal S. Sitch S. Lombardozzi D. Nabel J.E.M.S. Wey H.W. Friedlingstein P. Tian H. Hewitson B. Investigating the Response of Leaf Area Index to Droughts in Southern African Vegetation Using Observations and Model Simulations Hydrol. Earth Syst. Sci. 2022 26 2045 2071 10.5194/hess-26-2045-2022 ", + " Trambauer P. Maskey S. Werner M. Pappenberger F. Van Beek L.P.H. Uhlenbrook S. Identification and Simulation of Space-Time Variability of Past Hydrological Drought Events in the Limpopo River Basin, Southern Africa Hydrol. Earth Syst. Sci. 2014 18 2925 2942 10.5194/hess-18-2925-2014 ", + " Unganai L.S. Kogan F.N. Southern Africa\u2019s Recent Droughts from Space Adv. Space Res. 1998 21 507 511 10.1016/S0273-1177(97)00888-0 ", + " Unganai L.S. Kogan F.N. Drought Monitoring and Corn Yield Estimation in Southern Africa from AVHRR Data Remote Sens. Environ. 1998 63 219 232 10.1016/S0034-4257(97)00132-6 ", + " Rusca M. Savelli E. Di Baldassarre G. Biza A. Messori G. Unprecedented Droughts Are Expected to Exacerbate Urban Inequalities in Southern Africa Nat. Clim. Chang. 2023 13 98 105 10.1038/s41558-022-01546-8 ", + " Tesfaye K. Sonder K. Cairns J. Magorokosho C. Tarekegn A. Kassie G.T. Getaneh F. Abdoulaye T. Abate T. Erenstein O. Targeting Drought-Tolerant Maize Varieties in Southern Africa: A Geospatial Crop Modeling Approach Using Big Data Int. Food Agribus. Manag. Rev. 2016 19 75 92 ", + " Trambauer P. Werner M. Winsemius H.C. Maskey S. Dutra E. Uhlenbrook S. Hydrological Drought Forecasting and Skill Assessment for the Limpopo River Basin, Southern Africa Hydrol. Earth Syst. Sci. 2015 19 1695 1711 10.5194/hess-19-1695-2015 ", + " Chisadza B. Tumbare M.J. Nyabeze W.R. Nhapi I. Linkages between Local Knowledge Drought Forecasting Indicators and Scientific Drought Forecasting Parameters in the Limpopo River Basin in Southern Africa Int. J. Disaster Risk Reduct. 2015 12 226 233 10.1016/j.ijdrr.2015.01.007 ", + " Sifundza L. van der Zaag P. Masih I. Evaluation of the Responses of Institutions and Actors to the 2015/2016 El Ni\u00f1o Drought in the Komati Catchment in Southern Africa: Lessons to Support Future Drought Management Water SA 2019 45 547 559 10.17159/wsa/2019.v45.i4.7535 ", + " Nangombe S. Zhou T. Zhang L. Zhang W. Attribution of the 2018 October\u2013December Drought over South Southern Africa Bull. Am. Meteorol. Soc. 2020 101 S135 S140 10.1175/BAMS-D-19-0179.1 ", + " Meigh J. Tate E. McCartney M. Methods for Identifying and Monitoring River Flow Drought in Southern Africa IAHS-AISH Publ. 2002 274 181 188 ", + " Vogel C. Koch I. Van Zyl K. \u201cA Persistent Truth\u201d-Reflections on Drought Risk Management in Southern Africa Weather Clim. Soc. 2010 2 9 22 10.1175/2009WCAS1017.1 ", + " Makondo C.C. Thomas D.S.G. Seasonal and Intra-Seasonal Rainfall and Drought Characteristics as Indicators of Climate Change and Variability in Southern Africa: A Focus on Kabwe and Livingstone in Zambia Theor. Appl. Climatol. 2020 140 271 284 10.1007/s00704-019-03029-x ", + " Nash D.J. Klein J. Endfield G.H. Pribyl K. Adamson G.C.D. Grab S.W. Narratives of Nineteenth Century Drought in Southern Africa in Different Historical Source Types Clim. Chang. 2019 152 467 485 10.1007/s10584-018-2352-6 ", + " Ruwanza S. Thondhlana G. Falayi M. Research Progress and Conceptual Insights on Drought Impacts and Responses among Smallholder Farmers in South Africa: A Review Land 2022 11 159 10.3390/land11020159 ", + " Villholth K.G. T\u00f8ttrup C. Stendel M. Maherry A. Integrated Mapping of Groundwater Drought Risk in the Southern African Development Community (SADC) Region Hydrogeol. J. 2013 21 863 885 10.1007/s10040-013-0968-1 ", + " Watson A. Miller J. K\u00fcnne A. Kralisch S. Using Soil-Moisture Drought Indices to Evaluate Key Indicators of Agricultural Drought in Semi-Arid Mediterranean Southern Africa Sci. Total Environ. 2022 812 152464 10.1016/j.scitotenv.2021.152464 34942252 ", + " Tallaksen L.M. Van Lanen H.A.J. Hydrological Drought: Processes and Estimation Methods for Streamflow and Groundwater Elsevier Amsterdam, The Netherlands 2004 ", + " H\u00e4nsel S. Ustrnul Z. \u0141upikasza E. Skalak P. Assessing Seasonal Drought Variations and Trends over Central Europe Adv. Water Resour. 2019 127 53 75 10.1016/j.advwatres.2019.03.005 ", + " Zhao Y. Zhang J. Bai Y. Zhang S. Yang S. Henchiri M. Seka A.M. Nanzad L. Drought Monitoring and Performance Evaluation Based on Machine Learning Fusion of Multi-Source Remote Sensing Drought Factors Remote Sens. 2022 14 6398 10.3390/rs14246398 ", + " Gyaneshwar A. Mishra A. Chadha U. Raj Vincent P.M.D. Rajinikanth V. Pattukandan Ganapathy G. Srinivasan K. A Contemporary Review on Deep Learning Models for Drought Prediction Sustainability 2023 15 6160 10.3390/su15076160 ", + " Prodhan F.A. Zhang J. Hasan S.S. Pangali Sharma T.P. Mohana H.P. A Review of Machine Learning Methods for Drought Hazard Monitoring and Forecasting: Current Research Trends, Challenges, and Future Research Directions Environ. Model. Softw. 2022 149 105327 10.1016/j.envsoft.2022.105327 ", + " Felsche E. Ludwig R. Applying Machine Learning for Drought Prediction in a Perfect Model Framework Using Data from a Large Ensemble of Climate Simulations Nat. Hazards Earth Syst. Sci. 2021 21 3679 3691 10.5194/nhess-21-3679-2021 ", + " Brust C. Kimball J.S. Maneta M.P. Jencso K. Reichle R.H. DroughtCast: A Machine Learning Forecast of the United States Drought Monitor Front. Big Data 2021 4 773478 10.3389/fdata.2021.773478 ", + " Leuenberger M. Parente J. Tonini M. Pereira M.G. Kanevski M. Wildfire Susceptibility Mapping: Deterministic vs. Stochastic Approaches Environ. Model. Softw. 2018 101 194 203 10.1016/j.envsoft.2017.12.019 ", + " Tonini M. Pereira M.G. Fiorucci P. Performance and Efficiency of Machine Learning Based Approaches for Wildfire Susceptibility Mapping Environ. Sci. Proc. 2022 17 38 10.3390/ENVIRONSCIPROC2022017038 ", + " Hermanns F. Pohl F. Rebmann C. Schulz G. Werban U. Lausch A. Inferring Grassland Drought Stress with Unsupervised Learning from Airborne Hyperspectral VNIR Imagery Remote Sens. 2021 13 1885 10.3390/rs13101885 ", + " Zhang Y. Xie D. Tian W. Zhao H. Geng S. Lu H. Ma G. Huang J. Lim C. Sian K. Construction of an Integrated Drought Monitoring Model Based on Deep Learning Algorithms Remote Sens. 2023 15 667 10.3390/rs15030667 ", + " Agana N.A. Homaifar A. A Deep Learning Based Approach for Long-Term Drought Prediction Proceedings of the IEEE Southeastcon Concord, NC, USA 30 March\u20132 April 2017 10.1109/SECON.2017.7925314 ", + " Barradas A. Correia P.M.P. Silva S. Mariano P. Pires M.C. Matos A.R. da Silva A.B. Marques da Silva J. Comparing Machine Learning Methods for Classifying Plant Drought Stress from Leaf Reflectance Spectra in Arabidopsis Thaliana Appl. Sci. 2021 11 6392 10.3390/app11146392 ", + " Sundararajan K. Garg L. Srinivasan K. Bashir A.K. Kaliappan J. Ganapathy G.P. Selvaraj S.K. Meena T. A Contemporary Review on Drought Modeling Using Machine Learning Approaches CMES-Comput. Model. Eng. Sci. 2021 128 447 487 10.32604/cmes.2021.015528 ", + " Mahesh B. Machine Learning Algorithms\u2014A Review Machine Learning Algorithms\u2014A Review View Project Self Flowing Generator View Project Batta Mahesh Independent Researcher Machine Learning Algorithms\u2014A Review Int. J. Sci. Res. 2018 10.21275/ART20203995 ", + " Le T.S. Harper R. Dell B. Application of Remote Sensing in Detecting and Monitoring Water Stress in Forests Remote Sens. 2023 15 3360 10.3390/rs15133360 ", + " Friedl M. Sulla-Menashe D. MCD12Q1 MODIS/Terra+Aqua Land Cover Type Yearly L3 Global 500 m SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MCD12Q1.061 (accessed on 27 June 2023) 10.5067/MODIS/MCD12Q1.061 ", + " Hulley G. Hook S. MOD21A2 MODIS/Terra Land Surface Temperature/3-Band Emissivity 8-Day L3 Global 1 km SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MOD21A2.061 (accessed on 27 June 2023) 10.5067/MODIS/MOD21A2.061 ", + " Wan Z. Hook S. Hulley G. MOD11A2 MODIS/Aqua Land Surface Temperature/Emissivity 8-Day L3 Global 1 km SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MOD11A2.061 (accessed on 27 June 2023) 10.5067/MODIS/MOD11A2.061 ", + " Myneni R. Knyazikhin T.P. MCD15A2H MODIS/Terra+Aqua Leaf Area Index/FPAR 8-Day L4 Global 500 m SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MCD15A2H.061 (accessed on 27 June 2023) 10.5067/MODIS/MCD15A2H.061 ", + " Running S. Mu Q. Zhao M. Moreno A. MOD16A2GF MODIS/Terra Net Evapotranspiration Gap-Filled 8-Day L4 Global 500 m SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MOD16A2GF.061 (accessed on 27 June 2023) 10.5067/MODIS/MOD16A2GF.061 ", + " Running S. Mu Q. Zhao M. MOD16A2 MODIS/Terra Net Evapotranspiration 8-Day L4 Global 500 m SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MOD16A2.061 (accessed on 27 June 2023) 10.5067/MODIS/MOD16A2.061 ", + " Vermote E. MOD09A1 MODIS/Terra Surface Reflectance 8-Day L3 Global 500 m SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MOD09A1.061 (accessed on 27 June 2023) 10.5067/MODIS/MOD09A1.061 ", + " Giglio L. Justice C. MOD14A2 MODIS/Terra Thermal Anomalies/Fire 8-Day L3 Global 1 km SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MOD14A2.061 (accessed on 27 June 2023) 10.5067/MODIS/MOD14A2.061 ", + " DiMiceli C.R. Sohlberg J.T. MODIS/Terra Vegetation Continuous Fields Yearly L3 Global 250 m SIN Grid V061. 2022. Distributed by NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MOD44B.061 (accessed on 27 June 2023) 10.5067/MODIS/MOD44B.061 ", + " Didan K. MOD13Q1 MODIS/Terra Vegetation Indices 16-Day L3 Global 250 m SIN Grid V006. NASA EOSDIS Land Process. DAAC 2015, Volume 10, p. 415 Available online: https://cmr.earthdata.nasa.gov/search/concepts/C194001241-LPDAAC_ECS.html (accessed on 27 June 2023) ", + " Giglio C.L. Justice L. Boschetti D.R. MCD64A1 MODIS/Terra+Aqua Burned Area Monthly L3 Global 500 m SIN Grid V061. NASA EOSDIS Land Processes DAAC Available online: https://doi.org/10.5067/MODIS/MCD64A1.061 (accessed on 27 June 2023) 10.5067/MODIS/MCD64A1.061 ", + " Amraoui M. DaCamara C.C. Pereira J.M.C. Detection and Monitoring of African Vegetation Fires Using MSG-SEVIRI Imagery Remote Sens. Environ. 2010 114 1038 1052 10.1016/j.rse.2009.12.019 ", + " Roberts G. Wooster M.J. Xu W. Freeborn P.H. Morcrette J.J. Jones L. Benedetti A. Jiangping H. Fisher D. Kaiser J.W. LSA SAF Meteosat FRP Products-Part 2: Evaluation and Demonstration for Use in the Copernicus Atmosphere Monitoring Service (CAMS) Atmos. Chem. Phys. 2015 15 13241 13267 10.5194/acp-15-13241-2015 ", + " Trigo I.F. de Bruin H. Beyrich F. Bosveld F.C. Gavil\u00e1n P. Groh J. L\u00f3pez-Urrea R. Validation of Reference Evapotranspiration from Meteosat Second Generation (MSG) Observations Agric. For. Meteorol. 2018 259 271 285 10.1016/j.agrformet.2018.05.008 ", + " Meyer Normalised Difference Vegetation Index: Product Guide ", + " Mart\u00ednez B. Sanchez-Ruiz S. Gilabert M.A. Moreno A. Campos-Taberner M. Garc\u00eda-Haro F.J. Trigo I.F. Aurela M. Br\u00fcmmer C. Carrara A. Retrieval of Daily Gross Primary Production over Europe and Africa from an Ensemble of SEVIRI/MSG Products Int. J. Appl. Earth Obs. Geoinf. 2018 65 124 136 10.1016/j.jag.2017.10.011 ", + " Campos-Taberner M. Garc\u00eda-Haro F.J. Busetto L. Ranghetti L. Mart\u00ednez B. Gilabert M.A. Camps-Valls G. Camacho F. Boschetti M. A Critical Comparison of Remote Sensing Leaf Area Index Estimates over Rice-Cultivated Areas: From Sentinel-2 and Landsat-7/8 to MODIS, GEOV1 and EUMETSAT Polar System Remote Sens. 2018 10 763 10.3390/rs10050763 ", + " Ceamanos X. Carrer D. Roujean J.L. Improved Retrieval of Direct and Diffuse Downwelling Surface Shortwave Flux in Cloudless Atmosphere Using Dynamic Estimates of Aerosol Content and Type: Application to the LSA-SAF Project Atmos. Chem. Phys. 2014 14 8209 8232 10.5194/acp-14-8209-2014 ", + " Trigo I.F. Peres L.F. DaCamara C.C. Freitas S.C. Thermal Land Surface Emissivity Retrieved from SEVIRI/Meteosat IEEE Trans. Geosci. Remote Sens. 2008 46 307 315 10.1109/TGRS.2007.905197 ", + " Trigo I.F. Monteiro I.T. Olesen F. Kabsch E. An Assessment of Remotely Sensed Land Surface Temperature J. Geophys. Res. Atmos. 2008 113 17108 10.1029/2008JD010035 ", + " Carrer D. Moparthy S. Lellouch G. Ceamanos X. Pinault F. Freitas S.C. Trigo I.F. Land Surface Albedo Derived on a Ten Daily Basis from Meteosat Second Generation Observations: The NRT and Climate Data Record Collections from the EUMETSAT LSA SAF Remote Sens. 2018 10 1262 10.3390/rs10081262 ", + " Geiger B. Carrer D. Franchist\u00e9guy L. Roujean J.L. Meurey C. Land Surface Albedo Derived on a Daily Basis from Meteosat Second Generation Observations IEEE Trans. Geosci. Remote Sens. 2008 46 3841 3856 10.1109/TGRS.2008.2001798 ", + " WMO Drought Available online: https://public.wmo.int/en/resources/world-meteorological-day/previous-world-meteorological-days/climate-and-water/drought (accessed on 28 June 2023) ", + " NWS Drought Available online: https://www.weather.gov/safety/drought (accessed on 28 June 2023) ", + " EDO European Drought Observatory Available online: https://www.copernicus.eu/en/european-drought-observatory (accessed on 28 June 2023) ", + " Vicente-Serrano S.M. Dom\u00ednguez-Castro F. Reig F. Tomas-Burguera M. Pe\u00f1a-Angulo D. Latorre B. Beguer\u00eda S. Rabanaque I. Noguera I. Lorenzo-Lacruz J. A Global Drought Monitoring System and Dataset Based on ERA5 Reanalysis: A Focus on Crop-Growing Regions Geosci. Data J. 2022 1 14 10.1002/gdj3.178 ", + " Joubert A.M. Mason S.J. Galpin J.S. Droughts over Southern Africa in a Double-CO2 Climate Int. J. Climatol. 1996 16 1149 1150 10.1002/(SICI)1097-0088(199610)16:10<1149::AID-JOC70>3.0.CO;2-V ", + " Dent M. Schulze R.E. Wills H. Lynch S.D. Spatial and Temporal Analysis of the Recent Drought in the Summer Rainfall Region of Southern Africa Water SA 1987 13 37 42 ", + " Nhamo L. Mabhaudhi T. Modi A.T. Preparedness or Repeated Short-Term Relief Aid? Building Drought Resilience through Early Warning in Southern Africa. Water SA 2019 45 75 85 10.4314/wsa.v45i1.09 ", + " Militao E.M.A. Salvador E.M. Uthman O.A. Vinberg S. Macassa G. Food Insecurity and Health Outcomes Other than Malnutrition in Southern Africa: A Descriptive Systematic Review Int. J. Environ. Res. Public Health 2022 19 5082 10.3390/ijerph19095082 ", + " Hope A. Fouad G. Granovskaya Y. Evaluating Drought Response of Southern Cape Indigenous Forests, South Africa, Using MODIS Data Int. J. Remote Sens. 2014 35 4852 4864 10.1080/01431161.2014.930205 ", + " Orievulu K.S. Ayeb-Karlsson S. Ngema S. Baisley K. Tanser F. Ngwenya N. Seeley J. Hanekom W. Herbst K. Kniveton D. Exploring Linkages between Drought and HIV Treatment Adherence in Africa: A Systematic Review Lancet Planet. Health 2022 6 e359 e370 10.1016/S2542-5196(22)00016-X ", + " O\u2019farrell P.J. Anderson P.M.L. Milton S.J. Dean W.R.J. Human Response and Adaptation to Drought in the Arid Zone: Lessons from Southern Africa S. Afr. J. Sci. 2009 105 34 39 10.10520/EJC96878 ", + " Samways M.J. Deacon C. Kietzka G.J. Pryke J.S. Vorster C. Simaika J.P. Value of Artificial Ponds for Aquatic Insects in Drought-Prone Southern Africa: A Review Biodivers. Conserv. 2020 29 3131 3150 10.1007/s10531-020-02020-7 ", + " Dean W.R.J. Barnard P. Anderson M.D. When to Stay, When to Go: Trade-Offs for Southern African Arid-Zone Birds in Times of Drought S. Afr. J. Sci. 2009 105 24 28 10.4102/sajs.v105i1/2.7 " + ], + "title": { + "textEnglish": "The Drought Regime in Southern Africa: A Systematic Review" + } +} diff --git a/tests/stubdata/output/mdpi_galaxies-11-00090.json b/tests/stubdata/output/mdpi_galaxies-11-00090.json new file mode 100644 index 0000000..5d90afd --- /dev/null +++ b/tests/stubdata/output/mdpi_galaxies-11-00090.json @@ -0,0 +1,240 @@ +{ + "abstract": { + "textEnglish": "The IR spectra of Be stars display numerous hydrogen recombination lines, constituting a great resource for obtaining information on the physical and dynamic structures of different regions within the circumstellar envelope. Nevertheless, this spectral region has not been analysed in depth, and there is a lack of synthetic spectra with which to compare observations. Therefore, we computed synthetic spectra with the HDUST code for different disc parameters. Here, we present our results on the spectral region that includes lines of the Brackett series. We discuss the dependence of the line series strengths on several parameters that describe the structure of the disc. We also compared model line profiles, fluxes, and EWs with observational data for two Be stars (MX Pup and \u03c0 Aqr). Even though the synthetic spectra adequately fit our observations of both stars and allow us to constrain the parameters of the disc, there is a discrepancy with the observed data in the EW and flux measurements, especially in the case of MX Pup. It is possible that by including Brackett lines of higher terms or adding the analysis of other series, we may be able to better constrain the parameters of the observed disc." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "af1-galaxies-11-00090", + "affPubRaw": "Instituto de Astrof\u00edsica de La Plata (CCT La Plata\u2014CONICET, UNLP), Paseo del Bosque S/N, La Plata B1900FWA, Argentina" + }, + { + "affPubID": "af2-galaxies-11-00090", + "affPubRaw": "Departamento de Espectroscop\u00eda, Facultad de Ciencias Astron\u00f3micas y Geof\u00edsicas, Universidad Nacional de La Plata, La Plata B1900FWA, Argentina" + } + ], + "attrib": { + "email": "cochetti@fcaglp.unlp.edu.ar", + "orcid": "0000-0002-2763-7250" + }, + "name": { + "given_name": "Yanina Roxana", + "surname": "Cochetti" + } + }, + { + "affiliation": [ + { + "affPubID": "af3-galaxies-11-00090", + "affPubRaw": "Centro Interdisciplinario de Telecomunicaciones, Electr\u00f3nica, Computaci\u00f3n y Ciencia Aplicada (CITECCA), Sede Andina, Universidad Nacional de R\u00edo Negro, San Carlos de Bariloche R8400AHN, Argentina" + } + ], + "name": { + "given_name": "Anahi", + "surname": "Granada" + } + }, + { + "affiliation": [ + { + "affPubID": "af1-galaxies-11-00090", + "affPubRaw": "Instituto de Astrof\u00edsica de La Plata (CCT La Plata\u2014CONICET, UNLP), Paseo del Bosque S/N, La Plata B1900FWA, Argentina" + }, + { + "affPubID": "af2-galaxies-11-00090", + "affPubRaw": "Departamento de Espectroscop\u00eda, Facultad de Ciencias Astron\u00f3micas y Geof\u00edsicas, Universidad Nacional de La Plata, La Plata B1900FWA, Argentina" + } + ], + "attrib": { + "orcid": "0000-0002-4016-2501" + }, + "name": { + "given_name": "Mar\u00eda Laura", + "surname": "Arias" + } + }, + { + "affiliation": [ + { + "affPubID": "af1-galaxies-11-00090", + "affPubRaw": "Instituto de Astrof\u00edsica de La Plata (CCT La Plata\u2014CONICET, UNLP), Paseo del Bosque S/N, La Plata B1900FWA, Argentina" + }, + { + "affPubID": "af2-galaxies-11-00090", + "affPubRaw": "Departamento de Espectroscop\u00eda, Facultad de Ciencias Astron\u00f3micas y Geof\u00edsicas, Universidad Nacional de La Plata, La Plata B1900FWA, Argentina" + } + ], + "name": { + "given_name": "Andrea Fabiana", + "surname": "Torres" + } + }, + { + "affiliation": [ + { + "affPubID": "af4-galaxies-11-00090", + "affPubRaw": "Instituto de F\u00edsica y Astronom\u00eda, Facultad de Ciencias, Universidad de Valpara\u00edso, Valpara\u00edso 2360102, Chile" + } + ], + "attrib": { + "orcid": "0000-0002-4825-4910" + }, + "name": { + "given_name": "Catalina", + "surname": "Arcos" + } + } + ], + "copyright": { + "statement": "\u00a9 2023 by the authors.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2023-08-11", + "receivedDates": [ + "2023-03-14" + ], + "revisedDates": [ + "2023-08-09" + ] + }, + "funding": [ + { + "agencyname": "CONICET fellowship" + }, + { + "agencyname": "Universidad Nacional de La Plata", + "awardnumber": "11/G160" + }, + { + "agencyname": "CONICET", + "awardnumber": "28720210100879CO" + }, + { + "agencyname": "Fondecyt Regular", + "awardnumber": "1230131" + }, + { + "agencyname": "European Union\u2019s Framework Programme for Research and Innovation Horizon 2020 (2014\u20132020)", + "awardnumber": "823734" + } + ], + "keywords": [ + { + "keyString": "stars: early-type", + "keySystem": "misc" + }, + { + "keyString": "stars: emission-line, Be", + "keySystem": "misc" + }, + { + "keyString": "stars: individual: MX Pup, \u03c0 Aqr", + "keySystem": "misc" + }, + { + "keyString": "circumstellar matter", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "otherContributor": [ + { + "contrib": { + "name": { + "given_name": "Jorick Sandor", + "surname": "Vink" + } + }, + "role": "Academic Editor" + } + ], + "pagination": { + "electronicID": "90" + }, + "persistentIDs": [ + { + "DOI": "10.3390/galaxies11040090" + } + ], + "pubDate": { + "electrDate": "2023-08-17" + }, + "publication": { + "ISSN": [ + { + "issnString": "2075-4434", + "pubtype": "epub" + } + ], + "issueNum": "4", + "pubName": "Galaxies", + "pubYear": "2023", + "publisher": "MDPI", + "volumeNum": "11" + }, + "publisherIDs": [ + { + "Identifier": "galaxies-11-00090", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " Jaschek M. Slettebak A. Jaschek C. Be star terminology Be Star Newsl. 1981 4 9 11 ", + " Collins G.W. The Use of Terms and Definitions in the Study of Be Stars (Review Paper) Proceedings of the 92nd Colloquium of the International Astronomical Union Boulder, CO, USA 18\u201322 August 1986 Cambridge University Press Cambridge, UK 1987 3 10.1017/S0252921100115969 ", + " Rivinius T. Carciofi A.C. Martayan C. Classical Be stars. Rapidly rotating B stars with viscous Keplerian decretion disks Astron. Astrophys. Rev. 2013 21 69 10.1007/s00159-013-0069-0 ", + " Lee U. Osaki Y. Saio H. Viscous excretion discs around Be stars Mon. Not. R. Astron. Soc. 1991 250 432 437 10.1093/mnras/250.2.432 ", + " Carciofi A.C. The circumstellar discs of Be stars Proceedings of the Active OB Stars: Structure, Evolution, Mass Loss, and Critical Limits Neiner C. Wade G. Meynet G. Peters G. Cambridge University Press Cambridge, UK 2011 Volume 272 325 336 10.1017/S1743921311010738 ", + " Hony S. Waters L.B.F.M. Zaal P.A. de Koter A. Marlborough J.M. Millar C.E. Trams N.R. Morris P.W. de Graauw T. The infrared spectrum of the Be star gamma Cassiopeiae Astron. Astrophys. 2000 355 187 193 ", + " Lenorzer A. de Koter A. Waters L.B.F.M. Hydrogen infrared recombination lines as a diagnostic tool for the geometry of the circumstellar material of hot stars Astron. Astrophys. 2002 386 L5 L8 10.1051/0004-6361:20020322 ", + " Mennickent R.E. Sabogal B. Granada A. Cidale L. L-Band Spectra of 13 Outbursting Be Stars Publ. Astron. Soc. Pac. 2009 121 125 10.1086/597551 ", + " Granada A. Arias M.L. Cidale L.S. Simultaneous K- and L-band Spectroscopy of Be Stars: Circumstellar Envelope Properties from Hydrogen Emission Lines Astron. J. 2010 139 1983 1992 10.1088/0004-6256/139/5/1983 ", + " Sabogal B.E. Ubaque K.Y. Garc\u00eda-Varela A. \u00c1lvarez M. Salas L. Evidence of Dissipation of Circumstellar Disks from L-band Spectra of Bright Galactic Be Stars Publ. Astron. Soc. Pac. 2017 129 014203 10.1088/1538-3873/129/971/014203 ", + " Lenorzer A. Vandenbussche B. Morris P. de Koter A. Geballe T.R. Waters L.B.F.M. Hony S. Kaper L. An atlas of 2.4 to 4.1 \u03bcm ISO/SWS spectra of early-type stars Astron. Astrophys. 2002 384 473 490 10.1051/0004-6361:20020032 ", + " Cochetti Y.R. Arias M.L. Cidale L.S. Granada A. Torres A.F. Simultaneous J-, H-, K- and L-band spectroscopic observations of galactic Be stars. I. IR atlas Astron. Astrophys. 2022 665 A115 10.1051/0004-6361/202142914 ", + " Okazaki A.T. Bate M.R. Ogilvie G.I. Pringle J.E. Viscous effects on the interaction between the coplanar decretion disc and the neutron star in Be/X-ray binaries Mon. Not. R. Astron. Soc. 2002 337 967 980 10.1046/j.1365-8711.2002.05960.x ", + " Carciofi A.C. Bjorkman J.E. Non-LTE Monte Carlo Radiative Transfer. I. The Thermal Properties of Keplerian Disks around Classical Be Stars Astrophys. J. 2006 639 1081 1094 10.1086/499483 ", + " Sigut T.A.A. Jones C.E. The Thermal Structure of the Circumstellar Disk Surrounding the Classical Be Star \u03b3 Cassiopeiae Astrophys. J. 2007 668 481 491 10.1086/521209 ", + " Sigut T.A.A. Spectral synthesis for Be stars Proceedings of the Active OB Stars: Structure, Evolution, Mass Loss, and Critical Limits Neiner C. Wade G. Meynet G. Peters G. Cambridge University Press Cambridge, UK 2011 Volume 6 426 427 10.1017/S1743921311011045 ", + " Miroshnichenko A.S. Bjorkman K.S. Morrison N.D. Wisniewski J.P. Manset N. Levato H. Grosso M. Pollmann E. Buil C. Knauth D.C. Spectroscopy of the growing circumstellar disk in the delta Scorpii Be binary Astron. Astrophys. 2003 408 305 311 10.1051/0004-6361:20030965 ", + " Arcos C. Jones C.E. Sigut T.A.A. Kanaan S. Cur\u00e9 M. Evidence for Different Disk Mass Distributions between Early- and Late-type Be Stars in the BeSOS Survey Astrophys. J. 2017 842 48 10.3847/1538-4357/aa6f5f ", + " Cochetti Y.R. Arcos C. Kanaan S. Meilland A. Cidale L.S. Cur\u00e9 M. Spectro-interferometric observations of a sample of Be stars. Setting limits to the geometry and kinematics of stable Be disks Astron. Astrophys. 2019 621 A123 10.1051/0004-6361/201833551 ", + " Chojnowski S.D. Whelan D.G. Wisniewski J.P. Majewski S.R. Hall M. Shetrone M. Beaton R. Burton A. Damke G. Eikenberry S. High-Resolution H-Band Spectroscopy of Be Stars With SDSS-III/Apogee: I. New Be Stars, Line Identifications, and Line Profiles Astron. J. 2015 149 7 10.1088/0004-6256/149/1/7 ", + " Carciofi A.C. Bjorkman J.E. Non-LTE Monte Carlo Radiative Transfer. II. Nonisothermal Solutions for Viscous Keplerian Disks Astrophys. J. 2008 684 1374 1383 10.1086/589875 ", + " Klement R. Carciofi A.C. Rivinius T. Matthews L.D. Vieira R.G. Ignace R. Bjorkman J.E. Mota B.C. Faes D.M. Bratcher A.D. Revealing the structure of the outer disks of Be stars Astron. Astrophys. 2017 601 A74 10.1051/0004-6361/201629932 ", + " Vieira R.G. Carciofi A.C. Bjorkman J.E. Rivinius T. Baade D. R\u00edmulo L.R. The life cycles of Be viscous decretion discs: Time-dependent modelling of infrared continuum observations Mon. Not. R. Astron. Soc. 2017 464 3071 3089 10.1093/mnras/stw2542 ", + " Richardson N.D. Thizy O. Bjorkman J.E. Carciofi A. Rubio A.C. Thomas J.D. Bjorkman K.S. Labadie-Bartz J. Genaro M. Wisniewski J.P. Outbursts and stellar properties of the classical Be star HD 6226 Mon. Not. R. Astron. Soc. 2021 508 2002 2018 10.1093/mnras/stab2759 ", + " Marr K.C. Jones C.E. Carciofi A.C. Rubio A.C. Mota B.C. Ghoreyshi M.R. Hatfield D.W. R\u00edmulo L.R. The Be Star 66 Ophiuchi: 60 Years of Disk Evolution Astrophys. J. 2021 912 76 10.3847/1538-4357/abed4c ", + " Zorec J. Rieutord M. Espinosa Lara F. Fr\u00e9mat Y. Domiciano de Souza A. Royer F. Gravity darkening in stars with surface differential rotation Astron. Astrophys. 2017 606 A32 10.1051/0004-6361/201730818 ", + " Shakura N.I. Sunyaev R.A. Black holes in binary systems. Observational appearance Astron. Astrophys. 1973 24 337 355 ", + " Silaj J. Jones C.E. Sigut T.A.A. Tycner C. The H\u03b1 Profiles of Be Shell Stars Astrophys. J. 2014 795 82 10.1088/0004-637X/795/1/82 ", + " Espinosa Lara F. Rieutord M. Gravity darkening in rotating stars Astron. Astrophys. 2011 533 A43 10.1051/0004-6361/201117252 ", + " Earl N. Tollerud E. O\u2019Steen R. Brechmos Kerzendorf W. Busko I. Shaileshahuja D\u2019Avella D. Robitaille T. Ginsburg A. astropy/specutils: v1.10.0 Zenodo 2023 10.5281/zenodo.7803739 ", + " Steele I.A. Clark J.S. A representative sample of Be stars III: H band spectroscopy Astron. Astrophys. 2001 371 643 651 10.1051/0004-6361:20010381 ", + " Fr\u00e9mat Y. Zorec J. Hubert A.M. Floquet M. Effects of gravitational darkening on the determination of fundamental parameters in fast-rotating B-type stars Astron. Astrophys. 2005 440 305 320 10.1051/0004-6361:20042229 ", + " Silaj J. Jones C.E. Tycner C. Sigut T.A.A. Smith A.D. A Systematic Study of H\u03b1 Profiles of Be Stars Astrophys. J. Suppl. 2010 187 228 250 10.1088/0067-0049/187/1/228 ", + " Hummel W. Dachs J. Non-coherent scattering in vertically extended Be star disks: Winebottle-type emission-line profiles Astron. Astrophys. 1992 262 L17 ", + " Marr K.C. Jones C.E. Tycner C. Carciofi A.C. Silva A.C.F. The Role of Disk Tearing and Precession in the Observed Variability of Pleione Astrophys. J. 2022 928 145 10.3847/1538-4357/ac551b ", + " Sigut T.A.A. Tycner C. Jansen B. Zavala R.T. The Circumstellar Disk of the Be Star o Aquarii as Constrained by Simultaneous Spectroscopy and Optical Interferometry Astrophys. J. 2015 814 159 10.1088/0004-637X/814/2/159 ", + " Zorec J. Fr\u00e9mat Y. Domiciano de Souza A. Royer F. Cidale L. Hubert A.M. Semaan T. Martayan C. Cochetti Y.R. Arias M.L. Critical study of the distribution of rotational velocities of Be stars. I. Deconvolution methods, effects due to gravity darkening, macroturbulence, and binarity Astron. Astrophys. 2016 595 A132 10.1051/0004-6361/201628760 ", + " Astropy Collaboration Robitaille T.P. Tollerud E.J. Greenfield P. Droettboom M. Bray E. Aldcroft T. Davis M. Ginsburg A. Price-Whelan A.M. Astropy: A community Python package for astronomy Astron. Astrophys. 2013 558 A33 10.1051/0004-6361/201322068 ", + " Astropy Collaboration Price-Whelan A.M. Sip\u0151cz B.M. G\u00fcnther H.M. Lim P.L. Crawford S.M. Conseil S. Shupe D.L. Craig M.W. Dencheva N. The Astropy Project: Building an Open-science Project and Status of the v2.0 Core Package Astron. J. 2018 156 123 10.3847/1538-3881/aabc4f ", + " Astropy Collaboration Price-Whelan A.M. Lim P.L. Earl N. Starkman N. Bradley L. Shupe D.L. Patil A.A. Corrales L. Brasseur C.E. The Astropy Project: Sustaining and Growing a Community-oriented Open-source Project and the Latest Major Release (v5.0) of the Core Package Astrophys. J. 2022 935 167 10.3847/1538-4357/ac7c74 " + ], + "title": { + "textEnglish": "Infrared Spectroscopy of Be Stars: Influence of the Envelope Parameters on Brackett-Series Behaviour" + } +} diff --git a/tests/stubdata/output/mdpi_symmetry-15-00939.json b/tests/stubdata/output/mdpi_symmetry-15-00939.json new file mode 100644 index 0000000..3eda20a --- /dev/null +++ b/tests/stubdata/output/mdpi_symmetry-15-00939.json @@ -0,0 +1,231 @@ +{ + "abstract": { + "textEnglish": "One of the most important problems in the study of geometric function theory is knowing how to obtain the sharp bounds of the coefficients that appear in the Taylor\u2013Maclaurin series of univalent functions. In the present investigation, our aim is to calculate some sharp estimates of problems involving coefficients for the family of convex functions with respect to symmetric points and associated with a hyperbolic tangent function. These problems include the first four initial coefficients, the Fekete\u2013Szeg\u00f6 and Zalcman inequalities, and the second-order Hankel determinant. Additionally, the inverse and logarithmic coefficients of the functions belonging to the defined class are also studied in relation to the current problems." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "af1-symmetry-15-00939", + "affPubRaw": "Department of Mathematics, Abdul Wali Khan University Mardan, Mardan 23200, Pakistan" + } + ], + "name": { + "given_name": "Khalil", + "surname": "Ullah" + } + }, + { + "affiliation": [ + { + "affPubID": "af2-symmetry-15-00939", + "affPubRaw": "Department of Mathematics, The University of Jordon, Amman 11942, Jordan" + } + ], + "attrib": { + "email": "i.shbeil@ju.edu.jo", + "orcid": "0000-0001-5287-4656" + }, + "name": { + "given_name": "Isra", + "surname": "Al-Shbeil" + } + }, + { + "affiliation": [ + { + "affPubID": "af3-symmetry-15-00939", + "affPubRaw": "Department of Mathematics, Taibah University, Universities Road, P.O. Box 344, Medina 42353, Saudi Arabia" + } + ], + "attrib": { + "orcid": "0000-0002-4169-4366" + }, + "name": { + "given_name": "Muhammad Imran", + "surname": "Faisal" + } + }, + { + "affiliation": [ + { + "affPubID": "af1-symmetry-15-00939", + "affPubRaw": "Department of Mathematics, Abdul Wali Khan University Mardan, Mardan 23200, Pakistan" + } + ], + "attrib": { + "orcid": "0000-0003-1484-7643" + }, + "name": { + "given_name": "Muhammad", + "surname": "Arif" + } + }, + { + "affiliation": [ + { + "affPubID": "af4-symmetry-15-00939", + "affPubRaw": "Department of Mathematics, College of Science, King Saud University, P.O. Box 22452, Riyadh 11495, Saudi Arabia" + } + ], + "name": { + "given_name": "Huda", + "surname": "Alsaud" + } + } + ], + "copyright": { + "statement": "\u00a9 2023 by the authors.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2023-04-14", + "receivedDates": [ + "2023-03-23" + ], + "revisedDates": [ + "2023-04-11" + ] + }, + "keywords": [ + { + "keyString": "convex functions with respect to symmetric points", + "keySystem": "misc" + }, + { + "keyString": "subordinations", + "keySystem": "misc" + }, + { + "keyString": "Zalcman functionals", + "keySystem": "misc" + }, + { + "keyString": "logarithmic and inverse coefficients", + "keySystem": "misc" + }, + { + "keyString": "Hankel determinant problems", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "otherContributor": [ + { + "contrib": { + "name": { + "given_name": "\u015eahsene", + "surname": "Alt\u0131nkaya" + } + }, + "role": "Academic Editor" + } + ], + "pagination": { + "electronicID": "939" + }, + "persistentIDs": [ + { + "DOI": "10.3390/sym15040939" + } + ], + "pubDate": { + "electrDate": "2023-04-19" + }, + "publication": { + "ISSN": [ + { + "issnString": "2073-8994", + "pubtype": "epub" + } + ], + "issueNum": "4", + "pubName": "Symmetry", + "pubYear": "2023", + "publisher": "MDPI", + "volumeNum": "15" + }, + "publisherIDs": [ + { + "Identifier": "symmetry-15-00939", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " Bieberbach L. \u00dcber di\u00e9 koeffizienten derjenigen Potenzreihen, welche eine schlichte Abbildung des Einheitskreises vermitteln Sitzungsberichte Preuss. Akad. Der Wiss. 1916 138 940 955 ", + " L\u00f6wner K. Untersuchungen iiber schlichte konforme Abbildungen des Einheitskreises Math. Ann. 1923 89 103 121 10.1007/BF01448091 ", + " Schaeffer A.C. Spencer D.C. The coefficients of schlicht functions Duke Math. J. 1943 10 611 635 10.1215/S0012-7094-43-01056-7 ", + " Jenkins J.A. On certain coefficients of univalent functions II Trans. Am. Math. Soc. 1960 96 534 545 10.1090/S0002-9947-1960-0122978-5 ", + " Garabedian P.R. Schiffer M. A proof of the Bieberbach conjecture for the fourth coefficient J. Ration. Mech. Anal. 1955 4 428 465 10.1512/iumj.1955.4.54012 ", + " Pommerenke C. Univalent Functions Vandenhoeck Ruprecht G\u00f6ttingen, Germany 1975 ", + " Pederson R.N. Schiffer M. A proof of the Bieberbach conjecture for the fifth coefficient Arch. Ration. Mech. Anal. 1972 45 161 193 10.1007/BF00281531 ", + " Pederson R.N. A proof of the Bieberbach conjecture for the sixth coefficient Arch. Ration. Mech. Anal. 1968 31 331 351 10.1007/BF00251415 ", + " Ozawa M. On the Bieberbach conjecture for the sixth coefficient Kodai Math. Sem. Rep. 1969 21 97 128 10.2996/kmj/1138845834 ", + " Ozawa M. An elementary proof of the Bieberbach conjecture for the sixth coefficient Kodai Math. Sem. Rep. 1969 21 129 132 10.2996/kmj/1138845875 ", + " De-Branges L. A proof of the Bieberbach conjecture Acta Math. 1985 154 137 152 10.1007/BF02392821 ", + " Ma W.C. Minda D. A unified treatment of some special classes of univalent functions Conference Proceedings and Lecture Notes in Analysis, Proceedings of the Conference on Complex Analysis, Tianjin, China, 19\u201323 June 1992 Li Z. Ren F. Yang L. Zhang S. International Press Cambridge, MA, USA 1994 Volume I 157 169 ", + " Sok\u00f3\u0142 J. Stankiewicz J. Radius of convexity of some subclasses of strongly starlike functions Zesz. Nauk. Politech. Rzesz. Mat. 1996 19 101 105 ", + " Sharma K. Jain N.K. Ravichandran V. Starlike functions associated with a cardioid Afr. Mat. 2016 27 923 939 10.1007/s13370-015-0387-7 ", + " Mendiratta R. Nagpal S. Ravichandran V. On a subclass of strongly starlike functions associated with exponential function Bull. Malays. Math. Sci. Soc. 2015 38 365 386 10.1007/s40840-014-0026-8 ", + " Bano K. Raza M. Starlike functions associated with cosine function Bull. Iran. Math. Soc. 2021 47 1513 1532 10.1007/s41980-020-00456-9 ", + " Cho N.E. Kumar V. Kumar S.S. Ravichandran V. Radius problems for starlike functions associated with the sine function Bull. Iran. Math. Soc. 2019 45 213 232 10.1007/s41980-018-0127-5 ", + " Arora K. Kumar S.S. Starlike functions associated with a petal shaped domain Bull. Korean Math. Soc. 2022 59 993 1010 ", + " Alotaibi A. Arif M. Alghamdi M.A. Hussain S. Starlikness associated with cosine hyperbolic function Mathematics 2020 8 1118 10.3390/math8071118 ", + " Ullah K. Zainab S. Arif M. Darus M. Shutaywi M. Radius problems for starlike functions associated with the tan hyperbolic function J. Funct. Spaces 2021 2021 9967640 10.1155/2021/9967640 ", + " Gupta P. Nagpal S. Ravichandran V. Inclusion relations and radius problems for a subclass of starlike functions J. Korean Math. Soc. 2021 58 1147 1180 ", + " Gandhi S. Gupta P. Nagpal S. Ravichandran V. Starlike functions associated with an epicycloid Hacet. J. Math. Stat. 2022 51 1637 1660 10.15672/hujms.1019973 ", + " Al-Shbeil I. Saliu A. Catas A. Malik S.N. Some geometrical results associated with secant hyperbolic functions Mathematics 2022 10 14 10.3390/math10152697 ", + " Saliu A. Al-Shbeil I. Gong J. Malik S.N. Aloraini N. Properties of q-symmetric starlike functions of Janowski type Symmetry 2022 14 1907 10.3390/sym14091907 ", + " Saliu A. Jabeen K. Al-Shbeil I. Aloraini N. Mali S.N. On q-lima\u00e7on functions Symmetry 2022 14 2422 10.3390/sym14112422 ", + " Saliu A. Jabeen K. Al-Shbeil I. Oladejo S.O. Radius and differential subordination results for starlikeness associated with lima\u00e7on class J. Funct. Spaces 2022 2022 8264693 10.1155/2022/8264693 ", + " Pommerenke C. On the coefficients and Hankel determinants of univalent functions J. Lond. Math. Soc. 1966 1 111 122 10.1112/jlms/s1-41.1.111 ", + " Pommerenke C. On the Hankel determinants of univalent functions Mathematika 1967 14 108 112 10.1112/S002557930000807X ", + " Banga S. Sivaprasad Kumar S. The sharp bounds of the second and third Hankel determinants for the class SL* Math. Slovaca 2020 70 849 862 10.1515/ms-2017-0398 ", + " Ebadian A. Bulboac\u0103 T. Cho N.E. Adegani E.A. Coefficient bounds and differential subordinations for analytic functions associated with starlike functions Rev. Real Acad. Cienc. Exactas F\u00edSicasy Nat. Ser. Matem\u00e1ticas 2020 114 128 10.1007/s13398-020-00871-x ", + " Janteng A. Halim S.A. Darus M. Hankel determinant for starlike and convex functions Int. J. Math. 2007 1 619 625 ", + " Kowalczyk B. Lecko A. Second Hankel determinant of logarithmic coefficients of convex and starlike functions Bull. Aust. Math. Soc. 2022 105 458 467 10.1017/S0004972721000836 ", + " Kowalczyk B. Lecko A. Second Hankel Determinant of logarithmic coefficients of convex and starlike functions of order alpha Bull. Malays. Math. Sci. Soc. 2022 45 727 740 10.1007/s40840-021-01217-5 ", + " Lee S.K. Ravichandran V. Supramaniam S. Bounds for the second Hankel determinant of certain univalent functions J. Inequalities Appl. 2013 2013 281 10.1186/1029-242X-2013-281 ", + " Sim Y.J. Thomas D.K. Zaprawa P. The second Hankel determinant for starlike and convex functions of order alpha Complex Var. Elliptic Equ. 2020 67 2423 2443 10.1080/17476933.2021.1931149 ", + " S\u00fcmer Eker S. \u015eeker B. \u00c7eki\u00e7 B. Acu M. Sharp bounds for the second Hankel determinant of logarithmic coefficients for strongly starlike and strongly convex functions Axioms 2022 11 369 10.3390/axioms11080369 ", + " Sunthrayuth P. Aldawish I. Arif M. Abbas M. El-Deeb S. Estimation of the second-order Hankel determinant of logarithmic coefficients for two subclasses of starlike functions Symmetry 2022 14 2039 10.3390/sym14102039 ", + " Sunthrayuth P. Iqbal N. Naeem M. Jawarneh Y. Samura S.K. The sharp upper bounds of the Hankel determinant on logarithmic coefficients for certain analytic functions Connected with Eight-Shaped Domains J. Funct. Spaces 2022 2022 2229960 10.1155/2022/2229960 ", + " R\u0103ducanu D. Zaprawa P. Second Hankel determinant for close-to-convex functions Comptes Rendus Math. 2017 355 1063 1071 10.1016/j.crma.2017.09.006 ", + " Wang Z.-G. Arif M. Liu Z.H. Zainab S. Fayyaz R. Ihsan M. Shutaywi M. Sharp bounds of Hankel determinants for certain subclass of starlike functions J. Appl. Anal. Comput. 2023 13 860 873 10.11948/20220180 ", + " Alt\u0131nkaya \u015e. Yal\u00e7\u0131n S. Upper bound of second Hankel determinant for bi-Bazilevic functions Mediterr. J. Math. 2016 13 4081 4090 10.1007/s00009-016-0733-5 ", + " Bansal D. Upper bound of second Hankel determinant for a new class of analytic functions Appl. Math. Lett. 2013 26 103 107 10.1016/j.aml.2012.04.002 ", + " \u00c7aglar M. Deniz E. Srivastava H.M. Second Hankel determinant for certain subclasses of bi-univalent functions Turk. J. Math. 2017 41 694 706 10.3906/mat-1602-25 ", + " Kanas S. Adegani E.A. Zireh A. An unified approach to second Hankel determinant of bi-subordinate functions Mediterr. J. Math. 2017 14 233 10.1007/s00009-017-1031-6 ", + " Al-Shbeil I. Shaba T.G. Catas A. Second Hankel determinant for the subclass of bi-univalent functions using q-Chebyshev polynomial and Hohlov operator Fractals Fract. 2022 6 186 10.3390/fractalfract6040186 ", + " Al-Shbeil I. Gong J. Shaba T.G. Coefficients inequalities for the bi-nnivalent functions related to q-Babalola convolution operator Fractal Fract. 2023 7 155 10.3390/fractalfract7020155 ", + " Al-Shbeil N.A.I. Catas A. Srivastava H.M. Coefficient estimates of new families of analytic functions associated with q-Hermite polynomials Axioms 2023 14 52 10.3390/axioms12010052 ", + " Al-Shbeil I. Gong J. Khan S. Khan N. Khan A. Khan M.F. Goswami A. Hankel and symmetric Toeplitz determinants for a new subclass of q-starlike functions Fractals Fract. 2022 6 658 10.3390/fractalfract6110658 ", + " Sakaguchi K. On a certain univalent mapping J. Math. Soc. Jpn. 1959 11 72 75 10.2969/jmsj/01110072 ", + " Das R.N. Singh P. On subfamily of Schlicht mapping Indian J. Pure Appl. Math. 1977 8 864 872 ", + " Prokhorov D.V. Szynal J. Inverse coefficients for (\u03b1,\u03b2)-convex functions Ann. Univ. Mariae Curie-Sk\u0142odowska Sect. A 1981 35 125 143 ", + " Zaprawa P. Obradovi\u0107 M. Tuneski N. Third Hankel determinant for univalent starlike functions Revista de la Real Academia de Ciencias Exactas, F\u00edsicas y Naturales Serie A Matem\u00e1ticas 2021 115 49 10.1007/s13398-020-00977-2 ", + " Carlson F. Sur les Coefficients D\u2019une Fonction Born\u00e9e Dans Le Cercle Unit\u00e9 Almqvist Wiksell Stockholm, Sweden 1940 ", + " Zaprawa P. On coefficient problems for functions starlike with respect to symmetric points Bolet\u00edn de la Sociedad Matem\u00e1tica Mexicana 2022 28 17 10.1007/s40590-022-00409-8 ", + " Shi L. Arif M. Iqbal J. Ullah K. Ghufran S.M. Sharp bounds of Hankel determinant on logarithmic coefficients for functions starlike with exponential function Fractal Fract. 2022 6 645 10.3390/fractalfract6110645 ", + " Analouei Adegani E. Bulboac\u0103 T. Hameed Mohammed N. Zaprawa P. Solution of logarithmic coefficients conjectures for some classes of convex functions Math. Slovaca 2023 73 79 88 10.1515/ms-2023-0009 ", + " Krzyz J.G. Libera R.J. Zlotkiewicz E. Coefficients of inverse of regular starlike functions Ann. Univ. Mariae. Curie-Sk\u0142odowska 1979 33 103 109 ", + " Ali R.M. Coefficients of the inverse of strongly starlike functions Bull. Malays. Math. Sci. Soc. 2003 26 63 71 ", + " Shi L. Arif M. Abbas M. Ihsan M. Sharp bounds of Hankel determinant for the inverse functions on a subclass of bounded turning functions Mediterr. J. Math. 2023 20 156 10.1007/s00009-023-02371-9 ", + " Shi L. Srivastava H.M. Rafiq A. Arif M. Ihsan M. Results on Hankel determinants for the inverse of certain analytic functions subordinated to the exponential function Mathematics 2022 10 3429 10.3390/math10193429 " + ], + "title": { + "textEnglish": "Results on Second-Order Hankel Determinants for Convex Functions with Symmetric Points" + } +} diff --git a/tests/stubdata/output/mdpi_universe-08-00651.json b/tests/stubdata/output/mdpi_universe-08-00651.json new file mode 100644 index 0000000..291a918 --- /dev/null +++ b/tests/stubdata/output/mdpi_universe-08-00651.json @@ -0,0 +1,270 @@ +{ + "abstract": { + "textEnglish": "We investigate the dependence of elemental abundances on physical constants, and the implications this has for the distribution of complex life for various proposed habitability criteria. We consider three main sources of abundance variation: differing supernova rates, alpha burning in massive stars, and isotopic stability, and how each affects the metal-to-rock ratio and the abundances of carbon, oxygen, nitrogen, phosphorus, sulfur, silicon, magnesium, and iron. Our analysis leads to several predictions for which habitability criteria are correct by determining which ones make our observations of the physical constants, as well as a few other observed features of our universe, most likely. Our results indicate that carbon-rich or carbon-poor planets are uninhabitable, slightly magnesium-rich planets are habitable, and life does not depend on nitrogen abundance too sensitively. We also find suggestive but inconclusive evidence that metal-rich planets and phosphorus-poor planets are habitable. These predictions can then be checked by probing regions of our universe that closely resemble normal environments in other universes. If any of these predictions are found to be wrong, the multiverse scenario would predict that the majority of observers are born in universes differing substantially from ours, and so can be ruled out, to varying degrees of statistical significance." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "af1-universe-08-00651", + "affPubRaw": "Blue Marble Space Institute of Science, Seattle, WA 98154, USA" + } + ], + "attrib": { + "email": "mccullen@bmsis.org" + }, + "name": { + "given_name": "McCullen", + "surname": "Sandora" + } + }, + { + "affiliation": [ + { + "affPubID": "af2-universe-08-00651", + "affPubRaw": "Sellers Exoplanetary Environments Collaboration, NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA" + }, + { + "affPubID": "af3-universe-08-00651", + "affPubRaw": "Department of Physics, American University, Washington, DC 20016, USA" + } + ], + "name": { + "given_name": "Vladimir", + "surname": "Airapetian" + } + }, + { + "affiliation": [ + { + "affPubID": "af4-universe-08-00651", + "affPubRaw": "School of Science, Western Sydney University, Locked Bag 1797, Penrith South Dc, NSW 2751, Australia" + } + ], + "name": { + "given_name": "Luke", + "surname": "Barnes" + } + }, + { + "affiliation": [ + { + "affPubID": "af5-universe-08-00651", + "affPubRaw": "Sydney Institute for Astronomy, School of Physics, A28, The University of Sydney, NSW 2006, Australia" + } + ], + "name": { + "given_name": "Geraint F.", + "surname": "Lewis" + } + }, + { + "affiliation": [ + { + "affPubID": "af6-universe-08-00651", + "affPubRaw": "Department of Earth and Environmental Science, University of Pennsylvania, Philadelphia, PA 19104, USA" + } + ], + "name": { + "given_name": "Ileana", + "surname": "P\u00e9rez-Rodr\u00edguez" + } + } + ], + "copyright": { + "statement": "\u00a9 2022 by the authors.", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2022-12-05", + "receivedDates": [ + "2022-11-03" + ] + }, + "keywords": [ + { + "keyString": "multiverse", + "keySystem": "misc" + }, + { + "keyString": "habitability", + "keySystem": "misc" + }, + { + "keyString": "element abundances", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "otherContributor": [ + { + "contrib": { + "name": { + "given_name": "Dirk", + "surname": "Schulze-Makuch" + } + }, + "role": "Academic Editor" + } + ], + "pagination": { + "electronicID": "651" + }, + "persistentIDs": [ + { + "DOI": "10.3390/universe8120651" + } + ], + "pubDate": { + "electrDate": "2022-12-07" + }, + "publication": { + "ISSN": [ + { + "issnString": "2218-1997", + "pubtype": "epub" + } + ], + "issueNum": "12", + "pubName": "Universe", + "pubYear": "2022", + "publisher": "MDPI", + "volumeNum": "8" + }, + "publisherIDs": [ + { + "Identifier": "universe-08-00651", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " Carter B. Large number coincidences and the anthropic principle in cosmology Confrontation of Cosmological Theories with Observational Data Springer Dordrecht, The Netherlands 1974 291 298 ", + " Carr B. Ellis G. Universe or multiverse? Astron. Geophys. 2008 49 2 29 10.1111/j.1468-4004.2008.49229.x ", + " Weinberg S. Living in the Multiverse Universe or Multiverse: 2007 Cambridge University Press Cambridge, UK 2005 29 42 ", + " Carr B.J. Rees M.J. The anthropic principle and the structure of the physical world Nature 1979 278 605 612 10.1038/278605a0 ", + " Barrow J.D. Tipler F.J. The Anthropic Cosmological Principle Oxford University Press Oxford, UK 1986 ", + " Weinberg S. Anthropic bound on the cosmological constant Phys. Rev. Lett. 1987 59 2607 2610 10.1103/PhysRevLett.59.2607 10035596 ", + " Wilczek F. Enlightenment, Knowledge, Ignorance, Temptation Universe or Multiverse: 2007 Cambridge University Press Cambridge, UK 2005 43 54 ", + " Kragh H. Contemporary History of Cosmology and the Controversy over the Multiverse Ann. Sci. 2009 66 529 551 10.1080/00033790903047725 ", + " Vilenkin A. Predictions from Quantum Cosmology Phys. Rev. Lett. 1995 74 846 849 10.1103/PhysRevLett.74.846 ", + " Booth A. Doolittle W.F. Eukaryogenesis, how special really? Proc. Natl. Acad. Sci. USA 2015 112 10278 10285 10.1073/pnas.1421376112 ", + " Sandora M. Multiverse Predictions for Habitability: Fraction of Planets That Develop Life Universe 2019 5 171 10.3390/universe5070171 ", + " Sandora M. Multiverse Predictions for Habitability: Fraction of Life that Develops Intelligence Universe 2019 5 175 10.3390/universe5070175 ", + " Sandora M. Multiverse Predictions for Habitability: The Number of Stars and Their Properties Universe 2019 5 149 10.3390/universe5060149 ", + " Sandora M. Multiverse Predictions for Habitability: Number of Potentially Habitable Planets Universe 2019 5 157 10.3390/universe5060157 ", + " Underwood D. Jones B. Sleep P. The evolution of habitable zones during stellar lifetimes and its implications on the search for extraterrestrial life Int. J. Astrobiol. 2003 2 289 299 10.1017/S1473550404001715 ", + " Kudritzki R.P. Puls J. Winds from hot stars Annu. Rev. Astron. Astrophys. 2000 38 613 666 10.1146/annurev.astro.38.1.613 ", + " Ball P. Water as an active constituent in cell biology Chem. Rev. 2008 108 74 108 10.1021/cr068037a 18095715 ", + " Ball P. Water is an active matrix of life for cell and molecular biology Proc. Natl. Acad. Sci. USA 2017 114 13327 13335 10.1073/pnas.1703781114 28592654 ", + " Stevenson A. Hamill P.G. O\u2019Kane C.J. Kminek G. Rummel J.D. Voytek M.A. Dijksterhuis J. Hallsworth J.E. Aspergillus penicillioides differentiation and cell division at 0.585 water activity Environ. Microbiol. 2017 19 687 697 10.1111/1462-2920.13597 ", + " Hallsworth J.E. Wooden owl that redefines Earth\u2019s biosphere may yet catapult a fungus into space Environ. Microbiol. 2019 21 2202 10.1111/1462-2920.14510 30588723 ", + " Freivogel B. Making predictions in the multiverse Class. Quantum Gravity 2011 28 204007 10.1088/0264-9381/28/20/204007 ", + " Sigman D.M. Hain M.P. The biological productivity of the ocean Nat. Educ. Knowl. 2012 3 21 ", + " W\u00e4chtersh\u00e4user G. The case for the chemoautotrophic origin of life in an iron-sulfur world Orig. Life Evol. Biosph. 1990 20 173 176 10.1007/BF01808279 ", + " Ritson D. Sutherland J.D. Prebiotic synthesis of simple sugars by photoredox systems chemistry Nat. Chem. 2012 4 895 10.1038/nchem.1467 ", + " Muchowska K.B. Varma S.J. Moran J. Synthesis and breakdown of universal metabolic precursors promoted by iron Nature 2019 569 104 107 10.1038/s41586-019-1151-1 ", + " Stohs S.J. Bagchi D. Oxidative mechanisms in the toxicity of metal ions Free Radic. Biol. Med. 1995 18 321 336 10.1016/0891-5849(94)00159-H 7744317 ", + " Gadd G.M. Metals, minerals and microbes: Geomicrobiology and bioremediation Microbiology 2010 156 609 643 10.1099/mic.0.037143-0 20019082 ", + " Bilinski T. Oxygen toxicity and microbial evolution Biosystems 1991 24 305 312 10.1016/0303-2647(91)90049-Q ", + " Benner S.A. Paradoxes in the origin of life Orig. Life Evol. Biosph. 2014 44 339 343 10.1007/s11084-014-9379-0 25608919 ", + " Noack L. Godolt M. von Paris P. Plesa A.C. Stracke B. Breuer D. Rauer H. Can the interior structure influence the habitability of a rocky planet? Planet. Space Sci. 2014 98 14 29 10.1016/j.pss.2014.01.003 ", + " Walker J.C. Hays P. Kasting J.F. A negative feedback mechanism for the long-term stabilization of Earth\u2019s surface temperature J. Geophys. Res. Ocean. 1981 86 9776 9782 10.1029/JC086iC10p09776 ", + " O\u2019Neill C. Lowman J. Wasiliev J. The effect of galactic chemical evolution on terrestrial exoplanet composition and tectonics Icarus 2020 352 114025 10.1016/j.icarus.2020.114025 ", + " McDonough W.F. Sun S.S. The composition of the Earth Chem. Geol. 1995 120 223 253 10.1016/0009-2541(94)00140-4 ", + " Stevenson D.J. Planetary magnetic fields Earth Planet. Sci. Lett. 2003 208 1 11 10.1016/S0012-821X(02)01126-3 ", + " Airapetian V. Barnes R. Cohen O. Collinson G. Danchi W. Dong C. Del Genio A. France K. Garcia-Sage K. Glocer A. Impact of space weather on climate and habitability of terrestrial-type exoplanets Int. J. Astrobiol. 2020 19 136 194 10.1017/S1473550419000132 ", + " D\u2019Amico G. Strumia A. Urbano A. Xue W. Direct anthropic bound on the weak scale from supernov\u00e6 explosions Phys. Rev. D 2019 100 083013 10.1103/PhysRevD.100.083013 ", + " Marassi S. Schneider R. Limongi M. Chieffi A. Graziani L. Bianchi S. Supernova dust yields: The role of metallicity, rotation, and fallback Mon. Not. R. Astron. Soc. 2019 484 2587 2604 10.1093/mnras/sty3323 ", + " Dray L.M. Tout C.A. Chemical enrichment by Wolf-Rayet stars: Non-solar metallicities Mon. Not. R. Astron. Soc. 2003 341 299 325 10.1046/j.1365-8711.2003.06420.x ", + " Dray L.M. Tout C.A. Karakas A.I. Lattanzio J.C. Chemical enrichment by Wolf\u2014Rayet and asymptotic giant branch stars Mon. Not. R. Astron. Soc. 2003 338 973 989 10.1046/j.1365-8711.2003.06142.x ", + " Brown G. Bethe H. A Scenario for a Large Number of Low-Mass Black Holes in the Galaxy Astrophys. J. 1994 423 659 10.1086/173844 ", + " Podsiadlowski P. The evolution of binary systems. Accretion Process. Astrophys Cambridge University Press Cambridge, UK 2014 45 ", + " Korntreff C. Kaczmarek T. Pfalzner S. Towards the field binary population: Influence of orbital decay on close binaries Astron. Astrophys. 2012 543 A126 10.1051/0004-6361/201118019 ", + " Salpeter E.E. The Luminosity Function and Stellar Evolution Astrophys. J. 1955 121 161 10.1086/145971 ", + " Kratter K.M. The Formation of Binaries Proceedings of the ASP Conference Series Vi\u00f1a del Mar, Chile 6\u201311 March 2011 Volume 447 47 ", + " Kennicutt R.C. Jr. Tamblyn P. Congdon C.E. Past and future star formation in disk galaxies Astrophys. J. 1994 435 22 36 10.1086/174790 ", + " Madau P. Dickinson M. Cosmic star-formation history Annu. Rev. Astron. Astrophys. 2014 52 415 486 10.1146/annurev-astro-081811-125615 ", + " Kass R.E. Raftery A.E. Bayes factors J. Am. Stat. Assoc. 1995 90 773 795 10.1080/01621459.1995.10476572 ", + " Henderson L.J. The Fitness of the Environment Macmillan New York, NY, USA 1913 ", + " Pace N.R. The universal nature of biochemistry Proc. Natl. Acad. Sci. USA 2001 98 805 808 10.1073/pnas.98.3.805 11158550 ", + " Bains W. Many chemistries could be used to build living systems Astrobiology 2004 4 137 167 10.1089/153110704323175124 ", + " Schulze-Makuch D. Irwin L.N. The prospect of alien life in exotic forms on other worlds Naturwissenschaften 2006 93 155 172 10.1007/s00114-005-0078-6 ", + " Petkowski J.J. Bains W. Seager S. On the potential of silicon as a building block for life Life 2020 10 84 10.3390/life10060084 ", + " Hoyle F. On Nuclear Reactions Occuring in Very Hot STARS. I. the Synthesis of Elements from Carbon to Nickel Astrophys. J. Suppl. Ser. 1954 1 121 10.1086/190005 ", + " Epelbaum E. Krebs H. L\u00e4hde T.A. Lee D. Mei\u00dfner U.G. Dependence of the triple-alpha process on the fundamental constants of nature Eur. Phys. J. A 2013 49 82 10.1140/epja/i2013-13082-y ", + " Livio M. Hollowell D. Weiss A. Truran J.W. The anthropic significance of the existence of an excited state of 12C Nature 1989 340 281 284 10.1038/340281a0 ", + " Oberhummer H. Csoto A. Schlattl H. Stellar production rates of carbon and its abundance in the universe Science 2000 289 88 90 10.1126/science.289.5476.88 ", + " Barnes L.A. Testing the multiverse: Bayes, fine-tuning and typicality The Philosophy of Cosmology Cambridge University Press Cambridge, UK 2017 447 466 ", + " Huang L. Adams F.C. Grohs E. Sensitivity of carbon and oxygen yields to the triple-alpha resonance in massive stars Astropart. Phys. 2019 105 13 24 10.1016/j.astropartphys.2018.09.005 ", + " Larimer J.W. The effect of CO ratio on the condensation of planetary material Geochim. Cosmochim. Acta 1975 39 389 392 10.1016/0016-7037(75)90204-5 ", + " Asplund M. Grevesse N. Sauval A.J. Scott P. The chemical composition of the Sun Annu. Rev. Astron. Astrophys. 2009 47 327 331 10.1146/annurev.astro.46.060407.145222 ", + " Lodders K. Fegley B. Jr. Condensation chemistry of carbon stars AIP Conference Proceedings American Institute of Physics New York, NY, USA 1997 Volume 402 391 423 ", + " Kuchner M.J. Seager S. Extrasolar carbon planets arXiv 2005 astro-ph/0504214 ", + " Benner S.A. Bell E.A. Biondi E. Brasser R. Carell T. Kim H.J. Mojzsis S.J. Omran A. Pasek M.A. Trail D. When did life likely emerge on Earth in an RNA-first process? ChemSystemsChem 2020 2 e1900035 10.1002/syst.201900035 ", + " Rimmer P.B. Rugheimer S. Hydrogen cyanide in nitrogen-rich atmospheres of rocky exoplanets Icarus 2019 329 124 131 10.1016/j.icarus.2019.02.020 ", + " Esteban C. Garc\u00eda-Rojas J. Peimbert M. Peimbert A. Ruiz M.T. Rodr\u00edguez M. Carigi L. Carbon and oxygen galactic gradients: Observational values from H II region recombination lines Astrophys. J. Lett. 2004 618 L95 10.1086/426889 ", + " Petigura E.A. Marcy G.W. Carbon and oxygen in nearby stars: Keys to protoplanetary disk chemistry Astrophys. J. 2011 735 41 10.1088/0004-637X/735/1/41 ", + " \u00d6berg K.I. Murray-Clay R. Bergin E.A. The effects of snowlines on C/O in planetary atmospheres Astrophys. J. Lett. 2011 743 L16 10.1088/2041-8205/743/1/L16 ", + " Hussein F. Eistrup C. Cleeves I. The Role C/O Ratio Plays in the Abundances of Specific Molecules in a Disk Midplane American Astronomical Society Bulletin of the American Astronomical Society New York, NY, USA 2020 281 305 ", + " Thiabaud A. Marboeuf U. Alibert Y. Leya I. Mezger K. Gas composition of the main volatile elements in protoplanetary discs and its implication for planet formation Astron. Astrophys. 2015 574 A138 10.1051/0004-6361/201424868 ", + " Etiope G. Milkov A.V. A new estimate of global methane flux from onshore and shallow submarine mud volcanoes to the atmosphere Environ. Geol. 2004 46 997 1002 10.1007/s00254-004-1085-1 ", + " Hall L.J. Pinner D. Ruderman J.T. The weak scale from BBN J. High Energy Phys. 2014 2014 134 10.1007/JHEP12(2014)134 ", + " Shim S.H. Nisr C. Chen H. Ko B. Pagano M.D. Desch S. Young P.A. Un-Earth-Like Interiors of Earth-Like Exoplanets Comparative Tectonic and Geodynamics of Venus, Earth and Rocky Exoplanets American Geophysical Union Washington, DC, USA 2015 Volume 1839 5020 ", + " Thiabaud A. Marboeuf U. Alibert Y. Leya I. Mezger K. Elemental ratios in stars vs planets Astron. Astrophys. 2015 580 A30 ", + " Unterborn C.T. Kabbes J.E. Pigott J.S. Reaman D.M. Panero W.R. The role of carbon in extrasolar planetary geodynamics and habitability Astrophys. J. 2014 793 124 10.1088/0004-637X/793/2/124 ", + " Ammann M. Brodholt J. Dobson D. Ferrous iron diffusion in ferro-periclase across the spin transition Earth Planet. Sci. Lett. 2011 302 393 402 10.1016/j.epsl.2010.12.031 ", + " Pagano M. Truitt A. Young P.A. Shim S.H. The chemical composition of \u03c4 Ceti and possible effects on terrestrial planets Astrophys. J. 2015 803 90 10.1088/0004-637X/803/2/90 ", + " Spaargaren R.J. Ballmer M.D. Bower D.J. Dorn C. Tackley P.J. The influence of bulk composition on long-term interior-atmosphere evolution of terrestrial exoplanets Astron. Astrophys. 2020 643 A44 10.1051/0004-6361/202037632 ", + " Krane K.S. Introductory Nuclear Physics John Wiley & Sons Hoboken, NJ, USA 1987 ", + " Hall L.J. Nomura Y. Evidence for the Multiverse in the Standard Model and Beyond Phys. Rev. D 2008 78 035001 10.1103/PhysRevD.78.035001 ", + " Lodders K. Solar system abundances and condensation temperatures of the elements Astrophys. J. 2003 591 1220 10.1086/375492 ", + " Blanco C. Bayas M. Yan F. Chen I.A. Analysis of evolutionarily independent protein-RNA complexes yields a criterion to evaluate the relevance of prebiotic scenarios Curr. Biol. 2018 28 526 537 10.1016/j.cub.2018.01.014 ", + " Elser J.J. Bracken M.E. Cleland E.E. Gruner D.S. Harpole W.S. Hillebrand H. Ngai J.T. Seabloom E.W. Shurin J.B. Smith J.E. Global analysis of nitrogen and phosphorus limitation of primary producers in freshwater, marine and terrestrial ecosystems Ecol. Lett. 2007 10 1135 1142 10.1111/j.1461-0248.2007.01113.x ", + " Graf D.R. Jones C.M. Hallin S. Intergenomic comparisons highlight modularity of the denitrification pathway and underpin the importance of community structure for N2O emissions PLoS ONE 2014 9 e114118 10.1371/journal.pone.0114118 25436772 ", + " Morris B.E. Henneberger R. Huber H. Moissl-Eichinger C. Microbial syntrophy: Interaction for the common good FEMS Microbiol. Rev. 2013 37 384 406 10.1111/1574-6976.12019 23480449 ", + " Pierrehumbert R.T. Principles of Planetary Climate Cambridge University Press Cambridge, UK 2010 ", + " Woosley S. Weaver T.A. The Evolution and Explosion of Massive Stars II: Explosive Hydrodynamics and Nucleosynthesis Technical Report Lawrence Livermore National Lab. Livermore, CA, USA 1995 ", + " Holt J. Kaiser N. Weise W. Density-dependent effective nucleon-nucleon interaction from chiral three-nucleon forces Phys. Rev. C 2010 81 024002 10.1103/PhysRevC.81.024002 ", + " Van Den Berg A.P. Yuen D.A. Umemoto K. Jacobs M.H. Wentzcovitch R. Mass-dependent dynamics of terrestrial exoplanets using ab initio mineral properties Icarus 2019 317 412 426 10.1016/j.icarus.2018.08.016 ", + " Grewal D.S. Dasgupta R. Sun C. Tsuno K. Costin G. Delivery of carbon, nitrogen, and sulfur to the silicate Earth by a giant impact Sci. Adv. 2019 5 eaau3669 10.1126/sciadv.aau3669 ", + " Westheimer F.H. Why nature chose phosphates Science 1987 235 1173 1178 10.1126/science.2434996 ", + " Tyrrell T. The relative influences of nitrogen and phosphorus on oceanic primary production Nature 1999 400 525 10.1038/22941 ", + " Reinhard C.T. Planavsky N.J. Gill B.C. Ozaki K. Robbins L.J. Lyons T.W. Fischer W.W. Wang C. Cole D.B. Konhauser K.O. Evolution of the global phosphorus cycle Nature 2017 541 386 389 10.1038/nature20772 ", + " Hinkel N.R. Hartnett H.E. Young P.A. The Influence of Stellar Phosphorus on Our Understanding of Exoplanets and Astrobiology arXiv 2020 2009.00009 10.3847/2041-8213/abb3cb ", + " Tawfik D.S. Viola R.E. Arsenate replacing phosphate: Alternative life chemistries and ion promiscuity Biochemistry 2011 50 1128 1134 10.1021/bi200002a ", + " Woosley S.E. Heger A. Weaver T.A. The evolution and explosion of massive stars Rev. Mod. Phys. 2002 74 1015 10.1103/RevModPhys.74.1015 ", + " Ward L.M. Rasmussen B. Fischer W.W. Primary Productivity was Limited by Electron Donors Prior to the Advent of Oxygenic Photosynthesis J. Geophys. Res. Biogeosci. 2019 124 211 226 10.1029/2018JG004679 ", + " Maas Z. Pilachowski C. Cescutti G. Phosphorus Abundances in FGK Stars Astrophys. J. 2017 841 108 10.3847/1538-4357/aa7050 ", + " Sandora M. The fine structure constant and habitable planets J. Cosmol. Astropart. Phys. 2016 2016 48 10.1088/1475-7516/2016/08/048 ", + " Sobol I.M. On the distribution of points in a cube and the approximate evaluation of integrals Zhurnal Vychislitel\u2019noi Mat. Mat. Fiz. 1967 7 784 802 10.1016/0041-5553(67)90144-9 ", + " Barr S.M. Khan A. Anthropic tuning of the weak scale and of m u/m d in two-Higgs-doublet models Phys. Rev. D 2007 76 045002 10.1103/PhysRevD.76.045002 ", + " Hogan C.J. Nuclear astrophysics of worlds in the string landscape Phys. Rev. D 2006 74 123514 10.1103/PhysRevD.74.123514 ", + " Jaffe R.L. Jenkins A. Kimchi I. Quark masses: An environmental impact statement Phys. Rev. D 2009 79 065014 10.1103/PhysRevD.79.065014 ", + " MacDonald J. Mullan D. Big bang nucleosynthesis: The strong nuclear force meets the weak anthropic principle Phys. Rev. D 2009 80 043507 10.1103/PhysRevD.80.043507 ", + " Bradford R. The effect of hypothetical diproton stability on the universe J. Astrophys. Astron. 2009 30 119 131 10.1007/s12036-009-0005-x ", + " Barnes L.A. Binding the diproton in stars: Anthropic limits on the strength of gravity J. Cosmol. Astropart. Phys. 2015 2015 50 10.1088/1475-7516/2015/12/050 ", + " Adams F.C. Grohs E. On the habitability of universes without stable deuterium Astropart. Phys. 2017 91 90 104 10.1016/j.astropartphys.2017.03.009 ", + " Barnes L.A. Lewis G.F. Producing the deuteron in stars: Anthropic limits on fundamental constants J. Cosmol. Astropart. Phys. 2017 2017 36 10.1088/1475-7516/2017/07/036 ", + " Poveda A. Allen C. Hern\u00e1ndez-Alc\u00e1ntara A. The Frequency Distribution of Semimajor Axes of Wide Binaries: Cosmogony and Dynamical Evolution Proc. Int. Astron. Union 2006 2 417 425 10.1017/S1743921307004383 ", + " Heggie D.C. Binary evolution in stellar dynamics Mon. Not. R. Astron. Soc. 1975 173 729 787 10.1093/mnras/173.3.729 ", + " Carroll S.M. Spacetime and Geometry Cambridge University Press Cambridge, UK 2019 ", + " Verbunt F. Zwaan C. Magnetic braking in low-mass X-ray binaries Astron. Astrophys. 1981 100 L7 L9 ", + " Lau H.H. Potter A.T. Tout C.A. Spin-down of massive rotating stars Mon. Not. R. Astron. Soc. 2011 415 959 963 10.1111/j.1365-2966.2011.18766.x ", + " Talon S. Zahn J.P. Anisotropic diffusion and shear instabilities Astron. Astrophys. 1997 317 749 751 " + ], + "title": { + "textEnglish": "Multiverse Predictions for Habitability: Element Abundances" + } +} diff --git a/tests/stubdata/output/nlm_tf_gapfd_116_38.json b/tests/stubdata/output/nlm_tf_gapfd_116_38.json new file mode 100644 index 0000000..a113483 --- /dev/null +++ b/tests/stubdata/output/nlm_tf_gapfd_116_38.json @@ -0,0 +1,178 @@ +{ + "abstract": { + "textEnglish": "Eddy saturation describes the nonlinear mechanism in geophysical flows whereby, when average conditions are considered, direct forcing of the zonal flow increases the eddy kinetic energy, while the energy associated with the zonal flow does not increase. Here, we present a minimal baroclinic model that exhibits complete eddy saturation. Starting from Phillips' classical quasi-geostrophic two-level model on the beta channel of the mid-latitudes, we derive a reduced order model comprising of six ordinary differential equations including parameterised eddies. This model features two physically realisable steady state solutions, one a purely zonal flow and one where, additionally, finite eddy motions are present. As the baroclinic forcing in the form of diabatic heating is increased, the zonal solution loses stability and the eddy solution becomes attracting. After this bifurcation, the zonal components of the solution are independent of the baroclinic forcing, and the excess of heat in the low latitudes is efficiently transported northwards by finite eddies, in the spirit of baroclinic adjustment." + }, + "authors": [ + { + "affiliation": [ + { + "affPubID": "AF1", + "affPubRaw": "Department of Mathematics and Statistics, University of Reading, Reading, UK" + }, + { + "affPubID": "AF2", + "affPubRaw": "Centre for the Mathematics of Planet Earth, University of Reading, Reading, UK" + } + ], + "attrib": { + "email": "m.kobras@pgr.reading.ac.uk" + }, + "name": { + "given_name": "Melanie", + "surname": "Kobras" + } + }, + { + "affiliation": [ + { + "affPubID": "AF3", + "affPubRaw": "Department of Meteorology, University of Reading, Reading, UK" + } + ], + "name": { + "given_name": "Maarten H. P.", + "surname": "Ambaum" + } + }, + { + "affiliation": [ + { + "affPubID": "AF1", + "affPubRaw": "Department of Mathematics and Statistics, University of Reading, Reading, UK" + }, + { + "affPubID": "AF2", + "affPubRaw": "Centre for the Mathematics of Planet Earth, University of Reading, Reading, UK" + } + ], + "name": { + "given_name": "Valerio", + "surname": "Lucarini" + } + } + ], + "copyright": { + "statement": "\u00a9 2021 The Author(s). Published by Informa UK Limited, trading as Taylor & Francis Group", + "status": true + }, + "editorialHistory": { + "acceptedDate": "2021-10-05", + "receivedDates": [ + "2021-07-08" + ] + }, + "funding": [ + { + "agencyname": "Engineering and Physical Sciences Research Council", + "awardnumber": "EP/R513301/1" + }, + { + "agencyname": "EPSRC" + }, + { + "agencyname": "EU Horizon 2020", + "awardnumber": "820970" + } + ], + "keywords": [ + { + "keyString": "Eddy saturation", + "keySystem": "misc" + }, + { + "keyString": "baroclinic instability", + "keySystem": "misc" + }, + { + "keyString": "baroclinic adjustment", + "keySystem": "misc" + }, + { + "keyString": "Phillips' model", + "keySystem": "misc" + }, + { + "keyString": "frictional adjustment", + "keySystem": "misc" + } + ], + "openAccess": { + "license": "This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.", + "licenseURL": "http://creativecommons.org/licenses/by/4.0/", + "open": true + }, + "pagination": { + "firstPage": "38", + "lastPage": "55", + "pageCount": "18", + "pageRange": "38-55" + }, + "persistentIDs": [ + { + "DOI": "10.1080/03091929.2021.1990912" + } + ], + "pubDate": { + "printDate": "2022-01-02" + }, + "publication": { + "ISSN": [ + { + "issnString": "0309-1929", + "pubtype": "ppub" + }, + { + "issnString": "1029-0419", + "pubtype": "epub" + } + ], + "issueNum": "1", + "pubName": "Geophysical & Astrophysical Fluid Dynamics", + "pubYear": "2022", + "publisher": "Taylor & Francis", + "volumeNum": "116" + }, + "publisherIDs": [ + { + "Identifier": "1990912", + "attribute": "publisher-id" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "JATS", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + " Ambaum , M.H.P. and Novak , L. , A nonlinear oscillator describing storm track variability . Q. J. Roy. Meteor. Soc. 2014 , 140 , 2680 \u2013 2684 . ", + " Guckenheimer , J. and Holmes , P. , Nonlinear Oscillations, Dynamical Systems, and Bifurcations of Vector Fields , Applied Mathematical Sciences, 1st ed., 1983 (Springer, New York, NY). ", + " Holton , J.R. and Hakim , G.J. , An Introduction to Dynamic Meteorology , 5th ed. , 2013 ( Waltham, MA: Academic Press ). ", + " Hoskins , B.J. and James , I.M. , Fluid Dynamics of the Midlatitude Atmosphere , 1st ed. , 2014 ( Hoboken, NJ: John Wiley & Sons, Ltd ). ", + " Lorenz , E.N. , The Nature and Theory of the General Circulation of the Atmosphere , Vol. 218 , 1967 ( Geneva: World Meteorological Organization, Geneva ). ", + " Lucarini , V. , Speranza , A. and Vitolo , R. , Parametric smoothness and self-scaling of the statistical properties of a minimal climate model: what beyond the mean field theories? . Physica D 2007 , 234 , 105 \u2013 123 . ", + " Lucarini , V. , Blender , R. , Herbert , C. , Ragone , F. , Pascale , S. and Wouters , J. , Mathematical and physical ideas for climate science . Rev. Geophys. 2014 , 52 , 809 \u2013 859 . ", + " Mak , J. , Marshall , D. , Maddison , J. and Bachman , S. , Emergent eddy saturation from an energy constrained eddy parameterisation . Ocean Model. 2017 , 112 , 125 \u2013 138 . ", + " Malguzzi , P. , Trevisan , A. and Speranza , A. , Statistics and predictability for an intermediate dimensionality model of the baroclinic jet . Ann. Geophys. 1990 , 8 , 19 \u2013 25 . ", + " Marshall , D.P. , Ambaum , M.H.P. , Maddison , J.R. , Munday , D.R. and Novak , L. , Eddy saturation and frictional control of the Antarctic circumpolar current . Geophys. Res. Lett. 2017 , 44 , 286 \u2013 292 . ", + " Munday , D.R. , Johnson , H.L. and Marshall , D.P. , Eddy saturation of equilibrated circumpolar currents . J. Phys. Oceanogr. 2013 , 43 , 507 \u2013 532 . ", + " Munk , W.H. and Palm\u00e9n , E. , Note on the dynamics of the Antarctic circumpolar current . Tellus 1951 , 3 , 53 \u2013 55 . ", + " Nadeau , L.P. and Ferrari , R. , The role of closed gyres in setting the zonal transport of the Antarctic circumpolar current . J. Phys. Oceanogr. 2015 , 45 , 1491 \u2013 1509 . ", + " Novak , L. , Ambaum , M.H.P. and Harvey , B.J. , Baroclinic adjustment and dissipative control of storm tracks . J. Atmos. Sci. 2018 , 75 , 2955 \u2013 2970 . ", + " Pedlosky , J. , Geophysical Fluid Dynamics , Springer Study Edition , 1979 ( Springer-Verlag : Berlin Heidelberg ). ", + " Peixoto , J.P. and Oort , A.H. , Physics of Climate , 1992 ( College Park, MD: American Institute of Physics ). ", + " Phillips , N.A. , Energy transformations and meridional circulations associated with simple baroclinic waves in a two-level, quasi-geostrophic model . Tellus 1954 , 6 , 274 \u2013 286 . ", + " Phillips , N.A. , The general circulation of the atmosphere: A numerical experiment . Q. J. Roy. Meteor. Soc. 1956 , 82 , 123 \u2013 164 . ", + " Sawford , B.L. and Frederiksen , J.S. , Mountain torque and angular momentum in barotropic planetary flows: equilibrium solutions . Q. J. Roy. Meteor. Soc. 1983 , 109 , 309 \u2013 324 . ", + " Schneider , T. , The general circulation of the atmosphere . Annu. Rev. Earth Planet. Sci. 2006 , 34 , 655 \u2013 688 . ", + " Speranza , A. and Malguzzi , P. , The statistical properties of a zonal jet in a baroclinic atmosphere: a semilinear approach. Part I: quasi-geostrophic, two-layer model atmosphere . J. Atmos. Sci. 1988 , 45 , 3046 \u2013 3062 . ", + " Stone , P.H. , Baroclinic adjustment . J. Atmos. Sci. 1978 , 35 , 561 \u2013 571 . ", + " Straub , D.N. , On the transport and angular momentum balance of channel models of the Antarctic circumpolar current . J. Phys. Oceanogr. 1993 , 23 , 776 \u2013 782 . ", + " Thompson , P.D. , Large-scale dynamical response to differential heating: statistical equilibrium states and amplitude vacillation . J. Atmos. Sci. 1987 , 44 , 1237 \u2013 1248 . " + ], + "title": { + "textEnglish": "Eddy saturation in a reduced two-level model of the atmosphere" + } +} diff --git a/tests/test_elsevier.py b/tests/test_elsevier.py index d224fab..a66b674 100644 --- a/tests/test_elsevier.py +++ b/tests/test_elsevier.py @@ -15,6 +15,7 @@ def setUp(self): stubdata_dir = os.path.join(os.path.dirname(__file__), "stubdata/") self.inputdir = os.path.join(stubdata_dir, "input") self.outputdir = os.path.join(stubdata_dir, "output") + self.maxDiff = None def test_elsevier(self): filenames = [ @@ -63,6 +64,4 @@ def test_elsevier(self): self.assertTrue(abs(time_difference) < datetime.timedelta(seconds=10)) parsed["recordData"]["parsedTime"] = "" - print(test_infile) - self.maxDiff = None self.assertEqual(parsed, output_data) diff --git a/tests/test_jats.py b/tests/test_jats.py index 94a2449..d257264 100644 --- a/tests/test_jats.py +++ b/tests/test_jats.py @@ -21,7 +21,10 @@ def setUp(self): def test_jats(self): filenames = [ + "jats_edp_jnwpu_40_96", + "jats_edp_aa_661_70", "jats_nature_41467_2023_Article_40261_nlm", + "jats_nature_natsd_12_7375", "jats_spie_jmnmm_1.JMM.21.4.041407", "jats_spie_spie_12.2663387", "jats_spie_spie_12.2665113", @@ -48,14 +51,18 @@ def test_jats(self): "jats_springer_JHEP_JHEP07_2023_200", "jats_springer_AcMSn_s10409-023-23108-x", "jats_springer_NatCo_s41467-023-40272-3", + "jats_springer_cldy_84_1543", + "jats_springer_jhep_2022_05_05", "jats_apj_859_2_101", "jats_mnras_493_1_141", "jats_aj_158_4_139", "jats_iop_ansnn_12_2_025001", "jats_aip_aipc_2470_040010", "jats_aip_amjph_90_286", + "jats_iop_jinst_17_05_P05009", "jats_phrvd_106_023001", "jats_pnas_1715554115", + "jats_pnas_119_2201344119", "jats_iop_no_contribs", "jats_iop_no_orcid_tag", "jats_iop_preprint_in_record", @@ -64,6 +71,12 @@ def test_jats(self): "jats_a+a_subtitle", "jats_iucr_d-60-02355", "jats_iucr_d-75-00616", + "jats_aps_phrvd_100_052015", + "jats_aps_phrvx_12_021031", + "mdpi_climate-11-00147", + "mdpi_galaxies-11-00090", + "mdpi_symmetry-15-00939", + "mdpi_universe-08-00651", ] for f in filenames: test_infile = os.path.join(self.inputdir, f + ".xml") @@ -98,6 +111,7 @@ def test_jats_lxml(self): # test parsing with BeautifulSoup parser='lxml' filenames = [ "jats_iop_aj_162_1", + "nlm_tf_gapfd_116_38", ] for f in filenames: test_infile = os.path.join(self.inputdir, f + ".xml") @@ -126,7 +140,6 @@ def test_jats_lxml(self): ) self.assertTrue(abs(time_difference) < datetime.timedelta(seconds=10)) parsed["recordData"]["parsedTime"] = "" - print(test_infile) self.assertEqual(parsed, output_data) @@ -172,5 +185,4 @@ def test_jats_cite_context(self): output_text = fp.read() output_data_tags = json.loads(output_text) cite_context = parser.citation_context(input_data, text_output=False) - print(test_infile) self.assertEqual(cite_context, output_data_tags) From 4f6e7bc44efe9bf30c9c26a195783ebf63a96b49 Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Thu, 18 Apr 2024 16:20:46 -0400 Subject: [PATCH 05/10] Removing commented-out logging blocks from tests modified: tests/test_datacite.py modified: tests/test_wiley.py --- tests/test_datacite.py | 9 --------- tests/test_wiley.py | 9 --------- 2 files changed, 18 deletions(-) diff --git a/tests/test_datacite.py b/tests/test_datacite.py index c3faf52..3e44f47 100644 --- a/tests/test_datacite.py +++ b/tests/test_datacite.py @@ -7,15 +7,6 @@ from adsingestp.parsers import datacite -# import logging -# proj_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, "adsingestp")) -# logging.basicConfig( -# format="%(levelname)s %(asctime)s %(message)s", -# filename=os.path.join(proj_dir, "logs", "parser.log"), -# level=logging.INFO, -# force=True, -# ) - TIMESTAMP_FMT = "%Y-%m-%dT%H:%M:%S.%fZ" diff --git a/tests/test_wiley.py b/tests/test_wiley.py index a9fbf14..6125d94 100644 --- a/tests/test_wiley.py +++ b/tests/test_wiley.py @@ -7,15 +7,6 @@ from adsingestp.parsers import wiley -# import logging -# proj_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, "adsingestp")) -# logging.basicConfig( -# format="%(levelname)s %(asctime)s %(message)s", -# filename=os.path.join(proj_dir, "logs", "parser.log"), -# level=logging.INFO, -# force=True, -# ) - TIMESTAMP_FMT = "%Y-%m-%dT%H:%M:%S.%fZ" From 918b718b7f5028fbc3e1b913c20fb8fbf1a8357d Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Fri, 26 Apr 2024 16:04:16 -0400 Subject: [PATCH 06/10] Fix for elsevier with nested author groups modified: adsingestp/parsers/elsevier.py new file: tests/stubdata/input/els_phlb_compound_affil.xml new file: tests/stubdata/output/els_phlb_compound_affil.json modified: tests/test_elsevier.py --- adsingestp/parsers/elsevier.py | 148 +- .../input/els_phlb_compound_affil.xml | 1 + .../output/els_phlb_compound_affil.json | 32126 ++++++++++++++++ tests/test_elsevier.py | 1 + 4 files changed, 32225 insertions(+), 51 deletions(-) create mode 100644 tests/stubdata/input/els_phlb_compound_affil.xml create mode 100644 tests/stubdata/output/els_phlb_compound_affil.json diff --git a/adsingestp/parsers/elsevier.py b/adsingestp/parsers/elsevier.py index 353fa03..4492e33 100644 --- a/adsingestp/parsers/elsevier.py +++ b/adsingestp/parsers/elsevier.py @@ -11,6 +11,27 @@ logger = logging.getLogger(__name__) +def flatten_author_groups(soup): + # takes a beautiful soup object as input + # recursively extracts author groups from it + # returning a list of flat author groups + # without any embedded groups + group_list = [] + ag = soup.find('ce:author-group').extract() + while ag.find('ce:author-group'): + group_list.append(flatten_author_groups(ag)) + g2 = [ag] + g2.extend(group_list) + group_list = [] + for g in g2: + if type(g) == list: + group_list.append(g[0]) + else: + group_list.append(g) + return group_list + + + class ElsevierParser(BaseBeautifulSoupParser): author_collaborations_params = {} @@ -236,60 +257,85 @@ def _parse_permissions(self): copyright_stub + " Elsevier Science B.V. All rights reserved." ) + def _parse_author_group(self, author_group): + # build affiliations cross-reference dict + group_author_list = [] + affs_xref = {} + + affs_xref_raw = author_group.find_all("ce:affiliation") + for aff in affs_xref_raw: + if aff.find("ce:label"): + label = aff.find("ce:label").get_text() + else: + label = "ALLAUTH" + if aff.find("ce:textfn"): + # formatted affiliation string + # note: sa:affiliation contains the parsed affiliation - not useful now but may be in the future + value = aff.find("ce:textfn").get_text() + elif aff.find("ce:source-text"): + # raw affiliation string + value = aff.find("ce:source-text").get_text() + else: + value = "" + if label == "ALLAUTH": + # collect all of the implicit affiliations in a list + value_list = affs_xref.get("ALLAUTH", []) + value_list.append(value) + affs_xref["ALLAUTH"] = value_list + else: + affs_xref[label] = value + + affs_footnotes_raw = author_group.find_all("ce:footnote") + for aff in affs_footnotes_raw: + if aff.find("ce:label"): + label = aff.find("ce:label").get_text() + else: + label = "ALLAUTH" + if aff.find("ce:note-para"): + value = aff.find("ce:note-para").get_text() + if label == "ALLAUTH": + # collect all of the implicit affiliations in a list + value_list = affs_xref.get("ALLAUTH", []) + value_list.append(value) + affs_xref["ALLAUTH"] = value_list + else: + affs_xref[label] = value + + authors_raw = author_group.find_all("ce:author") + for author in authors_raw: + author_tmp = {} + if author.find("ce:surname"): + if author.find("ce:given-name"): + author_tmp["given"] = author.find("ce:given-name").get_text() + author_tmp["surname"] = author.find("ce:surname").get_text() + elif author.find("ce:given-name") and not author.find("ce:surname"): + # In case given-name is present, but no surname is available, put the given name in the surname + author_tmp["surname"] = author.find("ce:given-name") + author_tmp["orcid"] = author.get("orcid", "") + if ( + author.find("ce:e-address") + and author.find("ce:e-address").get("type", "") == "email" + ): + author_tmp["email"] = author.find("ce:e-address").get_text() + if author.find("ce:cross-ref") and author.find("ce:cross-ref").find("sup"): + affs = [] + for i in author.find("ce:cross-ref").find_all("sup"): + aff_label = i.get_text() + # don't append an empty aff + if affs_xref.get(aff_label): + affs.append(affs_xref[aff_label]) + author_tmp["aff"] = affs + elif affs_xref.get("ALLAUTH"): + author_tmp["aff"] = affs_xref["ALLAUTH"] + group_author_list.append(author_tmp) + return group_author_list + def _parse_authors(self): author_list = [] if self.record_meta.find("ce:author-group"): - # build affiliations cross-reference dict - affs_xref_raw = self.record_meta.find("ce:author-group").find_all("ce:affiliation") - affs_xref = {} - for aff in affs_xref_raw: - if aff.find("ce:label"): - label = aff.find("ce:label").get_text() - else: - label = "ALLAUTH" - if aff.find("ce:textfn"): - # formatted affiliation string - # note: sa:affiliation contains the parsed affiliation - not useful now but may be in the future - value = aff.find("ce:textfn").get_text() - elif aff.find("ce:source-text"): - # raw affiliation string - value = aff.find("ce:source-text").get_text() - else: - value = "" - if label == "ALLAUTH": - # collect all of the implicit affiliations in a list - value_list = affs_xref.get("ALLAUTH", []) - value_list.append(value) - affs_xref["ALLAUTH"] = value_list - else: - affs_xref[label] = value - authors_raw = self.record_meta.find("ce:author-group").find_all("ce:author") - for author in authors_raw: - author_tmp = {} - if author.find("ce:surname"): - if author.find("ce:given-name"): - author_tmp["given"] = author.find("ce:given-name").get_text() - author_tmp["surname"] = author.find("ce:surname").get_text() - elif author.find("ce:given-name") and not author.find("ce:surname"): - # In case given-name is present, but no surname is available, put the given name in the surname - author_tmp["surname"] = author.find("ce:given-name") - author_tmp["orcid"] = author.get("orcid", "") - if ( - author.find("ce:e-address") - and author.find("ce:e-address").get("type", "") == "email" - ): - author_tmp["email"] = author.find("ce:e-address").get_text() - if author.find("ce:cross-ref") and author.find("ce:cross-ref").find("sup"): - affs = [] - for i in author.find("ce:cross-ref").find_all("sup"): - aff_label = i.get_text() - # don't append an empty aff - if affs_xref.get(aff_label): - affs.append(affs_xref[aff_label]) - author_tmp["aff"] = affs - elif affs_xref.get("ALLAUTH"): - author_tmp["aff"] = affs_xref["ALLAUTH"] - author_list.append(author_tmp) + author_groups = flatten_author_groups(self.record_meta) + for ag in author_groups: + author_list.extend(self._parse_author_group(ag)) elif self.record_header.find("dct:creator"): name_parser = utils.AuthorNames() authors_raw = self.record_header.find_all("dct:creator") diff --git a/tests/stubdata/input/els_phlb_compound_affil.xml b/tests/stubdata/input/els_phlb_compound_affil.xml new file mode 100644 index 0000000..5686580 --- /dev/null +++ b/tests/stubdata/input/els_phlb_compound_affil.xml @@ -0,0 +1 @@ +application/xmlSearch for new Higgs bosons via same-sign top quark pair production in association with a jet in proton-proton collisions at [formula omitted]The CMS CollaborationA. HayrapetyanA. TumasyanW. AdamJ.W. AndrejkovicT. BergauerS. ChatterjeeK. DamanakisM. DragicevicP.S. HussainM. JeitlerN. KrammerA. LiD. LikoI. MikulecJ. SchieckR. SchöfbeckD. SchwarzM. SonawaneS. TemplW. WaltenbergerC.-E. WulzM.R. DarwishT. JanssenP. Van MechelenE.S. BolsJ. D'HondtS. DansanaA. De MoorM. DelcourtH. El FahamS. LowetteI. MakarenkoD. MüllerA.R. SahasransuS. TavernierM. TytgatS. Van PutteD. VanneromB. ClerbauxG. De LentdeckerL. FavartD. HohovJ. JaramilloA. KhalilzadehK. LeeM. MahdavikhorramiA. MalaraS. ParedesL. PétréN. PostiauL. ThomasM. Vanden BemdenC. Vander VeldeP. VanlaerM. De CoenD. DoburY. HongJ. KnolleL. LambrechtG. MestdachC. RendónA. SamalanK. SkovpenN. Van Den BosscheJ. van der LindenL. WezenbeekA. BeneckeG. BrunoC. CaputoC. DelaereI.S. DonertasA. GiammancoK. JaffelSa. JainV. LemaitreJ. LidrychP. MastrapasquaK. MondalT.T. TranS. WertzG.A. AlvesE. CoelhoC. HenselT. Menezes De OliveiraA. MoraesP. Rebello TelesM. SoeiroW.L. Aldá JúniorM. Alves Gallo PereiraM. Barroso Ferreira FilhoH. Brandao MalbouissonW. CarvalhoJ. ChinellatoE.M. Da CostaG.G. Da SilveiraD. De Jesus DamiaoS. Fonseca De SouzaJ. MartinsC. Mora HerreraK. Mota AmariloL. MundimH. NogimaA. SantoroA. SznajderM. ThielA. Vilela PereiraC.A. BernardesL. CalligarisT.R. Fernandez Perez TomeiE.M. GregoresP.G. MercadanteS.F. NovaesB. OrzariSandra S. PadulaA. AleksandrovG. AntchevR. HadjiiskaP. IaydjievM. MishevaM. ShopovaG. SultanovA. DimitrovL. LitovB. PavlovP. PetkovA. PetrovE. ShumkaS. KeshriS. ThakurT. ChengQ. GuoT. JavaidL. YuanZ. HuJ. LiuK. YiG.M. ChenH.S. ChenM. ChenF. IemmiC.H. JiangA. KapoorH. LiaoZ.-A. LiuR. SharmaJ.N. SongJ. TaoC. WangJ. WangZ. WangH. ZhangA. AgapitosY. BanA. LevinC. LiQ. LiY. MaoS.J. QianX. SunD. WangH. YangL. ZhangC. ZhouZ. YouN. LuG. BauerX. GaoD. LeggatH. OkawaY. ZhangZ. LinC. LuM. XiaoC. AvilaD.A. Barbosa TrujilloA. CabreraC. FlorezJ. FragaJ.A. Reyes VegaJ. Mejia GuisaoF. RamirezM. RodriguezJ.D. Ruiz AlvarezD. GiljanovicN. GodinovicD. LelasA. SculacM. KovacT. SculacP. BargassaV. BrigljevicB.K. ChitrodaD. FerencekS. MishraA. StarodumovT. SusaA. AttikisK. ChristoforouS. KonstantinouJ. MousaC. NicolaouF. PtochosP.A. RazisH. RykaczewskiH. SakaA. StepennovM. FingerM. Finger Jr.A. KvetonE. AyalaE. Carrera JarrinH. AbdallaY. AssranM.A. MahmoudY. MohammedR.K. DewanjeeK. EhatahtM. KadastikT. LangeS. NandanC. NielsenJ. PataM. RaidalL. TaniC. VeelkenH. KirschenmannK. OsterbergM. VoutilainenS. BharthuarE. BrückenF. GarciaJ. HavukainenK.T.S. KallonenR. KinnunenT. LampénK. Lassila-PeriniS. LehtiT. LindénM. LottiL. MartikainenM. MyllymäkiM.m. RantanenH. SiikonenE. TuominenJ. TuominiemiP. LuukkaH. PetrowT. TuuvaM. BesanconF. CoudercM. DejardinD. DenegriJ.L. FaureF. FerriS. GanjourP. GrasG. Hamel de MonchenaultV. LohezicJ. MalclesJ. RanderA. RosowskyM.Ö. SahinA. Savoy-NavarroP. SimkinaM. TitovM. TornagoC. Baldenegro BarreraF. BeaudetteA. Buchot PerraguinP. BussonA. CappatiC. CharlotF. DamasO. DavignonA. De WitG. FalmagneB.A. Fontana Santos AlvesS. GhoshA. GilbertR. Granier de CassagnacA. HakimiB. HarikrishnanL. KalipolitiG. LiuJ. MottaM. NguyenC. OchandoL. PortalesR. SalernoJ.B. SauvanY. SiroisA. TarabiniE. VernazzaA. ZabiA. ZghicheJ.-L. AgramJ. AndreaD. ApparuD. BlochJ.-M. BromE.C. ChabertC. CollardS. FalkeU. GoerlachC. GrimaultR. HaeberleA.-C. Le BihanM. MeenaG. SahaM.A. SessiniP. Van HoveS. BeauceronB. BlanconG. BoudoulN. ChanonJ. ChoiD. ContardoP. DepasseC. DozenH. El MamouniJ. FayS. GasconM. GouzevitchC. GreenbergG. GrenierB. IlleI.B. LaktinehM. LethuillierL. MirabitoS. PerriesA. PurohitM. Vander DoncktP. VerdierJ. XiaoA. KhvedelidzeI. LomidzeZ. TsamalaidzeV. BottaL. FeldK. KleinM. LipinskiD. MeuserA. PaulsN. RöwertM. TeroerdeS. DiekmannA. DodonovaN. EichD. EliseevF. EngelkeM. ErdmannP. FackeldeyB. FischerT. HebbekerK. HoepfnerF. IvoneA. JungM.y. LeeL. MastrolorenzoF. MausolfM. MerschmeyerA. MeyerS. MukherjeeD. NollA. NovakF. NowotnyA. PozdnyakovY. RathW. RedjebF. RehmH. ReithlerU. SarkarV. SarkisoviA. SchmidtA. SharmaJ.L. SpahA. SteinF. Torres Da Silva De AraujoL. VigilanteS. WiedenbeckS. ZaleskiC. DziwokG. FlüggeW. Haj AhmadT. KressA. NowackO. PoothA. StahlT. ZiemonsA. ZotzH. Aarup PetersenM. Aldaya MartinJ. AlimenaS. AmorosoY. AnS. BaxterM. BayatmakouH. Becerril GonzalezO. BehnkeA. BelvedereS. BhattacharyaF. BlekmanK. BorrasD. BrunnerA. CampbellA. CardiniC. ChengF. ColombinaS. Consuegra RodríguezG. Correia SilvaM. De SilvaG. EckerlinD. EcksteinL.I. Estevez BanosO. FilatovE. GalloA. GeiserA. GiraldiG. GreauV. GuglielmiM. GuthoffA. HinzmannA. JafariL. JeppeN.Z. JomhariB. KaechM. KasemannH. KavehC. KleinwortR. KoglerM. KommD. KrückerW. LangeD. Leyva PerniaK. LipkaW. LohmannR. MankelI.-A. Melzer-PellmannM. Mendizabal MorentinJ. MetwallyA.B. MeyerG. MilellaA. MussgillerL.P. NairA. NürnbergY. OtaridJ. ParkD. Pérez AdánE. RankenA. RasperezaB. Ribeiro LopesJ. RübenachA. SaggioM. SchamS. SchnakeP. SchützeC. SchwanenbergerD. SelivanovaM. ShchedrolosievR.E. Sosa RicardoD. StaffordF. VazzolerA. Ventura BarrosoR. WalshQ. WangY. WenK. WichmannL. WiensC. WissingY. YangA. Zimermmane Castro SantosA. AlbrechtS. AlbrechtM. AntonelloS. BeinL. BenatoM. BonanomiP. ConnorM. EichK. El MorabitY. FischerA. FröhlichC. GarbersE. GaruttiA. GrohsjeanM. HajheidariJ. HallerH.R. JabuschG. KasieczkaP. KeicherR. KlannerW. KorcariT. KramerV. KutznerF. LabeJ. LangeA. LobanovC. MatthiesA. MehtaL. MoureauxM. MrowietzA. NigamovaY. NissanA. PaaschK.J. Pena RodriguezT. QuadfaselB. RacitiM. RiegerD. SavoiuJ. SchindlerP. SchleperM. SchröderJ. SchwandtM. SommerhalderH. StadieG. SteinbrückA. TewsM. WolfS. BrommerM. BurkartE. ButzT. ChwalekA. DierlammA. DrollN. FaltermannM. GiffelsA. GottmannF. HartmannR. HofsaessM. HorzelaU. HusemannJ. KieselerM. KluteR. KoppenhöferJ.M. LawhornM. LinkA. LintuluotoS. MaierS. MitraM. MormileTh. MüllerM. NeukumM. OhM. PresillaG. QuastK. RabbertzB. RegneryN. ShadskiyI. ShvetsovH.J. SimonisM. TomsN. TrevisaniR. UlrichR.F. Von CubeM. WassmerS. WielandF. WittigR. WolfS. WunschX. ZuoG. AnagnostouG. DaskalakisA. KyriakisA. PapadopoulosA. StakiaP. KontaxakisG. MelachroinosA. PanagiotouI. PapavergouI. ParaskevasN. SaoulidouK. TheofilatosE. TziaferiK. VellidisI. ZisopoulosG. BakasT. ChatzistavrouG. KarapostoliK. KousourisI. PapakrivopoulosE. SiamarkouG. TsipolitisA. ZacharopoulouK. AdamidisI. BestintzanosI. EvangelouC. FoudasP. GianneiosC. KamtsikisP. KatsoulisP. KokkasP.G. Kosmoglou KioseoglouN. ManthosI. PapadopoulosJ. StrologasM. BartókC. HajduD. HorvathF. SiklerV. VeszpremiM. CsanádK. FarkasM.M.A. GadallahÁ. KadlecsikP. MajorK. MandalG. PásztorA.J. RádlG.I. VeresP. RaicsB. UjvariG. ZiliziG. BenczeS. CzellarJ. KarancsiJ. MolnarZ. SzillasiT. CsorgoF. NemesT. NovakJ. BabbarS. BansalS.B. BeriV. BhatnagarG. ChaudharyS. ChauhanN. DhingraA. KaurA. KaurH. KaurM. KaurS. KumarK. SandeepT. SheokandJ.B. SinghA. SinglaA. AhmedA. BhardwajA. ChhetriB.C. ChoudharyA. KumarA. KumarM. NaimuddinK. RanjanS. SaumyaS. BaradiaS. BarmanS. BhattacharyaS. DuttaS. DuttaP. PalitS. SarkarM.M. AmeenP.K. BeheraS.C. BeheraS. ChatterjeeP. JanaP. KalbhorJ.R. KomaragiriD. KumarL. PanwarP.R. PujahariN.R. SahaA. SharmaA.K. SikdarS. VermaS. DugadM. KumarG.B. MohantyP. SuryadevaraA. BalaS. BanerjeeR.M. ChatterjeeM. GuchaitSh. JainS. KarmakarS. KumarG. MajumderK. MazumdarS. ParoliaA. ThachayathS. BahinipatiA.K. DasC. KarD. MaityP. MalT. MishraV.K. Muraleedharan Nair BindhuK. NaskarA. NayakP. SadangiP. SahaS.K. SwainS. VargheseD. VatsS. AcharyaA. AlpanaS. DubeB. GomberB. KansalA. LahaB. SahuS. SharmaH. BakhshiansohiE. KhazaieM. ZeinaliS. ChenaraniS.M. EtesamiM. KhakzadM. Mohammadi NajafabadiM. GrunewaldM. AbbresciaR. AlyA. ColaleoD. CreanzaB. D'AnziN. De FilippisM. De PalmaA. Di FlorioW. ElmetenaweeL. FioreG. IaselliM. LoukaG. MaggiM. MaggiI. MargjekaV. MastrapasquaS. MyS. NuzzoA. PellecchiaA. PompiliG. PuglieseR. RadognaG. Ramirez-SanchezD. RamosA. RanieriL. SilvestrisF.M. SimoneÜ. SözbilirA. StamerraR. VendittiP. VerwilligenA. ZazaG. AbbiendiC. BattilanaD. BonacorsiL. BorgonoviR. CampaniniP. CapiluppiA. CastroF.R. CavalloM. CuffianiG.M. DallavalleT. DiotaleviF. FabbriA. FanfaniD. FasanellaP. GiacomelliL. GiommiC. GrandiL. GuiducciS. Lo MeoL. LunertiS. MarcelliniG. MasettiF.L. NavarriaA. PerrottaF. PrimaveraA.M. RossiG.P. SiroliS. CostaA. Di MattiaR. PotenzaA. TricomiC. TuveP. AssiourasG. BarbagliG. BardelliB. CamaianiA. CasseseR. CeccarelliV. CiulliC. CivininiR. D'AlessandroE. FocardiT. KelloG. LatinoP. LenziM. LizzoM. MeschiniS. PaolettiA. PapanastassiouG. SguazzoniL. VilianiL. BenussiS. BiancoS. MeolaD. PiccoloP. ChatagnonF. FerroE. RobuttiS. TosiA. BenagliaG. BoldriniF. BrivioF. CetorelliF. De GuioM.E. DinardoP. DiniS. GennaiR. GerosaA. GhezziP. GovoniL. GuzziM.T. LucchiniM. MalbertiS. MalvezziA. MassironiD. MenasceL. MoroniM. PaganoniD. PedriniB.S. PinoliniS. RagazziT. Tabarelli de FatisD. ZuoloS. BuontempoA. CagnottaF. CarnevaliN. CavalloA. De IorioF. FabozziA.O.M. IorioL. ListaP. PaolucciB. RossiC. SciaccaR. ArdinoP. AzziN. BacchettaD. BiselloP. BortignonA. BragagnoloR. CarlinP. ChecchiaT. DorigoF. FanzagoU. GaspariniF. GonellaE. LusianiM. MargoniM. MiglioriniJ. PazziniP. RoncheseR. RossinF. SimonettoG. StrongM. TosiA. TriossiS. VenturaH. YararM. ZanettiP. ZottoA. ZucchettaG. ZumerleS. Abu ZeidC. AimèA. BraghieriS. CalzaferriD. FiorinaP. MontagnaV. ReC. RiccardiP. SalviniI. VaiP. VituloS. AjmalP. AsenovG.M. BileiD. CiangottiniL. FanòM. MagheriniG. MantovaniV. MarianiM. MenichelliF. MoscatelliA. RossiA. SantocchiaD. SpigaT. TedeschiP. AzzurriG. BagliesiR. BhattacharyaL. BianchiniT. BoccaliE. BossiniD. BruschiniR. CastaldiM.A. CiocciM. CiprianiV. D'AmanteR. Dell'OrsoS. DonatoA. GiassiF. LigabueD. Matos FigueiredoA. MessineoM. MusichF. PallaA. RizziG. RolandiS. Roy ChowdhuryT. SarkarA. ScribanoP. SpagnoloR. TenchiniG. TonelliN. TuriniA. VenturiP.G. VerdiniP. BarriaM. CampanaF. CavallariL. Cunqueiro MendezD. Del ReE. Di MarcoM. DiemozF. ErricoE. LongoP. MeridianiJ. MijuskovicG. OrgantiniF. PandolfiR. ParamattiC. QuarantaS. RahatlouC. RovelliF. SantanastasioL. SoffiN. AmapaneR. ArcidiaconoS. ArgiroM. ArneodoN. BartosikR. BellanA. BelloraC. BiinoN. CartigliaM. CostaR. CovarelliN. DemariaL. FincoM. GrippoB. KianiF. LeggerF. LuongoC. MariottiS. MaselliA. MeccaE. MiglioreM. MontenoR. MulargiaM.M. ObertinoG. OrtonaL. PacherN. PastroneM. PelliccioniM. RuspaF. SivieroV. SolaA. SolanoA. StaianoC. TarriconeD. TrocinoG. UmoretE. VlasovS. BelforteV. CandeliseM. CasarsaF. CossuttiK. De LeoG. Della RiccaS. DograJ. HongC. HuhB. KimD.H. KimJ. KimH. LeeS.W. LeeC.S. MoonY.D. OhM.S. RyuS. SekmenY.C. YangM.S. KimG. BakP. GwakH. KimD.H. MoonE. AsilarD. KimT.J. KimJ.A. MerlinS. ChoiS. HanB. HongK. LeeK.S. LeeS. LeeJ. ParkS.K. ParkJ. YooJ. GohS. YangH.S. KimY. KimS. LeeJ. AlmondJ.H. BhyunJ. ChoiW. JunJ. KimJ.S. KimS. KoH. KwonH. LeeJ. LeeJ. LeeB.H. OhS.B. OhH. SeoU.K. YangI. YoonW. JangD.Y. KangY. KangS. KimB. KoJ.S.H. LeeY. LeeI.C. ParkY. RohI.J. WatsonS. HaH.D. YooM. ChoiM.R. KimH. LeeY. LeeI. YuT. BeyrouthyY. MaghrbiK. DreimanisA. GaileG. PikursA. PotrebkoM. SeidelV. VeckalnsN.R. StrautnieksM. AmbrozasA. JuodagalvisA. RinkeviciusG. TamulaitisN. Bin NorjoharuddeenI. YusuffZ. ZolkapliJ.F. BenitezA. Castaneda HernandezH.A. Encinas AcostaL.G. Gallegos MaríñezM. León CoelloJ.A. Murillo QuijadaA. SehrawatL. Valencia PalomoG. AyalaH. Castilla-ValdezE. De La Cruz-BureloI. Heredia-De La CruzR. Lopez-FernandezC.A. Mondragon HerreraA. Sánchez HernándezC. Oropeza BarreraM. Ramírez GarcíaI. BautistaI. PedrazaH.A. Salazar IbarguenC. Uribe EstradaI. BubanjaN. RaicevicP.H. ButlerA. AhmadM.I. AsgharA. AwaisM.I.M. AwanH.R. HooraniW.A. KhanV. AvatiL. GrzankaM. MalawskiH. BialkowskaM. BlujB. BoimskaM. GórskiM. KazanaM. SzleperP. ZalewskiK. BunkowskiK. DorobaA. KalinowskiM. KoneckiJ. KrolikowskiA. MuhammadK. PozniakW. ZabolotnyM. AraujoD. BastosC. Beirão Da Cruz E SilvaA. BolettiM. BozzoT. CamporesiG. Da MolinP. FaccioliM. GallinaroJ. HollarN. LeonardoT. NiknejadA. PetrilliM. PisanoJ. SeixasJ. VarelaJ.W. WulffP. AdzicP. MilenovicM. DordevicJ. MilosevicV. RekovicM. Aguilar-BenitezJ. Alcaraz MaestreCristina F. BedoyaM. CepedaM. CerradaN. ColinoB. De La CruzA. Delgado PerisA. Escalante Del ValleD. Fernández Del ValJ.P. Fernández RamosJ. FlixM.C. FouzO. Gonzalez LopezS. Goy LopezJ.M. HernandezM.I. JosaD. MoranC.M. Morcillo PerezÁ. Navarro TobarC. Perez DengraA. Pérez-Calero YzquierdoJ. Puerta PelayoI. RedondoD.D. Redondo FerreroL. RomeroS. Sánchez NavasL. Urda GómezJ. Vazquez EscobarC. WillmottJ.F. de TrocónizB. Alvarez GonzalezJ. CuevasJ. Fernandez MenendezS. FolguerasI. Gonzalez CaballeroJ.R. González FernándezE. Palencia CortezonC. Ramón ÁlvarezV. Rodríguez BouzaA. Soto RodríguezA. TrapoteC. Vico VillalbaP. VischiaS. BhowmikS. Blanco FernándezJ.A. Brochero CifuentesI.J. CabrilloA. CalderonJ. Duarte CampderrosM. FernandezG. GomezC. Lasaosa GarcíaC. Martinez RiveroP. Martinez Ruiz del ArbolF. MatorrasP. Matorras CuevasE. Navarrete RamosJ. Piedra GomezL. ScodellaroI. VilaJ.M. Vizan GarciaM.K. JayanandaB. KailasapathyD.U.J. SonnadaraD.D.C. WickramarathnaW.G.D. DharmaratnaK. LiyanageN. PereraN. WickramageD. AbbaneoC. AmendolaE. AuffrayG. AuzingerJ. BaechlerD. BarneyA. Bermúdez MartínezM. BiancoB. BilinA.A. Bin AnuarA. BocciE. BrondolinC. CaillolG. CerminaraN. ChernyavskayaD. d'EnterriaA. DabrowskiA. DavidA. De RoeckM.M. DefranchisM. DeileM. DobsonF. FallavollitaL. ForthommeG. FranzoniW. FunkS. GianiD. GigiK. GillF. GlegeL. GouskosM. HarankoJ. HegemanB. HuberV. InnocenteT. JamesP. JanotS. LaurilaP. LecoqE. LeutgebC. LourençoB. MaierL. MalgeriM. MannelliA.C. MariniM. MatthewmanF. MeijersS. MersiE. MeschiV. MilosevicF. MontiF. MoortgatM. MuldersI. NeutelingsS. OrfanelliF. PantaleoG. PetruccianiA. PfeifferM. PieriniD. PiparoH. QuD. RabadyG. Reales GutiérrezM. RovereH. SakulinS. ScarfiC. SchwickM. SelvaggiA. SharmaK. ShchelinaP. SilvaP. SphicasA.G. Stahl LeitonA. SteenS. SummersD. TreilleP. TropeaA. TsirouD. WalterJ. WanczykJ. WangS. WuchterlP. ZehetnerP. ZejdlW.D. ZeunerT. BevilacquaL. CaminadaA. EbrahimiW. ErdmannR. HorisbergerQ. IngramH.C. KaestliD. KotlinskiC. LangeM. MissiroliL. NoehteT. RoheT.K. AarrestadK. AndrosovM. BackhausA. CalandriC. CazzanigaK. DattaA. De CosaG. DissertoriM. DittmarM. DonegàF. EbleM. GalliK. GediaF. GlessgenC. GrabD. HitsW. LustermannA.-M. LyonR.A. ManzoniM. MarchegianiL. MarcheseC. Martin PerezA. MascellaniF. Nessi-TedaldiF. PaussV. PerovicS. PigazziniM. ReichmannC. ReisselT. ReitenspiessB. RisticF. RitiD. RuiniD.A. Sanz BecerraR. SeiditaJ. SteggemannD. ValsecchiR. WallnyC. AmslerP. BärtschiC. BottaD. BrzhechkoM.F. CanelliK. CormierR. Del BurgoJ.K. HeikkiläM. HuwilerW. JinA. JofreheiB. KilminsterS. LeontsinisS.P. LiechtiA. MacchioloP. MeiringV.M. MikuniU. MolinattiA. ReimersP. RobmannS. Sanchez CruzK. SchweigerM. SengerY. TakahashiR. TramontanoC. AdloffD. BhowmikC.M. KuoW. LinP.K. RoutP.C. TiwariS.S. YuL. CeardY. ChaoK.F. ChenP.s. ChenZ.g. ChenW.-S. HouT.h. HsuY.w. KaoR. KhuranaG. KoleY.y. LiR.-S. LuE. PaganisX.f. SuJ. Thomas-WilskerL.s. TsaiH.y. WuE. YazganC. AsawatangtrakuldeeN. SrimanobhasV. WachirapusitanandD. AgyelF. BoranZ.S. DemirogluF. DolekI. DumanogluE. EskutY. GulerE. Gurpinar GulerC. IsikO. KaraA. Kayis TopaksuU. KiminsuG. OnengutK. OzdemirA. PolatozB. TaliU.G. TokS. TurkcaparE. UslanI.S. ZorbakirM. YalvacB. AkgunI.O. AtakisiE. GülmezM. KayaO. KayaS. TektenA. CakirK. CankocakY. KomurcuS. SenO. AydilekS. CerciV. EpshteynB. HacisahinogluI. HosB. KaynakS. OzkorucukluO. PotokH. SertC. SimsekD. Sunar CerciC. ZorbilmezB. IsildakA. BoyaryntsevB. GrynyovL. LevchukD. AnthonyJ.J. BrookeA. BundockF. BuryE. ClementD. CussansH. FlacherM. GlowackiJ. GoldsteinH.F. HeathL. KreczkoS. ParamesvaranS. Seif El Nasr-StoreyV.J. SmithN. StylianouK. Walkingshaw PassR. WhiteA.H. BallK.W. BellA. BelyaevC. BrewR.M. BrownD.J.A. CockerillC. CookeK.V. EllisK. HarderS. HarperM.-L. HolmbergJ. LinacreK. ManolopoulosD.M. NewboldE. OlaiyaD. PetytT. ReisG. SalviT. SchuhC.H. Shepherd-ThemistocleousI.R. TomalinT. WilliamsR. BainbridgeP. BlochC.E. BrownO. BuchmullerV. CacchioC.A. Carrillo MontoyaG.S. ChahalD. CollingJ.S. DancuI. DasP. DaunceyG. DaviesJ. DaviesM. Della NegraS. FayerG. FediG. HallM.H. HassanshahiA. HowardG. IlesM. KnightJ. LangfordJ. León HolgadoL. LyonsA.-M. MagnanS. MalikA. MartelliM. MieskolainenJ. NashM. PesaresiB.C. Radburn-SmithA. RichardsA. RoseC. SeezR. ShuklaA. TapperK. UchidaG.P. UttleyL.H. VageT. VirdeeM. VojinovicN. WardleD. WinterbottomK. ColdhamJ.E. ColeA. KhanP. KyberdI.D. ReidS. AbdullinA. BrinkerhoffB. CarawayJ. DittmannK. HatakeyamaJ. HiltbrandB. McMasterM. SaundersS. SawantC. SutantawibulJ. WilsonR. BartekA. DominguezC. Huerta EscamillaA.E. SimsekR. UniyalA.M. Vargas HernandezB. BamR. ChudasamaS.I. CooperS.V. GleyzerC.U. PerezP. RumerioE. UsaiR. YiA. AkpinarA. AlbertD. ArcaroC. CosbyZ. DemiragliC. EriceC. FangmeierC. Fernandez MadrazoE. FontanesiD. GastlerF. GolfS. JeonI. ReedJ. RohlfK. SalyerD. SperkaD. SpitzbartI. SuarezA. TsatsosS. YuanA.G. ZecchinelliG. BenelliX. CoubezD. CuttsM. HadleyU. HeintzJ.M. HoganT. KwonG. LandsbergK.T. LauD. LiJ. LuoS. MondalM. NarainN. PervanS. SagirF. SimpsonM. StamenkovicW.Y. WongX. YanW. ZhangS. AbbottJ. BonillaC. BrainerdR. BreedonM. Calderon De La Barca SanchezM. ChertokM. CitronJ. ConwayP.T. CoxR. ErbacherF. JensenO. KukralG. MocellinM. MulhearnD. PellettW. WeiY. YaoF. ZhangM. BachtisR. CousinsA. DattaG. Flores AvilaJ. HauserM. IgnatenkoM.A. IqbalT. LamE. MancaA. Nunez Del PradoD. SaltzbergV. ValuevR. ClareJ.W. GaryM. GordonG. HansonW. SiS. WimpennyJ.G. BransonS. CittolinS. CoopersteinD. DiazJ. DuarteL. GianniniJ. GuiangR. KansalV. KrutelyovR. LeeJ. LettsM. MasciovecchioF. MokhtarS. MukherjeeM. PieriM. QuinnanB.V. Sathia NarayananV. SharmaM. TadelE. VourliotisF. WürthweinY. XiangA. YagilA. BarzdukasL. BrennanC. CampagnariA. DorsettJ. IncandelaJ. KimA.J. LiP. MastersonH. MeiJ. RichmanU. SaricaR. SchmitzF. SettiJ. SheplockD. StuartT.Á. VámiS. WangA. BornheimO. CerriA. LatorreJ. MaoH.B. NewmanM. SpiropuluJ.R. VlimantC. WangS. XieR.Y. ZhuJ. AlisonS. AnM.B. AndrewsP. BryantM. CremonesiV. DuttaT. FergusonA. HarilalC. LiuT. MudholkarS. MurthyM. PauliniA. RobertsA. SanchezW. TerrillJ.P. CumalatW.T. FordA. HassaniG. KarathanasisE. MacDonaldN. ManganelliF. MariniA. PerloffC. SavardN. SchonbeckK. StensonK.A. UlmerS.R. WagnerN. ZipperJ. AlexanderS. Bright-ThonneyX. ChenD.J. CranshawJ. FanX. FanD. GadkariS. HoganP. KotamnivesJ. MonroyM. OshiroJ.R. PattersonJ. ReichertM. ReidA. RydJ. ThomP. WittichR. ZouM. AlbrowM. AlyariO. AmramG. ApollinariA. ApresyanL.A.T. BauerdickD. BerryJ. BerryhillP.C. BhatK. BurkettJ.N. ButlerA. CanepaG.B. CeratiH.W.K. CheungF. ChlebanaG. CummingsJ. DickinsonI. DuttaV.D. ElviraY. FengJ. FreemanA. GandrakotaZ. GecseL. GrayD. GreenA. GrummerS. GrünendahlD. GuerreroO. GutscheR.M. HarrisR. HellerT.C. HerwigJ. HirschauerL. HorynB. JayatilakaS. JindarianiM. JohnsonU. JoshiT. KlijnsmaB. KlimaK.H.M. KwokS. LammelD. LincolnR. LiptonT. LiuC. MadridK. MaeshimaC. MantillaD. MasonP. McBrideP. MerkelS. MrennaS. NahnJ. NgadiubaD. NoonanV. PapadimitriouN. PastikaK. PedroC. PenaF. RaveraA. Reinsvold HallL. RistoriE. Sexton-KennedyN. SmithA. SohaL. SpiegelS. StoynevJ. StraitL. TaylorS. TkaczykN.V. TranL. UpleggerE.W. VaanderingI. ZoiC. ArutaP. AveryD. BourilkovL. CadamuroP. ChangV. CherepanovR.D. FieldE. KoenigM. KolosovaJ. KonigsbergA. KorytovK.H. LoK. MatchevN. MenendezG. MitselmakherK. MohrmanA. Muthirakalayil MadhuN. RawalD. RosenzweigS. RosenzweigK. ShiJ. WangT. AdamsA. Al KadhimA. AskewN. BowerR. HabibullahV. HagopianR. HashmiR.S. KimS. KimT. KolbergG. MartinezH. ProsperP.R. ProvaO. ViazloM. WulansatitiR. YohayJ. ZhangB. AlsufyaniM.M. BaarmandS. ButallaT. ElkafrawyM. HohlmannR. Kumar VermaM. RahmaniE. YanesM.R. AdamsA. BatyC. BennettR. CavanaughS. DittmerR. Escobar FrancoO. EvdokimovC.E. GerberD.J. HofmanJ.h. LeeD.S. LemosA.H. MerritC. MillsS. NandaG. OhB. OzekD. PilipovicR. PradhanT. RoyS. RudrabhatlaM.B. TonjesN. VarelasX. WangZ. YeJ. YooM. AlhusseiniD. BlendK. DilsizL. EmediatoG. KaramanO.K. KöseyanJ.-P. MerloA. MestvirishviliJ. NachtmanO. NeogiH. OgulY. OnelA. PenzoC. SnyderE. TirasB. BlumenfeldL. CorcodilosJ. DavisA.V. GritsanL. KangS. KyriacouP. MaksimovicM. RoguljicJ. RoskesS. SekharM. SwartzA. AbreuL.F. Alcerro AlcerroJ. AnguianoP. BaringerA. BeanZ. FlowersD. GroveJ. KingG. KrintirasM. LazarovitsC. Le MahieuC. LindseyJ. MarquezN. MinafraM. MurrayM. NickelM. PittS. PopescuC. RoganC. RoyonR. SalvaticoS. SandersC. SmithQ. WangG. WilsonB. AllmondA. IvanovK. KaadzeA. KalogeropoulosD. KimY. MaravinK. NamJ. NatoliD. RoyG. SorrentinoF. RebassooD. WrightA. BadenA. BelloniA. BethaniY.M. ChenS.C. EnoN.J. HadleyS. JabeenR.G. KelloggT. KoethY. LaiS. LascioA.C. MignereyS. NabiliC. PalmerC. PapageorgakisM.M. ParanjpeL. WangJ. BendavidW. BuszaI.A. CaliY. ChenM. D'AlfonsoJ. EysermansC. FreerG. Gomez-CeballosM. GoncharovG. GrossoP. HarrisD. HoangD. KovalskyiJ. KrupaL. LavezzoY.-J. LeeK. LongC. MironovC. PausD. RankinC. RolandG. RolandS. RothmanZ. ShiG.S.F. StephansZ. WangB. WyslouchT.J. YangB. CrossmanB.M. JoshiC. KapsiakM. KrohnD. MahonJ. MansB. MarzocchiS. PandeyM. ReveringR. RusackR. SaradhyN. SchroederN. StrobbeM.A. WadudL.M. CremaldiK. BloomM. BrysonD.R. ClaesG. HazaJ. HossainC. JooI. KravchenkoJ.E. SiadoW. TabbA. VagneriniA. WightmanF. YanD. YuH. BandyopadhyayL. HayI. IashviliA. KharchilavaM. MorrisD. NguyenS. RappoccioH. Rejeb SfarA. WilliamsG. AlversonE. BarberisJ. DervanY. HaddadY. HanA. KrishnaJ. LiM. LuG. MadiganR. MccarthyD.M. MorseV. NguyenT. OrimotoA. ParkerL. SkinnariA. Tishelman-CharnyB. WangD. WoodS. BhattacharyaJ. BueghlyZ. ChenK.A. HahnY. LiuY. MiaoD.G. MonkM.H. SchmittA. TaliercioM. VelascoG. AgarwalR. BandR. BucciS. CastellsA. DasR. GoldouzianM. HildrethK.W. HoK. Hurtado AnampaT. IvanovC. JessopK. LannonJ. LawrenceN. LoukasL. LuttonJ. MarianoN. MarinelliI. McalisterT. McCauleyC. McgradyC. MooreY. MusienkoH. NelsonM. OshersonA. PiccinelliR. RuchtiA. TownsendY. WanM. WayneH. YockeyM. ZaruckiL. ZygalaA. BasnetB. BylsmaM. CarriganL.S. DurkinC. HillM. JoyceM. Nunez OrnelasK. WeiB.L. WinerB.R. YatesF.M. AddesaH. BouchamaouiP. DasG. DezoortP. ElmerA. FrankenthalB. GreenbergN. HaubrichG. KoppS. KwanD. LangeA. LoeligerD. MarlowI. OjalvoJ. OlsenA. ShevelevD. SticklandC. TullyS. MalikA.S. BakshiV.E. BarnesS. ChandraR. ChawlaS. DasA. GuL. GutayM. JonesA.W. JungD. KondratyevA.M. KoshyM. LiuG. NegroN. NeumeisterG. PaspalakiS. PiperovV. ScheurerJ.F. SchulteM. StojanovicJ. ThiemanA.K. VirdiF. WangW. XieJ. DolenN. ParasharA. PathakD. AcostaT. CarnahanK.M. EcklundP.J. Fernández MantecaS. FreedP. GardnerF.J.M. GeurtsW. LiO. Miguel ColinB.P. PadleyR. RedjimiJ. RotterE. YigitbasiY. ZhangA. BodekP. de BarbaroR. DeminaJ.L. DulembaC. FallonA. Garcia-BellidoO. HindrichsA. KhukhunaishviliN. ParmarP. ParyginE. PopovaR. TausG.P. Van OnsemK. GoulianosB. ChiaritoJ.P. ChouY. GershteinE. HalkiadakisA. HartM. HeindlD. JaroslawskiO. KarachebanI. LaflotteA. LathR. MontalvoK. NashH. RoutrayS. SalurS. SchnetzerS. SomalwarR. StoneS.A. ThayilS. ThomasJ. VoraH. WangH. AcharyaD. AllyA.G. DelannoyS. FiorendiS. HigginbothamT. HolmesA.R. KanugantiN. KarunarathnaL. LeeE. NibigiraS. SpanierD. AebiM. AhmadO. BouhaliM. DalchenkoR. EusebiJ. GilmoreT. HuangT. KamonH. KimS. LuoS. MalhotraR. MuellerD. OvertonD. RathjensA. SafonovN. AkchurinJ. DamgovV. HegdeA. HussainY. KazhykarimK. LamichhaneS.W. LeeA. MankelT. PeltolaI. VolobouevA. WhitbeckE. AppeltS. GreeneA. GurrolaW. JohnsR. Kunnawalkam ElayavalliA. MeloF. RomeoP. SheldonS. TuoJ. VelkovskaJ. ViinikainenB. CardwellB. CoxJ. HakalaR. HiroskyA. LedovskoyC. NeuC.E. Perez LaraP.E. KarchinA. AravindS. BanerjeeK. BlackT. BoseS. DasuI. De BruynP. EveraertsC. GalloniH. HeM. HerndonA. HerveC.K. KorakaA. LanaroR. LovelessJ. Madhusudanan SreekalaA. MallampalliA. MohammadiS. MondalG. ParidaD. PinnaA. SavinV. ShangV. SharmaW.H. SmithD. TeagueH.F. TsoiW. VetensA. WardenS. AfanasievV. AndreevYu. AndreevT. AushevM. AzarkinA. BabaevA. BelyaevV. BlinovE. BoosV. BorshchD. BudkouskiV. BunichevV. ChekhovskyR. ChistovM. DanilovA. DermenevT. DimovaD. DruzhkinM. DubininL. DudkoA. ErshovG. GavrilovV. GavrilovS. GninenkoV. GolovtcovN. GolubevI. GolutvinI. GorbunovA. GribushinY. IvanovV. KachanovV. KarjavineA. KarneyeuV. KimM. KirakosyanD. KirpichnikovM. KirsanovV. KlyukhinV. KorenkovA. KozyrevN. KrasnikovA. LanevP. LevchenkoN. LychkovskayaV. MakarenkoA. MalakhovV. MatveevV. MurzinA. NikitenkoS. ObraztsovV. OreshkinV. PalichikV. PerelyginM. PerfilovS. PolikarpovV. PopovO. RadchenkoM. SavinaV. SavrinV. ShalaevS. ShmatovS. ShulhaY. SkovpenS. SlabospitskiiV. SmirnovD. SosnovV. SulimovE. TcherniaevA. TerkulovO. TeryaevI. TlisovaA. ToropinL. UvarovA. UzunianP. VolkovA. VorobyevG. VorotnikovN. VoytishinB.S. YuldashevA. ZarubinI. ZhizhinA. ZhokinCMSTop quarksExtra Higgs bosonYukawa couplingsPhysics Letters B 850 (2024). doi:10.1016/j.physletb.2024.138478journalPhysics Letters B© 2024 The Author(s). Published by Elsevier B.V. Funded by SCOAP³.Elsevier B.V.0370-2693850March 202410.1016/j.physletb.2024.138478http://dx.doi.org/10.1016/j.physletb.2024.138478doi:10.1016/j.physletb.2024.138478138478http://vtw.elsevier.com/data/voc/oa/OpenAccessStatus#Full2024-01-12T00:06:30ZSCOAP³ - Sponsoring Consortium for Open Access Publishing in Particle Physicshttp://vtw.elsevier.com/data/voc/oa/SponsorType#FundingBodyhttp://creativecommons.org/licenses/by/4.0/2024-02-02T00:00:00.000Z2024-02-09T00:00:00.000ZThis is an open access article under the CC BY license.JournalsS300.3PLB138478138478S0370-2693(24)00017-010.1016/j.physletb.2024.138478The Author(s)ExperimentsCMSdata preservation, re-use and open access policyFig. 1Representative Feynman diagram for ttq (q = u, c) production through a new scalar (H) or pseudoscalar (A) Higgs boson. In this analysis, events with q = q′ are considered.Fig. 1Fig. 2The pre-fit CvsL (upper) and CvsB (lower) distributions for the selected highest pT jet. The predictions for mA = 350 GeV with A-H interference assuming mA − mH = 50 GeV for ρtu = 1.0 (solid red line) and ρtc = 1.0 (dashed red line) are also displayed. The numbers in square brackets represent the yields for each sample. The uncertainty bars on the points and the hatched bands represent the statistical uncertainties in the data and in the background predictions, respectively. Beneath each plot the ratio of data to predictions is shown. The uncertainty bars in the ratio plots include statistical uncertainties in the data and in the background predictions.Fig. 2Fig. 3Post-fit distributions of the BDT discriminants combining the categories e±e±, μ±μ±, and e±μ±, and all data-taking periods, for mA = 350 GeV with ρtu = 1.0 (upper), and ρtc = 1.0 (lower) with the A-H interference. The numbers in square brackets represent the yields for each sample. The uncertainty bars on the points represent the statistical uncertainties in the data. Beneath each plot the ratio of data to predictions is shown. The uncertainty bars in the ratio plots include statistical uncertainties in the data and the total uncertainty in the background predictions, and the hatched bands represent the total uncertainty in the background predictions.Fig. 3Fig. 4Observed and expected 95% CL upper limits on the signal strength as functions of mA for g2HDM using different coupling assumptions: ρtu = 0.1, 0.4, 1.0 (upper) and ρtc = 0.1, 0.4, 1.0 (lower) without interference, for the combination of the e±e±, μ±μ±, and e±μ± categories and all data-taking periods. The inner (green) band and the outer (yellow) band indicate the regions containing 68 and 95%, respectively, of the distribution of limits expected under the background-only hypothesis.Fig. 4Fig. 5Observed and expected 95% CL upper limits on the signal strength as functions of mA for g2HDM using different coupling assumptions: ρtu = 0.1, 0.4, 1.0 (upper) and ρtc = 0.1, 0.4, 1.0 (lower) with A-H interference assuming mA − mH = 50 GeV, for the combination of the e±e±, μ±μ±, and e±μ± categories and all data-taking periods. The inner (green) band and the outer (yellow) band indicate the regions containing 68 and 95%, respectively, of the distribution of limits expected under the background-only hypothesis.Fig. 5Fig. 6Observed 95% CL upper limit on the signal strength as a function of mA and ρtu (upper) and ρtc (lower) for g2HDM without the A-H interference, for the combination of the e±e±, μ±μ±, and e±μ± categories. The color axis represents the observed upper limit on the signal strength. Expected (dashed lines) and observed (solid lines) exclusion contours are also shown.Fig. 6Fig. 7Observed 95% CL upper limit on the signal strength as a function of mA and ρtu (upper) and ρtc (lower) for g2HDM signal model with the A-H interference, for the combination of the e±e±, μ±μ±, and e±μ± categories. The color axis represents the observed upper limit on the signal strength. Expected (dashed lines) and observed (solid lines) exclusion contours are also shown.Fig. 7Table 1Input variables of the BDT. Jets and leptons are ordered by pT.Table 1Input variables of the BDTCvsL(ja)a = 1,2,3Charm- vs light-quark jet identification variableCvsB(ja)a = 1,2,3Charm- vs bottom-quark jet identification variableΔR(ja,jb)1 ≤ a < b ≤ 3Angular separation between jetsm(ja,jb)1 ≤ a < b ≤ 3Invariant mass of jet pairsΔR(ja,lb)a = 1,2,3; b = 1,2Angular separation between jet and leptonm(ja,lb)a = 1,2,3; b = 1,2Invariant mass of jet-lepton pairspT(a)a = 1,2Transverse momentum of leptonsm(1,2,ja)a = 1,2,3Invariant mass of the two leptons plus the highest pT jetm(1,2)Invariant mass of the two leptonsHTScalar pT sum of the jetspTmissMissing transverse momentumTable 2Summary of systematic uncertainties for ρtc = 0.4 and mA = 350 GeV with A-H interference assuming mA − mH = 50 GeV. The first column indicates the source of uncertainty. The second column specifies whether the shape of the fit discriminant is affected by the nuisance parameter (✓) or not (dash). The impact in percent of these nuisance parameters on the pre-fit expected event yields is displayed in the third column. This column is subdivided into three event categories representing the analysis channels. The percentage impacts are given as a range of values representing the minimum and maximum differences obtained in the different bins of the BDT distribution through the four data-taking periods. The numbers for the normalization component of the nonprompt lepton background represent the uncertainties used for each data-taking period. Whether or not a nuisance parameter is taken correlated across years and categories is specified in the last two columns. The luminosity and jet flavor identification nuisances are only partially correlated across years.Table 2Uncertainty sourceShapeCategoryCorrelated acrosse±e±μ±μ±e±μ±YearsCategoriesExperimentalLuminosity1.2–2.51.2–2.51.2–2.5Pileup<0.1–2.8<0.1–1.8<0.1–2.3Trigger efficiency0.4–2.60.2–1.10.3–1.2L1 trigger inefficiency0.1–0.80.1–0.30.1–0.4Lepton identification0.1–1.7<0.1–0.4<0.1–0.6Lepton energy scale<0.1–0.2<0.1–0.2Charge misid.1.2–13.1Jet energy scale<0.1–4.5<0.1–1.7<0.1–1.5Jet energy resolution<0.1–2.6<0.1–1.8<0.1–1.6Unclustered energy<0.1–2.6<0.1–0.5<0.1–0.8Jet flavor identification<0.1–12.1<0.1–8.8<0.1–11.6Nonprompt lepton BGstatistical component<0.1–27.21.9–16.23.0–13.2Nonprompt lepton BG27,15,11,1027,15,11,1027,15,11,10TheoreticalSignal QCD scales10.3–10.510.0–10.29.9–10.0Signal PDF0.70.6–0.70.5–0.6Signal parton shower3.6–4.34.0–4.36.3–7.3tt6.16.16.1VV4.54.54.5VBS10.410.410.4ttH7.87.87.8ttW10.710.710.7Other backgrounds5.45.45.4Table 3Observed (expected) lower limits on mA at 95% CL. For the scenario without interference, the limits on mH and mA are the same.Table 3Observed (expected) mass limit [GeV]withoutwithwithinterferenceinterferenceinterferencemA or mHmAmHρtu0.4920 (920)1000 (1000)950 (950)1.01000 (1000)1000 (1000)950 (950)ρtc0.4no limit340 (370)290 (320)1.0770 (680)810 (670)760 (620)LetterSearch for new Higgs bosons via same-sign top quark pair production in association with a jet in proton-proton collisions at s=13TeVThe CMS CollaborationA.HayrapetyanA.Tumasyan1Yerevan Physics Institute, Yerevan, ArmeniaYerevan Physics InstituteYerevanArmeniaYerevan Physics Institute, Yerevan, Armenia1Also at Yerevan State University, Yerevan, Armenia.W.AdamJ.W.AndrejkovicT.BergauerS.ChatterjeeK.DamanakisM.DragicevicP.S.HussainM.Jeitler2N.KrammerA.LiD.LikoI.MikulecJ.Schieck2R.SchöfbeckD.SchwarzM.SonawaneS.TemplW.WaltenbergerC.-E.Wulz2Institut für Hochenergiephysik, Vienna, AustriaInstitut für HochenergiephysikViennaAustriaInstitut für Hochenergiephysik, Vienna, Austria2Also at TU Wien, Vienna, Austria.M.R.Darwish3T.JanssenP.Van MechelenUniversiteit Antwerpen, Antwerpen, BelgiumUniversiteit AntwerpenAntwerpenBelgiumUniversiteit Antwerpen, Antwerpen, Belgium3Also at Institute of Basic and Applied Sciences, Faculty of Engineering, Arab Academy for Science, Technology and Maritime Transport, Alexandria, Egypt.E.S.BolsJ.D'HondtS.DansanaA.De MoorM.DelcourtH.El FahamS.LowetteI.MakarenkoD.MüllerA.R.SahasransuS.TavernierM.Tytgat4S.Van PutteD.VanneromVrije Universiteit Brussel, Brussel, BelgiumVrije Universiteit BrusselBrusselBelgiumVrije Universiteit Brussel, Brussel, Belgium4Also at Ghent University, Ghent, Belgium.B.ClerbauxG.De LentdeckerL.FavartD.HohovJ.JaramilloA.KhalilzadehK.LeeM.MahdavikhorramiA.MalaraS.ParedesL.PétréN.PostiauL.ThomasM.Vanden BemdenC.Vander VeldeP.VanlaerUniversité Libre de Bruxelles, Bruxelles, BelgiumUniversité Libre de BruxellesBruxellesBelgiumUniversité Libre de Bruxelles, Bruxelles, BelgiumM.De CoenD.DoburY.HongJ.KnolleL.LambrechtG.MestdachC.RendónA.SamalanK.SkovpenN.Van Den BosscheJ.van der LindenL.WezenbeekGhent University, Ghent, BelgiumGhent UniversityGhentBelgiumGhent University, Ghent, BelgiumA.BeneckeG.BrunoC.CaputoC.DelaereI.S.DonertasA.GiammancoK.JaffelSa.JainV.LemaitreJ.LidrychP.MastrapasquaK.MondalT.T.TranS.WertzUniversité Catholique de Louvain, Louvain-la-Neuve, BelgiumUniversité Catholique de LouvainLouvain-la-NeuveBelgiumUniversité Catholique de Louvain, Louvain-la-Neuve, BelgiumG.A.AlvesE.CoelhoC.HenselT.Menezes De OliveiraA.MoraesP.Rebello TelesM.SoeiroCentro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, BrazilCentro Brasileiro de Pesquisas FisicasRio de JaneiroBrazilCentro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, BrazilW.L.Aldá JúniorM.Alves Gallo PereiraM.Barroso Ferreira FilhoH.Brandao MalbouissonW.CarvalhoJ.Chinellato5E.M.Da CostaG.G.Da Silveira6D.De Jesus DamiaoS.Fonseca De SouzaJ.Martins7C.Mora HerreraK.Mota AmariloL.MundimH.NogimaA.SantoroA.SznajderM.ThielA.Vilela PereiraUniversidade do Estado do Rio de Janeiro, Rio de Janeiro, BrazilUniversidade do Estado do Rio de JaneiroRio de JaneiroBrazilUniversidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil5Also at Universidade Estadual de Campinas, Campinas, Brazil.6Also at Federal University of Rio Grande do Sul, Porto Alegre, Brazil.7Also at UFMS, Nova Andradina, Brazil.C.A.Bernardes6L.CalligarisT.R.Fernandez Perez TomeiE.M.GregoresP.G.MercadanteS.F.NovaesB.OrzariSandra S.PadulaUniversidade Estadual Paulista, Universidade Federal do ABC, São Paulo, BrazilUniversidade Estadual PaulistaUniversidade Federal do ABCSão PauloBrazilUniversidade Estadual Paulista, Universidade Federal do ABC, São Paulo, BrazilA.AleksandrovG.AntchevR.HadjiiskaP.IaydjievM.MishevaM.ShopovaG.SultanovInstitute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, BulgariaInstitute for Nuclear Research and Nuclear EnergyBulgarian Academy of SciencesSofiaBulgariaInstitute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, BulgariaA.DimitrovL.LitovB.PavlovP.PetkovA.PetrovE.ShumkaUniversity of Sofia, Sofia, BulgariaUniversity of SofiaSofiaBulgariaUniversity of Sofia, Sofia, BulgariaS.KeshriS.ThakurInstituto De Alta Investigación, Universidad de Tarapacá, Casilla 7 D, Arica, ChileInstituto De Alta InvestigaciónUniversidad de TarapacáCasilla 7 DAricaChileInstituto De Alta Investigación, Universidad de Tarapacá, Casilla 7 D, Arica, ChileT.ChengQ.GuoT.JavaidL.YuanBeihang University, Beijing, ChinaBeihang UniversityBeijingChinaBeihang University, Beijing, ChinaZ.HuJ.LiuK.Yi89Department of Physics, Tsinghua University, Beijing, ChinaDepartment of PhysicsTsinghua UniversityBeijingChinaDepartment of Physics, Tsinghua University, Beijing, China8Also at Nanjing Normal University, Nanjing, China.9Now at The University of Iowa, Iowa City, Iowa, USA.G.M.Chen10H.S.Chen10M.Chen10F.IemmiC.H.JiangA.Kapoor11H.LiaoZ.-A.Liu12R.Sharma13J.N.Song12J.TaoC.Wang10J.WangZ.Wang10H.ZhangInstitute of High Energy Physics, Beijing, ChinaInstitute of High Energy PhysicsBeijingChinaInstitute of High Energy Physics, Beijing, China10Also at University of Chinese Academy of Sciences, Beijing, China.11Also at China Center of Advanced Science and Technology, Beijing, China.12Also at University of Chinese Academy of Sciences, Beijing, China.13Also at China Spallation Neutron Source, Guangdong, China.A.AgapitosY.BanA.LevinC.LiQ.LiY.MaoS.J.QianX.SunD.WangH.YangL.ZhangC.ZhouState Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, ChinaState Key Laboratory of Nuclear Physics and TechnologyPeking UniversityBeijingChinaState Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, ChinaZ.YouSun Yat-Sen University, Guangzhou, ChinaSun Yat-Sen UniversityGuangzhouChinaSun Yat-Sen University, Guangzhou, ChinaN.LuUniversity of Science and Technology of China, Hefei, ChinaUniversity of Science and Technology of ChinaHefeiChinaUniversity of Science and Technology of China, Hefei, ChinaG.Bauer14Nanjing Normal University, Nanjing, ChinaNanjing Normal UniversityNanjingChinaNanjing Normal University, Nanjing, China14Now at Henan Normal University, Xinxiang, China.X.Gao15D.LeggatH.OkawaY.ZhangInstitute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, ChinaInstitute of Modern PhysicsKey Laboratory of Nuclear PhysicsIon-beam Application (MOE)Fudan UniversityShanghaiChinaInstitute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, China15Also at Université Libre de Bruxelles, Bruxelles, Belgium.Z.LinC.LuM.XiaoZhejiang University, Hangzhou, Zhejiang, ChinaZhejiang UniversityHangzhouZhejiangChinaZhejiang University, Hangzhou, Zhejiang, ChinaC.AvilaD.A.Barbosa TrujilloA.CabreraC.FlorezJ.FragaJ.A.Reyes VegaUniversidad de Los Andes, Bogota, ColombiaUniversidad de Los AndesBogotaColombiaUniversidad de Los Andes, Bogota, ColombiaJ.Mejia GuisaoF.RamirezM.RodriguezJ.D.Ruiz AlvarezUniversidad de Antioquia, Medellin, ColombiaUniversidad de AntioquiaMedellinColombiaUniversidad de Antioquia, Medellin, ColombiaD.GiljanovicN.GodinovicD.LelasA.SculacUniversity of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, CroatiaUniversity of SplitFaculty of Electrical Engineering, Mechanical Engineering and Naval ArchitectureSplitCroatiaUniversity of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, CroatiaM.KovacT.Sculac16University of Split, Faculty of Science, Split, CroatiaUniversity of SplitFaculty of ScienceSplitCroatiaUniversity of Split, Faculty of Science, Split, Croatia16Also at University of Latvia (LU), Riga, Latvia.P.BargassaV.BrigljevicB.K.ChitrodaD.FerencekS.MishraA.Starodumov17T.SusaInstitute Rudjer Boskovic, Zagreb, CroatiaInstitute Rudjer BoskovicZagrebCroatiaInstitute Rudjer Boskovic, Zagreb, Croatia17Also at an institute or an international laboratory covered by a cooperation agreement with CERN.A.AttikisK.ChristoforouS.KonstantinouJ.MousaC.NicolaouF.PtochosP.A.RazisH.RykaczewskiH.SakaA.StepennovUniversity of Cyprus, Nicosia, CyprusUniversity of CyprusNicosiaCyprusUniversity of Cyprus, Nicosia, CyprusM.FingerM.FingerJr.A.KvetonCharles University, Prague, Czech RepublicCharles UniversityPragueCzech RepublicCharles University, Prague, Czech RepublicE.AyalaEscuela Politecnica Nacional, Quito, EcuadorEscuela Politecnica NacionalQuitoEcuadorEscuela Politecnica Nacional, Quito, EcuadorE.Carrera JarrinUniversidad San Francisco de Quito, Quito, EcuadorUniversidad San Francisco de QuitoQuitoEcuadorUniversidad San Francisco de Quito, Quito, EcuadorH.Abdalla18Y.Assran1920Academy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, EgyptAcademy of Scientific Research and Technology of the Arab Republic of EgyptEgyptian Network of High Energy PhysicsCairoEgyptAcademy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, Egypt18Also at Cairo University, Cairo, Egypt.19Also at Suez University, Suez, Egypt.20Now at British University in Egypt, Cairo, Egypt.M.A.MahmoudY.MohammedCenter for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, EgyptCenter for High Energy Physics (CHEP-FU)Fayoum UniversityEl-FayoumEgyptCenter for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, EgyptR.K.Dewanjee21K.EhatahtM.KadastikT.LangeS.NandanC.NielsenJ.PataM.RaidalL.TaniC.VeelkenNational Institute of Chemical Physics and Biophysics, Tallinn, EstoniaNational Institute of Chemical Physics and BiophysicsTallinnEstoniaNational Institute of Chemical Physics and Biophysics, Tallinn, Estonia21Also at Birla Institute of Technology, Mesra, Mesra, India.H.KirschenmannK.OsterbergM.VoutilainenDepartment of Physics, University of Helsinki, Helsinki, FinlandDepartment of PhysicsUniversity of HelsinkiHelsinkiFinlandDepartment of Physics, University of Helsinki, Helsinki, FinlandS.BharthuarE.BrückenF.GarciaJ.HavukainenK.T.S.KallonenR.KinnunenT.LampénK.Lassila-PeriniS.LehtiT.LindénM.LottiL.MartikainenM.MyllymäkiM.m.RantanenH.SiikonenE.TuominenJ.TuominiemiHelsinki Institute of Physics, Helsinki, FinlandHelsinki Institute of PhysicsHelsinkiFinlandHelsinki Institute of Physics, Helsinki, FinlandP.LuukkaH.PetrowT.TuuvaLappeenranta-Lahti University of Technology, Lappeenranta, FinlandLappeenranta-Lahti University of TechnologyLappeenrantaFinlandLappeenranta-Lahti University of Technology, Lappeenranta, FinlandDeceased.M.BesanconF.CoudercM.DejardinD.DenegriJ.L.FaureF.FerriS.GanjourP.GrasG.Hamel de MonchenaultV.LohezicJ.MalclesJ.RanderA.RosowskyM.Ö.SahinA.Savoy-Navarro22P.SimkinaM.TitovM.TornagoIRFU, CEA, Université Paris-Saclay, Gif-sur-Yvette, FranceIRFUCEAUniversité Paris-SaclayGif-sur-YvetteFranceIRFU, CEA, Université Paris-Saclay, Gif-sur-Yvette, France22Also at Purdue University, West Lafayette, Indiana, USA.C.Baldenegro BarreraF.BeaudetteA.Buchot PerraguinP.BussonA.CappatiC.CharlotF.DamasO.DavignonA.De WitG.FalmagneB.A.Fontana Santos AlvesS.GhoshA.GilbertR.Granier de CassagnacA.HakimiB.HarikrishnanL.KalipolitiG.LiuJ.MottaM.NguyenC.OchandoL.PortalesR.SalernoJ.B.SauvanY.SiroisA.TarabiniE.VernazzaA.ZabiA.ZghicheLaboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, FranceLaboratoire Leprince-RinguetCNRS/IN2P3Ecole PolytechniqueInstitut Polytechnique de ParisPalaiseauFranceLaboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, FranceJ.-L.Agram23J.AndreaD.ApparuD.BlochJ.-M.BromE.C.ChabertC.CollardS.FalkeU.GoerlachC.GrimaultR.HaeberleA.-C.Le BihanM.MeenaG.SahaM.A.SessiniP.Van HoveUniversité de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, FranceUniversité de StrasbourgCNRSIPHC UMR 7178StrasbourgFranceUniversité de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France23Also at Université de Haute Alsace, Mulhouse, France.S.BeauceronB.BlanconG.BoudoulN.ChanonJ.ChoiD.ContardoP.DepasseC.Dozen24H.El MamouniJ.FayS.GasconM.GouzevitchC.GreenbergG.GrenierB.IlleI.B.LaktinehM.LethuillierL.MirabitoS.PerriesA.PurohitM.Vander DoncktP.VerdierJ.XiaoInstitut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, FranceInstitut de Physique des 2 Infinis de Lyon (IP2I)VilleurbanneFranceInstitut de Physique des 2 Infinis de Lyon (IP2I ), Villeurbanne, France24Also at Department of Physics, Tsinghua University, Beijing, China.A.Khvedelidze17I.LomidzeZ.Tsamalaidze17Georgian Technical University, Tbilisi, GeorgiaGeorgian Technical UniversityTbilisiGeorgiaGeorgian Technical University, Tbilisi, GeorgiaV.BottaL.FeldK.KleinM.LipinskiD.MeuserA.PaulsN.RöwertM.TeroerdeRWTH Aachen University, I. Physikalisches Institut, Aachen, GermanyRWTH Aachen UniversityI. Physikalisches InstitutAachenGermanyRWTH Aachen University, I. Physikalisches Institut, Aachen, GermanyS.DiekmannA.DodonovaN.EichD.EliseevF.EngelkeM.ErdmannP.FackeldeyB.FischerT.HebbekerK.HoepfnerF.IvoneA.JungM.y.LeeL.MastrolorenzoF.MausolfM.MerschmeyerA.MeyerS.MukherjeeD.NollA.NovakF.NowotnyA.PozdnyakovY.RathW.RedjebF.RehmH.ReithlerU.SarkarV.SarkisoviA.SchmidtA.SharmaJ.L.SpahA.SteinF.Torres Da Silva De Araujo25L.VigilanteS.WiedenbeckS.ZaleskiRWTH Aachen University, III. Physikalisches Institut A, Aachen, GermanyRWTH Aachen UniversityIII. Physikalisches Institut AAachenGermanyRWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany25Also at The University of the State of Amazonas, Manaus, Brazil.C.DziwokG.FlüggeW.Haj Ahmad26T.KressA.NowackO.PoothA.StahlT.ZiemonsA.ZotzRWTH Aachen University, III. Physikalisches Institut B, Aachen, GermanyRWTH Aachen UniversityIII. Physikalisches Institut BAachenGermanyRWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany26Also at Erzincan Binali Yildirim University, Erzincan, Turkey.H.Aarup PetersenM.Aldaya MartinJ.AlimenaS.AmorosoY.AnS.BaxterM.BayatmakouH.Becerril GonzalezO.BehnkeA.BelvedereS.BhattacharyaF.Blekman27K.Borras28D.BrunnerA.CampbellA.CardiniC.ChengF.ColombinaS.Consuegra RodríguezG.Correia SilvaM.De SilvaG.EckerlinD.EcksteinL.I.Estevez BanosO.FilatovE.Gallo27A.GeiserA.GiraldiG.GreauV.GuglielmiM.GuthoffA.HinzmannA.Jafari29L.JeppeN.Z.JomhariB.KaechM.KasemannH.KavehC.KleinwortR.KoglerM.KommD.KrückerW.LangeD.Leyva PerniaK.Lipka30W.Lohmann31R.MankelI.-A.Melzer-PellmannM.Mendizabal MorentinJ.MetwallyA.B.MeyerG.MilellaA.MussgillerL.P.NairA.NürnbergY.OtaridJ.ParkD.Pérez AdánE.RankenA.RasperezaB.Ribeiro LopesJ.RübenachA.SaggioM.Scham3228S.Schnake28P.SchützeC.Schwanenberger27D.SelivanovaM.ShchedrolosievR.E.Sosa RicardoD.StaffordF.VazzolerA.Ventura BarrosoR.WalshQ.WangY.WenK.WichmannL.Wiens28C.WissingY.YangA.Zimermmane Castro SantosDeutsches Elektronen-Synchrotron, Hamburg, GermanyDeutsches Elektronen-SynchrotronHamburgGermanyDeutsches Elektronen-Synchrotron, Hamburg, Germany27Also at University of Hamburg, Hamburg, Germany.28Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany.29Also at Isfahan University of Technology, Isfahan, Iran.30Also at Bergische University Wuppertal (BUW), Wuppertal, Germany.31Also at Brandenburg University of Technology, Cottbus, Germany.32Also at Forschungszentrum Jülich, Juelich, Germany.A.AlbrechtS.AlbrechtM.AntonelloS.BeinL.BenatoM.BonanomiP.ConnorM.EichK.El MorabitY.FischerA.FröhlichC.GarbersE.GaruttiA.GrohsjeanM.HajheidariJ.HallerH.R.JabuschG.KasieczkaP.KeicherR.KlannerW.KorcariT.KramerV.KutznerF.LabeJ.LangeA.LobanovC.MatthiesA.MehtaL.MoureauxM.MrowietzA.NigamovaY.NissanA.PaaschK.J.Pena RodriguezT.QuadfaselB.RacitiM.RiegerD.SavoiuJ.SchindlerP.SchleperM.SchröderJ.SchwandtM.SommerhalderH.StadieG.SteinbrückA.TewsM.WolfUniversity of Hamburg, Hamburg, GermanyUniversity of HamburgHamburgGermanyUniversity of Hamburg, Hamburg, GermanyS.BrommerM.BurkartE.ButzT.ChwalekA.DierlammA.DrollN.FaltermannM.GiffelsA.GottmannF.Hartmann33R.HofsaessM.HorzelaU.HusemannJ.KieselerM.KluteR.KoppenhöferJ.M.LawhornM.LinkA.LintuluotoS.MaierS.MitraM.MormileTh.MüllerM.NeukumM.OhM.PresillaG.QuastK.RabbertzB.RegneryN.ShadskiyI.ShvetsovH.J.SimonisM.Toms34N.TrevisaniR.UlrichR.F.Von CubeM.WassmerS.WielandF.WittigR.WolfS.WunschX.ZuoKarlsruher Institut fuer Technologie, Karlsruhe, GermanyKarlsruher Institut fuer TechnologieKarlsruheGermanyKarlsruher Institut fuer Technologie, Karlsruhe, Germany33Also at CERN, European Organization for Nuclear Research, Geneva, Switzerland.34Now at an institute or an international laboratory covered by a cooperation agreement with CERN.G.AnagnostouG.DaskalakisA.KyriakisA.Papadopoulos33A.StakiaInstitute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, GreeceInstitute of Nuclear and Particle Physics (INPP)NCSR DemokritosAghia ParaskeviGreeceInstitute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, GreeceP.KontaxakisG.MelachroinosA.PanagiotouI.PapavergouI.ParaskevasN.SaoulidouK.TheofilatosE.TziaferiK.VellidisI.ZisopoulosNational and Kapodistrian University of Athens, Athens, GreeceNational and Kapodistrian University of AthensAthensGreeceNational and Kapodistrian University of Athens, Athens, GreeceG.BakasT.ChatzistavrouG.KarapostoliK.KousourisI.PapakrivopoulosE.SiamarkouG.TsipolitisA.ZacharopoulouNational Technical University of Athens, Athens, GreeceNational Technical University of AthensAthensGreeceNational Technical University of Athens, Athens, GreeceK.AdamidisI.BestintzanosI.EvangelouC.FoudasP.GianneiosC.KamtsikisP.KatsoulisP.KokkasP.G.Kosmoglou KioseoglouN.ManthosI.PapadopoulosJ.StrologasUniversity of Ioánnina, Ioánnina, GreeceUniversity of IoánninaIoánninaGreeceUniversity of Ioánnina, Ioánnina, GreeceM.Bartók35C.HajduD.Horvath3637F.SiklerV.VeszpremiHUN-REN Wigner Research Centre for Physics, Budapest, HungaryHUN-REN Wigner Research Centre for PhysicsBudapestHungaryHUN-REN Wigner Research Centre for Physics, Budapest, Hungary35Also at Institute of Physics, University of Debrecen, Debrecen, Hungary.36Also at Institute of Nuclear Research ATOMKI, Debrecen, Hungary.37Now at Universitatea Babes-Bolyai - Facultatea de Fizica, Cluj-Napoca, Romania.M.CsanádK.FarkasM.M.A.Gadallah38Á.KadlecsikP.MajorK.MandalG.PásztorA.J.Rádl39G.I.VeresMTA-ELTE Lendület CMS Particle and Nuclear Physics Group, Eötvös Loránd University, Budapest, HungaryMTA-ELTE Lendület CMS Particle and Nuclear Physics GroupEötvös Loránd UniversityBudapestHungaryMTA-ELTE Lendület CMS Particle and Nuclear Physics Group, Eötvös Loránd University, Budapest, Hungary38Also at Physics Department, Faculty of Science, Assiut University, Assiut, Egypt.39Also at HUN-REN Wigner Research Centre for Physics, Budapest, Hungary.P.RaicsB.UjvariG.ZiliziFaculty of Informatics, University of Debrecen, Debrecen, HungaryFaculty of InformaticsUniversity of DebrecenDebrecenHungaryFaculty of Informatics, University of Debrecen, Debrecen, HungaryG.BenczeS.CzellarJ.Karancsi35J.MolnarZ.SzillasiInstitute of Nuclear Research ATOMKI, Debrecen, HungaryInstitute of Nuclear Research ATOMKIDebrecenHungaryInstitute of Nuclear Research ATOMKI, Debrecen, HungaryT.Csorgo39F.Nemes39T.NovakKaroly Robert Campus, MATE Institute of Technology, Gyongyos, HungaryMATE Institute of TechnologyKaroly Robert CampusGyongyosHungaryKaroly Robert Campus, MATE Institute of Technology, Gyongyos, HungaryJ.BabbarS.BansalS.B.BeriV.BhatnagarG.ChaudharyS.ChauhanN.Dhingra40A.KaurA.KaurH.KaurM.KaurS.KumarK.SandeepT.SheokandJ.B.SinghA.SinglaPanjab University, Chandigarh, IndiaPanjab UniversityChandigarhIndiaPanjab University, Chandigarh, India40Also at Punjab Agricultural University, Ludhiana, India.A.AhmedA.BhardwajA.ChhetriB.C.ChoudharyA.KumarA.KumarM.NaimuddinK.RanjanS.SaumyaUniversity of Delhi, Delhi, IndiaUniversity of DelhiDelhiIndiaUniversity of Delhi, Delhi, IndiaS.BaradiaS.Barman41S.BhattacharyaS.DuttaS.DuttaP.PalitS.SarkarSaha Institute of Nuclear Physics, HBNI, Kolkata, IndiaSaha Institute of Nuclear PhysicsHBNIKolkataIndiaSaha Institute of Nuclear Physics, HBNI, Kolkata, India41Also at University of Visva-Bharati, Santiniketan, India.M.M.AmeenP.K.BeheraS.C.BeheraS.ChatterjeeP.JanaP.KalbhorJ.R.Komaragiri42D.Kumar42L.Panwar42P.R.PujahariN.R.SahaA.SharmaA.K.SikdarS.VermaIndian Institute of Technology Madras, Madras, IndiaIndian Institute of Technology MadrasMadrasIndiaIndian Institute of Technology Madras, Madras, India42Also at Indian Institute of Science (IISc), Bangalore, India.S.DugadM.KumarG.B.MohantyP.SuryadevaraTata Institute of Fundamental Research-A, Mumbai, IndiaTata Institute of Fundamental Research-AMumbaiIndiaTata Institute of Fundamental Research-A, Mumbai, IndiaA.BalaS.BanerjeeR.M.ChatterjeeM.GuchaitSh.JainS.KarmakarS.KumarG.MajumderK.MazumdarS.ParoliaA.ThachayathTata Institute of Fundamental Research-B, Mumbai, IndiaTata Institute of Fundamental Research-BMumbaiIndiaTata Institute of Fundamental Research-B, Mumbai, IndiaS.Bahinipati43A.K.DasC.KarD.Maity44P.MalT.MishraV.K.Muraleedharan Nair Bindhu44K.Naskar44A.Nayak44P.SadangiP.SahaS.K.SwainS.Varghese44D.Vats44National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, IndiaNational Institute of Science Education and ResearchAn OCC of Homi Bhabha National InstituteBhubaneswarOdishaIndiaNational Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India43Also at IIT Bhubaneswar, Bhubaneswar, India.44Also at Institute of Physics, Bhubaneswar, India.S.Acharya45A.AlpanaS.DubeB.Gomber45B.KansalA.LahaB.Sahu45S.SharmaIndian Institute of Science Education and Research (IISER), Pune, IndiaIndian Institute of Science Education and Research (IISER)PuneIndiaIndian Institute of Science Education and Research (IISER), Pune, India45Also at University of Hyderabad, Hyderabad, India.H.Bakhshiansohi46E.Khazaie47M.Zeinali48Isfahan University of Technology, Isfahan, IranIsfahan University of TechnologyIsfahanIranIsfahan University of Technology, Isfahan, Iran46Also at Deutsches Elektronen-Synchrotron, Hamburg, Germany.47Also at Department of Physics, Isfahan University of Technology, Isfahan, Iran.48Also at Sharif University of Technology, Tehran, Iran.S.Chenarani49S.M.EtesamiM.KhakzadM.Mohammadi NajafabadiInstitute for Research in Fundamental Sciences (IPM), Tehran, IranInstitute for Research in Fundamental Sciences (IPM)TehranIranInstitute for Research in Fundamental Sciences (IPM), Tehran, Iran49Also at Department of Physics, University of Science and Technology of Mazandaran, Behshahr, Iran.M.GrunewaldUniversity College Dublin, Dublin, IrelandUniversity College DublinDublinIrelandUniversity College Dublin, Dublin, IrelandM.AbbresciaabR.Alyac50A.ColaleoabD.CreanzaacB.D'AnziabN.De FilippisacM.De PalmaabA.Di FlorioacW.Elmetenaweeab50L.FioreaG.IaselliacM.LoukaabG.MaggiacM.MaggiaI.MargjekaabV.MastrapasquaabS.MyabS.NuzzoabA.PellecchiaabA.PompiliabG.PuglieseacR.RadognaaG.Ramirez-SanchezacD.RamosaA.RanieriaL.SilvestrisaF.M.SimoneabÜ.SözbiliraA.StamerraaR.VendittiaP.VerwilligenaA.ZazaabaINFN Sezione di Bari, Bari, ItalyINFN Sezione di BariBariItalyINFN Sezione di Bari, Bari, ItalybUniversità di Bari, Bari, ItalyUniversità di BariBariItalyUniversità di Bari, Bari, ItalycPolitecnico di Bari, Bari, ItalyPolitecnico di BariBariItalyPolitecnico di Bari, Bari, Italy50Also at Helwan University, Cairo, Egypt.G.AbbiendiaC.BattilanaabD.BonacorsiabL.BorgonoviaR.CampaniniabP.CapiluppiabA.CastroabF.R.CavalloaM.CuffianiabG.M.DallavalleaT.DiotaleviabF.FabbriaA.FanfaniabD.FasanellaabP.GiacomelliaL.GiommiabC.GrandiaL.GuiducciabS.Lo Meoa51L.LunertiabS.MarcelliniaG.MasettiaF.L.NavarriaabA.PerrottaaF.PrimaveraabA.M.RossiabG.P.SiroliabaINFN Sezione di Bologna, Bologna, ItalyINFN Sezione di BolognaBolognaItalyINFN Sezione di Bologna, Bologna, ItalybUniversità di Bologna, Bologna, ItalyUniversità di BolognaBolognaItalyUniversità di Bologna, Bologna, Italy51Also at Italian National Agency for New Technologies, Energy and Sustainable Economic Development, Bologna, Italy.S.Costaab52A.Di MattiaaR.PotenzaabA.Tricomiab52C.TuveabaINFN Sezione di Catania, Catania, ItalyINFN Sezione di CataniaCataniaItalyINFN Sezione di Catania, Catania, ItalybUniversità di Catania, Catania, ItalyUniversità di CataniaCataniaItalyUniversità di Catania, Catania, Italy52Also at Centro Siciliano di Fisica Nucleare e di Struttura Della Materia, Catania, Italy.P.AssiourasaG.BarbagliaG.BardelliabB.CamaianiabA.CasseseaR.CeccarelliaV.CiulliabC.CivininiaR.D'AlessandroabE.FocardiabT.KelloaG.LatinoabP.LenziabM.LizzoaM.MeschiniaS.PaolettiaA.PapanastassiouabG.SguazzoniaL.VilianiaaINFN Sezione di Firenze, Firenze, ItalyINFN Sezione di FirenzeFirenzeItalyINFN Sezione di Firenze, Firenze, ItalybUniversità di Firenze, Firenze, ItalyUniversità di FirenzeFirenzeItalyUniversità di Firenze, Firenze, ItalyL.BenussiS.BiancoS.Meola53D.PiccoloINFN Laboratori Nazionali di Frascati, Frascati, ItalyINFN Laboratori Nazionali di FrascatiFrascatiItalyINFN Laboratori Nazionali di Frascati, Frascati, Italy53Also at Università degli Studi Guglielmo Marconi, Roma, Italy.P.ChatagnonaF.FerroaE.RobuttiaS.TosiabaINFN Sezione di Genova, Genova, ItalyINFN Sezione di GenovaGenovaItalyINFN Sezione di Genova, Genova, ItalybUniversità di Genova, Genova, ItalyUniversità di GenovaGenovaItalyUniversità di Genova, Genova, ItalyA.BenagliaaG.BoldriniabF.BrivioaF.CetorelliaF.De GuioabM.E.DinardoabP.DiniaS.GennaiaR.GerosaabA.GhezziabP.GovoniabL.GuzziaM.T.LucchiniabM.MalbertiaS.MalvezziaA.MassironiaD.MenasceaL.MoroniaM.PaganoniabD.PedriniaB.S.PinoliniaS.RagazziabT.Tabarelli de FatisabD.ZuoloaaINFN Sezione di Milano-Bicocca, Milano, ItalyINFN Sezione di Milano-BicoccaMilanoItalyINFN Sezione di Milano-Bicocca, Milano, ItalybUniversità di Milano-Bicocca, Milano, ItalyUniversità di Milano-BicoccaMilanoItalyUniversità di Milano-Bicocca, Milano, ItalyS.BuontempoaA.CagnottaabF.CarnevaliabN.CavalloacA.De IorioabF.FabozziacA.O.M.IorioabL.Listaab54P.Paoluccia33B.RossiaC.SciaccaabaINFN Sezione di Napoli, Napoli, ItalyINFN Sezione di NapoliNapoliItalyINFN Sezione di Napoli, Napoli, ItalybUniversità di Napoli ‘Federico II’, Napoli, ItalyUniversità di Napoli ‘Federico II’NapoliItalyUniversità di Napoli ‘Federico II’, Napoli, ItalycUniversità della Basilicata, Potenza, ItalyUniversità della BasilicataPotenzaItalyUniversità della Basilicata, Potenza, ItalydUniversità G. Marconi, Roma, ItalyUniversità G. MarconiRomaItalyUniversità G. Marconi, Roma, Italy54Also at Scuola Superiore Meridionale, Università di Napoli ‘Federico II’, Napoli, Italy.R.ArdinoaP.AzziaN.Bacchettaa55D.BiselloabP.BortignonaA.BragagnoloabR.CarlinabP.ChecchiaaT.DorigoaF.FanzagoaU.GaspariniabF.GonellaaE.LusianiaM.MargoniabM.MiglioriniabJ.PazziniabP.RoncheseabR.RossinabF.SimonettoabG.StrongaM.TosiabA.TriossiabS.VenturaaH.YararabM.ZanettiabP.ZottoabA.ZucchettaabG.ZumerleabaINFN Sezione di Padova, Padova, ItalyINFN Sezione di PadovaPadovaItalyINFN Sezione di Padova, Padova, ItalybUniversità di Padova, Padova, ItalyUniversità di PadovaPadovaItalyUniversità di Padova, Padova, ItalycUniversità di Trento, Trento, ItalyUniversità di TrentoTrentoItalyUniversità di Trento, Trento, Italy55Also at Fermi National Accelerator Laboratory, Batavia, Illinois, USA.S.Abu Zeida56C.AimèabA.BraghieriaS.CalzaferriaD.FiorinaaP.MontagnaabV.ReaC.RiccardiabP.SalviniaI.VaiabP.VituloabaINFN Sezione di Pavia, Pavia, ItalyINFN Sezione di PaviaPaviaItalyINFN Sezione di Pavia, Pavia, ItalybUniversità di Pavia, Pavia, ItalyUniversità di PaviaPaviaItalyUniversità di Pavia, Pavia, Italy56Also at Ain Shams University, Cairo, Egypt.S.AjmalabP.Asenova57G.M.BileiaD.CiangottiniabL.FanòabM.MagheriniabG.MantovaniabV.MarianiabM.MenichelliaF.Moscatellia57A.RossiabA.SantocchiaabD.SpigaaT.TedeschiabaINFN Sezione di Perugia, Perugia, ItalyINFN Sezione di PerugiaPerugiaItalyINFN Sezione di Perugia, Perugia, ItalybUniversità di Perugia, Perugia, ItalyUniversità di PerugiaPerugiaItalyUniversità di Perugia, Perugia, Italy57Also at Consiglio Nazionale delle Ricerche - Istituto Officina dei Materiali, Perugia, Italy.P.AzzurriaG.BagliesiaR.BhattacharyaaL.BianchiniabT.BoccaliaE.BossiniaD.BruschiniacR.CastaldiaM.A.CiocciabM.CiprianiabV.D'AmanteadR.Dell'OrsoaS.DonatoaA.GiassiaF.LigabueacD.Matos FigueiredoaA.MessineoabM.MusichabF.PallaaA.RizziabG.RolandiacS.Roy ChowdhuryaT.SarkaraA.ScribanoaP.SpagnoloaR.TenchiniaG.TonelliabN.TuriniadA.VenturiaP.G.VerdiniaaINFN Sezione di Pisa, Pisa, ItalyINFN Sezione di PisaPisaItalyINFN Sezione di Pisa, Pisa, ItalybUniversità di Pisa, Pisa, ItalyUniversità di PisaPisaItalyUniversità di Pisa, Pisa, ItalycScuola Normale Superiore di Pisa, Pisa, ItalyScuola Normale Superiore di PisaPisaItalyScuola Normale Superiore di Pisa, Pisa, ItalydUniversità di Siena, Siena, ItalyUniversità di SienaSienaItalyUniversità di Siena, Siena, ItalyP.BarriaaM.CampanaabF.CavallariaL.Cunqueiro MendezabD.Del ReabE.Di MarcoaM.DiemozaF.ErricoabE.LongoabP.MeridianiaJ.MijuskovicabG.OrgantiniabF.PandolfiaR.ParamattiabC.QuarantaabS.RahatlouabC.RovelliaF.SantanastasioabL.SoffiaaINFN Sezione di Roma, Roma, ItalyINFN Sezione di RomaRomaItalyINFN Sezione di Roma, Roma, ItalybSapienza Università di Roma, Roma, ItalySapienza Università di RomaRomaItalySapienza Università di Roma, Roma, ItalyN.AmapaneabR.ArcidiaconoacS.ArgiroabM.ArneodoacN.BartosikaR.BellanabA.BelloraabC.BiinoaN.CartigliaaM.CostaabR.CovarelliabN.DemariaaL.FincoaM.GrippoabB.KianiabF.LeggeraF.LuongoabC.MariottiaS.MaselliaA.MeccaabE.MiglioreabM.MontenoaR.MulargiaaM.M.ObertinoabG.OrtonaaL.PacherabN.PastroneaM.PelliccioniaM.RuspaacF.SivieroabV.SolaabA.SolanoabA.StaianoaC.TarriconeabD.TrocinoaG.UmoretabE.VlasovabaINFN Sezione di Torino, Torino, ItalyINFN Sezione di TorinoTorinoItalyINFN Sezione di Torino, Torino, ItalybUniversità di Torino, Torino, ItalyUniversità di TorinoTorinoItalyUniversità di Torino, Torino, ItalycUniversità del Piemonte Orientale, Novara, ItalyUniversità del Piemonte OrientaleNovaraItalyUniversità del Piemonte Orientale, Novara, ItalyS.BelforteaV.CandeliseabM.CasarsaaF.CossuttiaK.De LeoabG.Della RiccaabaINFN Sezione di Trieste, Trieste, ItalyINFN Sezione di TriesteTriesteItalyINFN Sezione di Trieste, Trieste, ItalybUniversità di Trieste, Trieste, ItalyUniversità di TriesteTriesteItalyUniversità di Trieste, Trieste, ItalyS.DograJ.HongC.HuhB.KimD.H.KimJ.KimH.LeeS.W.LeeC.S.MoonY.D.OhM.S.RyuS.SekmenY.C.YangKyungpook National University, Daegu, KoreaKyungpook National UniversityDaeguKoreaKyungpook National University, Daegu, KoreaM.S.KimDepartment of Mathematics and Physics - GWNU, Gangneung, KoreaDepartment of Mathematics and Physics - GWNUGangneungKoreaDepartment of Mathematics and Physics - GWNU, Gangneung, KoreaG.BakP.GwakH.KimD.H.MoonChonnam National University, Institute for Universe and Elementary Particles, Kwangju, KoreaChonnam National UniversityInstitute for Universe and Elementary ParticlesKwangjuKoreaChonnam National University, Institute for Universe and Elementary Particles, Kwangju, KoreaE.AsilarD.KimT.J.KimJ.A.MerlinHanyang University, Seoul, KoreaHanyang UniversitySeoulKoreaHanyang University, Seoul, KoreaS.ChoiS.HanB.HongK.LeeK.S.LeeS.LeeJ.ParkS.K.ParkJ.YooKorea University, Seoul, KoreaKorea UniversitySeoulKoreaKorea University, Seoul, KoreaJ.GohS.YangKyung Hee University, Department of Physics, Seoul, KoreaKyung Hee UniversityDepartment of PhysicsSeoulKoreaKyung Hee University, Department of Physics, Seoul, KoreaH.S.KimY.KimS.LeeSejong University, Seoul, KoreaSejong UniversitySeoulKoreaSejong University, Seoul, KoreaJ.AlmondJ.H.BhyunJ.ChoiW.JunJ.KimJ.S.KimS.KoH.KwonH.LeeJ.LeeJ.LeeB.H.OhS.B.OhH.SeoU.K.YangI.YoonSeoul National University, Seoul, KoreaSeoul National UniversitySeoulKoreaSeoul National University, Seoul, KoreaW.JangD.Y.KangY.KangS.KimB.KoJ.S.H.LeeY.LeeI.C.ParkY.RohI.J.WatsonUniversity of Seoul, Seoul, KoreaUniversity of SeoulSeoulKoreaUniversity of Seoul, Seoul, KoreaS.HaH.D.YooYonsei University, Department of Physics, Seoul, KoreaYonsei UniversityDepartment of PhysicsSeoulKoreaYonsei University, Department of Physics, Seoul, KoreaM.ChoiM.R.KimH.LeeY.LeeI.YuSungkyunkwan University, Suwon, KoreaSungkyunkwan UniversitySuwonKoreaSungkyunkwan University, Suwon, KoreaT.BeyrouthyY.MaghrbiCollege of Engineering and Technology, American University of the Middle East (AUM), Dasman, KuwaitCollege of Engineering and TechnologyAmerican University of the Middle East (AUM)DasmanKuwaitCollege of Engineering and Technology, American University of the Middle East (AUM), Dasman, KuwaitK.DreimanisA.GaileG.PikursA.PotrebkoM.SeidelV.Veckalns58Riga Technical University, Riga, LatviaRiga Technical UniversityRigaLatviaRiga Technical University, Riga, Latvia58Also at Riga Technical University, Riga, Latvia.N.R.StrautnieksUniversity of Latvia (LU), Riga, LatviaUniversity of Latvia (LU)RigaLatviaUniversity of Latvia (LU), Riga, LatviaM.AmbrozasA.JuodagalvisA.RinkeviciusG.TamulaitisVilnius University, Vilnius, LithuaniaVilnius UniversityVilniusLithuaniaVilnius University, Vilnius, LithuaniaN.Bin NorjoharuddeenI.Yusuff59Z.ZolkapliNational Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, MalaysiaNational Centre for Particle PhysicsUniversiti MalayaKuala LumpurMalaysiaNational Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, Malaysia59Also at Department of Applied Physics, Faculty of Science and Technology, Universiti Kebangsaan Malaysia, Bangi, Malaysia.J.F.BenitezA.Castaneda HernandezH.A.Encinas AcostaL.G.Gallegos MaríñezM.León CoelloJ.A.Murillo QuijadaA.SehrawatL.Valencia PalomoUniversidad de Sonora (UNISON), Hermosillo, MexicoUniversidad de Sonora (UNISON)HermosilloMexicoUniversidad de Sonora (UNISON), Hermosillo, MexicoG.AyalaH.Castilla-ValdezE.De La Cruz-BureloI.Heredia-De La Cruz60R.Lopez-FernandezC.A.Mondragon HerreraA.Sánchez HernándezCentro de Investigacion y de Estudios Avanzados del IPN, Mexico City, MexicoCentro de Investigacion y de Estudios Avanzados del IPNMexico CityMexicoCentro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico60Also at Consejo Nacional de Ciencia y Tecnología, Mexico City, Mexico.C.Oropeza BarreraM.Ramírez GarcíaUniversidad Iberoamericana, Mexico City, MexicoUniversidad IberoamericanaMexico CityMexicoUniversidad Iberoamericana, Mexico City, MexicoI.BautistaI.PedrazaH.A.Salazar IbarguenC.Uribe EstradaBenemerita Universidad Autonoma de Puebla, Puebla, MexicoBenemerita Universidad Autonoma de PueblaPueblaMexicoBenemerita Universidad Autonoma de Puebla, Puebla, MexicoI.BubanjaN.RaicevicUniversity of Montenegro, Podgorica, MontenegroUniversity of MontenegroPodgoricaMontenegroUniversity of Montenegro, Podgorica, MontenegroP.H.ButlerUniversity of Canterbury, Christchurch, New ZealandUniversity of CanterburyChristchurchNew ZealandUniversity of Canterbury, Christchurch, New ZealandA.AhmadM.I.AsgharA.AwaisM.I.M.AwanH.R.HooraniW.A.KhanNational Centre for Physics, Quaid-I-Azam University, Islamabad, PakistanNational Centre for PhysicsQuaid-I-Azam UniversityIslamabadPakistanNational Centre for Physics, Quaid-I-Azam University, Islamabad, PakistanV.AvatiL.GrzankaM.MalawskiAGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, PolandAGH University of KrakowFaculty of Computer Science, Electronics and TelecommunicationsKrakowPolandAGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, PolandH.BialkowskaM.BlujB.BoimskaM.GórskiM.KazanaM.SzleperP.ZalewskiNational Centre for Nuclear Research, Swierk, PolandNational Centre for Nuclear ResearchSwierkPolandNational Centre for Nuclear Research, Swierk, PolandK.BunkowskiK.DorobaA.KalinowskiM.KoneckiJ.KrolikowskiA.MuhammadInstitute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, PolandInstitute of Experimental PhysicsFaculty of PhysicsUniversity of WarsawWarsawPolandInstitute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, PolandK.PozniakW.ZabolotnyWarsaw University of Technology, Warsaw, PolandWarsaw University of TechnologyWarsawPolandWarsaw University of Technology, Warsaw, PolandM.AraujoD.BastosC.Beirão Da Cruz E SilvaA.BolettiM.BozzoT.CamporesiG.Da MolinP.FaccioliM.GallinaroJ.HollarN.LeonardoT.NiknejadA.PetrilliM.PisanoJ.SeixasJ.VarelaJ.W.WulffLaboratório de Instrumentação e Física Experimental de Partículas, Lisboa, PortugalLaboratório de Instrumentação e Física Experimental de PartículasLisboaPortugalLaboratório de Instrumentação e Física Experimental de Partículas, Lisboa, PortugalP.AdzicP.MilenovicFaculty of Physics, University of Belgrade, Belgrade, SerbiaFaculty of PhysicsUniversity of BelgradeBelgradeSerbiaFaculty of Physics, University of Belgrade, Belgrade, SerbiaM.DordevicJ.MilosevicV.RekovicVINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, SerbiaVINCA Institute of Nuclear SciencesUniversity of BelgradeBelgradeSerbiaVINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, SerbiaM.Aguilar-BenitezJ.Alcaraz MaestreCristina F.BedoyaM.CepedaM.CerradaN.ColinoB.De La CruzA.Delgado PerisA.Escalante Del ValleD.Fernández Del ValJ.P.Fernández RamosJ.FlixM.C.FouzO.Gonzalez LopezS.Goy LopezJ.M.HernandezM.I.JosaD.MoranC.M.Morcillo PerezÁ.Navarro TobarC.Perez DengraA.Pérez-Calero YzquierdoJ.Puerta PelayoI.RedondoD.D.Redondo FerreroL.RomeroS.Sánchez NavasL.Urda GómezJ.Vazquez EscobarC.WillmottCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT), Madrid, SpainCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT)MadridSpainCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT), Madrid, SpainJ.F.de TrocónizUniversidad Autónoma de Madrid, Madrid, SpainUniversidad Autónoma de MadridMadridSpainUniversidad Autónoma de Madrid, Madrid, SpainB.Alvarez GonzalezJ.CuevasJ.Fernandez MenendezS.FolguerasI.Gonzalez CaballeroJ.R.González FernándezE.Palencia CortezonC.Ramón ÁlvarezV.Rodríguez BouzaA.Soto RodríguezA.TrapoteC.Vico VillalbaP.VischiaUniversidad de Oviedo, Instituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA), Oviedo, SpainUniversidad de OviedoInstituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA)OviedoSpainUniversidad de Oviedo, Instituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA), Oviedo, SpainS.BhowmikS.Blanco FernándezJ.A.Brochero CifuentesI.J.CabrilloA.CalderonJ.Duarte CampderrosM.FernandezG.GomezC.Lasaosa GarcíaC.Martinez RiveroP.Martinez Ruiz del ArbolF.MatorrasP.Matorras CuevasE.Navarrete RamosJ.Piedra GomezL.ScodellaroI.VilaJ.M.Vizan GarciaInstituto de Física de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, SpainInstituto de Física de Cantabria (IFCA)CSIC-Universidad de CantabriaSantanderSpainInstituto de Física de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, SpainM.K.JayanandaB.Kailasapathy61D.U.J.SonnadaraD.D.C.WickramarathnaUniversity of Colombo, Colombo, Sri LankaUniversity of ColomboColomboSri LankaUniversity of Colombo, Colombo, Sri Lanka61Also at Trincomalee Campus, Eastern University, Sri Lanka, Nilaveli, Sri Lanka.W.G.D.Dharmaratna62K.LiyanageN.PereraN.WickramageUniversity of Ruhuna, Department of Physics, Matara, Sri LankaUniversity of RuhunaDepartment of PhysicsMataraSri LankaUniversity of Ruhuna, Department of Physics, Matara, Sri Lanka62Also at Saegis Campus, Nugegoda, Sri Lanka.D.AbbaneoC.AmendolaE.AuffrayG.AuzingerJ.BaechlerD.BarneyA.Bermúdez MartínezM.BiancoB.BilinA.A.Bin AnuarA.BocciE.BrondolinC.CaillolG.CerminaraN.ChernyavskayaD.d'EnterriaA.DabrowskiA.DavidA.De RoeckM.M.DefranchisM.DeileM.DobsonF.Fallavollita63L.ForthommeG.FranzoniW.FunkS.GianiD.GigiK.GillF.GlegeL.GouskosM.HarankoJ.HegemanB.HuberV.InnocenteT.JamesP.JanotS.LaurilaP.LecoqE.LeutgebC.LourençoB.MaierL.MalgeriM.MannelliA.C.MariniM.MatthewmanF.MeijersS.MersiE.MeschiV.MilosevicF.MontiF.MoortgatM.MuldersI.NeutelingsS.OrfanelliF.PantaleoG.PetruccianiA.PfeifferM.PieriniD.PiparoH.QuD.RabadyG.Reales GutiérrezM.RovereH.SakulinS.ScarfiC.SchwickM.SelvaggiA.SharmaK.ShchelinaP.SilvaP.Sphicas64A.G.Stahl LeitonA.SteenS.SummersD.TreilleP.TropeaA.TsirouD.WalterJ.Wanczyk65J.WangS.WuchterlP.ZehetnerP.ZejdlW.D.ZeunerCERN, European Organization for Nuclear Research, Geneva, SwitzerlandCERNEuropean Organization for Nuclear ResearchGenevaSwitzerlandCERN, European Organization for Nuclear Research, Geneva, Switzerland63Also at INFN Sezione di Pavia, Università di Pavia, Pavia, Italy.64Also at National and Kapodistrian University of Athens, Athens, Greece.65Also at Ecole Polytechnique Fédérale Lausanne, Lausanne, Switzerland.T.Bevilacqua66L.Caminada66A.EbrahimiW.ErdmannR.HorisbergerQ.IngramH.C.KaestliD.KotlinskiC.LangeM.Missiroli66L.Noehte66T.RohePaul Scherrer Institut, Villigen, SwitzerlandPaul Scherrer InstitutVilligenSwitzerlandPaul Scherrer Institut, Villigen, Switzerland66Also at Universität Zürich, Zurich, Switzerland.T.K.AarrestadK.Androsov65M.BackhausA.CalandriC.CazzanigaK.DattaA.De CosaG.DissertoriM.DittmarM.DonegàF.EbleM.GalliK.GediaF.GlessgenC.GrabD.HitsW.LustermannA.-M.LyonR.A.ManzoniM.MarchegianiL.MarcheseC.Martin PerezA.Mascellani65F.Nessi-TedaldiF.PaussV.PerovicS.PigazziniM.ReichmannC.ReisselT.ReitenspiessB.RisticF.RitiD.RuiniD.A.Sanz BecerraR.SeiditaJ.Steggemann65D.ValsecchiR.WallnyETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, SwitzerlandETH ZurichInstitute for Particle Physics and Astrophysics (IPA)ZurichSwitzerlandETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, SwitzerlandC.Amsler67P.BärtschiC.BottaD.BrzhechkoM.F.CanelliK.CormierR.Del BurgoJ.K.HeikkiläM.HuwilerW.JinA.JofreheiB.KilminsterS.LeontsinisS.P.LiechtiA.MacchioloP.MeiringV.M.MikuniU.MolinattiA.ReimersP.RobmannS.Sanchez CruzK.SchweigerM.SengerY.TakahashiR.TramontanoUniversität Zürich, Zurich, SwitzerlandUniversität ZürichZurichSwitzerlandUniversität Zürich, Zurich, Switzerland67Also at Stefan Meyer Institute for Subatomic Physics, Vienna, Austria.C.Adloff68D.BhowmikC.M.KuoW.LinP.K.RoutP.C.Tiwari42S.S.YuNational Central University, Chung-Li, TaiwanNational Central UniversityChung-LiTaiwanNational Central University, Chung-Li, Taiwan68Also at Laboratoire d'Annecy-le-Vieux de Physique des Particules, IN2P3-CNRS, Annecy-le-Vieux, France.L.CeardY.ChaoK.F.ChenP.s.ChenZ.g.ChenW.-S.HouT.h.HsuY.w.KaoR.KhuranaG.KoleY.y.LiR.-S.LuE.PaganisX.f.SuJ.Thomas-WilskerL.s.TsaiH.y.WuE.YazganNational Taiwan University (NTU), Taipei, TaiwanNational Taiwan University (NTU)TaipeiTaiwanNational Taiwan University (NTU), Taipei, TaiwanC.AsawatangtrakuldeeN.SrimanobhasV.WachirapusitanandHigh Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, ThailandHigh Energy Physics Research UnitDepartment of PhysicsFaculty of ScienceChulalongkorn UniversityBangkokThailandHigh Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, ThailandD.AgyelF.BoranZ.S.DemirogluF.DolekI.Dumanoglu69E.EskutY.Guler70E.Gurpinar Guler70C.IsikO.KaraA.Kayis TopaksuU.KiminsuG.OnengutK.Ozdemir71A.PolatozB.Tali72U.G.TokS.TurkcaparE.UslanI.S.ZorbakirÇukurova University, Physics Department, Science and Art Faculty, Adana, TurkeyÇukurova UniversityPhysics DepartmentScience and Art FacultyAdanaTurkeyÇukurova University, Physics Department, Science and Art Faculty, Adana, Turkey69Also at Near East University, Research Center of Experimental Health Science, Mersin, Turkey.70Also at Konya Technical University, Konya, Turkey.71Also at Izmir Bakircay University, Izmir, Turkey.72Also at Adiyaman University, Adiyaman, Turkey.M.Yalvac73Middle East Technical University, Physics Department, Ankara, TurkeyMiddle East Technical UniversityPhysics DepartmentAnkaraTurkeyMiddle East Technical University, Physics Department, Ankara, Turkey73Also at Bozok Universitetesi Rektörlügü, Yozgat, Turkey.B.AkgunI.O.AtakisiE.GülmezM.Kaya74O.Kaya75S.Tekten76Bogazici University, Istanbul, TurkeyBogazici UniversityIstanbulTurkeyBogazici University, Istanbul, Turkey74Also at Marmara University, Istanbul, Turkey.75Also at Milli Savunma University, Istanbul, Turkey.76Also at Kafkas University, Kars, Turkey.A.CakirK.Cankocak6977Y.KomurcuS.Sen78Istanbul Technical University, Istanbul, TurkeyIstanbul Technical UniversityIstanbulTurkeyIstanbul Technical University, Istanbul, Turkey77Now at stanbul Okan University, Istanbul, Turkey.78Also at Hacettepe University, Ankara, Turkey.O.AydilekS.Cerci72V.EpshteynB.HacisahinogluI.Hos79B.KaynakS.OzkorucukluO.PotokH.SertC.SimsekD.Sunar Cerci72C.ZorbilmezIstanbul University, Istanbul, TurkeyIstanbul UniversityIstanbulTurkeyIstanbul University, Istanbul, Turkey79Also at Istanbul University - Cerrahpasa, Faculty of Engineering, Istanbul, Turkey.B.Isildak80Yildiz Technical University, Istanbul, TurkeyYildiz Technical UniversityIstanbulTurkeyYildiz Technical University, Istanbul, Turkey80Also at Yildiz Technical University, Istanbul, Turkey.A.BoyaryntsevB.GrynyovInstitute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, UkraineInstitute for Scintillation Materials of National Academy of Science of UkraineKharkivUkraineInstitute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, UkraineL.LevchukNational Science Centre, Kharkiv Institute of Physics and Technology, Kharkiv, UkraineNational Science CentreKharkiv Institute of Physics and TechnologyKharkivUkraineNational Science Centre, Kharkiv Institute of Physics and Technology, Kharkiv, UkraineD.AnthonyJ.J.BrookeA.BundockF.BuryE.ClementD.CussansH.FlacherM.GlowackiJ.GoldsteinH.F.HeathL.KreczkoS.ParamesvaranS.Seif El Nasr-StoreyV.J.SmithN.Stylianou81K.Walkingshaw PassR.WhiteUniversity of Bristol, Bristol, United KingdomUniversity of BristolBristolUnited KingdomUniversity of Bristol, Bristol, United Kingdom81Also at Vrije Universiteit Brussel, Brussel, Belgium.A.H.BallK.W.BellA.Belyaev82C.BrewR.M.BrownD.J.A.CockerillC.CookeK.V.EllisK.HarderS.HarperM.-L.Holmberg83J.LinacreK.ManolopoulosD.M.NewboldE.OlaiyaD.PetytT.ReisG.SalviT.SchuhC.H.Shepherd-ThemistocleousI.R.TomalinT.WilliamsRutherford Appleton Laboratory, Didcot, United KingdomRutherford Appleton LaboratoryDidcotUnited KingdomRutherford Appleton Laboratory, Didcot, United Kingdom82Also at School of Physics and Astronomy, University of Southampton, Southampton, United Kingdom.83Also at University of Bristol, Bristol, United Kingdom.R.BainbridgeP.BlochC.E.BrownO.BuchmullerV.CacchioC.A.Carrillo MontoyaG.S.Chahal84D.CollingJ.S.DancuI.DasP.DaunceyG.DaviesJ.DaviesM.Della NegraS.FayerG.FediG.HallM.H.HassanshahiA.HowardG.IlesM.KnightJ.LangfordJ.León HolgadoL.LyonsA.-M.MagnanS.MalikA.MartelliM.MieskolainenJ.Nash85M.PesaresiB.C.Radburn-SmithA.RichardsA.RoseC.SeezR.ShuklaA.TapperK.UchidaG.P.UttleyL.H.VageT.Virdee33M.VojinovicN.WardleD.WinterbottomImperial College, London, United KingdomImperial CollegeLondonUnited KingdomImperial College, London, United Kingdom84Also at IPPP Durham University, Durham, United Kingdom.85Also at Monash University, Faculty of Science, Clayton, Australia.K.ColdhamJ.E.ColeA.KhanP.KyberdI.D.ReidBrunel University, Uxbridge, United KingdomBrunel UniversityUxbridgeUnited KingdomBrunel University, Uxbridge, United KingdomS.AbdullinA.BrinkerhoffB.CarawayJ.DittmannK.HatakeyamaJ.HiltbrandB.McMasterM.SaundersS.SawantC.SutantawibulJ.WilsonBaylor University, Waco, TX, USABaylor UniversityWacoTXUSABaylor University, Waco, Texas, USAR.BartekA.DominguezC.Huerta EscamillaA.E.SimsekR.UniyalA.M.Vargas HernandezCatholic University of America, Washington, DC, USACatholic University of AmericaWashingtonDCUSACatholic University of America, Washington, DC, USAB.BamR.ChudasamaS.I.CooperS.V.GleyzerC.U.PerezP.Rumerio86E.UsaiR.YiThe University of Alabama, Tuscaloosa, AL, USAThe University of AlabamaTuscaloosaALUSAThe University of Alabama, Tuscaloosa, Alabama, USA86Also at Università di Torino, Torino, Italy.A.AkpinarA.AlbertD.ArcaroC.CosbyZ.DemiragliC.EriceC.FangmeierC.Fernandez MadrazoE.FontanesiD.GastlerF.GolfS.JeonI.ReedJ.RohlfK.SalyerD.SperkaD.SpitzbartI.SuarezA.TsatsosS.YuanA.G.ZecchinelliBoston University, Boston, MA, USABoston UniversityBostonMAUSABoston University, Boston, Massachusetts, USAG.BenelliX.Coubez28D.CuttsM.HadleyU.HeintzJ.M.Hogan87T.KwonG.LandsbergK.T.LauD.LiJ.LuoS.MondalM.NarainN.PervanS.Sagir88F.SimpsonM.StamenkovicW.Y.WongX.YanW.ZhangBrown University, Providence, RI, USABrown UniversityProvidenceRIUSABrown University, Providence, Rhode Island, USA87Also at Bethel University, St. Paul, Minnesota, USA.88Also at Karamanoğlu Mehmetbey University, Karaman, Turkey.S.AbbottJ.BonillaC.BrainerdR.BreedonM.Calderon De La Barca SanchezM.ChertokM.CitronJ.ConwayP.T.CoxR.ErbacherF.JensenO.KukralG.MocellinM.MulhearnD.PellettW.WeiY.YaoF.ZhangUniversity of California, Davis, Davis, CA, USAUniversity of California, DavisDavisCAUSAUniversity of California, Davis, Davis, California, USAM.BachtisR.CousinsA.DattaG.Flores AvilaJ.HauserM.IgnatenkoM.A.IqbalT.LamE.MancaA.Nunez Del PradoD.SaltzbergV.ValuevUniversity of California, Los Angeles, CA, USAUniversity of CaliforniaLos AngelesCAUSAUniversity of California, Los Angeles, California, USAR.ClareJ.W.GaryM.GordonG.HansonW.SiS.WimpennyUniversity of California, Riverside, Riverside, CA, USAUniversity of California, RiversideRiversideCAUSAUniversity of California, Riverside, Riverside, California, USAJ.G.BransonS.CittolinS.CoopersteinD.DiazJ.DuarteL.GianniniJ.GuiangR.KansalV.KrutelyovR.LeeJ.LettsM.MasciovecchioF.MokhtarS.MukherjeeM.PieriM.QuinnanB.V.Sathia NarayananV.SharmaM.TadelE.VourliotisF.WürthweinY.XiangA.YagilUniversity of California, San Diego, La Jolla, CA, USAUniversity of California, San DiegoLa JollaCAUSAUniversity of California, San Diego, La Jolla, California, USAA.BarzdukasL.BrennanC.CampagnariA.DorsettJ.IncandelaJ.KimA.J.LiP.MastersonH.MeiJ.RichmanU.SaricaR.SchmitzF.SettiJ.SheplockD.StuartT.Á.VámiS.WangUniversity of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USAUniversity of California, Santa BarbaraDepartment of PhysicsSanta BarbaraCAUSAUniversity of California, Santa Barbara - Department of Physics, Santa Barbara, California, USAA.BornheimO.CerriA.LatorreJ.MaoH.B.NewmanM.SpiropuluJ.R.VlimantC.WangS.XieR.Y.ZhuCalifornia Institute of Technology, Pasadena, CA, USACalifornia Institute of TechnologyPasadenaCAUSACalifornia Institute of Technology, Pasadena, California, USAJ.AlisonS.AnM.B.AndrewsP.BryantM.CremonesiV.DuttaT.FergusonA.HarilalC.LiuT.MudholkarS.MurthyM.PauliniA.RobertsA.SanchezW.TerrillCarnegie Mellon University, Pittsburgh, PA, USACarnegie Mellon UniversityPittsburghPAUSACarnegie Mellon University, Pittsburgh, Pennsylvania, USAJ.P.CumalatW.T.FordA.HassaniG.KarathanasisE.MacDonaldN.ManganelliF.MariniA.PerloffC.SavardN.SchonbeckK.StensonK.A.UlmerS.R.WagnerN.ZipperUniversity of Colorado Boulder, Boulder, CO, USAUniversity of Colorado BoulderBoulderCOUSAUniversity of Colorado Boulder, Boulder, Colorado, USAJ.AlexanderS.Bright-ThonneyX.ChenD.J.CranshawJ.FanX.FanD.GadkariS.HoganP.KotamnivesJ.MonroyM.OshiroJ.R.PattersonJ.ReichertM.ReidA.RydJ.ThomP.WittichR.ZouCornell University, Ithaca, NY, USACornell UniversityIthacaNYUSACornell University, Ithaca, New York, USAM.AlbrowM.AlyariO.AmramG.ApollinariA.ApresyanL.A.T.BauerdickD.BerryJ.BerryhillP.C.BhatK.BurkettJ.N.ButlerA.CanepaG.B.CeratiH.W.K.CheungF.ChlebanaG.CummingsJ.DickinsonI.DuttaV.D.ElviraY.FengJ.FreemanA.GandrakotaZ.GecseL.GrayD.GreenA.GrummerS.GrünendahlD.GuerreroO.GutscheR.M.HarrisR.HellerT.C.HerwigJ.HirschauerL.HorynB.JayatilakaS.JindarianiM.JohnsonU.JoshiT.KlijnsmaB.KlimaK.H.M.KwokS.LammelD.LincolnR.LiptonT.LiuC.MadridK.MaeshimaC.MantillaD.MasonP.McBrideP.MerkelS.MrennaS.NahnJ.NgadiubaD.NoonanV.PapadimitriouN.PastikaK.PedroC.Pena89F.RaveraA.Reinsvold Hall90L.RistoriE.Sexton-KennedyN.SmithA.SohaL.SpiegelS.StoynevJ.StraitL.TaylorS.TkaczykN.V.TranL.UpleggerE.W.VaanderingI.ZoiFermi National Accelerator Laboratory, Batavia, IL, USAFermi National Accelerator LaboratoryBataviaILUSAFermi National Accelerator Laboratory, Batavia, Illinois, USA89Also at California Institute of Technology, Pasadena, California, USA.90Also at United States Naval Academy, Annapolis, Maryland, USA.C.ArutaP.AveryD.BourilkovL.CadamuroP.ChangV.CherepanovR.D.FieldE.KoenigM.KolosovaJ.KonigsbergA.KorytovK.H.LoK.MatchevN.MenendezG.MitselmakherK.MohrmanA.Muthirakalayil MadhuN.RawalD.RosenzweigS.RosenzweigK.ShiJ.WangUniversity of Florida, Gainesville, FL, USAUniversity of FloridaGainesvilleFLUSAUniversity of Florida, Gainesville, Florida, USAT.AdamsA.Al KadhimA.AskewN.BowerR.HabibullahV.HagopianR.HashmiR.S.KimS.KimT.KolbergG.MartinezH.ProsperP.R.ProvaO.ViazloM.WulansatitiR.YohayJ.ZhangFlorida State University, Tallahassee, FL, USAFlorida State UniversityTallahasseeFLUSAFlorida State University, Tallahassee, Florida, USAB.AlsufyaniM.M.BaarmandS.ButallaT.Elkafrawy56M.HohlmannR.Kumar VermaM.RahmaniE.YanesFlorida Institute of Technology, Melbourne, FL, USAFlorida Institute of TechnologyMelbourneFLUSAFlorida Institute of Technology, Melbourne, Florida, USAM.R.AdamsA.BatyC.BennettR.CavanaughS.DittmerR.Escobar FrancoO.EvdokimovC.E.GerberD.J.HofmanJ.h.LeeD.S.LemosA.H.MerritC.MillsS.NandaG.OhB.OzekD.PilipovicR.PradhanT.RoyS.RudrabhatlaM.B.TonjesN.VarelasX.WangZ.YeJ.YooUniversity of Illinois Chicago, Chicago, USAUniversity of Illinois ChicagoChicagoUSAUniversity of Illinois Chicago, Chicago, USA, Chicago, USAM.AlhusseiniD.BlendK.Dilsiz91L.EmediatoG.KaramanO.K.KöseyanJ.-P.MerloA.Mestvirishvili92J.NachtmanO.NeogiH.Ogul93Y.OnelA.PenzoC.SnyderE.Tiras94The University of Iowa, Iowa City, IA, USAThe University of IowaIowa CityIAUSAThe University of Iowa, Iowa City, Iowa, USA91Also at Bingol University, Bingol, Turkey.92Also at Georgian Technical University, Tbilisi, Georgia.93Also at Sinop University, Sinop, Turkey.94Also at Erciyes University, Kayseri, Turkey.B.BlumenfeldL.CorcodilosJ.DavisA.V.GritsanL.KangS.KyriacouP.MaksimovicM.RoguljicJ.RoskesS.SekharM.SwartzJohns Hopkins University, Baltimore, MD, USAJohns Hopkins UniversityBaltimoreMDUSAJohns Hopkins University, Baltimore, Maryland, USAA.AbreuL.F.Alcerro AlcerroJ.AnguianoP.BaringerA.BeanZ.FlowersD.GroveJ.KingG.KrintirasM.LazarovitsC.Le MahieuC.LindseyJ.MarquezN.MinafraM.MurrayM.NickelM.PittS.Popescu95C.RoganC.RoyonR.SalvaticoS.SandersC.SmithQ.WangG.WilsonThe University of Kansas, Lawrence, KS, USAThe University of KansasLawrenceKSUSAThe University of Kansas, Lawrence, Kansas, USA95Also at Horia Hulubei National Institute of Physics and Nuclear Engineering (IFIN-HH), Bucharest, Romania.B.AllmondA.IvanovK.KaadzeA.KalogeropoulosD.KimY.MaravinK.NamJ.NatoliD.RoyG.SorrentinoKansas State University, Manhattan, KS, USAKansas State UniversityManhattanKSUSAKansas State University, Manhattan, Kansas, USAF.RebassooD.WrightLawrence Livermore National Laboratory, Livermore, CA, USALawrence Livermore National LaboratoryLivermoreCAUSALawrence Livermore National Laboratory, Livermore, California, USAA.BadenA.BelloniA.BethaniY.M.ChenS.C.EnoN.J.HadleyS.JabeenR.G.KelloggT.KoethY.LaiS.LascioA.C.MignereyS.NabiliC.PalmerC.PapageorgakisM.M.ParanjpeL.WangUniversity of Maryland, College Park, MD, USAUniversity of MarylandCollege ParkMDUSAUniversity of Maryland, College Park, Maryland, USAJ.BendavidW.BuszaI.A.CaliY.ChenM.D'AlfonsoJ.EysermansC.FreerG.Gomez-CeballosM.GoncharovG.GrossoP.HarrisD.HoangD.KovalskyiJ.KrupaL.LavezzoY.-J.LeeK.LongC.MironovC.PausD.RankinC.RolandG.RolandS.RothmanZ.ShiG.S.F.StephansZ.WangB.WyslouchT.J.YangMassachusetts Institute of Technology, Cambridge, MA, USAMassachusetts Institute of TechnologyCambridgeMAUSAMassachusetts Institute of Technology, Cambridge, Massachusetts, USAB.CrossmanB.M.JoshiC.KapsiakM.KrohnD.MahonJ.MansB.MarzocchiS.PandeyM.ReveringR.RusackR.SaradhyN.SchroederN.StrobbeM.A.WadudUniversity of Minnesota, Minneapolis, MN, USAUniversity of MinnesotaMinneapolisMNUSAUniversity of Minnesota, Minneapolis, Minnesota, USAL.M.CremaldiUniversity of Mississippi, Oxford, MS, USAUniversity of MississippiOxfordMSUSAUniversity of Mississippi, Oxford, Mississippi, USAK.BloomM.BrysonD.R.ClaesG.HazaJ.HossainC.JooI.KravchenkoJ.E.SiadoW.TabbA.VagneriniA.WightmanF.YanD.YuUniversity of Nebraska-Lincoln, Lincoln, NE, USAUniversity of Nebraska-LincolnLincolnNEUSAUniversity of Nebraska-Lincoln, Lincoln, Nebraska, USAH.BandyopadhyayL.HayI.IashviliA.KharchilavaM.MorrisD.NguyenS.RappoccioH.Rejeb SfarA.WilliamsState University of New York at Buffalo, Buffalo, NY, USAState University of New York at BuffaloBuffaloNYUSAState University of New York at Buffalo, Buffalo, New York, USAG.AlversonE.BarberisJ.DervanY.HaddadY.HanA.KrishnaJ.LiM.Lu96G.MadiganR.MccarthyD.M.MorseV.NguyenT.OrimotoA.ParkerL.SkinnariA.Tishelman-CharnyB.WangD.WoodNortheastern University, Boston, MA, USANortheastern UniversityBostonMAUSANortheastern University, Boston, Massachusetts, USA96Also at Sun Yat-Sen University, Guangzhou, China.S.BhattacharyaJ.BueghlyZ.ChenK.A.HahnY.LiuY.MiaoD.G.MonkM.H.SchmittA.TaliercioM.VelascoNorthwestern University, Evanston, IL, USANorthwestern UniversityEvanstonILUSANorthwestern University, Evanston, Illinois, USAG.AgarwalR.BandR.BucciS.CastellsA.DasR.GoldouzianM.HildrethK.W.HoK.Hurtado AnampaT.IvanovC.JessopK.LannonJ.LawrenceN.LoukasL.LuttonJ.MarianoN.MarinelliI.McalisterT.McCauleyC.McgradyC.MooreY.Musienko17H.NelsonM.OshersonA.PiccinelliR.RuchtiA.TownsendY.WanM.WayneH.YockeyM.ZaruckiL.ZygalaUniversity of Notre Dame, Notre Dame, IN, USAUniversity of Notre DameNotre DameINUSAUniversity of Notre Dame, Notre Dame, Indiana, USAA.BasnetB.BylsmaM.CarriganL.S.DurkinC.HillM.JoyceM.Nunez OrnelasK.WeiB.L.WinerB.R.YatesThe Ohio State University, Columbus, OH, USAThe Ohio State UniversityColumbusOHUSAThe Ohio State University, Columbus, Ohio, USAF.M.AddesaH.BouchamaouiP.DasG.DezoortP.ElmerA.FrankenthalB.GreenbergN.HaubrichG.KoppS.KwanD.LangeA.LoeligerD.MarlowI.OjalvoJ.OlsenA.ShevelevD.SticklandC.TullyPrinceton University, Princeton, NJ, USAPrinceton UniversityPrincetonNJUSAPrinceton University, Princeton, New Jersey, USAS.MalikUniversity of Puerto Rico, Mayaguez, PR, USAUniversity of Puerto RicoMayaguezPRUSAUniversity of Puerto Rico, Mayaguez, Puerto Rico, USAA.S.BakshiV.E.BarnesS.ChandraR.ChawlaS.DasA.GuL.GutayM.JonesA.W.JungD.KondratyevA.M.KoshyM.LiuG.NegroN.NeumeisterG.PaspalakiS.PiperovV.ScheurerJ.F.SchulteM.StojanovicJ.ThiemanA.K.VirdiF.WangW.XiePurdue University, West Lafayette, IN, USAPurdue UniversityWest LafayetteINUSAPurdue University, West Lafayette, Indiana, USAJ.DolenN.ParasharA.PathakPurdue University Northwest, Hammond, IN, USAPurdue University NorthwestHammondINUSAPurdue University Northwest, Hammond, Indiana, USAD.AcostaT.CarnahanK.M.EcklundP.J.Fernández MantecaS.FreedP.GardnerF.J.M.GeurtsW.LiO.Miguel ColinB.P.PadleyR.RedjimiJ.RotterE.YigitbasiY.ZhangRice University, Houston, TX, USARice UniversityHoustonTXUSARice University, Houston, Texas, USAA.BodekP.de BarbaroR.DeminaJ.L.DulembaC.FallonA.Garcia-BellidoO.HindrichsA.KhukhunaishviliN.ParmarP.Parygin34E.Popova34R.TausG.P.Van OnsemUniversity of Rochester, Rochester, NY, USAUniversity of RochesterRochesterNYUSAUniversity of Rochester, Rochester, New York, USAK.GoulianosThe Rockefeller University, New York, NY, USAThe Rockefeller UniversityNew YorkNYUSAThe Rockefeller University, New York, New York, USAB.ChiaritoJ.P.ChouY.GershteinE.HalkiadakisA.HartM.HeindlD.JaroslawskiO.Karacheban31I.LaflotteA.LathR.MontalvoK.NashH.RoutrayS.SalurS.SchnetzerS.SomalwarR.StoneS.A.ThayilS.ThomasJ.VoraH.WangRutgers, The State University of New Jersey, Piscataway, NJ, USARutgers, The State University of New JerseyPiscatawayNJUSARutgers, The State University of New Jersey, Piscataway, New Jersey, USAH.AcharyaD.AllyA.G.DelannoyS.FiorendiS.HigginbothamT.HolmesA.R.KanugantiN.KarunarathnaL.LeeE.NibigiraS.SpanierUniversity of Tennessee, Knoxville, TN, USAUniversity of TennesseeKnoxvilleTNUSAUniversity of Tennessee, Knoxville, Tennessee, USAD.AebiM.AhmadO.Bouhali97M.DalchenkoR.EusebiJ.GilmoreT.HuangT.Kamon98H.KimS.LuoS.MalhotraR.MuellerD.OvertonD.RathjensA.SafonovTexas A&M University, College Station, TX, USATexas A&M UniversityCollege StationTXUSATexas A&M University, College Station, Texas, USA97Also at Texas A&M University at Qatar, Doha, Qatar.98Also at Kyungpook National University, Daegu, Korea.N.AkchurinJ.DamgovV.HegdeA.HussainY.KazhykarimK.LamichhaneS.W.LeeA.MankelT.PeltolaI.VolobouevA.WhitbeckTexas Tech University, Lubbock, TX, USATexas Tech UniversityLubbockTXUSATexas Tech University, Lubbock, Texas, USAE.AppeltS.GreeneA.GurrolaW.JohnsR.Kunnawalkam ElayavalliA.MeloF.RomeoP.SheldonS.TuoJ.VelkovskaJ.ViinikainenVanderbilt University, Nashville, TN, USAVanderbilt UniversityNashvilleTNUSAVanderbilt University, Nashville, Tennessee, USAB.CardwellB.CoxJ.HakalaR.HiroskyA.LedovskoyC.NeuC.E.Perez LaraUniversity of Virginia, Charlottesville, VA, USAUniversity of VirginiaCharlottesvilleVAUSAUniversity of Virginia, Charlottesville, Virginia, USAP.E.KarchinWayne State University, Detroit, MI, USAWayne State UniversityDetroitMIUSAWayne State University, Detroit, Michigan, USAA.AravindS.BanerjeeK.BlackT.BoseS.DasuI.De BruynP.EveraertsC.GalloniH.HeM.HerndonA.HerveC.K.KorakaA.LanaroR.LovelessJ.Madhusudanan SreekalaA.MallampalliA.MohammadiS.MondalG.ParidaD.PinnaA.SavinV.ShangV.SharmaW.H.SmithD.TeagueH.F.TsoiW.VetensA.WardenUniversity of Wisconsin - Madison, Madison, WI, USAUniversity of Wisconsin - MadisonMadisonWIUSAUniversity of Wisconsin - Madison, Madison, Wisconsin, USAS.AfanasievV.AndreevYu.AndreevT.AushevM.AzarkinA.BabaevA.BelyaevV.Blinov99E.BoosV.BorshchD.BudkouskiV.BunichevV.ChekhovskyR.Chistov99M.Danilov99A.DermenevT.Dimova99D.Druzhkin100M.Dubinin89L.DudkoA.ErshovG.GavrilovV.GavrilovS.GninenkoV.GolovtcovN.GolubevI.GolutvinI.GorbunovA.GribushinY.IvanovV.KachanovV.KarjavineA.KarneyeuV.Kim99M.KirakosyanD.KirpichnikovM.KirsanovV.KlyukhinV.KorenkovA.Kozyrev99N.KrasnikovA.LanevP.Levchenko101N.LychkovskayaV.MakarenkoA.MalakhovV.Matveev99V.MurzinA.Nikitenko102103S.ObraztsovV.OreshkinV.PalichikV.PerelyginM.PerfilovS.Polikarpov99V.PopovO.Radchenko99M.SavinaV.SavrinV.ShalaevS.ShmatovS.ShulhaY.Skovpen99S.SlabospitskiiV.SmirnovD.SosnovV.SulimovE.TcherniaevA.TerkulovO.TeryaevI.TlisovaA.ToropinL.UvarovA.UzunianP.VolkovA.VorobyevG.VorotnikovN.VoytishinB.S.Yuldashev104A.ZarubinI.ZhizhinA.ZhokinAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERNAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERNAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN99Also at another institute or international laboratory covered by a cooperation agreement with CERN.100Also at Universiteit Antwerpen, Antwerpen, Belgium.101Also at Northeastern University, Boston, Massachusetts, USA.102Also at Imperial College, London, United Kingdom.103Now at Yerevan Physics Institute, Yerevan, Armenia.104Also at Institute of Nuclear Physics of the Uzbekistan Academy of Sciences, Tashkent, Uzbekistan.CERN, Geneva, SwitzerlandCERNGenevaSwitzerlandCERN, Geneva, SwitzerlandE-mail address:cms-publication-committee-chair@cern.ch.Editor: M. DoserAbstractA search is presented for new Higgs bosons in proton-proton (pp) collision events in which a same-sign top quark pair is produced in association with a jet, via the pptH/Attc and pptH/Attu processes. Here, H and A represent the extra scalar and pseudoscalar boson, respectively, of the second Higgs doublet in the generalized two-Higgs-doublet model (g2HDM). The search is based on pp collision data collected at a center-of-mass energy of 13 TeV with the CMS detector at the LHC, corresponding to an integrated luminosity of 138fb−1. Final states with a same-sign lepton pair in association with jets and missing transverse momentum are considered. New Higgs bosons in the 200–1000 GeV mass range and new Yukawa couplings between 0.1 and 1.0 are targeted in the search, for scenarios in which either H or A appear alone, or in which they coexist and interfere. No significant excess above the standard model prediction is observed. Exclusion limits are derived in the context of the g2HDM.KeywordsCMSTop quarksExtra Higgs bosonYukawa couplingsData availabilityRelease and preservation of data used by the CMS Collaboration as the basis for publications is guided by the CMS policy as stated in “CMS data preservation, re-use and open access policy”.1IntroductionUsing proton-proton (pp) collision data recorded during the CERN LHC Run 1 (2011–2012) data-taking period, the ATLAS and CMS experiments discovered a scalar boson, h125, with a mass of 125 GeV, the properties of which are so far consistent with those of the Higgs boson of the standard model (SM) [1–3]. The analysis of the additional Run 2 (2015–2018) data enabled more precise measurements of the Higgs boson properties and further constrained the possible contributions from new physics beyond the SM [4,5]. The ATLAS and CMS experiments have measured the Yukawa couplings of the h125 boson to the t and b quarks, and the τ and μ leptons [6,7]. In all cases, the couplings are found to be consistent with the SM expectations within uncertainties.Having established the existence of one scalar SU(2) doublet, natural questions emerge about the possibility of additional doublets. A second doublet is predicted in two-Higgs-doublet models (2HDM), resulting in five physical scalar bosons: CP-even neutral scalar bosons h and H with mH>mh, a CP-odd pseudoscalar boson A, and two charged Higgs bosons H±[8]. These additional Higgs bosons at mass scales 1TeV may still exist within the reach of the LHC [9], but their signatures may be suppressed by fermion mass-mixing hierarchy [10] or alignment mechanisms, where the mixing angle γ between the two CP-even scalar bosons h and H has a value for which cosγ0[11]. In the alignment limit [12–14], the lightest scalar boson h becomes the SM h125 boson, and the extra spin-0 bosons do not interact with vector boson pairs (i.e., HVV and AVV interactions do not occur, where V is a W or Z boson). Alignment suppresses flavor changing neutral current interactions of the h boson but allows them for the H and A bosons. Therefore, the lack of a hint of the processes such as tch125/uh125 or h125μτ/eτ at the LHC may be because their amplitudes are suppressed by alignment. As shown in Ref. [11], the alignment scenario may occur if all extra Higgs quartic couplings are O(1) and no Z2 symmetry requirement is imposed, allowing flavor changing neutral Higgs couplings involving H and A bosons. This scenario without Z2 symmetry can be studied in the framework of the generalized 2HDM (g2HDM) [8,10,15], with new Yukawa couplings such as ρτμ, ρtu, ρtc, and ρtt that may assume significantly large values [8,10,15]. These new Yukawa couplings combined with Higgs quartic couplings of ≈1 may also explain the electroweak baryogenesis [16,17] and therefore the disappearance of antimatter soon after the Big Bang. The new top Yukawa coupling ρtc with a similar strength to ρτμ may be compatible with the observed data depending on the H± mass, which may also explain a possible muon g2 anomaly [18]. These arguments strongly motivate to verify with direct experimental searches whether new Yukawa couplings exist. The processes discussed above have been recently explored by the ATLAS experiment [19].In this Letter, we present a search for the existence of the real part of these couplings, ρtu and ρtc, through the pptH/Attq(q=u,c) and the charge conjugate processes, considering one coupling at a time and keeping the other at zero using the Run 2 data set recorded by the CMS experiment. A representative Feynman diagram for the ttq process is displayed in Fig. 1. The final-state signature for ttq explored in this Letter consists of two same-sign (SS) leptons with at least three jets, two of which are identified as b jets and one compatible with originating from a u or c quark, and missing transverse momentum. The main background consists of events with nonprompt leptons originating from leptonic decays of heavy quarks, hadrons misidentified as leptons, electrons from photon conversions, or jets misidentified as leptons.The analysis is performed using pp collision data at a center-of-mass energy of 13 TeV. The data were collected with the CMS detector at the LHC between 2016 and 2018, and correspond to an integrated luminosity of 138fb1. Tabulated results are accessible from the HEPData record for this analysis [20].The Letter is organized as follows: Section 2 describes the CMS detector, along with object reconstruction. In Section 3, a description of the simulation samples used in the analysis is given. The event selection and reconstruction procedure of the physics objects are given in Section 4. Following, in Section 5, the signal extraction procedure is explained. Section 6 discusses the sources of systematic uncertainties. The results of the analysis are presented in Section 7. Finally, a summary of the analysis is given in Section 8.2The CMS detector and object reconstructionThe CMS apparatus [21] is a multipurpose, nearly hermetic detector, designed to trigger on [22,23] and identify electrons, muons, photons, and (charged and neutral) hadrons [24–26]. A global “particle-flow” (PF) algorithm [27] aims to reconstruct all individual particles in an event, combining information provided by the all-silicon inner tracker and by the crystal electromagnetic (ECAL) and brass-scintillator hadron calorimeters (HCAL), operating inside a 3.8 T superconducting solenoid, with data from the gas-ionization muon detectors embedded in the flux-return yoke outside the solenoid.The primary vertex is taken to be the vertex corresponding to the hardest scattering in the event, evaluated using tracking information alone, as described in Section 9.4.1 of Ref. [28]. The energy of photons is obtained from the ECAL measurement. The energy of electrons is determined from a combination of the electron momentum at the primary interaction vertex as determined by the tracker, the energy of the corresponding ECAL cluster, and the energy sum of all bremsstrahlung photons spatially compatible with originating from the electron track. The energy of muons is obtained from the curvature of the corresponding track. The energy of charged hadrons is determined from a combination of their momentum measured in the tracker and the matching ECAL and HCAL energy deposits, corrected for the response function of the calorimeters to hadronic showers. Finally, the energy of neutral hadrons is obtained from the corresponding corrected ECAL and HCAL energies.Jets are built from PF particles using the anti-kT algorithm [29,30] with a distance parameter of 0.4. Jet momentum is determined as the vectorial sum of all particle momenta in the jet, and is found from simulation to be, on average, within 5 to 10% of the true momentum over the whole pT spectrum and detector acceptance. Additional pp interactions within the same or nearby bunch crossings can contribute additional tracks and calorimetric energy depositions, increasing the apparent jet momentum. To mitigate this effect, tracks identified to be originating from the multiple pp interactions occurring in the same or nearby bunch crossings (pileup) are discarded and an offset correction is applied to correct for remaining contributions [31]. Jet energy corrections are derived from simulation studies so that the average measured energy of jets becomes identical to that of particle level jets. In situ measurements of the momentum balance in dijet, photon+jet, Z+jets, and multijet events are used to determine any residual differences between the jet energy scale in data and in simulation, and appropriate corrections are made [32]. Additional selection criteria are applied to each jet to remove jets potentially dominated by instrumental effects or reconstruction failures [31]. The missing transverse momentum vector pTmiss is computed as the negative vector sum of the transverse momenta of all the PF candidates in an event, and its magnitude is denoted as pTmiss[33]. The pTmiss is modified to account for corrections to the energy scale of the reconstructed jets in the event.Events of interest are selected using a two-tiered trigger system. The first level (L1), composed of custom hardware processors, uses information from the calorimeters and muon detectors to select events at a rate of around 100 kHz within a fixed latency of about 4μs[22]. The second level, known as the high-level trigger, consists of a farm of processors running a version of the full event reconstruction software optimized for fast processing, and reduces the event rate to around 1 kHz before data storage [23].3Simulated event samplesThe signal and background processes are simulated using several Monte Carlo (MC) programs. The ttq signal samples are simulated at leading order (LO) in perturbative quantum chromodynamics (QCD) with up to two additional noncollinear high-pT partons using MadGraph5_amc@nlo 2.6.5 [34], and the hard-process simulation is interfaced with parton shower jets using the MLM [35] matching prescription. Different signal samples are simulated for the case where a mass between 200 and 1000 GeV is assumed for A (H), and a mass too high to be of reach for our search is assumed for H (A). For these signal samples, there is no interference between A and H. Signal samples are also generated for the case where both A and H coexist and interfere assuming a mass difference mAmH=50GeV, following Ref. [36]. The amplitudes for the processes qgtAttq and qgtHttq cancel when A and H are mass degenerate. The signal cross section is not significantly modified with respect to the noninterference case when the mass differences are larger than 100GeV. Therefore, the investigated mass difference is chosen to retain some interference effects along with reasonably high cross sections. Depending on the coupling value and the interference assumption we consider in this Letter, the cross sections for the ttu process range from 1×104 to 7×101pb and for ttc range from 5×106 to 7×102pb, as calculated with MadGraph5_amc@nlo at LO precision in QCD. The inclusive cross section for the ttq process does not change, within uncertainties, when the intermediary particle is H or A, when there is no A-H interference.Background events generated by the MadGraph5_amc@nlo generator are ttV, V+jets, ttVV, ttVH, tZ, tttj, tttW, tttt, WZ, vector boson scattering (VBS, i.e., Wqq or V±V±JJ), VVV, and single top quark s-channel production. Among these processes, FxFx matching [37] is used for ttW, Z+jets, and the QCD part of WZ production, while MLM matching [35] is used for W+jets. The powheg 2.0 generator [38–40] is used to simulate events at next-to-LO in perturbative QCD for tt[41], ZZ and W±W[42], single top quark tW [43] and t-channel [44], and ttH production [45].Both the signal and background samples are interfaced with pythia v8.240 [46] for parton showering, fragmentation, and hadronization. The underlying event is also modeled with pythia, using the CP5 tune [47]. The parton distribution functions (PDFs) are taken from the NNPDF3.1 next-to-next-to-LO set [48]. Finally, for both signal and background MC event samples, the detector response is modeled with the Geant4 package [49]. The simulated events are weighted to match the observables sensitive to pileup to those observed in the data [31].The simulated events are corrected for the differences between data and simulation of the trigger efficiencies, lepton identification, and lepton isolation. The corrections are determined using the “tag-and-probe” method applied on Z boson candidate events [50] and are parametrized as functions of the lepton pT and pseudorapidity (η).4Event reconstruction and selectionData are selected online with a combination of double lepton triggers and single lepton triggers to enhance signal efficiency. Charged leptons (electrons or muons) are required to originate from the primary vertex to reject contributions from pileup. Identification of electrons makes use of a multivariate discriminant [51,52] combining observables sensitive to the matching of charged-particle tracks in the tracker to the energy deposits in the ECAL and the amount of bremsstrahlung photons emitted along their trajectory [24]. The number of electrons originating from asymmetric photon conversions is reduced by requiring that their associated track has no missing hits in the innermost layers of the silicon tracker. To ensure the correct assignment of the electric charge of the electrons, further selection criteria were applied [53]. The separation of prompt leptons from nonprompt leptons reconstructed within jets is achieved by using an isolation variable, relative to the lepton pT. The isolation variable is constructed from the scalar pT sum of charged hadrons, neutral hadrons, and photons reconstructed within a cone of variable size that depends on the lepton pT[54]. “Loose” leptons are those that pass the kinematic selection criteria of pT>10GeV and |η|<2.5(2.4) for electrons (muons). Electrons that fall in the region between the ECAL barrel and endcaps (1.442<|η|<1.556) are vetoed. “Tight” leptons are in addition required to have pT>20GeV. A multivariate discriminant is furthermore used to separate prompt leptons and nonprompt leptons originating from the decays of hadrons inside jets, hadrons misidentified as leptons, and electrons from photon conversions. The jets must have pT>30GeV and |η|<2.4 to be considered. In addition, they are required to be separated from identified leptons by ΔR=(Δη)2+(Δϕ)2>0.4, where ϕ is the azimuthal angle measured in radians. At least three jets, and pTmiss>30GeV are required in each event. Jets from the hadronization of b quarks (b jets), c quarks (c jets), and light (i.e., light-quark or gluon) jets are distinguished through the ratios of the corresponding jet flavor probabilities, defined as CvsL (c vs light quark) and CvsB (c vs b quark) [55,56], respectively. These probabilities are obtained from the DeepJet[57,58] algorithm: a neural network utilizing global variables, charged, neutral particle and secondary vertex features in a jet to perform flavor tagging. The differences of the shapes of the CvsL and CvsB discriminant distributions between data and simulation are corrected by flavor-dependent scale factors.The search is performed in three SS dilepton categories: e±e±, μ±μ±, and e±μ±. The event selection ensures complete orthogonality of these three categories to avoid any possible double counting of events selected in the analysis. Events are required to have two tight leptons with the same electric charge for which the leading lepton has pT>30GeV and subleading lepton pT>20GeV. Events containing a third lepton are vetoed if the additional lepton passes the loose selection. The two leptons are required to be separated by ΔR(1,2)>0.3 and required to have an invariant mass m(1,2)>20GeV. Events with 60<m(1,2)<120GeV in the e±e± channel are vetoed to suppress the Drell-Yan (DY) background contribution, the main source of charge misidentified leptons. This veto reduces the selected number of DY events in simulation by about 94% after the aforementioned requirements. This veto is not applied to the e±μ± and μ±μ± channels, as the charge misidentification rate for muons is negligible. The CvsL and CvsB distributions for the leading jet obtained from simulated events and data are displayed in Fig. 2.The nonprompt-lepton background is estimated from control regions in the data using the fake-factor method [59]. A dijet enriched sample is selected from data, from which the probability fp for a loose nonprompt lepton (originating from a jet) to also pass the tight lepton selection criteria is estimated in bins of pT and |η|. The nonprompt-lepton background contribution is then estimated by applying fp to events in a data control sample in which at least one lepton fails the tight lepton selection criteria. A data-driven approach is followed to evaluate the lepton charge misidentification rate in the e±e± channel using DY events with same- and opposite-sign electric charges. It is estimated in bins of lepton pT and η, and is used to calibrate simulated events. The rate, which increases with pT and η, varies from 105 to 102.5Signal extractionA boosted decision tree (BDT) discriminant [60] is used to separate signal and background events. We train the BDT model in the signal region, where process yields of both backgrounds and signal are small. For the training, we combine the inputs from different channels. By comparing the BDT output distributions for the training and test samples, we found no evidence of overtraining. We use an optimized set of input observables, listed in Table 1, for our signal topology. Flavor tagging variables are used to differentiate b quarks originating from the top quark decay, and to differentiate c quark and light-quark jets. Pairwise kinematic variables related to jets are incorporated that are sensitive to the resonance structures, specifically to top quarks and A/H. Other kinematic features, such as HT and pTmiss, are also sensitive to our signal and are included. To mitigate the impact of resonances such as the DY process, the dilepton (+jets) invariant mass is also used as an input to the BDT.We use half of the available simulated events for the BDT training. The main backgrounds in the signal region are tt (fully leptonic decay of the top quark-antiquark pair where one lepton has a misidentified charge), nonprompt leptons (dominated by semileptonic tt decay), ttW, and ttH. In the signal extraction, we use events from data to estimate the nonprompt-lepton background contribution, but we do not use these events for training. Instead, we use simulated samples of semileptonically decaying tt events for the BDT training, to mimic the misidentified lepton in the nonprompt-lepton background. We do not include events from W+jets or single top quark simulation, due to a limited number of simulated events. The various backgrounds are added corresponding to their cross sections. The MC event samples used for the BDT training are ttc or ttu signal, semileptonic tt, dileptonic tt (tt), ttV, VV, VVV, ttH, ttVH, ttVV, tttj, tttW, tttt, and VBS. Three values for the couplings ρtu and ρtc, namely, 0.1, 0.4, and 1.0 are considered. For each coupling, ten mA points are considered: 200, 300, 350, 400, 500, 600, 700, 800, 900, and 1000 GeV. Using the same coupling assumptions, we also consider the more realistic case with the A-H interference assuming a fixed mass difference mAmH=50GeV, with the following nine mA-mH combinations; 250-200, 300-250, 350-300, 400-350, 550-500, 700-650, 800-750, 900-850, and 1000-950 GeV. The signal extraction is performed using the shape of the BDT discriminant distributions. Because of the kinematic differences and different background compositions, the BDTs are trained independently for four data-taking periods, two in 2016, and one for each of the years 2017 and 2018; for each mass assumption, namely for each mA either with no H present or with A-H interference; and for ρtu=0.4 and ρtc=0.4. Therefore, a total of 152 BDTs are trained. The values of the BDT hyperparameters, as defined in the TMVA package [61], are chosen after scanning a range of values, avoiding overtraining, and requiring a high background rejection rate while maintaining a high signal efficiency. We use these same model parameters for all three years of data taking. The BDTs offer high background rejection, while simultaneously maintaining a high signal efficiency. For instance, when considering ρtc=0.4, and a signal efficiency of 96%, the background rejection rates for mA=200GeV and 1000GeV are 50% and 76%, respectively.The signal strength parameter, μ, is obtained using a simultaneous maximum likelihood fit [62], in analyses performed for three decay modes and for four different eras (i.e. 12 categories) for each signal mass-coupling assumption independently. It is defined as μ=σ/σtheory, where σtheory is the predicted ttq production cross section in g2HDM calculated with MadGraph5_amc@nlo +pythia, and σ is the upper limit on the observed cross section. To ensure numerical stability, the bin width is chosen to have a high enough yield in each bin of the BDT distributions. The BDT distribution ranges from −1 to 1, but to reduce the impact on the fit of background-dominated regions, events are selected with a BDT score >−0.6. This requirement on the BDT score also helps to improve the stability of the fit and the corresponding fit uncertainties. Except for the dominant nonprompt-lepton background, the predicted yields and the shapes of the BDT distributions are taken directly from the simulation. When performing the maximum likelihood fit, individual templates are used for the VBS, VV, tt (fully leptonic decays), ttH, ttW, and nonprompt-lepton background processes, while a combined template labeled others uses a combination of background processes, namely: DY, ttVV, ttVH, ttZ, tttj, tttW, tttt, VVV, tZq, tW, and tW.6Systematic uncertaintiesSystematic uncertainties, arising from various sources, such as detector effects, theoretical uncertainties, and mismodeling, are evaluated and categorized in two main groups: experimental uncertainties and modeling uncertainties. Several effects modify the event yields or shapes of the measured distributions. The systematic uncertainties are modeled as nuisance parameters in the maximum likelihood estimation procedure used for determining the best fit signal strength μˆ. The nuisance parameters are allowed to modify the shape and normalization of the backgrounds and signal in the fit using the method in Ref. [62]. The chosen probability density function (pdf) used for the interpolation between nominal and systematic templates is dependent on whether the associated nuisance parameter can also affect the shape of the nominal template or not. Log-normal pdfs are used for nuisance parameters that only affect the distributions normalization, whereas Gaussian distributions are used for those that can affect the shape as well. Experimental uncertainties, where appropriate, and all modeling uncertainties are taken as correlated across years and channels. The effect of the limited number of simulated events is estimated using the Barlow–Beeston-lite method [63].The experimental uncertainties are those related to the integrated luminosity [64–66], pileup, L1 trigger inefficiency, nonprompt-lepton background estimation, jet energy scale and resolution, unclustered energy scale, lepton identification and trigger efficiencies, charge misidentification, muon momentum scale, and heavy-quark, light-quark and gluon jet identification. The dominant experimental uncertainty sources are related to the flavor tagger discriminant shape calibration, and nonprompt-lepton background estimation. The modeling uncertainty sources are matrix-element renormalization and factorization scales, parton shower scales that control the initial- and final-state radiation, and PDFs. For the signal, these are included as separate nuisance parameters that affect the shape. For the backgrounds estimated using MC event samples, nuisance parameters are assumed to only affect the yields, and the corresponding uncertainties in the theoretical cross section calculations are used. The most significant modeling uncertainty in the analysis is attributed to the normalization of the ttW background, regardless of the A-H interference. The contributions of all uncertainty sources on the pre-fit expected event yields are displayed in Table 2, for ρtc=0.4 and mA=350GeV with A-H interference assuming mAmH=50GeV. The uncertainties in other scenarios are similar.7ResultsFig. 3 displays the post-fit BDT discriminant distributions used for the signal extraction combining the categories e±e±, μ±μ±, and e±μ±, and for ρtu=1.0 and ρtc=1.0 with A-H interference, assuming mA=350GeV.No significant excess over the expected SM background is observed. The results of the search are interpreted in terms of the upper limits on the signal strength parameter μ in the g2HDM. The upper limits on μ are calculated at 95% confidence level (CL) using a modified frequentist method [67–69] computed with an asymptotic approximation [70]. The expected 95% CL on the production cross section and the regions containing 68 and 95% of the distribution of the limits expected under the background-only hypothesis are calculated with pseudo-experiments using background-only samples. It is observed that the shapes of the BDT distributions are consistent with each other for different coupling values at the same A or H mass value. Therefore, for other coupling assumptions than ρtu/tc=0.4, the expected signal yields are scaled separately for ρtu and ρtc for each mass and coupling hypothesis making use of the corresponding signal cross sections. It is also observed that A or H can be used interchangeably as their corresponding BDT distribution shapes as well as their cross sections are the same. Therefore, we only show the results for A in this Letter. The observed and expected upper limits are displayed as functions of mA from 200 to 1000 GeV for ρtu=0.1,0.4,1.0 and ρtc=0.1,0.4,1.0, for the Run-2 data and for the combination of all three decay modes, without (with) A-H interference in Fig. 4(5). The observed limits at 95% CL on the signal strength as functions of mA and the new Yukawa couplings ρtc/tu are shown in Fig. 6 without A-H interference, and in Fig. 7 with A-H interference. Interpreted in g2HDM, exclusion limits at 95% CL on the mass of the additional Higgs bosons A and H are shown in Table 3 for different ρtu and ρtc assumptions.8SummaryA search for new Yukawa couplings of the top quark in models with additional Higgs bosons in proton-proton collisions at a center-of-mass energy of 13 TeV has been presented. The process considered is the production of same-sign top quark pairs associated with an up or a charm quark, and resulting in a final state containing two same-sign leptons and jets. No significant excess above the background prediction is observed. When no interference between the pseudoscalar (A) and scalar (H) Higgs bosons is assumed, A or H bosons with masses below 920 GeV and 1000 GeV are excluded at the 95% confidence level (CL) for coupling values ρtu=0.4 and 1.0, respectively, while all other extra Yukawa couplings are assumed to be zero. Similarly, without interference between H and A, and assuming a coupling value of ρtc=1.0, A or H bosons with masses below approximately 770GeV are excluded at the 95% CL. Under the assumption that A and H interfere in the scenario with a mass difference of mAmH=50GeV, the pseudoscalar Higgs boson is excluded for mA values below 1000GeV when considering coupling values ρtu>0.4. Furthermore, assuming ρtc=0.4, the exclusion limit for A is mA=340GeV, whereas assuming ρtc=1.0, the limit extends to mA=810GeV at 95% CL. These results represent the first search based on the generalized two-Higgs-doublet model considering A-H interference.Declaration of Competing InterestThe authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.AcknowledgementsWe congratulate our colleagues in the CERN accelerator departments for the excellent performance of the LHC and thank the technical and administrative staffs at CERN and at other CMS institutes for their contributions to the success of the CMS effort. In addition, we gratefully acknowledge the computing centers and personnel of the Worldwide LHC Computing Grid and other centers for delivering so effectively the computing infrastructure essential to our analyses. Finally, we acknowledge the enduring support for the construction and operation of the LHC, the CMS detector, and the supporting computing infrastructure provided by the following funding agencies: SC (Armenia), BMBWF and FWF (Austria); FNRS and FWO (Belgium); CNPq, CAPES, FAPERJ, FAPERGS, and FAPESP (Brazil); MES and BNSF (Bulgaria); CERN; CAS, MOST, and NSFC (China); Minciencias (Colombia); MSES and CSF (Croatia); RIF (Cyprus); SENESCYT (Ecuador); MoER, ERC PUT and ERDF (Estonia); Academy of Finland, MEC, and HIP (Finland); CEA and CNRS/IN2P3 (France); SRNSF (Georgia); BMBF, DFG, and HGF (Germany); GSRI (Greece); NKFIH (Hungary); DAE and DST (India); IPM (Iran); SFI (Ireland); INFN (Italy); MSIP and NRF (Republic of Korea); MES (Latvia); LAS (Lithuania); MOE and UM (Malaysia); BUAP, CINVESTAV, CONACYT, LNS, SEP, and UASLP-FAI (Mexico); MOS (Montenegro); MBIE (New Zealand); PAEC (Pakistan); MES and NSC (Poland); FCT (Portugal); MESTD (Serbia); MCIN/AEI and PCTI (Spain); MoSTR (Sri Lanka); Swiss Funding Agencies (Switzerland); MST (Taipei); MHESI and NSTDA (Thailand); TUBITAK and TENMAK (Turkey); NASU (Ukraine); STFC (United Kingdom); DOE and NSF (USA).Individuals have received support from the Marie-Curie program and the European Research Council and Horizon 2020 Grant, contract Nos. 675440, 724704, 752730, 758316, 765710, 824093, and COST Action CA16108 (European Union); the Leventis Foundation; the Alfred P. Sloan Foundation; the Alexander von Humboldt Foundation; the Science Committee, project no. 22rl-037 (Armenia); the Belgian Federal Science Policy Office; the Fonds pour la Formation à la Recherche dans l'Industrie et dans l'Agriculture (FRIA-Belgium); the Agentschap voor Innovatie door Wetenschap en Technologie (IWT-Belgium); the F.R.S.-FNRS and FWO (Belgium) under the “Excellence of Science – EOS” – be.h project n. 30820817; the Beijing Municipal Science & Technology Commission, No. Z191100007219010 and Fundamental Research Funds for the Central Universities (China); The Ministry of Education, Youth and Sports (MEYS) of the Czech Republic; the Shota Rustaveli National Science Foundation, grant FR-22-985 (Georgia); the Deutsche Forschungsgemeinschaft (DFG), under Germany's Excellence Strategy – EXC 2121 “Quantum Universe” – 390833306, and under project number 400140256 - GRK2497; the Hellenic Foundation for Research and Innovation (HFRI), Project Number 2288 (Greece); the Hungarian Academy of Sciences, the New National Excellence Program - ÚNKP, the NKFIH research grants K 124845, K 124850, K 128713, K 128786, K 129058, K 131991, K 133046, K 138136, K 143460, K 143477, 2020-2.2.1-ED-2021-00181, and TKP2021-NKTA-64 (Hungary); the Council of Science and Industrial Research, India; ICSC – National Research Center for High Performance Computing, Big Data and Quantum Computing, funded by the EU NexGeneration program (Italy); the Latvian Council of Science; the Ministry of Education and Science, project no. 2022/WK/14, and the National Science Center, contracts Opus 2021/41/B/ST2/01369 and 2021/43/B/ST2/01552 (Poland); the Fundação para a Ciência e a Tecnologia, grant CEECIND/01334/2018 (Portugal); the National Priorities Research Program by Qatar National Research Fund; MCIN/AEI/10.13039/501100011033, ERDF “a way of making Europe”, and the Programa Estatal de Fomento de la Investigación Científica y Técnica de Excelencia María de Maeztu, grant MDM-2017-0765 and Programa Severo Ochoa del Principado de Asturias (Spain); the Chulalongkorn Academic into Its 2nd Century Project Advancement Project, and the National Science, Research and Innovation Fund via the Program Management Unit for Human Resources & Institutional Development, Research and Innovation, grant B05F650021 (Thailand); the Kavli Foundation; the Nvidia Corporation; the SuperMicro Corporation; the Welch Foundation, contract C-1845; and the Weston Havens Foundation (USA).References[1]ATLAS CollaborationObservation of a new particle in the search for the standard model Higgs boson with the ATLAS detector at the LHCPhys. Lett. B7162012110.1016/j.physletb.2012.08.020arXiv:1207.7214ATLAS Collaboration, Observation of a new particle in the search for the standard model Higgs boson with the ATLAS detector at the LHC, Phys. Lett. B 716 (2012) 1. doi: 10.1016/j.physletb.2012.08.020. arXiv:1207.7214.[2]CMS CollaborationObservation of a new boson at a mass of 125 GeV with the CMS experiment at the LHCPhys. Lett. B71620123010.1016/j.physletb.2012.08.021arXiv:1207.7235CMS Collaboration, Observation of a new boson at a mass of 125 GeV with the CMS experiment at the LHC, Phys. Lett. B 716 (2012) 30. doi: 10.1016/j.physletb.2012.08.021. arXiv:1207.7235.[3]ATLAS CMS CollaborationsMeasurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC pp collision data at s=7 and 8 TeVJ. High Energy Phys.08201604510.1007/JHEP08(2016)045arXiv:1606.02266ATLAS and CMS Collaborations, Measurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC pp collision data at s=7 and 8 TeV, JHEP 08 (2016) 045. doi: 10.1007/JHEP08(2016)045. arXiv:1606.02266.[4]E.da Silva AlmeidaA.AlvesN.Rosa AgostinhoO.J.P.ÉboliM.C.Gonzalez-GarciaElectroweak sector under scrutiny: a combined analysis of LHC and electroweak precision dataPhys. Rev. D99201903300110.1103/PhysRevD.99.033001arXiv:1812.01009E. da Silva Almeida, A. Alves, N. Rosa Agostinho, O. J. P. Éboli, M. C. Gonzalez-Garcia, Electroweak sector under scrutiny: A combined analysis of LHC and electroweak precision data, Phys. Rev. D 99 (2019) 033001. doi: 10.1103/PhysRevD.99.033001. arXiv:1812.01009.[5]E.dS.AlmeidaA.AlvesO.J.P.ÉboliM.C.Gonzalez-GarciaElectroweak legacy of the LHC run IIPhys. Rev. D105202201300610.1103/PhysRevD.105.013006arXiv:2108.04828E. d. S. Almeida, A. Alves, O. J. P. Éboli, M. C. Gonzalez-Garcia, Electroweak legacy of the LHC run II, Phys. Rev. D 105 (2022) 013006. doi: 10.1103/PhysRevD.105.013006. arXiv:2108.04828.[6]ATLAS CollaborationA detailed map of Higgs boson interactions by the ATLAS experiment ten years after the discoveryNature60720225210.1038/s41586-022-04893-warXiv:2207.00092Erratum:https://doi.org/10.1038/s41586-022-05581-5ATLAS Collaboration, A detailed map of Higgs boson interactions by the ATLAS experiment ten years after the discovery, Nature 607 (2022) 52. doi: 10.1038/s41586-022-04893-w. arXiv:2207.00092, [Erratum: 10.1038/s41586-022-05581-5].[7]CMS CollaborationA portrait of the Higgs boson by the CMS experiment ten years after the discoveryNature60720226010.1038/s41586-022-04892-xarXiv:2207.00043CMS Collaboration, A portrait of the Higgs boson by the CMS experiment ten years after the discovery, Nature 607 (2022) 60. doi: 10.1038/s41586-022-04892-x. arXiv:2207.00043.[8]G.C.BrancoP.M.FerreiraL.LavouraM.N.RebeloM.SherJ.P.SilvaTheory and phenomenology of two-Higgs-doublet modelsPhys. Rep.5162012110.1016/j.physrep.2012.02.002arXiv:1106.0034G. C. Branco, P. M. Ferreira, L. Lavoura, M. N. Rebelo, M. Sher, J. P. Silva, Theory and phenomenology of two-Higgs-doublet models, Phys. Rept. 516 (2012) 1. doi: 10.1016/j.physrep.2012.02.002. arXiv:1106.0034.[9]M.KohdaT.ModakW.-S.HouSearching for new scalar bosons via triple-top signature in cgts0ttt¯Phys. Lett. B776201837910.1016/j.physletb.2017.11.056arXiv:1710.07260M. Kohda, T. Modak, W.-S. Hou, Searching for new scalar bosons via triple-top signature in cg→ts0→ttt¯, Phys. Lett. B 776 (2018) 379. doi: 10.1016/j.physletb.2017.11.056. arXiv:1710.07260.[10]W.-S.HouTree level t → ch0 or h0 → tc¯ decaysPhys. Lett. B296199217910.1016/0370-2693(92)90823-MW.-S. Hou, Tree level t → ch0 or h0 → tc¯ decays, Phys. Lett. B 296 (1992) 179. doi: 10.1016/0370-2693(92)90823-M.[11]W.-S.HouM.KikuchiApproximate alignment in two Higgs doublet model with extra Yukawa couplingsEurophys. Lett.12320181100110.1209/0295-5075/123/11001arXiv:1706.07694W.-S. Hou, M. Kikuchi, Approximate alignment in two Higgs doublet model with extra Yukawa couplings, Eur. Phys. Lett. 123 (2018) 11001. doi: 10.1209/0295-5075/123/11001. arXiv:1706.07694.[12]J.F.GunionH.E.HaberThe CP conserving two Higgs doublet model: the approach to the decoupling limitPhys. Rev. D67200307501910.1103/PhysRevD.67.075019arXiv:hep-ph/0207010J. F. Gunion, H. E. Haber, The CP conserving two Higgs doublet model: The approach to the decoupling limit, Phys. Rev. D 67 (2003) 075019. doi: 10.1103/PhysRevD.67.075019. arXiv:hep-ph/0207010.[13]M.CarenaI.LowN.R.ShahC.E.M.WagnerImpersonating the standard model Higgs boson: alignment without decouplingJ. High Energy Phys.04201401510.1007/JHEP04(2014)015arXiv:1310.2248M. Carena, I. Low, N. R. Shah, C. E. M. Wagner, Impersonating the standard model Higgs boson: Alignment without decoupling, JHEP 04 (2014) 015. doi: 10.1007/JHEP04(2014)015. arXiv:1310.2248.[14]P.S.Bhupal DevA.PilaftsisMaximally symmetric two Higgs doublet model with natural standard model alignmentJ. High Energy Phys.12201402410.1007/JHEP12(2014)024arXiv:1408.3405Erratum:https://doi.org/10.1007/JHEP11(2015)147P. S. Bhupal Dev, A. Pilaftsis, Maximally symmetric two Higgs doublet model with natural standard model alignment, JHEP 12 (2014) 024. doi: 10.1007/JHEP12(2014)024. arXiv:1408.3405, [Erratum: 10.1007/JHEP11(2015)147].[15]T.D.LeeA theory of spontaneous T violationPhys. Rev. D81973122610.1103/PhysRevD.8.1226T. D. Lee, A theory of spontaneous T violation, Phys. Rev. D 8 (1973) 1226. doi: 10.1103/PhysRevD.8.1226.[16]K.FuyutoW.-S.HouE.SenahaElectroweak baryogenesis driven by extra top Yukawa couplingsPhys. Lett. B776201840210.1016/j.physletb.2017.11.073arXiv:1705.05034K. Fuyuto, W.-S. Hou, E. Senaha, Electroweak baryogenesis driven by extra top Yukawa couplings, Phys. Lett. B 776 (2018) 402. doi: 10.1016/j.physletb.2017.11.073. arXiv:1705.05034.[17]K.FuyutoW.-S.HouE.SenahaCancellation mechanism for the electron electric dipole moment connected with the baryon asymmetry of the universePhys. Rev. D101202001190110.1103/PhysRevD.101.011901arXiv:1910.12404K. Fuyuto, W.-S. Hou, E. Senaha, Cancellation mechanism for the electron electric dipole moment connected with the baryon asymmetry of the universe, Phys. Rev. D 101 (2020) 011901. doi: 10.1103/PhysRevD.101.011901. arXiv:1910.12404.[18]D.P.Aguillard(Muon g-2), measurement of the positive muon anomalous magnetic moment to 0.20 ppmarXiv:2308.062302023D. P. Aguillard, et al. (Muon g-2), Measurement of the Positive Muon Anomalous Magnetic Moment to 0.20 ppm, 2023. arXiv:2308.06230.[19]ATLAS CollaborationSearch for heavy Higgs bosons with flavour-violating couplings in multi-lepton plus b-jets final states in pp collisions at 13 TeV with the ATLAS detectorJ. High Energy Phys.12202308110.1007/JHEP12(2023)081arXiv:2307.147592023ATLAS Collaboration, Search for heavy Higgs bosons with flavour-violating couplings in multi-lepton plus b-jets final states in pp collisions at 13 TeV with the ATLAS detector, 2023. arXiv:2307.14759.[20]HEPData record for this analysishttps://doi.org/10.17182/hepdata.1405282023HEPData record for this analysis, 2023. doi: 10.17182/hepdata.140528.[21]CMS CollaborationThe CMS experiment at the CERN LHCJ. Instrum.32008S0800410.1088/1748-0221/3/08/S08004CMS Collaboration, The CMS experiment at the CERN LHC, JINST 3 (2008) S08004. doi: 10.1088/1748-0221/3/08/S08004.[22]CMS CollaborationPerformance of the CMS level-1 trigger in proton-proton collisions at s=13 TeVJ. Instrum.152020P1001710.1088/1748-0221/15/10/P10017arXiv:2006.10165CMS Collaboration, Performance of the CMS level-1 trigger in proton-proton collisions at s=13 TeV, JINST 15 (2020) P10017. doi: 10.1088/1748-0221/15/10/P10017. arXiv:2006.10165.[23]CMS CollaborationThe CMS trigger systemJ. Instrum.122017P0102010.1088/1748-0221/12/01/P01020arXiv:1609.02366CMS Collaboration, The CMS trigger system, JINST 12 (2017) P01020. doi: 10.1088/1748-0221/12/01/P01020. arXiv:1609.02366.[24]CMS CollaborationElectron and photon reconstruction and identification with the CMS experiment at the CERN LHCJ. Instrum.162021P0501410.1088/1748-0221/16/05/P05014arXiv:2012.06888CMS Collaboration, Electron and photon reconstruction and identification with the CMS experiment at the CERN LHC, JINST 16 (2021) P05014. doi: 10.1088/1748-0221/16/05/P05014. arXiv:2012.06888.[25]CMS CollaborationPerformance of the CMS muon detector and muon reconstruction with proton-proton collisions at s=13 TeVJ. Instrum.132018P0601510.1088/1748-0221/13/06/P06015arXiv:1804.04528CMS Collaboration, Performance of the CMS muon detector and muon reconstruction with proton-proton collisions at s=13 TeV, JINST 13 (2018) P06015. doi: 10.1088/1748-0221/13/06/P06015. arXiv:1804.04528.[26]CMS CollaborationDescription and performance of track and primary-vertex reconstruction with the CMS trackerJ. Instrum.92014P1000910.1088/1748-0221/9/10/P10009arXiv:1405.6569CMS Collaboration, Description and performance of track and primary-vertex reconstruction with the CMS tracker, JINST 9 (2014) P10009. doi: 10.1088/1748-0221/9/10/P10009. arXiv:1405.6569.[27]CMS CollaborationParticle-flow reconstruction and global event description with the CMS detectorJ. Instrum.122017P1000310.1088/1748-0221/12/10/P10003arXiv:1706.04965CMS Collaboration, Particle-flow reconstruction and global event description with the CMS detector, JINST 12 (2017) P10003. doi: 10.1088/1748-0221/12/10/P10003. arXiv:1706.04965.[28]CMS CollaborationTechnical proposal for the Phase-II upgrade of the Compact Muon SolenoidCMS Technical proposal CERN-LHCC-2015-010, CMS-TDR-15-022015http://cds.cern.ch/record/2020886CMS Collaboration, Technical proposal for the Phase-II upgrade of the Compact Muon Solenoid, CMS Technical proposal CERN-LHCC-2015-010, CMS-TDR-15-02, 2015. URL: http://cds.cern.ch/record/2020886.[29]M.CacciariG.P.SalamG.SoyezThe anti-kt jet clustering algorithmJ. High Energy Phys.04200806310.1088/1126-6708/2008/04/063arXiv:0802.1189M. Cacciari, G. P. Salam, G. Soyez, The anti-kt jet clustering algorithm, JHEP 04 (2008) 063. doi: 10.1088/1126-6708/2008/04/063. arXiv:0802.1189.[30]M.CacciariG.P.SalamG.SoyezFastjet user manualEur. Phys. J. C722012189610.1140/epjc/s10052-012-1896-2arXiv:1111.6097M. Cacciari, G. P. Salam, G. Soyez, Fastjet user manual, Eur. Phys. J. C 72 (2012) 1896. doi: 10.1140/epjc/s10052-012-1896-2. arXiv:1111.6097.[31]CMS CollaborationPileup mitigation at CMS in 13 TeV dataJ. Instrum.152020P0901810.1088/1748-0221/15/09/P09018arXiv:2003.00503CMS Collaboration, Pileup mitigation at CMS in 13 TeV data, JINST 15 (2020) P09018. doi: 10.1088/1748-0221/15/09/P09018. arXiv:2003.00503.[32]CMS CollaborationJet energy scale and resolution in the CMS experiment in pp collisions at 8 TeVJ. Instrum.122017P0201410.1088/1748-0221/12/02/P02014arXiv:1607.03663CMS Collaboration, Jet energy scale and resolution in the CMS experiment in pp collisions at 8 TeV, JINST 12 (2017) P02014. doi: 10.1088/1748-0221/12/02/P02014. arXiv:1607.03663.[33]CMS CollaborationPerformance of missing transverse momentum reconstruction in proton-proton collisions at s=13 TeV using the CMS detectorJ. Instrum.142019P0700410.1088/1748-0221/14/07/P07004arXiv:1903.06078CMS Collaboration, Performance of missing transverse momentum reconstruction in proton-proton collisions at s=13 TeV using the CMS detector, JINST 14 (2019) P07004. doi: 10.1088/1748-0221/14/07/P07004. arXiv:1903.06078.[34]J.AlwallR.FrederixS.FrixioneV.HirschiF.MaltoniO.MattelaerH.S.ShaoT.StelzerP.TorrielliM.ZaroThe automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulationsJ. High Energy Phys.07201407910.1007/JHEP07(2014)079arXiv:1405.0301J. Alwall, R. Frederix, S. Frixione, V. Hirschi, F. Maltoni, O. Mattelaer, H. S. Shao, T. Stelzer, P. Torrielli, M. Zaro, The automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulations, JHEP 07 (2014) 079. doi: 10.1007/JHEP07(2014)079. arXiv:1405.0301.[35]J.AlwallS.HöcheF.KraussN.LavessonL.LönnbladF.MaltoniM.L.ManganoM.MorettiC.G.PapadopoulosF.PiccininiS.SchumannM.TreccaniJ.WinterM.WorekComparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisionsEur. Phys. J. C53200847310.1140/epjc/s10052-007-0490-5arXiv:0706.2569J. Alwall, S. Höche, F. Krauss, N. Lavesson, L. Lönnblad, F. Maltoni, M. L. Mangano, M. Moretti, C. G. Papadopoulos, F. Piccinini, S. Schumann, M. Treccani, J. Winter, M. Worek, Comparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisions, Eur. Phys. J. C 53 (2008) 473. doi: 10.1140/epjc/s10052-007-0490-5. arXiv:0706.2569.[36]W.-S.HouT.ModakProbing top changing neutral Higgs couplings at collidersMod. Phys. Lett. A362021213000610.1142/S0217732321300068arXiv:2012.05735W.-S. Hou, T. Modak, Probing top changing neutral Higgs couplings at colliders, Mod. Phys. Lett. A 36 (2021) 2130006. doi: 10.1142/S0217732321300068. arXiv:2012.05735.[37]R.FrederixS.FrixioneMerging meets matching in MC@NLOJ. High Energy Phys.12201206110.1007/JHEP12(2012)061arXiv:1209.6215R. Frederix, S. Frixione, Merging meets matching in MC@NLO, JHEP 12 (2012) 061. doi: 10.1007/JHEP12(2012)061. arXiv:1209.6215.[38]P.NasonA new method for combining NLO QCD with shower Monte Carlo algorithmsJ. High Energy Phys.11200404010.1088/1126-6708/2004/11/040arXiv:hep-ph/0409146P. Nason, A new method for combining NLO QCD with shower Monte Carlo algorithms, JHEP 11 (2004) 040. doi: 10.1088/1126-6708/2004/11/040. arXiv:hep-ph/0409146.[39]S.FrixioneP.NasonC.OleariMatching NLO QCD computations with parton shower simulations: the POWHEG methodJ. High Energy Phys.11200707010.1088/1126-6708/2007/11/070arXiv:0709.2092S. Frixione, P. Nason, C. Oleari, Matching NLO QCD computations with parton shower simulations: the POWHEG method, JHEP 11 (2007) 070. doi: 10.1088/1126-6708/2007/11/070. arXiv:0709.2092.[40]S.AlioliP.NasonC.OleariE.ReA general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG boxJ. High Energy Phys.06201004310.1007/JHEP06(2010)043arXiv:1002.2581S. Alioli, P. Nason, C. Oleari, E. Re, A general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG box, JHEP 06 (2010) 043. doi: 10.1007/JHEP06(2010)043. arXiv:1002.2581.[41]S.FrixioneP.NasonG.RidolfiA positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproductionJ. High Energy Phys.09200712610.1088/1126-6708/2007/09/126arXiv:0707.3088S. Frixione, P. Nason, G. Ridolfi, A positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproduction, JHEP 09 (2007) 126. doi: 10.1088/1126-6708/2007/09/126. arXiv:0707.3088.[42]T.MeliaP.NasonR.RontschG.ZanderighiW+W, WZ and ZZ production in the POWHEG boxJ. High Energy Phys.11201107810.1007/JHEP11(2011)078arXiv:1107.5051T. Melia, P. Nason, R. Rontsch, G. Zanderighi, W+W−, WZ and ZZ production in the POWHEG box, JHEP 11 (2011) 078. doi: 10.1007/JHEP11(2011)078. arXiv:1107.5051.[43]E.ReSingle-top Wt-channel production matched with parton showers using the POWHEG methodEur. Phys. J. C712011154710.1140/epjc/s10052-011-1547-zarXiv:1009.2450E. Re, Single-top Wt-channel production matched with parton showers using the POWHEG method, Eur. Phys. J. C 71 (2011) 1547. doi: 10.1140/epjc/s10052-011-1547-z. arXiv:1009.2450.[44]S.AlioliP.NasonC.OleariE.ReNLO single-top production matched with shower in POWHEG: s- and t-channel contributionsJ. High Energy Phys.09200911110.1088/1126-6708/2009/09/111arXiv:0907.4076Erratum:https://doi.org/10.1007/JHEP02(2010)011S. Alioli, P. Nason, C. Oleari, E. Re, NLO single-top production matched with shower in POWHEG: s- and t-channel contributions, JHEP 09 (2009) 111. doi: 10.1088/1126-6708/2009/09/111. arXiv:0907.4076, [Erratum: 10.1007/JHEP02(2010)011].[45]H.B.HartantoB.JagerL.ReinaD.WackerothHiggs boson production in association with top quarks in the POWHEG BOXPhys. Rev. D91201509400310.1103/PhysRevD.91.094003arXiv:1501.04498H. B. Hartanto, B. Jager, L. Reina, D. Wackeroth, Higgs boson production in association with top quarks in the POWHEG BOX, Phys. Rev. D 91 (2015) 094003. doi: 10.1103/PhysRevD.91.094003. arXiv:1501.04498.[46]T.SjöstrandS.AskJ.R.ChristiansenR.CorkeN.DesaiP.IltenS.MrennaS.PrestelC.O.RasmussenP.Z.SkandsAn introduction to PYTHIA8.2Comput. Phys. Commun.191201515910.1016/j.cpc.2015.01.024arXiv:1410.3012T. Sjöstrand, S. Ask, J. R. Christiansen, R. Corke, N. Desai, P. Ilten, S. Mrenna, S. Prestel, C. O. Rasmussen, P. Z. Skands, An introduction to PYTHIA8.2, Comput. Phys. Commun. 191 (2015) 159. doi: 10.1016/j.cpc.2015.01.024. arXiv:1410.3012.[47]CMS CollaborationExtraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurementsEur. Phys. J. C802020410.1140/epjc/s10052-019-7499-4arXiv:1903.12179CMS Collaboration, Extraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurements, Eur. Phys. J. C 80 (2020) 4. doi: 10.1140/epjc/s10052-019-7499-4. arXiv:1903.12179.[48]R.D.BallNNPDFParton distributions from high-precision collider dataEur. Phys. J. C77201766310.1140/epjc/s10052-017-5199-5arXiv:1706.00428R. D. Ball, et al. (NNPDF), Parton distributions from high-precision collider data, Eur. Phys. J. C 77 (2017) 663. doi: 10.1140/epjc/s10052-017-5199-5. arXiv:1706.00428.[49]S.AgostinelliGeant4Geant4 — a simulation toolkitNucl. Instrum. Methods A506200325010.1016/S0168-9002(03)01368-8S. Agostinelli, et al. (Geant4), Geant4 — a simulation toolkit, Nucl. Instrum. Meth. A 506 (2003) 250. doi: 10.1016/S0168-9002(03)01368-8.[50]CMS CollaborationMeasurement of the inclusive W and Z production cross sections in pp collisions at s=7 TeVJ. High Energy Phys.10201113210.1007/JHEP10(2011)132arXiv:1107.4789CMS Collaboration, Measurement of the inclusive W and Z production cross sections in pp collisions at s=7 TeV, JHEP 10 (2011) 132. doi: 10.1007/JHEP10(2011)132. arXiv:1107.4789.[51]CMS CollaborationMeasurement of the Higgs boson production rate in association with top quarks in final states with electrons, muons, and hadronically decaying tau leptons at s=13 TeVEur. Phys. J. C81202137810.1140/epjc/s10052-021-09014-xarXiv:2011.03652CMS Collaboration, Measurement of the Higgs boson production rate in association with top quarks in final states with electrons, muons, and hadronically decaying tau leptons at s= 13 TeV, Eur. Phys. J. C 81 (2021) 378. doi: 10.1140/epjc/s10052-021-09014-x. arXiv:2011.03652.[52]CMS CollaborationMeasurement of the cross section of top quark-antiquark pair production in association with a W boson in proton-proton collisions at s=13 TeVJ. High Energy Phys.07202321910.1007/JHEP07(2023)219arXiv:2208.06485CMS Collaboration, Measurement of the cross section of top quark-antiquark pair production in association with a W boson in proton-proton collisions at s = 13 TeV, JHEP 07 (2023) 219. doi: 10.1007/JHEP07(2023)219. arXiv:2208.06485.[53]CMS CollaborationPerformance of electron reconstruction and selection with the CMS detector in proton-proton collisions at s=8 TeVJ. Instrum.102015P0600510.1088/1748-0221/10/06/P06005arXiv:1502.02701CMS Collaboration, Performance of electron reconstruction and selection with the CMS detector in proton-proton collisions at s=8 TeV, JINST 10 (2015) P06005. doi: 10.1088/1748-0221/10/06/P06005. arXiv:1502.02701.[54]K.RehermannB.TweedieEfficient identification of boosted semileptonic top quarks at the LHCJ. High Energy Phys.03201105910.1007/JHEP03(2011)059arXiv:1007.2221K. Rehermann, B. Tweedie, Efficient identification of boosted semileptonic top quarks at the LHC, JHEP 03 (2011) 059. doi: 10.1007/JHEP03(2011)059. arXiv:1007.2221.[55]CMS CollaborationA new calibration method for charm jet identification validated with proton-proton collision events at s=13 TeVJ. Instrum.172022P0301410.1088/1748-0221/17/03/P03014arXiv:2111.03027CMS Collaboration, A new calibration method for charm jet identification validated with proton-proton collision events at s = 13 TeV, JINST 17 (2022) P03014. doi: 10.1088/1748-0221/17/03/P03014. arXiv:2111.03027.[56]CMS CollaborationPerformance summary of AK4 jet charm tagging with the CMS Run2 legacy datasetCMS Detector Performance Note CMS-DP-2023-0062023https://cds.cern.ch/record/2854610CMS Collaboration, Performance summary of AK4 jet charm tagging with the CMS Run2 Legacy dataset, CMS Detector Performance Note CMS-DP-2023-006, 2023. URL: https://cds.cern.ch/record/2854610.[57]E.BolsJ.KieselerM.VerzettiM.StoyeA.StakiaJet flavour classification using DeepJetJ. Instrum.152020P1201210.1088/1748-0221/15/12/P12012arXiv:2008.10519E. Bols, J. Kieseler, M. Verzetti, M. Stoye, A. Stakia, Jet flavour classification using DeepJet, JINST 15 (2020) P12012. doi: 10.1088/1748-0221/15/12/P12012. arXiv:2008.10519.[58]CMS CollaborationPerformance summary of AK4 jet b tagging with data from proton-proton collisions at 13 TeV with the CMS detectorCMS Detector Performance Note CMS-DP-2023-0052023https://cds.cern.ch/record/2854609CMS Collaboration, Performance summary of AK4 jet b tagging with data from proton-proton collisions at 13 TeV with the CMS detector, CMS Detector Performance Note CMS-DP-2023-005, 2023. URL: https://cds.cern.ch/record/2854609.[59]CMS CollaborationEvidence for associated production of a Higgs boson with a top quark pair in final states with electrons, muons, and hadronically decaying τ leptons at s=13 TeVJ. High Energy Phys.08201806610.1007/JHEP08(2018)066arXiv:1803.05485CMS Collaboration, Evidence for associated production of a Higgs boson with a top quark pair in final states with electrons, muons, and hadronically decaying τ leptons at s= 13 TeV, JHEP 08 (2018) 066. doi: 10.1007/JHEP08(2018)066. arXiv:1803.05485.[60]J.H.FriedmanGreedy function approximation: a gradient boosting machineAnn. Stat.292001118910.1214/aos/1013203451J. H. Friedman, Greedy function approximation: A gradient boosting machine, Annals Statist. 29 (2001) 1189. doi: 10.1214/aos/1013203451.[61]A.HoeckerTMVA — toolkit for multivariate data analysisarXiv:physics/07030392007A. Hoecker, et al., TMVA — toolkit for multivariate data analysis, 2007. arXiv:physics/0703039.[62]The ATLAS and CMS Collaborationsthe LHC Higgs Combination GroupCMS Collaborations the LHC Higgs Combination GroupProcedure for the LHC Higgs boson search combination in summer 2011CMS Physics Analysis Summary CMS-NOTE-2011-005, ATL-PHYS-PUB-2011-112011https://cds.cern.ch/record/1379837The ATLAS and CMS Collaborations and the LHC Higgs Combination Group, Procedure for the LHC Higgs boson search combination in Summer 2011, CMS Physics Analysis Summary CMS-NOTE-2011-005, ATL-PHYS-PUB-2011-11, 2011. URL: https://cds.cern.ch/record/1379837.[63]R.J.BarlowC.BeestonFitting using finite Monte Carlo samplesComput. Phys. Commun.77199321910.1016/0010-4655(93)90005-WR. J. Barlow, C. Beeston, Fitting using finite Monte Carlo samples, Comput. Phys. Commun. 77 (1993) 219. doi: 10.1016/0010-4655(93)90005-W.[64]CMS CollaborationPrecision luminosity measurement in proton-proton collisions at s=13 TeV in 2015 and 2016 at CMSEur. Phys. J. C81202180010.1140/epjc/s10052-021-09538-2arXiv:2104.01927CMS Collaboration, Precision luminosity measurement in proton-proton collisions at s= 13 TeV in 2015 and 2016 at CMS, Eur. Phys. J. C 81 (2021) 800. doi: 10.1140/epjc/s10052-021-09538-2. arXiv:2104.01927.[65]CMS CollaborationCMS luminosity measurement for the 2017 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-17-0042018https://cds.cern.ch/record/2621960/CMS Collaboration, CMS luminosity measurement for the 2017 data-taking period at s = 13 TeV, CMS Physics Analysis Summary CMS-PAS-LUM-17-004, 2018. URL: https://cds.cern.ch/record/2621960/.[66]CMS CollaborationCMS luminosity measurement for the 2018 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-18-0022019https://cds.cern.ch/record/2676164CMS Collaboration, CMS luminosity measurement for the 2018 data-taking period at s = 13 TeV, CMS Physics Analysis Summary CMS-PAS-LUM-18-002, 2019. URL: https://cds.cern.ch/record/2676164.[67]S.HeinemeyerHandbook of LHC Higgs cross sections: 3. Higgs propertiesCERN Report CERN-2013-0042013https://doi.org/10.5170/CERN-2013-004arXiv:1307.1347S. Heinemeyer, et al., Handbook of LHC Higgs cross sections: 3. Higgs properties, CERN Report CERN-2013-004, 2013. doi: 10.5170/CERN-2013-004. arXiv:1307.1347.[68]T.JunkConfidence level computation for combining searches with small statisticsNucl. Instrum. Meth. A434199943510.1016/S0168-9002(99)00498-2arXiv:hep-ex/9902006T. Junk, Confidence level computation for combining searches with small statistics, Nucl. Instrum. Meth. A 434 (1999) 435. doi: 10.1016/S0168-9002(99)00498-2. arXiv:hep-ex/9902006.[69]A.L.ReadPresentation of search results: the CLs techniqueJ. Phys. G282002269310.1088/0954-3899/28/10/313A. L. Read, Presentation of search results: the CLs technique, J. Phys. G 28 (2002) 2693. doi: 10.1088/0954-3899/28/10/313.[70]G.CowanK.CranmerE.GrossO.VitellsAsymptotic formulae for likelihood-based tests of new physicsEur. Phys. J. C712011155410.1140/epjc/s10052-011-1554-0arXiv:1007.1727Erratum:https://doi.org/10.1140/epjc/s10052-013-2501-zG. Cowan, K. Cranmer, E. Gross, O. Vitells, Asymptotic formulae for likelihood-based tests of new physics, Eur. Phys. J. C 71 (2011) 1554. doi: 10.1140/epjc/s10052-011-1554-0. arXiv:1007.1727, [Erratum: 10.1140/epjc/s10052-013-2501-z]. \ No newline at end of file diff --git a/tests/stubdata/output/els_phlb_compound_affil.json b/tests/stubdata/output/els_phlb_compound_affil.json new file mode 100644 index 0000000..72ad98b --- /dev/null +++ b/tests/stubdata/output/els_phlb_compound_affil.json @@ -0,0 +1,32126 @@ +{ + "abstract": { + "textEnglish": "A search is presented for new Higgs bosons in proton-proton (pp) collision events in which a same-sign top quark pair is produced in association with a jet, via the pp\u2192tH/A\u2192ttc\u203e and pp\u2192tH/A\u2192ttu\u203e processes. Here, H and A represent the extra scalar and pseudoscalar boson, respectively, of the second Higgs doublet in the generalized two-Higgs-doublet model (g2HDM). The search is based on pp collision data collected at a center-of-mass energy of 13 TeV with the CMS detector at the LHC, corresponding to an integrated luminosity of 138fb\u22121. Final states with a same-sign lepton pair in association with jets and missing transverse momentum are considered. New Higgs bosons in the 200\u20131000 GeV mass range and new Yukawa couplings between 0.1 and 1.0 are targeted in the search, for scenarios in which either H or A appear alone, or in which they coexist and interfere. No significant excess above the standard model prediction is observed. Exclusion limits are derived in the context of the g2HDM." + }, + "authors": [ + { + "affiliation": [ + { + "affPubRaw": "Yerevan Physics Institute, Yerevan, Armenia" + } + ], + "name": { + "given_name": "A.", + "surname": "Hayrapetyan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Yerevan State University, Yerevan, Armenia." + } + ], + "attrib": { + "orcid": "0009-0000-0684-6742" + }, + "name": { + "given_name": "A.", + "surname": "Tumasyan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0001-9099-4341" + }, + "name": { + "given_name": "W.", + "surname": "Adam" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "name": { + "given_name": "J.W.", + "surname": "Andrejkovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-5786-0293" + }, + "name": { + "given_name": "T.", + "surname": "Bergauer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-2660-0349" + }, + "name": { + "given_name": "S.", + "surname": "Chatterjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0001-5389-2872" + }, + "name": { + "given_name": "K.", + "surname": "Damanakis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-1967-6783" + }, + "name": { + "given_name": "M.", + "surname": "Dragicevic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-4825-5278" + }, + "name": { + "given_name": "P.S.", + "surname": "Hussain" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at TU Wien, Vienna, Austria." + } + ], + "attrib": { + "orcid": "0000-0002-5141-9560" + }, + "name": { + "given_name": "M.", + "surname": "Jeitler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-0548-0985" + }, + "name": { + "given_name": "N.", + "surname": "Krammer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-4547-116X" + }, + "name": { + "given_name": "A.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-3380-473X" + }, + "name": { + "given_name": "D.", + "surname": "Liko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-0385-2746" + }, + "name": { + "given_name": "I.", + "surname": "Mikulec" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at TU Wien, Vienna, Austria." + } + ], + "attrib": { + "orcid": "0000-0002-1058-8093" + }, + "name": { + "given_name": "J.", + "surname": "Schieck" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-2332-8784" + }, + "name": { + "given_name": "R.", + "surname": "Sch\u00f6fbeck" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-3821-7331" + }, + "name": { + "given_name": "D.", + "surname": "Schwarz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-0510-7010" + }, + "name": { + "given_name": "M.", + "surname": "Sonawane" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0003-3137-5692" + }, + "name": { + "given_name": "S.", + "surname": "Templ" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + } + ], + "attrib": { + "orcid": "0000-0002-6215-7228" + }, + "name": { + "given_name": "W.", + "surname": "Waltenberger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at TU Wien, Vienna, Austria." + } + ], + "attrib": { + "orcid": "0000-0001-9226-5812" + }, + "name": { + "given_name": "C.-E.", + "surname": "Wulz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Basic and Applied Sciences, Faculty of Engineering, Arab Academy for Science, Technology and Maritime Transport, Alexandria, Egypt." + } + ], + "attrib": { + "orcid": "0000-0003-2894-2377" + }, + "name": { + "given_name": "M.R.", + "surname": "Darwish" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universiteit Antwerpen, Antwerpen, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-3998-4081" + }, + "name": { + "given_name": "T.", + "surname": "Janssen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universiteit Antwerpen, Antwerpen, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8731-9051" + }, + "name": { + "given_name": "P.", + "surname": "Van Mechelen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8564-8732" + }, + "name": { + "given_name": "E.S.", + "surname": "Bols" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-9598-6241" + }, + "name": { + "given_name": "J.", + "surname": "D'Hondt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-7752-7471" + }, + "name": { + "given_name": "S.", + "surname": "Dansana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5964-1935" + }, + "name": { + "given_name": "A.", + "surname": "De Moor" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8206-1787" + }, + "name": { + "given_name": "M.", + "surname": "Delcourt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8894-2390" + }, + "name": { + "given_name": "H.", + "surname": "El Faham" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-3984-9987" + }, + "name": { + "given_name": "S.", + "surname": "Lowette" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8553-4508" + }, + "name": { + "given_name": "I.", + "surname": "Makarenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-1752-4527" + }, + "name": { + "given_name": "D.", + "surname": "M\u00fcller" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-1505-1743" + }, + "name": { + "given_name": "A.R.", + "surname": "Sahasransu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-6792-9522" + }, + "name": { + "given_name": "S.", + "surname": "Tavernier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Ghent University, Ghent, Belgium." + } + ], + "attrib": { + "orcid": "0000-0002-3990-2074" + }, + "name": { + "given_name": "M.", + "surname": "Tytgat" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-1559-3606" + }, + "name": { + "given_name": "S.", + "surname": "Van Putte" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-2747-5095" + }, + "name": { + "given_name": "D.", + "surname": "Vannerom" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8547-8211" + }, + "name": { + "given_name": "B.", + "surname": "Clerbaux" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5124-7693" + }, + "name": { + "given_name": "G.", + "surname": "De Lentdecker" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-1645-7454" + }, + "name": { + "given_name": "L.", + "surname": "Favart" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-4760-1597" + }, + "name": { + "given_name": "D.", + "surname": "Hohov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-3885-6608" + }, + "name": { + "given_name": "J.", + "surname": "Jaramillo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "name": { + "given_name": "A.", + "surname": "Khalilzadeh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-0808-4184" + }, + "name": { + "given_name": "K.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8265-3595" + }, + "name": { + "given_name": "M.", + "surname": "Mahdavikhorrami" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8645-9282" + }, + "name": { + "given_name": "A.", + "surname": "Malara" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8487-9603" + }, + "name": { + "given_name": "S.", + "surname": "Paredes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0009-0000-7979-5771" + }, + "name": { + "given_name": "L.", + "surname": "P\u00e9tr\u00e9" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "name": { + "given_name": "N.", + "surname": "Postiau" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-2756-3853" + }, + "name": { + "given_name": "L.", + "surname": "Thomas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0009-0000-7725-7945" + }, + "name": { + "given_name": "M.", + "surname": "Vanden Bemden" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-3392-7294" + }, + "name": { + "given_name": "C.", + "surname": "Vander Velde" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-7931-4496" + }, + "name": { + "given_name": "P.", + "surname": "Vanlaer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-5854-7442" + }, + "name": { + "given_name": "M.", + "surname": "De Coen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-0012-4866" + }, + "name": { + "given_name": "D.", + "surname": "Dobur" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-4752-2458" + }, + "name": { + "given_name": "Y.", + "surname": "Hong" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-4781-5704" + }, + "name": { + "given_name": "J.", + "surname": "Knolle" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-9108-1560" + }, + "name": { + "given_name": "L.", + "surname": "Lambrecht" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "name": { + "given_name": "G.", + "surname": "Mestdach" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "name": { + "given_name": "C.", + "surname": "Rend\u00f3n" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "name": { + "given_name": "A.", + "surname": "Samalan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-1160-0621" + }, + "name": { + "given_name": "K.", + "surname": "Skovpen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-2973-4991" + }, + "name": { + "given_name": "N.", + "surname": "Van Den Bossche" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-7174-781X" + }, + "name": { + "given_name": "J.", + "surname": "van der Linden" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Ghent University, Ghent, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-6952-891X" + }, + "name": { + "given_name": "L.", + "surname": "Wezenbeek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-0252-3609" + }, + "name": { + "given_name": "A.", + "surname": "Benecke" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8857-8197" + }, + "name": { + "given_name": "G.", + "surname": "Bruno" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-7522-4808" + }, + "name": { + "given_name": "C.", + "surname": "Caputo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-8707-6021" + }, + "name": { + "given_name": "C.", + "surname": "Delaere" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-7485-412X" + }, + "name": { + "given_name": "I.S.", + "surname": "Donertas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-9640-8294" + }, + "name": { + "given_name": "A.", + "surname": "Giammanco" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-7419-4248" + }, + "name": { + "given_name": "K.", + "surname": "Jaffel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5078-3689" + }, + "name": { + "given_name": "Sa.", + "surname": "Jain" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "name": { + "given_name": "V.", + "surname": "Lemaitre" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-1439-0196" + }, + "name": { + "given_name": "J.", + "surname": "Lidrych" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-2043-2367" + }, + "name": { + "given_name": "P.", + "surname": "Mastrapasqua" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0001-5967-1245" + }, + "name": { + "given_name": "K.", + "surname": "Mondal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0003-3060-350X" + }, + "name": { + "given_name": "T.T.", + "surname": "Tran" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 Catholique de Louvain, Louvain-la-Neuve, Belgium" + } + ], + "attrib": { + "orcid": "0000-0002-8645-3670" + }, + "name": { + "given_name": "S.", + "surname": "Wertz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-8369-1446" + }, + "name": { + "given_name": "G.A.", + "surname": "Alves" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-6114-9907" + }, + "name": { + "given_name": "E.", + "surname": "Coelho" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-8874-7624" + }, + "name": { + "given_name": "C.", + "surname": "Hensel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "T.", + "surname": "Menezes De Oliveira" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-5157-5686" + }, + "name": { + "given_name": "A.", + "surname": "Moraes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-9029-8506" + }, + "name": { + "given_name": "P.", + "surname": "Rebello Teles" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil" + } + ], + "name": { + "given_name": "M.", + "surname": "Soeiro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-5855-9817" + }, + "name": { + "given_name": "W.L.", + "surname": "Ald\u00e1 J\u00fanior" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-4296-7028" + }, + "name": { + "given_name": "M.", + "surname": "Alves Gallo Pereira" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3904-0571" + }, + "name": { + "given_name": "M.", + "surname": "Barroso Ferreira Filho" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-1326-318X" + }, + "name": { + "given_name": "H.", + "surname": "Brandao Malbouisson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-0738-6615" + }, + "name": { + "given_name": "W.", + "surname": "Carvalho" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universidade Estadual de Campinas, Campinas, Brazil." + } + ], + "name": { + "given_name": "J.", + "surname": "Chinellato" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-5016-6434" + }, + "name": { + "given_name": "E.M.", + "surname": "Da Costa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Federal University of Rio Grande do Sul, Porto Alegre, Brazil." + } + ], + "attrib": { + "orcid": "0000-0003-3514-7056" + }, + "name": { + "given_name": "G.G.", + "surname": "Da Silveira" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-3769-1680" + }, + "name": { + "given_name": "D.", + "surname": "De Jesus Damiao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-7830-0837" + }, + "name": { + "given_name": "S.", + "surname": "Fonseca De Souza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at UFMS, Nova Andradina, Brazil." + } + ], + "attrib": { + "orcid": "0000-0002-2120-2782" + }, + "name": { + "given_name": "J.", + "surname": "Martins" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3915-3170" + }, + "name": { + "given_name": "C.", + "surname": "Mora Herrera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-1707-3348" + }, + "name": { + "given_name": "K.", + "surname": "Mota Amarilo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-9964-7805" + }, + "name": { + "given_name": "L.", + "surname": "Mundim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-7705-1066" + }, + "name": { + "given_name": "H.", + "surname": "Nogima" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-0568-665X" + }, + "name": { + "given_name": "A.", + "surname": "Santoro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-6998-1108" + }, + "name": { + "given_name": "A.", + "surname": "Sznajder" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-7139-7963" + }, + "name": { + "given_name": "M.", + "surname": "Thiel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3177-4626" + }, + "name": { + "given_name": "A.", + "surname": "Vilela Pereira" + } + }, + { + "attrib": { + "orcid": "0000-0001-5790-9563" + }, + "name": { + "given_name": "C.A.", + "surname": "Bernardes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-9951-9448" + }, + "name": { + "given_name": "L.", + "surname": "Calligaris" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], + "attrib": { + "orcid": "0000-0002-1809-5226" + }, + "name": { + "given_name": "T.R.", + "surname": "Fernandez Perez Tomei" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-0205-1672" + }, + "name": { + "given_name": "E.M.", + "surname": "Gregores" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], + "attrib": { + "orcid": "0000-0001-8333-4302" + }, + "name": { + "given_name": "P.G.", + "surname": "Mercadante" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-0471-8549" + }, + "name": { + "given_name": "S.F.", + "surname": "Novaes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-4232-4743" + }, + "name": { + "given_name": "B.", + "surname": "Orzari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], + "attrib": { + "orcid": "0000-0003-3071-0559" + }, + "name": { + "given_name": "Sandra S.", + "surname": "Padula" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0001-6934-2541" + }, + "name": { + "given_name": "A.", + "surname": "Aleksandrov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0003-3210-5037" + }, + "name": { + "given_name": "G.", + "surname": "Antchev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0003-1824-1737" + }, + "name": { + "given_name": "R.", + "surname": "Hadjiiska" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0001-6330-0607" + }, + "name": { + "given_name": "P.", + "surname": "Iaydjiev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0003-4854-5301" + }, + "name": { + "given_name": "M.", + "surname": "Misheva" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0001-6664-2493" + }, + "name": { + "given_name": "M.", + "surname": "Shopova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0002-8030-3866" + }, + "name": { + "given_name": "G.", + "surname": "Sultanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Sofia, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0003-2899-701X" + }, + "name": { + "given_name": "A.", + "surname": "Dimitrov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Sofia, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0002-8511-6883" + }, + "name": { + "given_name": "L.", + "surname": "Litov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Sofia, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0003-3635-0646" + }, + "name": { + "given_name": "B.", + "surname": "Pavlov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Sofia, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0002-0420-9480" + }, + "name": { + "given_name": "P.", + "surname": "Petkov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Sofia, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0009-0003-8899-1514" + }, + "name": { + "given_name": "A.", + "surname": "Petrov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Sofia, Sofia, Bulgaria" + } + ], + "attrib": { + "orcid": "0000-0002-0104-2574" + }, + "name": { + "given_name": "E.", + "surname": "Shumka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto De Alta Investigaci\u00f3n, Universidad de Tarapac\u00e1, Casilla 7 D, Arica, Chile" + } + ], + "attrib": { + "orcid": "0000-0003-3280-2350" + }, + "name": { + "given_name": "S.", + "surname": "Keshri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto De Alta Investigaci\u00f3n, Universidad de Tarapac\u00e1, Casilla 7 D, Arica, Chile" + } + ], + "attrib": { + "orcid": "0000-0002-1647-0360" + }, + "name": { + "given_name": "S.", + "surname": "Thakur" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Beihang University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0003-2954-9315" + }, + "name": { + "given_name": "T.", + "surname": "Cheng" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Beihang University, Beijing, China" + } + ], + "name": { + "given_name": "Q.", + "surname": "Guo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Beihang University, Beijing, China" + } + ], + "attrib": { + "orcid": "0009-0007-2757-4054" + }, + "name": { + "given_name": "T.", + "surname": "Javaid" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Beihang University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-6719-5397" + }, + "name": { + "given_name": "L.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Physics, Tsinghua University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0001-8209-4343" + }, + "name": { + "given_name": "Z.", + "surname": "Hu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Physics, Tsinghua University, Beijing, China" + } + ], + "name": { + "given_name": "J.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Nanjing Normal University, Nanjing, China." + } + ], + "attrib": { + "orcid": "0000-0002-2459-1824" + }, + "name": { + "given_name": "K.", + "surname": "Yi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." + } + ], + "attrib": { + "orcid": "0000-0002-2629-5420" + }, + "name": { + "given_name": "G.M.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." + } + ], + "attrib": { + "orcid": "0000-0001-8672-8227" + }, + "name": { + "given_name": "H.S.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." + } + ], + "attrib": { + "orcid": "0000-0003-0489-9669" + }, + "name": { + "given_name": "M.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0001-5911-4051" + }, + "name": { + "given_name": "F.", + "surname": "Iemmi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + } + ], + "name": { + "given_name": "C.H.", + "surname": "Jiang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at China Center of Advanced Science and Technology, Beijing, China." + } + ], + "attrib": { + "orcid": "0000-0002-1844-1504" + }, + "name": { + "given_name": "A.", + "surname": "Kapoor" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-0124-6999" + }, + "name": { + "given_name": "H.", + "surname": "Liao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." + } + ], + "attrib": { + "orcid": "0000-0002-2896-1386" + }, + "name": { + "given_name": "Z.-A.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at China Spallation Neutron Source, Guangdong, China." + } + ], + "attrib": { + "orcid": "0000-0003-1181-1426" + }, + "name": { + "given_name": "R.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." + } + ], + "name": { + "given_name": "J.N.", + "surname": "Song" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0003-2006-3490" + }, + "name": { + "given_name": "J.", + "surname": "Tao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." + } + ], + "name": { + "given_name": "C.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-3103-1083" + }, + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." + } + ], + "name": { + "given_name": "Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0001-8843-5209" + }, + "name": { + "given_name": "H.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-8953-1232" + }, + "name": { + "given_name": "A.", + "surname": "Agapitos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-1912-0374" + }, + "name": { + "given_name": "Y.", + "surname": "Ban" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0001-9565-4186" + }, + "name": { + "given_name": "A.", + "surname": "Levin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-6339-8154" + }, + "name": { + "given_name": "C.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-8290-0517" + }, + "name": { + "given_name": "Q.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "Y.", + "surname": "Mao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-0630-481X" + }, + "name": { + "given_name": "S.J.", + "surname": "Qian" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0003-4409-4574" + }, + "name": { + "given_name": "X.", + "surname": "Sun" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0002-9013-1199" + }, + "name": { + "given_name": "D.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "name": { + "given_name": "H.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0001-7947-9007" + }, + "name": { + "given_name": "L.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China" + } + ], + "attrib": { + "orcid": "0000-0001-5904-7258" + }, + "name": { + "given_name": "C.", + "surname": "Zhou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sun Yat-Sen University, Guangzhou, China" + } + ], + "attrib": { + "orcid": "0000-0001-8324-3291" + }, + "name": { + "given_name": "Z.", + "surname": "You" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Science and Technology of China, Hefei, China" + } + ], + "attrib": { + "orcid": "0000-0002-2631-6770" + }, + "name": { + "given_name": "N.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Now at Henan Normal University, Xinxiang, China." + } + ], + "name": { + "given_name": "G.", + "surname": "Bauer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium." + } + ], + "attrib": { + "orcid": "0000-0001-7205-2318" + }, + "name": { + "given_name": "X.", + "surname": "Gao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, China" + } + ], + "name": { + "given_name": "D.", + "surname": "Leggat" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, China" + } + ], + "attrib": { + "orcid": "0000-0002-2548-6567" + }, + "name": { + "given_name": "H.", + "surname": "Okawa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, China" + } + ], + "attrib": { + "orcid": "0000-0002-4554-2554" + }, + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Zhejiang University, Hangzhou, Zhejiang, China" + } + ], + "attrib": { + "orcid": "0000-0003-1812-3474" + }, + "name": { + "given_name": "Z.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Zhejiang University, Hangzhou, Zhejiang, China" + } + ], + "attrib": { + "orcid": "0000-0002-7421-0313" + }, + "name": { + "given_name": "C.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Zhejiang University, Hangzhou, Zhejiang, China" + } + ], + "attrib": { + "orcid": "0000-0001-9628-9336" + }, + "name": { + "given_name": "M.", + "surname": "Xiao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Los Andes, Bogota, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-5610-2693" + }, + "name": { + "given_name": "C.", + "surname": "Avila" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Los Andes, Bogota, Colombia" + } + ], + "name": { + "given_name": "D.A.", + "surname": "Barbosa Trujillo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Los Andes, Bogota, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-0486-6296" + }, + "name": { + "given_name": "A.", + "surname": "Cabrera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Los Andes, Bogota, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-3222-0249" + }, + "name": { + "given_name": "C.", + "surname": "Florez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Los Andes, Bogota, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-5137-8543" + }, + "name": { + "given_name": "J.", + "surname": "Fraga" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Los Andes, Bogota, Colombia" + } + ], + "name": { + "given_name": "J.A.", + "surname": "Reyes Vega" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Antioquia, Medellin, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-1153-816X" + }, + "name": { + "given_name": "J.", + "surname": "Mejia Guisao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Antioquia, Medellin, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-7178-0484" + }, + "name": { + "given_name": "F.", + "surname": "Ramirez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Antioquia, Medellin, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-9480-213X" + }, + "name": { + "given_name": "M.", + "surname": "Rodriguez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Antioquia, Medellin, Colombia" + } + ], + "attrib": { + "orcid": "0000-0002-3306-0363" + }, + "name": { + "given_name": "J.D.", + "surname": "Ruiz Alvarez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, Croatia" + } + ], + "attrib": { + "orcid": "0009-0005-6792-6881" + }, + "name": { + "given_name": "D.", + "surname": "Giljanovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-4674-9450" + }, + "name": { + "given_name": "N.", + "surname": "Godinovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-8269-5760" + }, + "name": { + "given_name": "D.", + "surname": "Lelas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-7938-7559" + }, + "name": { + "given_name": "A.", + "surname": "Sculac" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Split, Faculty of Science, Split, Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-2391-4599" + }, + "name": { + "given_name": "M.", + "surname": "Kovac" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Latvia (LU), Riga, Latvia." + } + ], + "attrib": { + "orcid": "0000-0002-9578-4105" + }, + "name": { + "given_name": "T.", + "surname": "Sculac" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute Rudjer Boskovic, Zagreb, Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-8612-3332" + }, + "name": { + "given_name": "P.", + "surname": "Bargassa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute Rudjer Boskovic, Zagreb, Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-5847-0062" + }, + "name": { + "given_name": "V.", + "surname": "Brigljevic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute Rudjer Boskovic, Zagreb, Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-0220-8441" + }, + "name": { + "given_name": "B.K.", + "surname": "Chitroda" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute Rudjer Boskovic, Zagreb, Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-9116-1202" + }, + "name": { + "given_name": "D.", + "surname": "Ferencek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute Rudjer Boskovic, Zagreb, Croatia" + } + ], + "attrib": { + "orcid": "0000-0002-3510-4833" + }, + "name": { + "given_name": "S.", + "surname": "Mishra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at an institute or an international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0001-9570-9255" + }, + "name": { + "given_name": "A.", + "surname": "Starodumov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute Rudjer Boskovic, Zagreb, Croatia" + } + ], + "attrib": { + "orcid": "0000-0001-7430-2552" + }, + "name": { + "given_name": "T.", + "surname": "Susa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-4443-3794" + }, + "name": { + "given_name": "A.", + "surname": "Attikis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0003-2205-1100" + }, + "name": { + "given_name": "K.", + "surname": "Christoforou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0003-0408-7636" + }, + "name": { + "given_name": "S.", + "surname": "Konstantinou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-2978-2718" + }, + "name": { + "given_name": "J.", + "surname": "Mousa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "name": { + "given_name": "C.", + "surname": "Nicolaou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-3432-3452" + }, + "name": { + "given_name": "F.", + "surname": "Ptochos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0002-4855-0162" + }, + "name": { + "given_name": "P.A.", + "surname": "Razis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "name": { + "given_name": "H.", + "surname": "Rykaczewski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0001-7616-2573" + }, + "name": { + "given_name": "H.", + "surname": "Saka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Cyprus, Nicosia, Cyprus" + } + ], + "attrib": { + "orcid": "0000-0001-7747-6582" + }, + "name": { + "given_name": "A.", + "surname": "Stepennov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Charles University, Prague, Czech Republic" + } + ], + "attrib": { + "orcid": "0000-0002-7828-9970" + }, + "name": { + "given_name": "M.", + "surname": "Finger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Charles University, Prague, Czech Republic" + } + ], + "attrib": { + "orcid": "0000-0003-3155-2484" + }, + "name": { + "given_name": "M.", + "surname": "Finger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Charles University, Prague, Czech Republic" + } + ], + "attrib": { + "orcid": "0000-0001-8197-1914" + }, + "name": { + "given_name": "A.", + "surname": "Kveton" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Escuela Politecnica Nacional, Quito, Ecuador" + } + ], + "attrib": { + "orcid": "0000-0002-0363-9198" + }, + "name": { + "given_name": "E.", + "surname": "Ayala" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad San Francisco de Quito, Quito, Ecuador" + } + ], + "attrib": { + "orcid": "0000-0002-0857-8507" + }, + "name": { + "given_name": "E.", + "surname": "Carrera Jarrin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Cairo University, Cairo, Egypt." + } + ], + "attrib": { + "orcid": "0000-0002-4177-7209" + }, + "name": { + "given_name": "H.", + "surname": "Abdalla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Suez University, Suez, Egypt." + } + ], + "name": { + "given_name": "Y.", + "surname": "Assran" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Center for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, Egypt" + } + ], + "attrib": { + "orcid": "0000-0001-8692-5458" + }, + "name": { + "given_name": "M.A.", + "surname": "Mahmoud" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Center for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, Egypt" + } + ], + "attrib": { + "orcid": "0000-0001-8399-3017" + }, + "name": { + "given_name": "Y.", + "surname": "Mohammed" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Birla Institute of Technology, Mesra, Mesra, India." + } + ], + "attrib": { + "orcid": "0000-0001-6645-6244" + }, + "name": { + "given_name": "R.K.", + "surname": "Dewanjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0002-2387-4777" + }, + "name": { + "given_name": "K.", + "surname": "Ehataht" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "name": { + "given_name": "M.", + "surname": "Kadastik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0001-6242-7331" + }, + "name": { + "given_name": "T.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0002-9380-8919" + }, + "name": { + "given_name": "S.", + "surname": "Nandan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0002-3532-8132" + }, + "name": { + "given_name": "C.", + "surname": "Nielsen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0002-5191-5759" + }, + "name": { + "given_name": "J.", + "surname": "Pata" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0001-7040-9491" + }, + "name": { + "given_name": "M.", + "surname": "Raidal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0002-6552-7255" + }, + "name": { + "given_name": "L.", + "surname": "Tani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + } + ], + "attrib": { + "orcid": "0000-0002-3364-916X" + }, + "name": { + "given_name": "C.", + "surname": "Veelken" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Physics, University of Helsinki, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0001-7369-2536" + }, + "name": { + "given_name": "H.", + "surname": "Kirschenmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Physics, University of Helsinki, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-4807-0414" + }, + "name": { + "given_name": "K.", + "surname": "Osterberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Physics, University of Helsinki, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0002-5200-6477" + }, + "name": { + "given_name": "M.", + "surname": "Voutilainen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0001-5871-9622" + }, + "name": { + "given_name": "S.", + "surname": "Bharthuar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0001-6066-8756" + }, + "name": { + "given_name": "E.", + "surname": "Br\u00fccken" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0002-4023-7964" + }, + "name": { + "given_name": "F.", + "surname": "Garcia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-2898-6900" + }, + "name": { + "given_name": "J.", + "surname": "Havukainen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0001-9769-7163" + }, + "name": { + "given_name": "K.T.S.", + "surname": "Kallonen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "name": { + "given_name": "R.", + "surname": "Kinnunen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0002-8398-4249" + }, + "name": { + "given_name": "T.", + "surname": "Lamp\u00e9n" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0002-5502-1795" + }, + "name": { + "given_name": "K.", + "surname": "Lassila-Perini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-1370-5598" + }, + "name": { + "given_name": "S.", + "surname": "Lehti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0009-0002-4847-8882" + }, + "name": { + "given_name": "T.", + "surname": "Lind\u00e9n" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "name": { + "given_name": "M.", + "surname": "Lotti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-1609-3515" + }, + "name": { + "given_name": "L.", + "surname": "Martikainen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-0510-3810" + }, + "name": { + "given_name": "M.", + "surname": "Myllym\u00e4ki" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0002-6764-0016" + }, + "name": { + "given_name": "M.m.", + "surname": "Rantanen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-2039-5874" + }, + "name": { + "given_name": "H.", + "surname": "Siikonen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0002-7073-7767" + }, + "name": { + "given_name": "E.", + "surname": "Tuominen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Helsinki Institute of Physics, Helsinki, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-0386-8633" + }, + "name": { + "given_name": "J.", + "surname": "Tuominiemi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Lappeenranta-Lahti University of Technology, Lappeenranta, Finland" + } + ], + "attrib": { + "orcid": "0000-0003-2340-4641" + }, + "name": { + "given_name": "P.", + "surname": "Luukka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Lappeenranta-Lahti University of Technology, Lappeenranta, Finland" + } + ], + "attrib": { + "orcid": "0000-0002-1133-5485" + }, + "name": { + "given_name": "H.", + "surname": "Petrow" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deceased." + } + ], + "name": { + "given_name": "T.", + "surname": "Tuuva" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0003-3278-3671" + }, + "name": { + "given_name": "M.", + "surname": "Besancon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0003-2040-4099" + }, + "name": { + "given_name": "F.", + "surname": "Couderc" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0009-0008-2784-615X" + }, + "name": { + "given_name": "M.", + "surname": "Dejardin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "name": { + "given_name": "D.", + "surname": "Denegri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "name": { + "given_name": "J.L.", + "surname": "Faure" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0002-9860-101X" + }, + "name": { + "given_name": "F.", + "surname": "Ferri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0003-3090-9744" + }, + "name": { + "given_name": "S.", + "surname": "Ganjour" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0002-3932-5967" + }, + "name": { + "given_name": "P.", + "surname": "Gras" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0002-3872-3592" + }, + "name": { + "given_name": "G.", + "surname": "Hamel de Monchenault" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0009-0008-7976-851X" + }, + "name": { + "given_name": "V.", + "surname": "Lohezic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0002-5388-5565" + }, + "name": { + "given_name": "J.", + "surname": "Malcles" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "name": { + "given_name": "J.", + "surname": "Rander" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0001-7803-6650" + }, + "name": { + "given_name": "A.", + "surname": "Rosowsky" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0001-6402-4050" + }, + "name": { + "given_name": "M.\u00d6.", + "surname": "Sahin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Purdue University, West Lafayette, Indiana, USA." + } + ], + "attrib": { + "orcid": "0000-0002-9481-5168" + }, + "name": { + "given_name": "A.", + "surname": "Savoy-Navarro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0002-9813-372X" + }, + "name": { + "given_name": "P.", + "surname": "Simkina" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0002-1119-6614" + }, + "name": { + "given_name": "M.", + "surname": "Titov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + } + ], + "attrib": { + "orcid": "0000-0001-6768-1056" + }, + "name": { + "given_name": "M.", + "surname": "Tornago" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-6033-8885" + }, + "name": { + "given_name": "C.", + "surname": "Baldenegro Barrera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-1194-8556" + }, + "name": { + "given_name": "F.", + "surname": "Beaudette" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-8597-647X" + }, + "name": { + "given_name": "A.", + "surname": "Buchot Perraguin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-6027-4511" + }, + "name": { + "given_name": "P.", + "surname": "Busson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0003-4386-0564" + }, + "name": { + "given_name": "A.", + "surname": "Cappati" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-4087-8155" + }, + "name": { + "given_name": "C.", + "surname": "Charlot" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-6793-4359" + }, + "name": { + "given_name": "F.", + "surname": "Damas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-8710-992X" + }, + "name": { + "given_name": "O.", + "surname": "Davignon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-5291-1661" + }, + "name": { + "given_name": "A.", + "surname": "De Wit" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-6762-3937" + }, + "name": { + "given_name": "G.", + "surname": "Falmagne" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-9752-0624" + }, + "name": { + "given_name": "B.A.", + "surname": "Fontana Santos Alves" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0009-0006-5692-5688" + }, + "name": { + "given_name": "S.", + "surname": "Ghosh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-7560-5790" + }, + "name": { + "given_name": "A.", + "surname": "Gilbert" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-1275-7292" + }, + "name": { + "given_name": "R.", + "surname": "Granier de Cassagnac" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0009-0008-2093-8131" + }, + "name": { + "given_name": "A.", + "surname": "Hakimi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0003-0174-4020" + }, + "name": { + "given_name": "B.", + "surname": "Harikrishnan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-5705-5059" + }, + "name": { + "given_name": "L.", + "surname": "Kalipoliti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-7002-0937" + }, + "name": { + "given_name": "G.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0003-0985-913X" + }, + "name": { + "given_name": "J.", + "surname": "Motta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-7305-7102" + }, + "name": { + "given_name": "M.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-3836-1173" + }, + "name": { + "given_name": "C.", + "surname": "Ochando" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-9860-9185" + }, + "name": { + "given_name": "L.", + "surname": "Portales" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0003-3735-2707" + }, + "name": { + "given_name": "R.", + "surname": "Salerno" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-5187-3571" + }, + "name": { + "given_name": "J.B.", + "surname": "Sauvan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-5381-4807" + }, + "name": { + "given_name": "Y.", + "surname": "Sirois" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0001-7098-5317" + }, + "name": { + "given_name": "A.", + "surname": "Tarabini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0003-4957-2782" + }, + "name": { + "given_name": "E.", + "surname": "Vernazza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-7214-0673" + }, + "name": { + "given_name": "A.", + "surname": "Zabi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France" + } + ], + "attrib": { + "orcid": "0000-0002-1178-1450" + }, + "name": { + "given_name": "A.", + "surname": "Zghiche" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e9 de Haute Alsace, Mulhouse, France." + } + ], + "attrib": { + "orcid": "0000-0001-7476-0158" + }, + "name": { + "given_name": "J.-L.", + "surname": "Agram" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0002-8298-7560" + }, + "name": { + "given_name": "J.", + "surname": "Andrea" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0009-0004-1837-0496" + }, + "name": { + "given_name": "D.", + "surname": "Apparu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0002-4535-5273" + }, + "name": { + "given_name": "D.", + "surname": "Bloch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0003-0249-3622" + }, + "name": { + "given_name": "J.-M.", + "surname": "Brom" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0003-2797-7690" + }, + "name": { + "given_name": "E.C.", + "surname": "Chabert" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0002-5230-8387" + }, + "name": { + "given_name": "C.", + "surname": "Collard" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0002-0264-1632" + }, + "name": { + "given_name": "S.", + "surname": "Falke" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0001-8955-1666" + }, + "name": { + "given_name": "U.", + "surname": "Goerlach" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "name": { + "given_name": "C.", + "surname": "Grimault" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0009-0007-5007-6723" + }, + "name": { + "given_name": "R.", + "surname": "Haeberle" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0002-8545-0187" + }, + "name": { + "given_name": "A.-C.", + "surname": "Le Bihan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0003-4536-3967" + }, + "name": { + "given_name": "M.", + "surname": "Meena" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0002-6125-1941" + }, + "name": { + "given_name": "G.", + "surname": "Saha" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0003-2097-7065" + }, + "name": { + "given_name": "M.A.", + "surname": "Sessini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + } + ], + "attrib": { + "orcid": "0000-0002-2431-3381" + }, + "name": { + "given_name": "P.", + "surname": "Van Hove" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-8036-9267" + }, + "name": { + "given_name": "S.", + "surname": "Beauceron" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0001-9022-1509" + }, + "name": { + "given_name": "B.", + "surname": "Blancon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0009-0002-9897-8439" + }, + "name": { + "given_name": "G.", + "surname": "Boudoul" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-2939-5646" + }, + "name": { + "given_name": "N.", + "surname": "Chanon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-6024-0992" + }, + "name": { + "given_name": "J.", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0001-6768-7466" + }, + "name": { + "given_name": "D.", + "surname": "Contardo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0001-7556-2743" + }, + "name": { + "given_name": "P.", + "surname": "Depasse" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Department of Physics, Tsinghua University, Beijing, China." + } + ], + "attrib": { + "orcid": "0000-0002-4301-634X" + }, + "name": { + "given_name": "C.", + "surname": "Dozen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "name": { + "given_name": "H.", + "surname": "El Mamouni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0001-5790-1780" + }, + "name": { + "given_name": "J.", + "surname": "Fay" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-7204-1624" + }, + "name": { + "given_name": "S.", + "surname": "Gascon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-5524-880X" + }, + "name": { + "given_name": "M.", + "surname": "Gouzevitch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "name": { + "given_name": "C.", + "surname": "Greenberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-1976-5877" + }, + "name": { + "given_name": "G.", + "surname": "Grenier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-8679-3878" + }, + "name": { + "given_name": "B.", + "surname": "Ille" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "name": { + "given_name": "I.B.", + "surname": "Laktineh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0001-6185-2045" + }, + "name": { + "given_name": "M.", + "surname": "Lethuillier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "name": { + "given_name": "L.", + "surname": "Mirabito" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "name": { + "given_name": "S.", + "surname": "Perries" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0003-0881-612X" + }, + "name": { + "given_name": "A.", + "surname": "Purohit" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-9253-8611" + }, + "name": { + "given_name": "M.", + "surname": "Vander Donckt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0003-3090-2948" + }, + "name": { + "given_name": "P.", + "surname": "Verdier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + } + ], + "attrib": { + "orcid": "0000-0002-7860-3958" + }, + "name": { + "given_name": "J.", + "surname": "Xiao" + } + }, + { + "attrib": { + "orcid": "0000-0002-5953-0140" + }, + "name": { + "given_name": "A.", + "surname": "Khvedelidze" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Georgian Technical University, Tbilisi, Georgia" + } + ], + "attrib": { + "orcid": "0009-0002-3901-2765" + }, + "name": { + "given_name": "I.", + "surname": "Lomidze" + } + }, + { + "attrib": { + "orcid": "0000-0001-5377-3558" + }, + "name": { + "given_name": "Z.", + "surname": "Tsamalaidze" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1661-9513" + }, + "name": { + "given_name": "V.", + "surname": "Botta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9813-8646" + }, + "name": { + "given_name": "L.", + "surname": "Feld" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1546-7880" + }, + "name": { + "given_name": "K.", + "surname": "Klein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-6839-0063" + }, + "name": { + "given_name": "M.", + "surname": "Lipinski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2722-7526" + }, + "name": { + "given_name": "D.", + "surname": "Meuser" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8117-5376" + }, + "name": { + "given_name": "A.", + "surname": "Pauls" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-4745-5470" + }, + "name": { + "given_name": "N.", + "surname": "R\u00f6wert" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, I. Physikalisches Institut, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5892-1377" + }, + "name": { + "given_name": "M.", + "surname": "Teroerde" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0009-0004-8867-0881" + }, + "name": { + "given_name": "S.", + "surname": "Diekmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5115-8487" + }, + "name": { + "given_name": "A.", + "surname": "Dodonova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9494-4317" + }, + "name": { + "given_name": "N.", + "surname": "Eich" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5844-8156" + }, + "name": { + "given_name": "D.", + "surname": "Eliseev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9288-8144" + }, + "name": { + "given_name": "F.", + "surname": "Engelke" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1653-1303" + }, + "name": { + "given_name": "M.", + "surname": "Erdmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4932-7162" + }, + "name": { + "given_name": "P.", + "surname": "Fackeldey" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3900-3482" + }, + "name": { + "given_name": "B.", + "surname": "Fischer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9736-266X" + }, + "name": { + "given_name": "T.", + "surname": "Hebbeker" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2008-8148" + }, + "name": { + "given_name": "K.", + "surname": "Hoepfner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2388-5548" + }, + "name": { + "given_name": "F.", + "surname": "Ivone" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2511-1490" + }, + "name": { + "given_name": "A.", + "surname": "Jung" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-4430-1695" + }, + "name": { + "given_name": "M.y.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Mastrolorenzo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2479-8419" + }, + "name": { + "given_name": "F.", + "surname": "Mausolf" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2081-7141" + }, + "name": { + "given_name": "M.", + "surname": "Merschmeyer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9598-6623" + }, + "name": { + "given_name": "A.", + "surname": "Meyer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6341-9982" + }, + "name": { + "given_name": "S.", + "surname": "Mukherjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0176-2360" + }, + "name": { + "given_name": "D.", + "surname": "Noll" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0389-5896" + }, + "name": { + "given_name": "A.", + "surname": "Novak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Nowotny" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3478-9081" + }, + "name": { + "given_name": "A.", + "surname": "Pozdnyakov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "name": { + "given_name": "Y.", + "surname": "Rath" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9794-8292" + }, + "name": { + "given_name": "W.", + "surname": "Redjeb" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Rehm" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4409-702X" + }, + "name": { + "given_name": "H.", + "surname": "Reithler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9892-4601" + }, + "name": { + "given_name": "U.", + "surname": "Sarkar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9430-5419" + }, + "name": { + "given_name": "V.", + "surname": "Sarkisovi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2711-8984" + }, + "name": { + "given_name": "A.", + "surname": "Schmidt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5295-1460" + }, + "name": { + "given_name": "A.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5215-3258" + }, + "name": { + "given_name": "J.L.", + "surname": "Spah" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0713-811X" + }, + "name": { + "given_name": "A.", + "surname": "Stein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at The University of the State of Amazonas, Manaus, Brazil." + } + ], + "attrib": { + "orcid": "0000-0002-4785-3057" + }, + "name": { + "given_name": "F.", + "surname": "Torres Da Silva De Araujo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "name": { + "given_name": "L.", + "surname": "Vigilante" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-4692-9304" + }, + "name": { + "given_name": "S.", + "surname": "Wiedenbeck" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Zaleski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9806-0244" + }, + "name": { + "given_name": "C.", + "surname": "Dziwok" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3681-9272" + }, + "name": { + "given_name": "G.", + "surname": "Fl\u00fcgge" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Erzincan Binali Yildirim University, Erzincan, Turkey." + } + ], + "attrib": { + "orcid": "0000-0003-1491-0446" + }, + "name": { + "given_name": "W.", + "surname": "Haj Ahmad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2702-8201" + }, + "name": { + "given_name": "T.", + "surname": "Kress" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3522-5926" + }, + "name": { + "given_name": "A.", + "surname": "Nowack" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6445-6160" + }, + "name": { + "given_name": "O.", + "surname": "Pooth" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8369-7506" + }, + "name": { + "given_name": "A.", + "surname": "Stahl" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1697-2130" + }, + "name": { + "given_name": "T.", + "surname": "Ziemons" + } + }, + { + "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1320-1712" + }, + "name": { + "given_name": "A.", + "surname": "Zotz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0005-6482-7466" + }, + "name": { + "given_name": "H.", + "surname": "Aarup Petersen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1533-0945" + }, + "name": { + "given_name": "M.", + "surname": "Aldaya Martin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6030-3191" + }, + "name": { + "given_name": "J.", + "surname": "Alimena" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Amoroso" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1299-1879" + }, + "name": { + "given_name": "Y.", + "surname": "An" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0008-4191-6716" + }, + "name": { + "given_name": "S.", + "surname": "Baxter" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0002-9905-0667" + }, + "name": { + "given_name": "M.", + "surname": "Bayatmakou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5387-712X" + }, + "name": { + "given_name": "H.", + "surname": "Becerril Gonzalez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-4238-0991" + }, + "name": { + "given_name": "O.", + "surname": "Behnke" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2802-8203" + }, + "name": { + "given_name": "A.", + "surname": "Belvedere" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3197-0048" + }, + "name": { + "given_name": "S.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Hamburg, Hamburg, Germany." + } + ], + "attrib": { + "orcid": "0000-0002-7366-7098" + }, + "name": { + "given_name": "F.", + "surname": "Blekman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany." + } + ], + "attrib": { + "orcid": "0000-0003-1111-249X" + }, + "name": { + "given_name": "K.", + "surname": "Borras" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9518-0435" + }, + "name": { + "given_name": "D.", + "surname": "Brunner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4439-5748" + }, + "name": { + "given_name": "A.", + "surname": "Campbell" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1803-0999" + }, + "name": { + "given_name": "A.", + "surname": "Cardini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "C.", + "surname": "Cheng" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0008-7130-100X" + }, + "name": { + "given_name": "F.", + "surname": "Colombina" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1383-1837" + }, + "name": { + "given_name": "S.", + "surname": "Consuegra Rodr\u00edguez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6232-3591" + }, + "name": { + "given_name": "G.", + "surname": "Correia Silva" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5804-6226" + }, + "name": { + "given_name": "M.", + "surname": "De Silva" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Eckerlin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7366-6562" + }, + "name": { + "given_name": "D.", + "surname": "Eckstein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6195-3102" + }, + "name": { + "given_name": "L.I.", + "surname": "Estevez Banos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9850-6170" + }, + "name": { + "given_name": "O.", + "surname": "Filatov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Hamburg, Hamburg, Germany." + } + ], + "attrib": { + "orcid": "0000-0001-7200-5175" + }, + "name": { + "given_name": "E.", + "surname": "Gallo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0355-102X" + }, + "name": { + "given_name": "A.", + "surname": "Geiser" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4423-2631" + }, + "name": { + "given_name": "A.", + "surname": "Giraldi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "G.", + "surname": "Greau" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3240-7393" + }, + "name": { + "given_name": "V.", + "surname": "Guglielmi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3974-589X" + }, + "name": { + "given_name": "M.", + "surname": "Guthoff" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2633-4696" + }, + "name": { + "given_name": "A.", + "surname": "Hinzmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Isfahan University of Technology, Isfahan, Iran." + } + ], + "attrib": { + "orcid": "0000-0001-7327-1870" + }, + "name": { + "given_name": "A.", + "surname": "Jafari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1029-0318" + }, + "name": { + "given_name": "L.", + "surname": "Jeppe" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9127-7408" + }, + "name": { + "given_name": "N.Z.", + "surname": "Jomhari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1194-2306" + }, + "name": { + "given_name": "B.", + "surname": "Kaech" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0429-2448" + }, + "name": { + "given_name": "M.", + "surname": "Kasemann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3273-5859" + }, + "name": { + "given_name": "H.", + "surname": "Kaveh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-9017-9504" + }, + "name": { + "given_name": "C.", + "surname": "Kleinwort" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5336-4399" + }, + "name": { + "given_name": "R.", + "surname": "Kogler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7669-4294" + }, + "name": { + "given_name": "M.", + "surname": "Komm" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1610-8844" + }, + "name": { + "given_name": "D.", + "surname": "Kr\u00fccker" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "W.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0009-8755-3698" + }, + "name": { + "given_name": "D.", + "surname": "Leyva Pernia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Bergische University Wuppertal (BUW), Wuppertal, Germany." + } + ], + "attrib": { + "orcid": "0000-0002-8427-3748" + }, + "name": { + "given_name": "K.", + "surname": "Lipka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Brandenburg University of Technology, Cottbus, Germany." + } + ], + "attrib": { + "orcid": "0000-0002-8705-0857" + }, + "name": { + "given_name": "W.", + "surname": "Lohmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2375-1563" + }, + "name": { + "given_name": "R.", + "surname": "Mankel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7707-919X" + }, + "name": { + "given_name": "I.-A.", + "surname": "Melzer-Pellmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-6506-5177" + }, + "name": { + "given_name": "M.", + "surname": "Mendizabal Morentin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "Metwally" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8532-2356" + }, + "name": { + "given_name": "A.B.", + "surname": "Meyer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2047-951X" + }, + "name": { + "given_name": "G.", + "surname": "Milella" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8331-8166" + }, + "name": { + "given_name": "A.", + "surname": "Mussgiller" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2351-9265" + }, + "name": { + "given_name": "L.P.", + "surname": "Nair" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7876-3134" + }, + "name": { + "given_name": "A.", + "surname": "N\u00fcrnberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "Y.", + "surname": "Otarid" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-4683-6669" + }, + "name": { + "given_name": "J.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3416-0726" + }, + "name": { + "given_name": "D.", + "surname": "P\u00e9rez Ad\u00e1n" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7472-5029" + }, + "name": { + "given_name": "E.", + "surname": "Ranken" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2167-498X" + }, + "name": { + "given_name": "A.", + "surname": "Raspereza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0823-447X" + }, + "name": { + "given_name": "B.", + "surname": "Ribeiro Lopes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "J.", + "surname": "R\u00fcbenach" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7385-3317" + }, + "name": { + "given_name": "A.", + "surname": "Saggio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Forschungszentrum J\u00fclich, Juelich, Germany." + } + ], + "attrib": { + "orcid": "0000-0001-9494-2151" + }, + "name": { + "given_name": "M.", + "surname": "Scham" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany." + } + ], + "attrib": { + "orcid": "0000-0003-3409-6584" + }, + "name": { + "given_name": "S.", + "surname": "Schnake" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4802-6990" + }, + "name": { + "given_name": "P.", + "surname": "Sch\u00fctze" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Hamburg, Hamburg, Germany." + } + ], + "attrib": { + "orcid": "0000-0001-6699-6662" + }, + "name": { + "given_name": "C.", + "surname": "Schwanenberger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7031-9434" + }, + "name": { + "given_name": "D.", + "surname": "Selivanova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3510-2093" + }, + "name": { + "given_name": "M.", + "surname": "Shchedrolosiev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2240-6699" + }, + "name": { + "given_name": "R.E.", + "surname": "Sosa Ricardo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "D.", + "surname": "Stafford" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8111-9318" + }, + "name": { + "given_name": "F.", + "surname": "Vazzoler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3233-6636" + }, + "name": { + "given_name": "A.", + "surname": "Ventura Barroso" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3872-4114" + }, + "name": { + "given_name": "R.", + "surname": "Walsh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1014-8677" + }, + "name": { + "given_name": "Q.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8724-9604" + }, + "name": { + "given_name": "Y.", + "surname": "Wen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "name": { + "given_name": "K.", + "surname": "Wichmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany." + } + ], + "attrib": { + "orcid": "0000-0002-4423-4461" + }, + "name": { + "given_name": "L.", + "surname": "Wiens" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5090-8004" + }, + "name": { + "given_name": "C.", + "surname": "Wissing" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0009-3430-0558" + }, + "name": { + "given_name": "Y.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9302-3102" + }, + "name": { + "given_name": "A.", + "surname": "Zimermmane Castro Santos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6004-6180" + }, + "name": { + "given_name": "A.", + "surname": "Albrecht" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5960-6803" + }, + "name": { + "given_name": "S.", + "surname": "Albrecht" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9094-482X" + }, + "name": { + "given_name": "M.", + "surname": "Antonello" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9387-7407" + }, + "name": { + "given_name": "S.", + "surname": "Bein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5135-7489" + }, + "name": { + "given_name": "L.", + "surname": "Benato" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3629-6264" + }, + "name": { + "given_name": "M.", + "surname": "Bonanomi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2500-1061" + }, + "name": { + "given_name": "P.", + "surname": "Connor" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Eich" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5886-220X" + }, + "name": { + "given_name": "K.", + "surname": "El Morabit" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3184-1457" + }, + "name": { + "given_name": "Y.", + "surname": "Fischer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Fr\u00f6hlich" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5094-2256" + }, + "name": { + "given_name": "C.", + "surname": "Garbers" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0634-5539" + }, + "name": { + "given_name": "E.", + "surname": "Garutti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0748-8494" + }, + "name": { + "given_name": "A.", + "surname": "Grohsjean" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Hajheidari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9347-7657" + }, + "name": { + "given_name": "J.", + "surname": "Haller" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2444-1014" + }, + "name": { + "given_name": "H.R.", + "surname": "Jabusch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3457-2755" + }, + "name": { + "given_name": "G.", + "surname": "Kasieczka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "name": { + "given_name": "P.", + "surname": "Keicher" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7004-9227" + }, + "name": { + "given_name": "R.", + "surname": "Klanner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8017-5502" + }, + "name": { + "given_name": "W.", + "surname": "Korcari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7004-0214" + }, + "name": { + "given_name": "T.", + "surname": "Kramer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1985-3807" + }, + "name": { + "given_name": "V.", + "surname": "Kutzner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-1870-9443" + }, + "name": { + "given_name": "F.", + "surname": "Labe" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7513-6330" + }, + "name": { + "given_name": "J.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5376-0877" + }, + "name": { + "given_name": "A.", + "surname": "Lobanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7379-4540" + }, + "name": { + "given_name": "C.", + "surname": "Matthies" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0433-4484" + }, + "name": { + "given_name": "A.", + "surname": "Mehta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2310-9266" + }, + "name": { + "given_name": "L.", + "surname": "Moureaux" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Mrowietz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8522-8500" + }, + "name": { + "given_name": "A.", + "surname": "Nigamova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "name": { + "given_name": "Y.", + "surname": "Nissan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2208-5178" + }, + "name": { + "given_name": "A.", + "surname": "Paasch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2877-9744" + }, + "name": { + "given_name": "K.J.", + "surname": "Pena Rodriguez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2360-351X" + }, + "name": { + "given_name": "T.", + "surname": "Quadfasel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0005-5995-6685" + }, + "name": { + "given_name": "B.", + "surname": "Raciti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0797-2606" + }, + "name": { + "given_name": "M.", + "surname": "Rieger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6794-7475" + }, + "name": { + "given_name": "D.", + "surname": "Savoiu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0009-0006-6551-0660" + }, + "name": { + "given_name": "J.", + "surname": "Schindler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5628-6827" + }, + "name": { + "given_name": "P.", + "surname": "Schleper" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8058-9828" + }, + "name": { + "given_name": "M.", + "surname": "Schr\u00f6der" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0052-597X" + }, + "name": { + "given_name": "J.", + "surname": "Schwandt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-5746-7371" + }, + "name": { + "given_name": "M.", + "surname": "Sommerhalder" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0513-8119" + }, + "name": { + "given_name": "H.", + "surname": "Stadie" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8355-2761" + }, + "name": { + "given_name": "G.", + "surname": "Steinbr\u00fcck" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Tews" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Hamburg, Hamburg, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3002-2430" + }, + "name": { + "given_name": "M.", + "surname": "Wolf" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-8988-2035" + }, + "name": { + "given_name": "S.", + "surname": "Brommer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Burkart" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2403-5801" + }, + "name": { + "given_name": "E.", + "surname": "Butz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8009-3723" + }, + "name": { + "given_name": "T.", + "surname": "Chwalek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7804-9902" + }, + "name": { + "given_name": "A.", + "surname": "Dierlamm" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "name": { + "given_name": "A.", + "surname": "Droll" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6506-3107" + }, + "name": { + "given_name": "N.", + "surname": "Faltermann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0193-3032" + }, + "name": { + "given_name": "M.", + "surname": "Giffels" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-6696-349X" + }, + "name": { + "given_name": "A.", + "surname": "Gottmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at CERN, European Organization for Nuclear Research, Geneva, Switzerland." + } + ], + "attrib": { + "orcid": "0000-0001-8989-8387" + }, + "name": { + "given_name": "F.", + "surname": "Hartmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0009-0008-4575-5729" + }, + "name": { + "given_name": "R.", + "surname": "Hofsaess" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3190-7962" + }, + "name": { + "given_name": "M.", + "surname": "Horzela" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-6198-8388" + }, + "name": { + "given_name": "U.", + "surname": "Husemann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1644-7678" + }, + "name": { + "given_name": "J.", + "surname": "Kieseler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0869-5631" + }, + "name": { + "given_name": "M.", + "surname": "Klute" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-6256-5715" + }, + "name": { + "given_name": "R.", + "surname": "Koppenh\u00f6fer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-8597-9259" + }, + "name": { + "given_name": "J.M.", + "surname": "Lawhorn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Link" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0726-1452" + }, + "name": { + "given_name": "A.", + "surname": "Lintuluoto" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9828-9778" + }, + "name": { + "given_name": "S.", + "surname": "Maier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-3060-2278" + }, + "name": { + "given_name": "S.", + "surname": "Mitra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-0456-7250" + }, + "name": { + "given_name": "M.", + "surname": "Mormile" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-4337-0098" + }, + "name": { + "given_name": "Th.", + "surname": "M\u00fcller" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "name": { + "given_name": "M.", + "surname": "Neukum" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2618-9203" + }, + "name": { + "given_name": "M.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-2808-7315" + }, + "name": { + "given_name": "M.", + "surname": "Presilla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-4021-4260" + }, + "name": { + "given_name": "G.", + "surname": "Quast" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-7040-9846" + }, + "name": { + "given_name": "K.", + "surname": "Rabbertz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-1539-923X" + }, + "name": { + "given_name": "B.", + "surname": "Regnery" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9894-2095" + }, + "name": { + "given_name": "N.", + "surname": "Shadskiy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7069-9019" + }, + "name": { + "given_name": "I.", + "surname": "Shvetsov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-7467-2980" + }, + "name": { + "given_name": "H.J.", + "surname": "Simonis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Now at an institute or an international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0002-7703-3973" + }, + "name": { + "given_name": "M.", + "surname": "Toms" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-5223-9342" + }, + "name": { + "given_name": "N.", + "surname": "Trevisani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-2535-402X" + }, + "name": { + "given_name": "R.", + "surname": "Ulrich" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-6237-5209" + }, + "name": { + "given_name": "R.F.", + "surname": "Von Cube" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0408-2811" + }, + "name": { + "given_name": "M.", + "surname": "Wassmer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0003-3887-5358" + }, + "name": { + "given_name": "S.", + "surname": "Wieland" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "name": { + "given_name": "F.", + "surname": "Wittig" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0001-9456-383X" + }, + "name": { + "given_name": "R.", + "surname": "Wolf" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "name": { + "given_name": "S.", + "surname": "Wunsch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + } + ], + "attrib": { + "orcid": "0000-0002-0029-493X" + }, + "name": { + "given_name": "X.", + "surname": "Zuo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, Greece" + } + ], + "name": { + "given_name": "G.", + "surname": "Anagnostou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, Greece" + } + ], + "attrib": { + "orcid": "0000-0001-6070-7698" + }, + "name": { + "given_name": "G.", + "surname": "Daskalakis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, Greece" + } + ], + "name": { + "given_name": "A.", + "surname": "Kyriakis" + } + }, + { + "name": { + "given_name": "A.", + "surname": "Papadopoulos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, Greece" + } + ], + "attrib": { + "orcid": "0000-0001-6277-7171" + }, + "name": { + "given_name": "A.", + "surname": "Stakia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-4860-5979" + }, + "name": { + "given_name": "P.", + "surname": "Kontaxakis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "name": { + "given_name": "G.", + "surname": "Melachroinos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "name": { + "given_name": "A.", + "surname": "Panagiotou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-7992-2686" + }, + "name": { + "given_name": "I.", + "surname": "Papavergou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-2375-5401" + }, + "name": { + "given_name": "I.", + "surname": "Paraskevas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0001-6958-4196" + }, + "name": { + "given_name": "N.", + "surname": "Saoulidou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0001-8448-883X" + }, + "name": { + "given_name": "K.", + "surname": "Theofilatos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0003-4958-0408" + }, + "name": { + "given_name": "E.", + "surname": "Tziaferi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0001-5680-8357" + }, + "name": { + "given_name": "K.", + "surname": "Vellidis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National and Kapodistrian University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0001-5212-4353" + }, + "name": { + "given_name": "I.", + "surname": "Zisopoulos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0003-0287-1937" + }, + "name": { + "given_name": "G.", + "surname": "Bakas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "name": { + "given_name": "T.", + "surname": "Chatzistavrou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-4280-2541" + }, + "name": { + "given_name": "G.", + "surname": "Karapostoli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-6360-0869" + }, + "name": { + "given_name": "K.", + "surname": "Kousouris" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-8440-0487" + }, + "name": { + "given_name": "I.", + "surname": "Papakrivopoulos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "name": { + "given_name": "E.", + "surname": "Siamarkou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "name": { + "given_name": "G.", + "surname": "Tsipolitis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Technical University of Athens, Athens, Greece" + } + ], + "name": { + "given_name": "A.", + "surname": "Zacharopoulou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "name": { + "given_name": "K.", + "surname": "Adamidis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "name": { + "given_name": "I.", + "surname": "Bestintzanos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-5903-5481" + }, + "name": { + "given_name": "I.", + "surname": "Evangelou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "name": { + "given_name": "C.", + "surname": "Foudas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "attrib": { + "orcid": "0009-0003-7233-0738" + }, + "name": { + "given_name": "P.", + "surname": "Gianneios" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "name": { + "given_name": "C.", + "surname": "Kamtsikis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "name": { + "given_name": "P.", + "surname": "Katsoulis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "attrib": { + "orcid": "0009-0009-3752-6253" + }, + "name": { + "given_name": "P.", + "surname": "Kokkas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-7440-4396" + }, + "name": { + "given_name": "P.G.", + "surname": "Kosmoglou Kioseoglou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "attrib": { + "orcid": "0000-0003-3247-8909" + }, + "name": { + "given_name": "N.", + "surname": "Manthos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-9937-3063" + }, + "name": { + "given_name": "I.", + "surname": "Papadopoulos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Io\u00e1nnina, Io\u00e1nnina, Greece" + } + ], + "attrib": { + "orcid": "0000-0002-2225-7160" + }, + "name": { + "given_name": "J.", + "surname": "Strologas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Physics, University of Debrecen, Debrecen, Hungary." + } + ], + "attrib": { + "orcid": "0000-0002-4440-2701" + }, + "name": { + "given_name": "M.", + "surname": "Bart\u00f3k" + } + }, + { + "affiliation": [ + { + "affPubRaw": "HUN-REN Wigner Research Centre for Physics, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-7193-800X" + }, + "name": { + "given_name": "C.", + "surname": "Hajdu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Nuclear Research ATOMKI, Debrecen, Hungary." + } + ], + "attrib": { + "orcid": "0000-0003-0091-477X" + }, + "name": { + "given_name": "D.", + "surname": "Horvath" + } + }, + { + "affiliation": [ + { + "affPubRaw": "HUN-REN Wigner Research Centre for Physics, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0001-9608-3901" + }, + "name": { + "given_name": "F.", + "surname": "Sikler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "HUN-REN Wigner Research Centre for Physics, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0001-9783-0315" + }, + "name": { + "given_name": "V.", + "surname": "Veszpremi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-3154-6925" + }, + "name": { + "given_name": "M.", + "surname": "Csan\u00e1d" + } + }, + { + "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0003-1740-6974" + }, + "name": { + "given_name": "K.", + "surname": "Farkas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Physics Department, Faculty of Science, Assiut University, Assiut, Egypt." + } + ], + "attrib": { + "orcid": "0000-0002-8305-6661" + }, + "name": { + "given_name": "M.M.A.", + "surname": "Gadallah" + } + }, + { + "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0001-5559-0106" + }, + "name": { + "given_name": "\u00c1.", + "surname": "Kadlecsik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-5476-0414" + }, + "name": { + "given_name": "P.", + "surname": "Major" + } + }, + { + "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-3966-7182" + }, + "name": { + "given_name": "K.", + "surname": "Mandal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0003-0707-9762" + }, + "name": { + "given_name": "G.", + "surname": "P\u00e1sztor" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at HUN-REN Wigner Research Centre for Physics, Budapest, Hungary." + } + ], + "attrib": { + "orcid": "0000-0001-8810-0388" + }, + "name": { + "given_name": "A.J.", + "surname": "R\u00e1dl" + } + }, + { + "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-5440-4356" + }, + "name": { + "given_name": "G.I.", + "surname": "Veres" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Faculty of Informatics, University of Debrecen, Debrecen, Hungary" + } + ], + "name": { + "given_name": "P.", + "surname": "Raics" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Faculty of Informatics, University of Debrecen, Debrecen, Hungary" + } + ], + "attrib": { + "orcid": "0000-0003-0498-4265" + }, + "name": { + "given_name": "B.", + "surname": "Ujvari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Faculty of Informatics, University of Debrecen, Debrecen, Hungary" + } + ], + "attrib": { + "orcid": "0000-0002-0480-0000" + }, + "name": { + "given_name": "G.", + "surname": "Zilizi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear Research ATOMKI, Debrecen, Hungary" + } + ], + "name": { + "given_name": "G.", + "surname": "Bencze" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear Research ATOMKI, Debrecen, Hungary" + } + ], + "name": { + "given_name": "S.", + "surname": "Czellar" + } + }, + { + "attrib": { + "orcid": "0000-0003-0802-7665" + }, + "name": { + "given_name": "J.", + "surname": "Karancsi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear Research ATOMKI, Debrecen, Hungary" + } + ], + "name": { + "given_name": "J.", + "surname": "Molnar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear Research ATOMKI, Debrecen, Hungary" + } + ], + "name": { + "given_name": "Z.", + "surname": "Szillasi" + } + }, + { + "attrib": { + "orcid": "0000-0002-9110-9663" + }, + "name": { + "given_name": "T.", + "surname": "Csorgo" + } + }, + { + "attrib": { + "orcid": "0000-0002-1451-6484" + }, + "name": { + "given_name": "F.", + "surname": "Nemes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Karoly Robert Campus, MATE Institute of Technology, Gyongyos, Hungary" + } + ], + "attrib": { + "orcid": "0000-0001-6253-4356" + }, + "name": { + "given_name": "T.", + "surname": "Novak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0002-4080-4156" + }, + "name": { + "given_name": "J.", + "surname": "Babbar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0003-1992-0336" + }, + "name": { + "given_name": "S.", + "surname": "Bansal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "name": { + "given_name": "S.B.", + "surname": "Beri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0002-8392-9610" + }, + "name": { + "given_name": "V.", + "surname": "Bhatnagar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0003-0168-3336" + }, + "name": { + "given_name": "G.", + "surname": "Chaudhary" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0001-6974-4129" + }, + "name": { + "given_name": "S.", + "surname": "Chauhan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Punjab Agricultural University, Ludhiana, India." + } + ], + "attrib": { + "orcid": "0000-0002-7200-6204" + }, + "name": { + "given_name": "N.", + "surname": "Dhingra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0002-1640-9180" + }, + "name": { + "given_name": "A.", + "surname": "Kaur" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0003-3609-4777" + }, + "name": { + "given_name": "A.", + "surname": "Kaur" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0002-8659-7092" + }, + "name": { + "given_name": "H.", + "surname": "Kaur" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0002-3440-2767" + }, + "name": { + "given_name": "M.", + "surname": "Kaur" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0001-9212-9108" + }, + "name": { + "given_name": "S.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0002-3220-3668" + }, + "name": { + "given_name": "K.", + "surname": "Sandeep" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "name": { + "given_name": "T.", + "surname": "Sheokand" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0001-9029-2462" + }, + "name": { + "given_name": "J.B.", + "surname": "Singh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + } + ], + "attrib": { + "orcid": "0000-0003-2550-139X" + }, + "name": { + "given_name": "A.", + "surname": "Singla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0002-4500-8853" + }, + "name": { + "given_name": "A.", + "surname": "Ahmed" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0002-7544-3258" + }, + "name": { + "given_name": "A.", + "surname": "Bhardwaj" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0001-7495-1923" + }, + "name": { + "given_name": "A.", + "surname": "Chhetri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0001-5029-1887" + }, + "name": { + "given_name": "B.C.", + "surname": "Choudhary" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0003-3407-4094" + }, + "name": { + "given_name": "A.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0002-5180-6595" + }, + "name": { + "given_name": "A.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0003-4542-386X" + }, + "name": { + "given_name": "M.", + "surname": "Naimuddin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0002-5540-3750" + }, + "name": { + "given_name": "K.", + "surname": "Ranjan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Delhi, Delhi, India" + } + ], + "attrib": { + "orcid": "0000-0001-7842-9518" + }, + "name": { + "given_name": "S.", + "surname": "Saumya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI, Kolkata, India" + } + ], + "attrib": { + "orcid": "0000-0001-9860-7262" + }, + "name": { + "given_name": "S.", + "surname": "Baradia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Visva-Bharati, Santiniketan, India." + } + ], + "attrib": { + "orcid": "0000-0001-8891-1674" + }, + "name": { + "given_name": "S.", + "surname": "Barman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI, Kolkata, India" + } + ], + "attrib": { + "orcid": "0000-0002-8110-4957" + }, + "name": { + "given_name": "S.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI, Kolkata, India" + } + ], + "attrib": { + "orcid": "0000-0001-9650-8121" + }, + "name": { + "given_name": "S.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI, Kolkata, India" + } + ], + "name": { + "given_name": "S.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI, Kolkata, India" + } + ], + "attrib": { + "orcid": "0000-0002-1948-029X" + }, + "name": { + "given_name": "P.", + "surname": "Palit" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI, Kolkata, India" + } + ], + "name": { + "given_name": "S.", + "surname": "Sarkar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-1909-9843" + }, + "name": { + "given_name": "M.M.", + "surname": "Ameen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-1527-2266" + }, + "name": { + "given_name": "P.K.", + "surname": "Behera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-0798-2727" + }, + "name": { + "given_name": "S.C.", + "surname": "Behera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0003-0185-9872" + }, + "name": { + "given_name": "S.", + "surname": "Chatterjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0001-5310-5170" + }, + "name": { + "given_name": "P.", + "surname": "Jana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-5892-3743" + }, + "name": { + "given_name": "P.", + "surname": "Kalbhor" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Indian Institute of Science (IISc), Bangalore, India." + } + ], + "attrib": { + "orcid": "0000-0002-9344-6655" + }, + "name": { + "given_name": "J.R.", + "surname": "Komaragiri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Indian Institute of Science (IISc), Bangalore, India." + } + ], + "attrib": { + "orcid": "0000-0002-6636-5331" + }, + "name": { + "given_name": "D.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Indian Institute of Science (IISc), Bangalore, India." + } + ], + "attrib": { + "orcid": "0000-0003-2461-4907" + }, + "name": { + "given_name": "L.", + "surname": "Panwar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-0994-7212" + }, + "name": { + "given_name": "P.R.", + "surname": "Pujahari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-7954-7898" + }, + "name": { + "given_name": "N.R.", + "surname": "Saha" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-0688-923X" + }, + "name": { + "given_name": "A.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0002-5437-5217" + }, + "name": { + "given_name": "A.K.", + "surname": "Sikdar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + } + ], + "attrib": { + "orcid": "0000-0003-1163-6955" + }, + "name": { + "given_name": "S.", + "surname": "Verma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-A, Mumbai, India" + } + ], + "name": { + "given_name": "S.", + "surname": "Dugad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-A, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0003-0312-057X" + }, + "name": { + "given_name": "M.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-A, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0001-6850-7666" + }, + "name": { + "given_name": "G.B.", + "surname": "Mohanty" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-A, Mumbai, India" + } + ], + "name": { + "given_name": "P.", + "surname": "Suryadevara" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0003-2565-1718" + }, + "name": { + "given_name": "A.", + "surname": "Bala" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0002-7953-4683" + }, + "name": { + "given_name": "S.", + "surname": "Banerjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "name": { + "given_name": "R.M.", + "surname": "Chatterjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0009-0004-0928-7922" + }, + "name": { + "given_name": "M.", + "surname": "Guchait" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0003-1770-5309" + }, + "name": { + "given_name": "Sh.", + "surname": "Jain" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0001-9715-5663" + }, + "name": { + "given_name": "S.", + "surname": "Karmakar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0002-2405-915X" + }, + "name": { + "given_name": "S.", + "surname": "Kumar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0002-3815-5222" + }, + "name": { + "given_name": "G.", + "surname": "Majumder" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0003-3136-1653" + }, + "name": { + "given_name": "K.", + "surname": "Mazumdar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0002-9566-2490" + }, + "name": { + "given_name": "S.", + "surname": "Parolia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Tata Institute of Fundamental Research-B, Mumbai, India" + } + ], + "attrib": { + "orcid": "0000-0001-6545-0350" + }, + "name": { + "given_name": "A.", + "surname": "Thachayath" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at IIT Bhubaneswar, Bhubaneswar, India." + } + ], + "attrib": { + "orcid": "0000-0002-3744-5332" + }, + "name": { + "given_name": "S.", + "surname": "Bahinipati" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + } + ], + "name": { + "given_name": "A.K.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + } + ], + "attrib": { + "orcid": "0000-0002-6407-6974" + }, + "name": { + "given_name": "C.", + "surname": "Kar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." + } + ], + "attrib": { + "orcid": "0000-0002-1989-6703" + }, + "name": { + "given_name": "D.", + "surname": "Maity" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + } + ], + "attrib": { + "orcid": "0000-0002-0870-8420" + }, + "name": { + "given_name": "P.", + "surname": "Mal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + } + ], + "attrib": { + "orcid": "0000-0002-2121-3932" + }, + "name": { + "given_name": "T.", + "surname": "Mishra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." + } + ], + "attrib": { + "orcid": "0000-0003-4671-815X" + }, + "name": { + "given_name": "V.K.", + "surname": "Muraleedharan Nair Bindhu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." + } + ], + "attrib": { + "orcid": "0000-0003-0638-4378" + }, + "name": { + "given_name": "K.", + "surname": "Naskar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." + } + ], + "attrib": { + "orcid": "0000-0002-7716-4981" + }, + "name": { + "given_name": "A.", + "surname": "Nayak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + } + ], + "name": { + "given_name": "P.", + "surname": "Sadangi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + } + ], + "attrib": { + "orcid": "0000-0002-7013-8094" + }, + "name": { + "given_name": "P.", + "surname": "Saha" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + } + ], + "attrib": { + "orcid": "0000-0001-6871-3937" + }, + "name": { + "given_name": "S.K.", + "surname": "Swain" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." + } + ], + "attrib": { + "orcid": "0009-0000-1318-8266" + }, + "name": { + "given_name": "S.", + "surname": "Varghese" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." + } + ], + "attrib": { + "orcid": "0009-0007-8224-4664" + }, + "name": { + "given_name": "D.", + "surname": "Vats" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Hyderabad, Hyderabad, India." + } + ], + "attrib": { + "orcid": "0009-0001-2997-7523" + }, + "name": { + "given_name": "S.", + "surname": "Acharya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + } + ], + "attrib": { + "orcid": "0000-0003-3294-2345" + }, + "name": { + "given_name": "A.", + "surname": "Alpana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + } + ], + "attrib": { + "orcid": "0000-0002-5145-3777" + }, + "name": { + "given_name": "S.", + "surname": "Dube" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Hyderabad, Hyderabad, India." + } + ], + "attrib": { + "orcid": "0000-0002-4446-0258" + }, + "name": { + "given_name": "B.", + "surname": "Gomber" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + } + ], + "attrib": { + "orcid": "0000-0002-6604-1011" + }, + "name": { + "given_name": "B.", + "surname": "Kansal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + } + ], + "attrib": { + "orcid": "0000-0001-9440-7028" + }, + "name": { + "given_name": "A.", + "surname": "Laha" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Hyderabad, Hyderabad, India." + } + ], + "attrib": { + "orcid": "0000-0002-8073-5140" + }, + "name": { + "given_name": "B.", + "surname": "Sahu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + } + ], + "attrib": { + "orcid": "0000-0001-6886-0726" + }, + "name": { + "given_name": "S.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Deutsches Elektronen-Synchrotron, Hamburg, Germany." + } + ], + "attrib": { + "orcid": "0000-0001-5741-3357" + }, + "name": { + "given_name": "H.", + "surname": "Bakhshiansohi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Department of Physics, Isfahan University of Technology, Isfahan, Iran." + } + ], + "attrib": { + "orcid": "0000-0001-9810-7743" + }, + "name": { + "given_name": "E.", + "surname": "Khazaie" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Sharif University of Technology, Tehran, Iran." + } + ], + "attrib": { + "orcid": "0000-0001-8367-6257" + }, + "name": { + "given_name": "M.", + "surname": "Zeinali" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Department of Physics, University of Science and Technology of Mazandaran, Behshahr, Iran." + } + ], + "attrib": { + "orcid": "0000-0002-1425-076X" + }, + "name": { + "given_name": "S.", + "surname": "Chenarani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM), Tehran, Iran" + } + ], + "attrib": { + "orcid": "0000-0001-6501-4137" + }, + "name": { + "given_name": "S.M.", + "surname": "Etesami" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM), Tehran, Iran" + } + ], + "attrib": { + "orcid": "0000-0002-2212-5715" + }, + "name": { + "given_name": "M.", + "surname": "Khakzad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM), Tehran, Iran" + } + ], + "attrib": { + "orcid": "0000-0001-6131-5987" + }, + "name": { + "given_name": "M.", + "surname": "Mohammadi Najafabadi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University College Dublin, Dublin, Ireland" + } + ], + "attrib": { + "orcid": "0000-0002-5754-0388" + }, + "name": { + "given_name": "M.", + "surname": "Grunewald" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8727-7544" + }, + "name": { + "given_name": "M.", + "surname": "Abbrescia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6808-1335" + }, + "name": { + "given_name": "R.", + "surname": "Aly" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0711-6319" + }, + "name": { + "given_name": "A.", + "surname": "Colaleo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6153-3044" + }, + "name": { + "given_name": "D.", + "surname": "Creanza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9361-3142" + }, + "name": { + "given_name": "B.", + "surname": "D'Anzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0625-6811" + }, + "name": { + "given_name": "N.", + "surname": "De Filippis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8240-1913" + }, + "name": { + "given_name": "M.", + "surname": "De Palma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3719-8041" + }, + "name": { + "given_name": "A.", + "surname": "Di Florio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7069-0252" + }, + "name": { + "given_name": "W.", + "surname": "Elmetenawee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9470-1320" + }, + "name": { + "given_name": "L.", + "surname": "Fiore" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2546-5341" + }, + "name": { + "given_name": "G.", + "surname": "Iaselli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "name": { + "given_name": "M.", + "surname": "Louka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5391-7689" + }, + "name": { + "given_name": "G.", + "surname": "Maggi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8431-3922" + }, + "name": { + "given_name": "M.", + "surname": "Maggi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3198-3025" + }, + "name": { + "given_name": "I.", + "surname": "Margjeka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9082-5924" + }, + "name": { + "given_name": "V.", + "surname": "Mastrapasqua" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9938-2680" + }, + "name": { + "given_name": "S.", + "surname": "My" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1089-6317" + }, + "name": { + "given_name": "S.", + "surname": "Nuzzo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3279-6114" + }, + "name": { + "given_name": "A.", + "surname": "Pellecchia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1291-4005" + }, + "name": { + "given_name": "A.", + "surname": "Pompili" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5460-2638" + }, + "name": { + "given_name": "G.", + "surname": "Pugliese" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1094-5038" + }, + "name": { + "given_name": "R.", + "surname": "Radogna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7804-5514" + }, + "name": { + "given_name": "G.", + "surname": "Ramirez-Sanchez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7165-1017" + }, + "name": { + "given_name": "D.", + "surname": "Ramos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7912-4062" + }, + "name": { + "given_name": "A.", + "surname": "Ranieri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8985-4891" + }, + "name": { + "given_name": "L.", + "surname": "Silvestris" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1924-983X" + }, + "name": { + "given_name": "F.M.", + "surname": "Simone" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6833-3758" + }, + "name": { + "given_name": "\u00dc.", + "surname": "S\u00f6zbilir" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1434-1968" + }, + "name": { + "given_name": "A.", + "surname": "Stamerra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6925-8649" + }, + "name": { + "given_name": "R.", + "surname": "Venditti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9285-8631" + }, + "name": { + "given_name": "P.", + "surname": "Verwilligen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bari, Bari, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0969-7284" + }, + "name": { + "given_name": "A.", + "surname": "Zaza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4499-7562" + }, + "name": { + "given_name": "G.", + "surname": "Abbiendi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3753-3068" + }, + "name": { + "given_name": "C.", + "surname": "Battilana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0835-9574" + }, + "name": { + "given_name": "D.", + "surname": "Bonacorsi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8679-4443" + }, + "name": { + "given_name": "L.", + "surname": "Borgonovi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2744-0597" + }, + "name": { + "given_name": "R.", + "surname": "Campanini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4485-1897" + }, + "name": { + "given_name": "P.", + "surname": "Capiluppi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2527-0456" + }, + "name": { + "given_name": "A.", + "surname": "Castro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0326-7515" + }, + "name": { + "given_name": "F.R.", + "surname": "Cavallo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2510-5039" + }, + "name": { + "given_name": "M.", + "surname": "Cuffiani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8614-0420" + }, + "name": { + "given_name": "G.M.", + "surname": "Dallavalle" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0780-8785" + }, + "name": { + "given_name": "T.", + "surname": "Diotalevi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8446-9660" + }, + "name": { + "given_name": "F.", + "surname": "Fabbri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2256-4117" + }, + "name": { + "given_name": "A.", + "surname": "Fanfani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2926-2691" + }, + "name": { + "given_name": "D.", + "surname": "Fasanella" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6368-7220" + }, + "name": { + "given_name": "P.", + "surname": "Giacomelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3539-4313" + }, + "name": { + "given_name": "L.", + "surname": "Giommi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5998-3070" + }, + "name": { + "given_name": "C.", + "surname": "Grandi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6013-8293" + }, + "name": { + "given_name": "L.", + "surname": "Guiducci" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3249-9208" + }, + "name": { + "given_name": "S.", + "surname": "Lo Meo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8932-0283" + }, + "name": { + "given_name": "L.", + "surname": "Lunerti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1233-8100" + }, + "name": { + "given_name": "S.", + "surname": "Marcellini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6377-800X" + }, + "name": { + "given_name": "G.", + "surname": "Masetti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7961-4889" + }, + "name": { + "given_name": "F.L.", + "surname": "Navarria" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7996-7139" + }, + "name": { + "given_name": "A.", + "surname": "Perrotta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6253-8656" + }, + "name": { + "given_name": "F.", + "surname": "Primavera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5973-1305" + }, + "name": { + "given_name": "A.M.", + "surname": "Rossi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Bologna, Bologna, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3528-4125" + }, + "name": { + "given_name": "G.P.", + "surname": "Siroli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Catania, Catania, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9919-0569" + }, + "name": { + "given_name": "S.", + "surname": "Costa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Catania, Catania, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9964-015X" + }, + "name": { + "given_name": "A.", + "surname": "Di Mattia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Catania, Catania, Italy" + } + ], + "name": { + "given_name": "R.", + "surname": "Potenza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Catania, Catania, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5071-5501" + }, + "name": { + "given_name": "A.", + "surname": "Tricomi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Catania, Catania, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0739-3153" + }, + "name": { + "given_name": "C.", + "surname": "Tuve" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5152-9006" + }, + "name": { + "given_name": "P.", + "surname": "Assiouras" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1738-8676" + }, + "name": { + "given_name": "G.", + "surname": "Barbagli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4662-3305" + }, + "name": { + "given_name": "G.", + "surname": "Bardelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6396-622X" + }, + "name": { + "given_name": "B.", + "surname": "Camaiani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3010-4516" + }, + "name": { + "given_name": "A.", + "surname": "Cassese" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3232-9380" + }, + "name": { + "given_name": "R.", + "surname": "Ceccarelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1947-3396" + }, + "name": { + "given_name": "V.", + "surname": "Ciulli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4952-3799" + }, + "name": { + "given_name": "C.", + "surname": "Civinini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7997-0306" + }, + "name": { + "given_name": "R.", + "surname": "D'Alessandro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3763-5267" + }, + "name": { + "given_name": "E.", + "surname": "Focardi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "name": { + "given_name": "T.", + "surname": "Kello" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4098-3502" + }, + "name": { + "given_name": "G.", + "surname": "Latino" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6927-8807" + }, + "name": { + "given_name": "P.", + "surname": "Lenzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7297-2624" + }, + "name": { + "given_name": "M.", + "surname": "Lizzo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9161-3990" + }, + "name": { + "given_name": "M.", + "surname": "Meschini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3592-9509" + }, + "name": { + "given_name": "S.", + "surname": "Paoletti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "name": { + "given_name": "A.", + "surname": "Papanastassiou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0791-3350" + }, + "name": { + "given_name": "G.", + "surname": "Sguazzoni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Firenze, Firenze, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1909-6343" + }, + "name": { + "given_name": "L.", + "surname": "Viliani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2363-8889" + }, + "name": { + "given_name": "L.", + "surname": "Benussi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8300-4124" + }, + "name": { + "given_name": "S.", + "surname": "Bianco" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e0 degli Studi Guglielmo Marconi, Roma, Italy." + } + ], + "attrib": { + "orcid": "0000-0002-8233-7277" + }, + "name": { + "given_name": "S.", + "surname": "Meola" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5404-543X" + }, + "name": { + "given_name": "D.", + "surname": "Piccolo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Genova, Genova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4705-9582" + }, + "name": { + "given_name": "P.", + "surname": "Chatagnon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Genova, Genova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7663-0805" + }, + "name": { + "given_name": "F.", + "surname": "Ferro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Genova, Genova, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9038-4500" + }, + "name": { + "given_name": "E.", + "surname": "Robutti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Genova, Genova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7275-9193" + }, + "name": { + "given_name": "S.", + "surname": "Tosi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1124-8450" + }, + "name": { + "given_name": "A.", + "surname": "Benaglia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5490-605X" + }, + "name": { + "given_name": "G.", + "surname": "Boldrini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9523-6451" + }, + "name": { + "given_name": "F.", + "surname": "Brivio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3061-1553" + }, + "name": { + "given_name": "F.", + "surname": "Cetorelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5927-8865" + }, + "name": { + "given_name": "F.", + "surname": "De Guio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8575-7250" + }, + "name": { + "given_name": "M.E.", + "surname": "Dinardo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7375-4899" + }, + "name": { + "given_name": "P.", + "surname": "Dini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5269-8517" + }, + "name": { + "given_name": "S.", + "surname": "Gennai" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8359-3734" + }, + "name": { + "given_name": "R.", + "surname": "Gerosa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8184-7953" + }, + "name": { + "given_name": "A.", + "surname": "Ghezzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0227-1301" + }, + "name": { + "given_name": "P.", + "surname": "Govoni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3086-8260" + }, + "name": { + "given_name": "L.", + "surname": "Guzzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7497-7450" + }, + "name": { + "given_name": "M.T.", + "surname": "Lucchini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6794-8419" + }, + "name": { + "given_name": "M.", + "surname": "Malberti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0218-4910" + }, + "name": { + "given_name": "S.", + "surname": "Malvezzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0782-0883" + }, + "name": { + "given_name": "A.", + "surname": "Massironi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9918-1686" + }, + "name": { + "given_name": "D.", + "surname": "Menasce" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8387-762X" + }, + "name": { + "given_name": "L.", + "surname": "Moroni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2461-275X" + }, + "name": { + "given_name": "M.", + "surname": "Paganoni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2414-4175" + }, + "name": { + "given_name": "D.", + "surname": "Pedrini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "name": { + "given_name": "B.S.", + "surname": "Pinolini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8219-2074" + }, + "name": { + "given_name": "S.", + "surname": "Ragazzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6262-4685" + }, + "name": { + "given_name": "T.", + "surname": "Tabarelli de Fatis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Milano-Bicocca, Milano, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3072-1020" + }, + "name": { + "given_name": "D.", + "surname": "Zuolo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9526-556X" + }, + "name": { + "given_name": "S.", + "surname": "Buontempo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8801-9894" + }, + "name": { + "given_name": "A.", + "surname": "Cagnotta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "name": { + "given_name": "F.", + "surname": "Carnevali" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1327-9058" + }, + "name": { + "given_name": "N.", + "surname": "Cavallo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9258-1345" + }, + "name": { + "given_name": "A.", + "surname": "De Iorio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9821-4151" + }, + "name": { + "given_name": "F.", + "surname": "Fabozzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3798-1135" + }, + "name": { + "given_name": "A.O.M.", + "surname": "Iorio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6471-5492" + }, + "name": { + "given_name": "L.", + "surname": "Lista" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8773-4781" + }, + "name": { + "given_name": "P.", + "surname": "Paolucci" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0807-8772" + }, + "name": { + "given_name": "B.", + "surname": "Rossi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Napoli, Napoli, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8412-4072" + }, + "name": { + "given_name": "C.", + "surname": "Sciacca" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8348-2962" + }, + "name": { + "given_name": "R.", + "surname": "Ardino" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3129-828X" + }, + "name": { + "given_name": "P.", + "surname": "Azzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2205-5737" + }, + "name": { + "given_name": "N.", + "surname": "Bacchetta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2359-8477" + }, + "name": { + "given_name": "D.", + "surname": "Bisello" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5360-1454" + }, + "name": { + "given_name": "P.", + "surname": "Bortignon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3474-2099" + }, + "name": { + "given_name": "A.", + "surname": "Bragagnolo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7915-1650" + }, + "name": { + "given_name": "R.", + "surname": "Carlin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8312-1531" + }, + "name": { + "given_name": "P.", + "surname": "Checchia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1659-8727" + }, + "name": { + "given_name": "T.", + "surname": "Dorigo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0336-5729" + }, + "name": { + "given_name": "F.", + "surname": "Fanzago" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7253-2669" + }, + "name": { + "given_name": "U.", + "surname": "Gasparini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7348-5932" + }, + "name": { + "given_name": "F.", + "surname": "Gonella" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8791-7978" + }, + "name": { + "given_name": "E.", + "surname": "Lusiani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1797-4330" + }, + "name": { + "given_name": "M.", + "surname": "Margoni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5441-7755" + }, + "name": { + "given_name": "M.", + "surname": "Migliorini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1118-6205" + }, + "name": { + "given_name": "J.", + "surname": "Pazzini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7002-2051" + }, + "name": { + "given_name": "P.", + "surname": "Ronchese" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3466-7500" + }, + "name": { + "given_name": "R.", + "surname": "Rossin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8279-2464" + }, + "name": { + "given_name": "F.", + "surname": "Simonetto" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4640-6108" + }, + "name": { + "given_name": "G.", + "surname": "Strong" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4050-1769" + }, + "name": { + "given_name": "M.", + "surname": "Tosi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5140-9154" + }, + "name": { + "given_name": "A.", + "surname": "Triossi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8938-2193" + }, + "name": { + "given_name": "S.", + "surname": "Ventura" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "name": { + "given_name": "H.", + "surname": "Yarar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4281-4582" + }, + "name": { + "given_name": "M.", + "surname": "Zanetti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3953-5996" + }, + "name": { + "given_name": "P.", + "surname": "Zotto" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0380-1172" + }, + "name": { + "given_name": "A.", + "surname": "Zucchetta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Padova, Padova, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-3075-2679" + }, + "name": { + "given_name": "G.", + "surname": "Zumerle" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0820-0483" + }, + "name": { + "given_name": "S.", + "surname": "Abu Zeid" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0449-4717" + }, + "name": { + "given_name": "C.", + "surname": "Aim\u00e8" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9606-5604" + }, + "name": { + "given_name": "A.", + "surname": "Braghieri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1162-2505" + }, + "name": { + "given_name": "S.", + "surname": "Calzaferri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7104-257X" + }, + "name": { + "given_name": "D.", + "surname": "Fiorina" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9647-9420" + }, + "name": { + "given_name": "P.", + "surname": "Montagna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0697-3420" + }, + "name": { + "given_name": "V.", + "surname": "Re" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0165-3962" + }, + "name": { + "given_name": "C.", + "surname": "Riccardi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9207-7256" + }, + "name": { + "given_name": "P.", + "surname": "Salvini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0037-5032" + }, + "name": { + "given_name": "I.", + "surname": "Vai" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pavia, Pavia, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9247-7778" + }, + "name": { + "given_name": "P.", + "surname": "Vitulo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2726-2858" + }, + "name": { + "given_name": "S.", + "surname": "Ajmal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2379-9903" + }, + "name": { + "given_name": "P.", + "surname": "Asenov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4159-9123" + }, + "name": { + "given_name": "G.M.", + "surname": "Bilei" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0843-4108" + }, + "name": { + "given_name": "D.", + "surname": "Ciangottini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9007-629X" + }, + "name": { + "given_name": "L.", + "surname": "Fan\u00f2" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4108-3925" + }, + "name": { + "given_name": "M.", + "surname": "Magherini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "name": { + "given_name": "G.", + "surname": "Mantovani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7108-8116" + }, + "name": { + "given_name": "V.", + "surname": "Mariani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9004-735X" + }, + "name": { + "given_name": "M.", + "surname": "Menichelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7676-3106" + }, + "name": { + "given_name": "F.", + "surname": "Moscatelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2031-2955" + }, + "name": { + "given_name": "A.", + "surname": "Rossi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9770-2249" + }, + "name": { + "given_name": "A.", + "surname": "Santocchia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2991-6384" + }, + "name": { + "given_name": "D.", + "surname": "Spiga" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Perugia, Perugia, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7125-2905" + }, + "name": { + "given_name": "T.", + "surname": "Tedeschi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1717-5654" + }, + "name": { + "given_name": "P.", + "surname": "Azzurri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4298-1620" + }, + "name": { + "given_name": "G.", + "surname": "Bagliesi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7575-8639" + }, + "name": { + "given_name": "R.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6598-6865" + }, + "name": { + "given_name": "L.", + "surname": "Bianchini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9930-9299" + }, + "name": { + "given_name": "T.", + "surname": "Boccali" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2303-2588" + }, + "name": { + "given_name": "E.", + "surname": "Bossini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7248-2967" + }, + "name": { + "given_name": "D.", + "surname": "Bruschini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0146-845X" + }, + "name": { + "given_name": "R.", + "surname": "Castaldi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0002-5462" + }, + "name": { + "given_name": "M.A.", + "surname": "Ciocci" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0151-4439" + }, + "name": { + "given_name": "M.", + "surname": "Cipriani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7342-2592" + }, + "name": { + "given_name": "V.", + "surname": "D'Amante" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1414-9343" + }, + "name": { + "given_name": "R.", + "surname": "Dell'Orso" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7646-4977" + }, + "name": { + "given_name": "S.", + "surname": "Donato" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9428-2296" + }, + "name": { + "given_name": "A.", + "surname": "Giassi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1549-7107" + }, + "name": { + "given_name": "F.", + "surname": "Ligabue" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2514-6930" + }, + "name": { + "given_name": "D.", + "surname": "Matos Figueiredo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7551-5613" + }, + "name": { + "given_name": "A.", + "surname": "Messineo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7938-5684" + }, + "name": { + "given_name": "M.", + "surname": "Musich" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6361-438X" + }, + "name": { + "given_name": "F.", + "surname": "Palla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4543-2718" + }, + "name": { + "given_name": "A.", + "surname": "Rizzi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0635-274X" + }, + "name": { + "given_name": "G.", + "surname": "Rolandi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5742-5593" + }, + "name": { + "given_name": "S.", + "surname": "Roy Chowdhury" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0582-4167" + }, + "name": { + "given_name": "T.", + "surname": "Sarkar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4338-6332" + }, + "name": { + "given_name": "A.", + "surname": "Scribano" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7962-5203" + }, + "name": { + "given_name": "P.", + "surname": "Spagnolo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2574-4383" + }, + "name": { + "given_name": "R.", + "surname": "Tenchini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2606-9156" + }, + "name": { + "given_name": "G.", + "surname": "Tonelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-9395-5230" + }, + "name": { + "given_name": "N.", + "surname": "Turini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0249-4142" + }, + "name": { + "given_name": "A.", + "surname": "Venturi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Pisa, Pisa, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0042-9507" + }, + "name": { + "given_name": "P.G.", + "surname": "Verdini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3924-7380" + }, + "name": { + "given_name": "P.", + "surname": "Barria" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5425-723X" + }, + "name": { + "given_name": "M.", + "surname": "Campana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1061-3877" + }, + "name": { + "given_name": "F.", + "surname": "Cavallari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6764-5370" + }, + "name": { + "given_name": "L.", + "surname": "Cunqueiro Mendez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0870-5796" + }, + "name": { + "given_name": "D.", + "surname": "Del Re" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-5920-2438" + }, + "name": { + "given_name": "E.", + "surname": "Di Marco" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3810-8530" + }, + "name": { + "given_name": "M.", + "surname": "Diemoz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8199-370X" + }, + "name": { + "given_name": "F.", + "surname": "Errico" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6238-6787" + }, + "name": { + "given_name": "E.", + "surname": "Longo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8480-2259" + }, + "name": { + "given_name": "P.", + "surname": "Meridiani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0009-0009-1589-9980" + }, + "name": { + "given_name": "J.", + "surname": "Mijuskovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3229-0781" + }, + "name": { + "given_name": "G.", + "surname": "Organtini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8713-3874" + }, + "name": { + "given_name": "F.", + "surname": "Pandolfi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0080-9550" + }, + "name": { + "given_name": "R.", + "surname": "Paramatti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0042-6891" + }, + "name": { + "given_name": "C.", + "surname": "Quaranta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9794-3360" + }, + "name": { + "given_name": "S.", + "surname": "Rahatlou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2173-7530" + }, + "name": { + "given_name": "C.", + "surname": "Rovelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2505-8359" + }, + "name": { + "given_name": "F.", + "surname": "Santanastasio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Roma, Roma, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2532-9876" + }, + "name": { + "given_name": "L.", + "surname": "Soffi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9449-2509" + }, + "name": { + "given_name": "N.", + "surname": "Amapane" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5904-142X" + }, + "name": { + "given_name": "R.", + "surname": "Arcidiacono" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2150-3750" + }, + "name": { + "given_name": "S.", + "surname": "Argiro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7790-7132" + }, + "name": { + "given_name": "M.", + "surname": "Arneodo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7196-2237" + }, + "name": { + "given_name": "N.", + "surname": "Bartosik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2539-2376" + }, + "name": { + "given_name": "R.", + "surname": "Bellan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2753-5473" + }, + "name": { + "given_name": "A.", + "surname": "Bellora" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1397-7246" + }, + "name": { + "given_name": "C.", + "surname": "Biino" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-0548-9189" + }, + "name": { + "given_name": "N.", + "surname": "Cartiglia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0156-0790" + }, + "name": { + "given_name": "M.", + "surname": "Costa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1216-5235" + }, + "name": { + "given_name": "R.", + "surname": "Covarelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0743-9465" + }, + "name": { + "given_name": "N.", + "surname": "Demaria" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2630-5465" + }, + "name": { + "given_name": "L.", + "surname": "Finco" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-0770-269X" + }, + "name": { + "given_name": "M.", + "surname": "Grippo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1202-7652" + }, + "name": { + "given_name": "B.", + "surname": "Kiani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1400-0709" + }, + "name": { + "given_name": "F.", + "surname": "Legger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2743-4119" + }, + "name": { + "given_name": "F.", + "surname": "Luongo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6864-3294" + }, + "name": { + "given_name": "C.", + "surname": "Mariotti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-9871-7859" + }, + "name": { + "given_name": "S.", + "surname": "Maselli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2209-2527" + }, + "name": { + "given_name": "A.", + "surname": "Mecca" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2271-5192" + }, + "name": { + "given_name": "E.", + "surname": "Migliore" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3521-6333" + }, + "name": { + "given_name": "M.", + "surname": "Monteno" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2437-013X" + }, + "name": { + "given_name": "R.", + "surname": "Mulargia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8781-8192" + }, + "name": { + "given_name": "M.M.", + "surname": "Obertino" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8411-2971" + }, + "name": { + "given_name": "G.", + "surname": "Ortona" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1288-4838" + }, + "name": { + "given_name": "L.", + "surname": "Pacher" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-7291-1979" + }, + "name": { + "given_name": "N.", + "surname": "Pastrone" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-4728-6678" + }, + "name": { + "given_name": "M.", + "surname": "Pelliccioni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-7655-3475" + }, + "name": { + "given_name": "M.", + "surname": "Ruspa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-4427-4076" + }, + "name": { + "given_name": "F.", + "surname": "Siviero" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6288-951X" + }, + "name": { + "given_name": "V.", + "surname": "Sola" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2971-8214" + }, + "name": { + "given_name": "A.", + "surname": "Solano" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-1803-624X" + }, + "name": { + "given_name": "A.", + "surname": "Staiano" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-6233-0513" + }, + "name": { + "given_name": "C.", + "surname": "Tarricone" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-2830-5872" + }, + "name": { + "given_name": "D.", + "surname": "Trocino" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-6674-7874" + }, + "name": { + "given_name": "G.", + "surname": "Umoret" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Torino, Torino, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8628-2090" + }, + "name": { + "given_name": "E.", + "surname": "Vlasov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Trieste, Trieste, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-8443-4460" + }, + "name": { + "given_name": "S.", + "surname": "Belforte" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Trieste, Trieste, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-3641-5983" + }, + "name": { + "given_name": "V.", + "surname": "Candelise" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Trieste, Trieste, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-1353-8964" + }, + "name": { + "given_name": "M.", + "surname": "Casarsa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Trieste, Trieste, Italy" + } + ], + "attrib": { + "orcid": "0000-0001-5672-214X" + }, + "name": { + "given_name": "F.", + "surname": "Cossutti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Trieste, Trieste, Italy" + } + ], + "attrib": { + "orcid": "0000-0002-8908-409X" + }, + "name": { + "given_name": "K.", + "surname": "De Leo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "INFN Sezione di Trieste, Trieste, Italy" + } + ], + "attrib": { + "orcid": "0000-0003-2831-6982" + }, + "name": { + "given_name": "G.", + "surname": "Della Ricca" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-0812-0758" + }, + "name": { + "given_name": "S.", + "surname": "Dogra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-9463-4922" + }, + "name": { + "given_name": "J.", + "surname": "Hong" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-8513-2824" + }, + "name": { + "given_name": "C.", + "surname": "Huh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-9539-6815" + }, + "name": { + "given_name": "B.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-9023-6847" + }, + "name": { + "given_name": "D.H.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "name": { + "given_name": "H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1028-3468" + }, + "name": { + "given_name": "S.W.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-8229-7829" + }, + "name": { + "given_name": "C.S.", + "surname": "Moon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-7219-9931" + }, + "name": { + "given_name": "Y.D.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1855-180X" + }, + "name": { + "given_name": "M.S.", + "surname": "Ryu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-1726-5681" + }, + "name": { + "given_name": "S.", + "surname": "Sekmen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyungpook National University, Daegu, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-1009-4621" + }, + "name": { + "given_name": "Y.C.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Mathematics and Physics - GWNU, Gangneung, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-0392-8691" + }, + "name": { + "given_name": "M.S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Chonnam National University, Institute for Universe and Elementary Particles, Kwangju, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-0095-8185" + }, + "name": { + "given_name": "G.", + "surname": "Bak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Chonnam National University, Institute for Universe and Elementary Particles, Kwangju, Korea" + } + ], + "attrib": { + "orcid": "0009-0009-7347-1480" + }, + "name": { + "given_name": "P.", + "surname": "Gwak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Chonnam National University, Institute for Universe and Elementary Particles, Kwangju, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-8019-9387" + }, + "name": { + "given_name": "H.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Chonnam National University, Institute for Universe and Elementary Particles, Kwangju, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-5628-9187" + }, + "name": { + "given_name": "D.H.", + "surname": "Moon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Hanyang University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-5680-599X" + }, + "name": { + "given_name": "E.", + "surname": "Asilar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Hanyang University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-8336-9182" + }, + "name": { + "given_name": "D.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Hanyang University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-8336-2434" + }, + "name": { + "given_name": "T.J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Hanyang University, Seoul, Korea" + } + ], + "name": { + "given_name": "J.A.", + "surname": "Merlin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-6225-9876" + }, + "name": { + "given_name": "S.", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Han" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-2259-9929" + }, + "name": { + "given_name": "B.", + "surname": "Hong" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "name": { + "given_name": "K.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3680-7039" + }, + "name": { + "given_name": "K.S.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-9257-9643" + }, + "name": { + "given_name": "S.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "name": { + "given_name": "S.K.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Korea University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-0463-3043" + }, + "name": { + "given_name": "J.", + "surname": "Yoo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyung Hee University, Department of Physics, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1129-2083" + }, + "name": { + "given_name": "J.", + "surname": "Goh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kyung Hee University, Department of Physics, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-6905-6553" + }, + "name": { + "given_name": "S.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sejong University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-6543-9191" + }, + "name": { + "given_name": "H.S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sejong University, Seoul, Korea" + } + ], + "name": { + "given_name": "Y.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sejong University, Seoul, Korea" + } + ], + "name": { + "given_name": "S.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "name": { + "given_name": "J.", + "surname": "Almond" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "name": { + "given_name": "J.H.", + "surname": "Bhyun" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-2483-5104" + }, + "name": { + "given_name": "J.", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0009-0001-5122-4552" + }, + "name": { + "given_name": "W.", + "surname": "Jun" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-9876-6642" + }, + "name": { + "given_name": "J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "name": { + "given_name": "J.S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-4377-9969" + }, + "name": { + "given_name": "S.", + "surname": "Ko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0009-0002-5165-5018" + }, + "name": { + "given_name": "H.", + "surname": "Kwon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1138-3700" + }, + "name": { + "given_name": "H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-6753-3731" + }, + "name": { + "given_name": "J.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-5351-7201" + }, + "name": { + "given_name": "J.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-9539-7789" + }, + "name": { + "given_name": "B.H.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-0710-4956" + }, + "name": { + "given_name": "S.B.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3932-0605" + }, + "name": { + "given_name": "H.", + "surname": "Seo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "name": { + "given_name": "U.K.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Seoul National University, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3491-8026" + }, + "name": { + "given_name": "I.", + "surname": "Yoon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-1571-9072" + }, + "name": { + "given_name": "W.", + "surname": "Jang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "name": { + "given_name": "D.Y.", + "surname": "Kang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-6079-3434" + }, + "name": { + "given_name": "Y.", + "surname": "Kang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-8015-7379" + }, + "name": { + "given_name": "S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "name": { + "given_name": "B.", + "surname": "Ko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-2153-1519" + }, + "name": { + "given_name": "J.S.H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-5572-5947" + }, + "name": { + "given_name": "Y.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-4510-6776" + }, + "name": { + "given_name": "I.C.", + "surname": "Park" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "name": { + "given_name": "Y.", + "surname": "Roh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Seoul, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-2141-3413" + }, + "name": { + "given_name": "I.J.", + "surname": "Watson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Yonsei University, Department of Physics, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-2538-1551" + }, + "name": { + "given_name": "S.", + "surname": "Ha" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Yonsei University, Department of Physics, Seoul, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-3892-3500" + }, + "name": { + "given_name": "H.D.", + "surname": "Yoo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sungkyunkwan University, Suwon, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-4811-626X" + }, + "name": { + "given_name": "M.", + "surname": "Choi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sungkyunkwan University, Suwon, Korea" + } + ], + "attrib": { + "orcid": "0000-0002-2289-2527" + }, + "name": { + "given_name": "M.R.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sungkyunkwan University, Suwon, Korea" + } + ], + "name": { + "given_name": "H.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sungkyunkwan University, Suwon, Korea" + } + ], + "attrib": { + "orcid": "0000-0001-6954-9964" + }, + "name": { + "given_name": "Y.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Sungkyunkwan University, Suwon, Korea" + } + ], + "attrib": { + "orcid": "0000-0003-1567-5548" + }, + "name": { + "given_name": "I.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "College of Engineering and Technology, American University of the Middle East (AUM), Dasman, Kuwait" + } + ], + "name": { + "given_name": "T.", + "surname": "Beyrouthy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "College of Engineering and Technology, American University of the Middle East (AUM), Dasman, Kuwait" + } + ], + "attrib": { + "orcid": "0000-0002-4960-7458" + }, + "name": { + "given_name": "Y.", + "surname": "Maghrbi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Riga Technical University, Riga, Latvia" + } + ], + "attrib": { + "orcid": "0000-0003-0972-5641" + }, + "name": { + "given_name": "K.", + "surname": "Dreimanis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Riga Technical University, Riga, Latvia" + } + ], + "attrib": { + "orcid": "0000-0003-1350-3523" + }, + "name": { + "given_name": "A.", + "surname": "Gaile" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Riga Technical University, Riga, Latvia" + } + ], + "name": { + "given_name": "G.", + "surname": "Pikurs" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Riga Technical University, Riga, Latvia" + } + ], + "attrib": { + "orcid": "0000-0002-3776-8270" + }, + "name": { + "given_name": "A.", + "surname": "Potrebko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Riga Technical University, Riga, Latvia" + } + ], + "attrib": { + "orcid": "0000-0003-3550-6151" + }, + "name": { + "given_name": "M.", + "surname": "Seidel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Riga Technical University, Riga, Latvia." + } + ], + "attrib": { + "orcid": "0000-0003-3676-9711" + }, + "name": { + "given_name": "V.", + "surname": "Veckalns" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Latvia (LU), Riga, Latvia" + } + ], + "attrib": { + "orcid": "0000-0003-4540-9048" + }, + "name": { + "given_name": "N.R.", + "surname": "Strautnieks" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vilnius University, Vilnius, Lithuania" + } + ], + "attrib": { + "orcid": "0000-0003-2449-0158" + }, + "name": { + "given_name": "M.", + "surname": "Ambrozas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vilnius University, Vilnius, Lithuania" + } + ], + "attrib": { + "orcid": "0000-0002-1501-3328" + }, + "name": { + "given_name": "A.", + "surname": "Juodagalvis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vilnius University, Vilnius, Lithuania" + } + ], + "attrib": { + "orcid": "0000-0002-7510-255X" + }, + "name": { + "given_name": "A.", + "surname": "Rinkevicius" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vilnius University, Vilnius, Lithuania" + } + ], + "attrib": { + "orcid": "0000-0002-2913-9634" + }, + "name": { + "given_name": "G.", + "surname": "Tamulaitis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, Malaysia" + } + ], + "attrib": { + "orcid": "0000-0002-8818-7476" + }, + "name": { + "given_name": "N.", + "surname": "Bin Norjoharuddeen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Department of Applied Physics, Faculty of Science and Technology, Universiti Kebangsaan Malaysia, Bangi, Malaysia." + } + ], + "attrib": { + "orcid": "0000-0003-2786-0732" + }, + "name": { + "given_name": "I.", + "surname": "Yusuff" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, Malaysia" + } + ], + "name": { + "given_name": "Z.", + "surname": "Zolkapli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-2633-6712" + }, + "name": { + "given_name": "J.F.", + "surname": "Benitez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "attrib": { + "orcid": "0000-0003-4766-1546" + }, + "name": { + "given_name": "A.", + "surname": "Castaneda Hernandez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "name": { + "given_name": "H.A.", + "surname": "Encinas Acosta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "name": { + "given_name": "L.G.", + "surname": "Gallegos Mar\u00ed\u00f1ez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-3761-911X" + }, + "name": { + "given_name": "M.", + "surname": "Le\u00f3n Coello" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "attrib": { + "orcid": "0000-0003-4933-2092" + }, + "name": { + "given_name": "J.A.", + "surname": "Murillo Quijada" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-6816-7814" + }, + "name": { + "given_name": "A.", + "surname": "Sehrawat" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Sonora (UNISON), Hermosillo, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-8736-440X" + }, + "name": { + "given_name": "L.", + "surname": "Valencia Palomo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-8294-8692" + }, + "name": { + "given_name": "G.", + "surname": "Ayala" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico" + } + ], + "attrib": { + "orcid": "0009-0005-9590-9958" + }, + "name": { + "given_name": "H.", + "surname": "Castilla-Valdez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-7469-6974" + }, + "name": { + "given_name": "E.", + "surname": "De La Cruz-Burelo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Consejo Nacional de Ciencia y Tecnolog\u00eda, Mexico City, Mexico." + } + ], + "attrib": { + "orcid": "0000-0002-8133-6467" + }, + "name": { + "given_name": "I.", + "surname": "Heredia-De La Cruz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-2389-4831" + }, + "name": { + "given_name": "R.", + "surname": "Lopez-Fernandez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico" + } + ], + "name": { + "given_name": "C.A.", + "surname": "Mondragon Herrera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico" + } + ], + "attrib": { + "orcid": "0000-0001-9548-0358" + }, + "name": { + "given_name": "A.", + "surname": "S\u00e1nchez Hern\u00e1ndez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad Iberoamericana, Mexico City, Mexico" + } + ], + "attrib": { + "orcid": "0000-0001-9724-0016" + }, + "name": { + "given_name": "C.", + "surname": "Oropeza Barrera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad Iberoamericana, Mexico City, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-4564-3822" + }, + "name": { + "given_name": "M.", + "surname": "Ram\u00edrez Garc\u00eda" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Benemerita Universidad Autonoma de Puebla, Puebla, Mexico" + } + ], + "attrib": { + "orcid": "0000-0001-5873-3088" + }, + "name": { + "given_name": "I.", + "surname": "Bautista" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Benemerita Universidad Autonoma de Puebla, Puebla, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-2669-4659" + }, + "name": { + "given_name": "I.", + "surname": "Pedraza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Benemerita Universidad Autonoma de Puebla, Puebla, Mexico" + } + ], + "attrib": { + "orcid": "0000-0003-4556-7302" + }, + "name": { + "given_name": "H.A.", + "surname": "Salazar Ibarguen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Benemerita Universidad Autonoma de Puebla, Puebla, Mexico" + } + ], + "attrib": { + "orcid": "0000-0002-2425-7340" + }, + "name": { + "given_name": "C.", + "surname": "Uribe Estrada" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Montenegro, Podgorica, Montenegro" + } + ], + "name": { + "given_name": "I.", + "surname": "Bubanja" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Montenegro, Podgorica, Montenegro" + } + ], + "attrib": { + "orcid": "0000-0002-2386-2290" + }, + "name": { + "given_name": "N.", + "surname": "Raicevic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Canterbury, Christchurch, New Zealand" + } + ], + "attrib": { + "orcid": "0000-0001-9878-2140" + }, + "name": { + "given_name": "P.H.", + "surname": "Butler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Physics, Quaid-I-Azam University, Islamabad, Pakistan" + } + ], + "attrib": { + "orcid": "0000-0002-4770-1897" + }, + "name": { + "given_name": "A.", + "surname": "Ahmad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Physics, Quaid-I-Azam University, Islamabad, Pakistan" + } + ], + "name": { + "given_name": "M.I.", + "surname": "Asghar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Physics, Quaid-I-Azam University, Islamabad, Pakistan" + } + ], + "attrib": { + "orcid": "0000-0003-3563-257X" + }, + "name": { + "given_name": "A.", + "surname": "Awais" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Physics, Quaid-I-Azam University, Islamabad, Pakistan" + } + ], + "name": { + "given_name": "M.I.M.", + "surname": "Awan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Physics, Quaid-I-Azam University, Islamabad, Pakistan" + } + ], + "attrib": { + "orcid": "0000-0002-0088-5043" + }, + "name": { + "given_name": "H.R.", + "surname": "Hoorani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Physics, Quaid-I-Azam University, Islamabad, Pakistan" + } + ], + "attrib": { + "orcid": "0000-0003-0488-0941" + }, + "name": { + "given_name": "W.A.", + "surname": "Khan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "AGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, Poland" + } + ], + "name": { + "given_name": "V.", + "surname": "Avati" + } + }, + { + "affiliation": [ + { + "affPubRaw": "AGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-3599-854X" + }, + "name": { + "given_name": "L.", + "surname": "Grzanka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "AGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, Poland" + } + ], + "attrib": { + "orcid": "0000-0001-6005-0243" + }, + "name": { + "given_name": "M.", + "surname": "Malawski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Nuclear Research, Swierk, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-5956-6258" + }, + "name": { + "given_name": "H.", + "surname": "Bialkowska" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Nuclear Research, Swierk, Poland" + } + ], + "attrib": { + "orcid": "0000-0003-1229-1442" + }, + "name": { + "given_name": "M.", + "surname": "Bluj" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Nuclear Research, Swierk, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-4200-1541" + }, + "name": { + "given_name": "B.", + "surname": "Boimska" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Nuclear Research, Swierk, Poland" + } + ], + "attrib": { + "orcid": "0000-0003-2146-187X" + }, + "name": { + "given_name": "M.", + "surname": "G\u00f3rski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Nuclear Research, Swierk, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-7821-3036" + }, + "name": { + "given_name": "M.", + "surname": "Kazana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Nuclear Research, Swierk, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-1697-004X" + }, + "name": { + "given_name": "M.", + "surname": "Szleper" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Centre for Nuclear Research, Swierk, Poland" + } + ], + "attrib": { + "orcid": "0000-0003-4429-2888" + }, + "name": { + "given_name": "P.", + "surname": "Zalewski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0001-6371-9336" + }, + "name": { + "given_name": "K.", + "surname": "Bunkowski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-7818-2364" + }, + "name": { + "given_name": "K.", + "surname": "Doroba" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-1280-5493" + }, + "name": { + "given_name": "A.", + "surname": "Kalinowski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0001-9482-4841" + }, + "name": { + "given_name": "M.", + "surname": "Konecki" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-3055-0236" + }, + "name": { + "given_name": "J.", + "surname": "Krolikowski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-7535-7149" + }, + "name": { + "given_name": "A.", + "surname": "Muhammad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Warsaw University of Technology, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0001-5426-1423" + }, + "name": { + "given_name": "K.", + "surname": "Pozniak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Warsaw University of Technology, Warsaw, Poland" + } + ], + "attrib": { + "orcid": "0000-0002-6833-4846" + }, + "name": { + "given_name": "W.", + "surname": "Zabolotny" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-8152-3756" + }, + "name": { + "given_name": "M.", + "surname": "Araujo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-7032-2481" + }, + "name": { + "given_name": "D.", + "surname": "Bastos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-1231-3819" + }, + "name": { + "given_name": "C.", + "surname": "Beir\u00e3o Da Cruz E Silva" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-3288-7737" + }, + "name": { + "given_name": "A.", + "surname": "Boletti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-1715-0457" + }, + "name": { + "given_name": "M.", + "surname": "Bozzo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0001-5066-1876" + }, + "name": { + "given_name": "T.", + "surname": "Camporesi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-2163-5569" + }, + "name": { + "given_name": "G.", + "surname": "Da Molin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-1849-6692" + }, + "name": { + "given_name": "P.", + "surname": "Faccioli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-1261-2277" + }, + "name": { + "given_name": "M.", + "surname": "Gallinaro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-8664-0134" + }, + "name": { + "given_name": "J.", + "surname": "Hollar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-9746-4594" + }, + "name": { + "given_name": "N.", + "surname": "Leonardo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-3276-9482" + }, + "name": { + "given_name": "T.", + "surname": "Niknejad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-0887-1882" + }, + "name": { + "given_name": "A.", + "surname": "Petrilli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-0264-7217" + }, + "name": { + "given_name": "M.", + "surname": "Pisano" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0002-7531-0842" + }, + "name": { + "given_name": "J.", + "surname": "Seixas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "attrib": { + "orcid": "0000-0003-2613-3146" + }, + "name": { + "given_name": "J.", + "surname": "Varela" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Laborat\u00f3rio de Instrumenta\u00e7\u00e3o e F\u00edsica Experimental de Part\u00edculas, Lisboa, Portugal" + } + ], + "name": { + "given_name": "J.W.", + "surname": "Wulff" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Faculty of Physics, University of Belgrade, Belgrade, Serbia" + } + ], + "attrib": { + "orcid": "0000-0002-5862-7397" + }, + "name": { + "given_name": "P.", + "surname": "Adzic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Faculty of Physics, University of Belgrade, Belgrade, Serbia" + } + ], + "attrib": { + "orcid": "0000-0001-7132-3550" + }, + "name": { + "given_name": "P.", + "surname": "Milenovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "VINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, Serbia" + } + ], + "attrib": { + "orcid": "0000-0002-8407-3236" + }, + "name": { + "given_name": "M.", + "surname": "Dordevic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "VINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, Serbia" + } + ], + "attrib": { + "orcid": "0000-0001-8486-4604" + }, + "name": { + "given_name": "J.", + "surname": "Milosevic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "VINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, Serbia" + } + ], + "name": { + "given_name": "V.", + "surname": "Rekovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "name": { + "given_name": "M.", + "surname": "Aguilar-Benitez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-0914-7474" + }, + "name": { + "given_name": "J.", + "surname": "Alcaraz Maestre" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-8057-9152" + }, + "name": { + "given_name": "Cristina F.", + "surname": "Bedoya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-6076-4083" + }, + "name": { + "given_name": "M.", + "surname": "Cepeda" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-0112-1691" + }, + "name": { + "given_name": "M.", + "surname": "Cerrada" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-3656-0259" + }, + "name": { + "given_name": "N.", + "surname": "Colino" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-9057-5614" + }, + "name": { + "given_name": "B.", + "surname": "De La Cruz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-8511-7958" + }, + "name": { + "given_name": "A.", + "surname": "Delgado Peris" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-9702-6359" + }, + "name": { + "given_name": "A.", + "surname": "Escalante Del Valle" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2346-1590" + }, + "name": { + "given_name": "D.", + "surname": "Fern\u00e1ndez Del Val" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-0122-313X" + }, + "name": { + "given_name": "J.P.", + "surname": "Fern\u00e1ndez Ramos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2688-8047" + }, + "name": { + "given_name": "J.", + "surname": "Flix" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2950-976X" + }, + "name": { + "given_name": "M.C.", + "surname": "Fouz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4532-6464" + }, + "name": { + "given_name": "O.", + "surname": "Gonzalez Lopez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-6508-5090" + }, + "name": { + "given_name": "S.", + "surname": "Goy Lopez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-6436-7547" + }, + "name": { + "given_name": "J.M.", + "surname": "Hernandez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4985-6964" + }, + "name": { + "given_name": "M.I.", + "surname": "Josa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-1941-9333" + }, + "name": { + "given_name": "D.", + "surname": "Moran" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-9634-848X" + }, + "name": { + "given_name": "C.M.", + "surname": "Morcillo Perez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-3606-1780" + }, + "name": { + "given_name": "\u00c1.", + "surname": "Navarro Tobar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2821-4249" + }, + "name": { + "given_name": "C.", + "surname": "Perez Dengra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-3036-7965" + }, + "name": { + "given_name": "A.", + "surname": "P\u00e9rez-Calero Yzquierdo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7390-1457" + }, + "name": { + "given_name": "J.", + "surname": "Puerta Pelayo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-3737-4121" + }, + "name": { + "given_name": "I.", + "surname": "Redondo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-3463-0559" + }, + "name": { + "given_name": "D.D.", + "surname": "Redondo Ferrero" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "name": { + "given_name": "L.", + "surname": "Romero" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-6129-9059" + }, + "name": { + "given_name": "S.", + "surname": "S\u00e1nchez Navas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7865-5010" + }, + "name": { + "given_name": "L.", + "surname": "Urda G\u00f3mez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7533-2283" + }, + "name": { + "given_name": "J.", + "surname": "Vazquez Escobar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Centro de Investigaciones Energ\u00e9ticas Medioambientales y Tecnol\u00f3gicas (CIEMAT), Madrid, Spain" + } + ], + "name": { + "given_name": "C.", + "surname": "Willmott" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad Aut\u00f3noma de Madrid, Madrid, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-0798-9806" + }, + "name": { + "given_name": "J.F.", + "surname": "de Troc\u00f3niz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7767-4810" + }, + "name": { + "given_name": "B.", + "surname": "Alvarez Gonzalez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-5080-0821" + }, + "name": { + "given_name": "J.", + "surname": "Cuevas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-5213-3708" + }, + "name": { + "given_name": "J.", + "surname": "Fernandez Menendez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7191-1125" + }, + "name": { + "given_name": "S.", + "surname": "Folgueras" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-8087-3199" + }, + "name": { + "given_name": "I.", + "surname": "Gonzalez Caballero" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4825-8188" + }, + "name": { + "given_name": "J.R.", + "surname": "Gonz\u00e1lez Fern\u00e1ndez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-8264-0287" + }, + "name": { + "given_name": "E.", + "surname": "Palencia Cortezon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-1175-0002" + }, + "name": { + "given_name": "C.", + "surname": "Ram\u00f3n \u00c1lvarez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7225-7310" + }, + "name": { + "given_name": "V.", + "surname": "Rodr\u00edguez Bouza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-2993-8663" + }, + "name": { + "given_name": "A.", + "surname": "Soto Rodr\u00edguez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4030-2551" + }, + "name": { + "given_name": "A.", + "surname": "Trapote" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-1905-1874" + }, + "name": { + "given_name": "C.", + "surname": "Vico Villalba" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universidad de Oviedo, Instituto Universitario de Ciencias y Tecnolog\u00edas Espaciales de Asturias (ICTEA), Oviedo, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7088-8557" + }, + "name": { + "given_name": "P.", + "surname": "Vischia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-1260-973X" + }, + "name": { + "given_name": "S.", + "surname": "Bhowmik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7301-0670" + }, + "name": { + "given_name": "S.", + "surname": "Blanco Fern\u00e1ndez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2093-7856" + }, + "name": { + "given_name": "J.A.", + "surname": "Brochero Cifuentes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-0367-4022" + }, + "name": { + "given_name": "I.J.", + "surname": "Cabrillo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7205-2040" + }, + "name": { + "given_name": "A.", + "surname": "Calderon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-0687-5214" + }, + "name": { + "given_name": "J.", + "surname": "Duarte Campderros" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4824-1087" + }, + "name": { + "given_name": "M.", + "surname": "Fernandez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-1077-6553" + }, + "name": { + "given_name": "G.", + "surname": "Gomez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-2726-7111" + }, + "name": { + "given_name": "C.", + "surname": "Lasaosa Garc\u00eda" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-3224-956X" + }, + "name": { + "given_name": "C.", + "surname": "Martinez Rivero" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-7737-5121" + }, + "name": { + "given_name": "P.", + "surname": "Martinez Ruiz del Arbol" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0003-4295-5668" + }, + "name": { + "given_name": "F.", + "surname": "Matorras" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0001-7481-7273" + }, + "name": { + "given_name": "P.", + "surname": "Matorras Cuevas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-5180-4020" + }, + "name": { + "given_name": "E.", + "surname": "Navarrete Ramos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-9157-1700" + }, + "name": { + "given_name": "J.", + "surname": "Piedra Gomez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-4974-8330" + }, + "name": { + "given_name": "L.", + "surname": "Scodellaro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-6797-7209" + }, + "name": { + "given_name": "I.", + "surname": "Vila" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Instituto de F\u00edsica de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, Spain" + } + ], + "attrib": { + "orcid": "0000-0002-6823-8854" + }, + "name": { + "given_name": "J.M.", + "surname": "Vizan Garcia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colombo, Colombo, Sri Lanka" + } + ], + "attrib": { + "orcid": "0000-0002-7577-310X" + }, + "name": { + "given_name": "M.K.", + "surname": "Jayananda" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Trincomalee Campus, Eastern University, Sri Lanka, Nilaveli, Sri Lanka." + } + ], + "attrib": { + "orcid": "0000-0003-2424-1303" + }, + "name": { + "given_name": "B.", + "surname": "Kailasapathy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colombo, Colombo, Sri Lanka" + } + ], + "attrib": { + "orcid": "0000-0001-7862-2537" + }, + "name": { + "given_name": "D.U.J.", + "surname": "Sonnadara" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colombo, Colombo, Sri Lanka" + } + ], + "attrib": { + "orcid": "0000-0002-6941-8478" + }, + "name": { + "given_name": "D.D.C.", + "surname": "Wickramarathna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Saegis Campus, Nugegoda, Sri Lanka." + } + ], + "attrib": { + "orcid": "0000-0002-6366-837X" + }, + "name": { + "given_name": "W.G.D.", + "surname": "Dharmaratna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Ruhuna, Department of Physics, Matara, Sri Lanka" + } + ], + "attrib": { + "orcid": "0000-0002-3792-7665" + }, + "name": { + "given_name": "K.", + "surname": "Liyanage" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Ruhuna, Department of Physics, Matara, Sri Lanka" + } + ], + "attrib": { + "orcid": "0000-0002-4747-9106" + }, + "name": { + "given_name": "N.", + "surname": "Perera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Ruhuna, Department of Physics, Matara, Sri Lanka" + } + ], + "attrib": { + "orcid": "0000-0001-7760-3537" + }, + "name": { + "given_name": "N.", + "surname": "Wickramage" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9416-1742" + }, + "name": { + "given_name": "D.", + "surname": "Abbaneo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4359-836X" + }, + "name": { + "given_name": "C.", + "surname": "Amendola" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8540-1097" + }, + "name": { + "given_name": "E.", + "surname": "Auffray" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7077-8262" + }, + "name": { + "given_name": "G.", + "surname": "Auzinger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Baechler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4927-4921" + }, + "name": { + "given_name": "D.", + "surname": "Barney" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8822-4727" + }, + "name": { + "given_name": "A.", + "surname": "Berm\u00fadez Mart\u00ednez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8336-3282" + }, + "name": { + "given_name": "M.", + "surname": "Bianco" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1439-7128" + }, + "name": { + "given_name": "B.", + "surname": "Bilin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2988-9830" + }, + "name": { + "given_name": "A.A.", + "surname": "Bin Anuar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6515-5666" + }, + "name": { + "given_name": "A.", + "surname": "Bocci" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5420-586X" + }, + "name": { + "given_name": "E.", + "surname": "Brondolin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5642-3040" + }, + "name": { + "given_name": "C.", + "surname": "Caillol" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2897-5753" + }, + "name": { + "given_name": "G.", + "surname": "Cerminara" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2264-2229" + }, + "name": { + "given_name": "N.", + "surname": "Chernyavskaya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5754-4303" + }, + "name": { + "given_name": "D.", + "surname": "d'Enterria" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2570-9676" + }, + "name": { + "given_name": "A.", + "surname": "Dabrowski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5854-7699" + }, + "name": { + "given_name": "A.", + "surname": "David" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9228-5271" + }, + "name": { + "given_name": "A.", + "surname": "De Roeck" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9573-3714" + }, + "name": { + "given_name": "M.M.", + "surname": "Defranchis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5085-7270" + }, + "name": { + "given_name": "M.", + "surname": "Deile" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0007-5021-3230" + }, + "name": { + "given_name": "M.", + "surname": "Dobson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at INFN Sezione di Pavia, Universit\u00e0 di Pavia, Pavia, Italy." + } + ], + "name": { + "given_name": "F.", + "surname": "Fallavollita" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3302-336X" + }, + "name": { + "given_name": "L.", + "surname": "Forthomme" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9179-4253" + }, + "name": { + "given_name": "G.", + "surname": "Franzoni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0422-6739" + }, + "name": { + "given_name": "W.", + "surname": "Funk" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Giani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Gigi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0001-9331-5145" + }, + "name": { + "given_name": "K.", + "surname": "Gill" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4526-2149" + }, + "name": { + "given_name": "F.", + "surname": "Glege" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9547-7471" + }, + "name": { + "given_name": "L.", + "surname": "Gouskos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9376-9235" + }, + "name": { + "given_name": "M.", + "surname": "Haranko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2938-2263" + }, + "name": { + "given_name": "J.", + "surname": "Hegeman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "B.", + "surname": "Huber" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3209-2088" + }, + "name": { + "given_name": "V.", + "surname": "Innocente" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3727-0202" + }, + "name": { + "given_name": "T.", + "surname": "James" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7339-4272" + }, + "name": { + "given_name": "P.", + "surname": "Janot" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7507-8636" + }, + "name": { + "given_name": "S.", + "surname": "Laurila" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3198-0115" + }, + "name": { + "given_name": "P.", + "surname": "Lecoq" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4838-3306" + }, + "name": { + "given_name": "E.", + "surname": "Leutgeb" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0885-6711" + }, + "name": { + "given_name": "C.", + "surname": "Louren\u00e7o" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5270-7540" + }, + "name": { + "given_name": "B.", + "surname": "Maier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0113-7389" + }, + "name": { + "given_name": "L.", + "surname": "Malgeri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3748-8946" + }, + "name": { + "given_name": "M.", + "surname": "Mannelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2351-0487" + }, + "name": { + "given_name": "A.C.", + "surname": "Marini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Matthewman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6530-3657" + }, + "name": { + "given_name": "F.", + "surname": "Meijers" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2155-6692" + }, + "name": { + "given_name": "S.", + "surname": "Mersi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4502-6151" + }, + "name": { + "given_name": "E.", + "surname": "Meschi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1173-0696" + }, + "name": { + "given_name": "V.", + "surname": "Milosevic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5846-3655" + }, + "name": { + "given_name": "F.", + "surname": "Monti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7199-0046" + }, + "name": { + "given_name": "F.", + "surname": "Moortgat" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7432-6634" + }, + "name": { + "given_name": "M.", + "surname": "Mulders" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0002-6473-1403" + }, + "name": { + "given_name": "I.", + "surname": "Neutelings" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "S.", + "surname": "Orfanelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3266-4357" + }, + "name": { + "given_name": "F.", + "surname": "Pantaleo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0889-4726" + }, + "name": { + "given_name": "G.", + "surname": "Petrucciani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5328-448X" + }, + "name": { + "given_name": "A.", + "surname": "Pfeiffer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1939-4268" + }, + "name": { + "given_name": "M.", + "surname": "Pierini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0006-6958-3111" + }, + "name": { + "given_name": "D.", + "surname": "Piparo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0250-8655" + }, + "name": { + "given_name": "H.", + "surname": "Qu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9239-0605" + }, + "name": { + "given_name": "D.", + "surname": "Rabady" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "G.", + "surname": "Reales Guti\u00e9rrez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8048-1622" + }, + "name": { + "given_name": "M.", + "surname": "Rovere" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2181-7258" + }, + "name": { + "given_name": "H.", + "surname": "Sakulin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0006-8689-3576" + }, + "name": { + "given_name": "S.", + "surname": "Scarfi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "C.", + "surname": "Schwick" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5144-9655" + }, + "name": { + "given_name": "M.", + "surname": "Selvaggi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9860-1650" + }, + "name": { + "given_name": "A.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-3742-0693" + }, + "name": { + "given_name": "K.", + "surname": "Shchelina" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5725-041X" + }, + "name": { + "given_name": "P.", + "surname": "Silva" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at National and Kapodistrian University of Athens, Athens, Greece." + } + ], + "attrib": { + "orcid": "0000-0002-5456-5977" + }, + "name": { + "given_name": "P.", + "surname": "Sphicas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5397-252X" + }, + "name": { + "given_name": "A.G.", + "surname": "Stahl Leiton" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0006-4366-3463" + }, + "name": { + "given_name": "A.", + "surname": "Steen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4244-2061" + }, + "name": { + "given_name": "S.", + "surname": "Summers" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0005-5952-9843" + }, + "name": { + "given_name": "D.", + "surname": "Treille" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1899-2266" + }, + "name": { + "given_name": "P.", + "surname": "Tropea" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "A.", + "surname": "Tsirou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8584-9705" + }, + "name": { + "given_name": "D.", + "surname": "Walter" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Ecole Polytechnique F\u00e9d\u00e9rale Lausanne, Lausanne, Switzerland." + } + ], + "attrib": { + "orcid": "0000-0002-8562-1863" + }, + "name": { + "given_name": "J.", + "surname": "Wanczyk" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9955-9258" + }, + "name": { + "given_name": "S.", + "surname": "Wuchterl" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0002-0555-4697" + }, + "name": { + "given_name": "P.", + "surname": "Zehetner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9554-7815" + }, + "name": { + "given_name": "P.", + "surname": "Zejdl" + } + }, + { + "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + } + ], + "name": { + "given_name": "W.D.", + "surname": "Zeuner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." + } + ], + "attrib": { + "orcid": "0000-0001-9791-2353" + }, + "name": { + "given_name": "T.", + "surname": "Bevilacqua" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." + } + ], + "attrib": { + "orcid": "0000-0001-5677-6033" + }, + "name": { + "given_name": "L.", + "surname": "Caminada" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4472-867X" + }, + "name": { + "given_name": "A.", + "surname": "Ebrahimi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9964-249X" + }, + "name": { + "given_name": "W.", + "surname": "Erdmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5594-1321" + }, + "name": { + "given_name": "R.", + "surname": "Horisberger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9576-055X" + }, + "name": { + "given_name": "Q.", + "surname": "Ingram" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1979-7331" + }, + "name": { + "given_name": "H.C.", + "surname": "Kaestli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5333-4918" + }, + "name": { + "given_name": "D.", + "surname": "Kotlinski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3632-3157" + }, + "name": { + "given_name": "C.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." + } + ], + "attrib": { + "orcid": "0000-0002-1780-1344" + }, + "name": { + "given_name": "M.", + "surname": "Missiroli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." + } + ], + "attrib": { + "orcid": "0000-0001-6125-7203" + }, + "name": { + "given_name": "L.", + "surname": "Noehte" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0005-6188-7754" + }, + "name": { + "given_name": "T.", + "surname": "Rohe" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7671-243X" + }, + "name": { + "given_name": "T.K.", + "surname": "Aarrestad" + } + }, + { + "attrib": { + "orcid": "0000-0003-2694-6542" + }, + "name": { + "given_name": "K.", + "surname": "Androsov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5888-2304" + }, + "name": { + "given_name": "M.", + "surname": "Backhaus" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7774-0099" + }, + "name": { + "given_name": "A.", + "surname": "Calandri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0001-7657" + }, + "name": { + "given_name": "C.", + "surname": "Cazzaniga" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6674-0015" + }, + "name": { + "given_name": "K.", + "surname": "Datta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-2533-2856" + }, + "name": { + "given_name": "A.", + "surname": "De Cosa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4549-2569" + }, + "name": { + "given_name": "G.", + "surname": "Dissertori" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "name": { + "given_name": "M.", + "surname": "Dittmar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-9830-0412" + }, + "name": { + "given_name": "M.", + "surname": "Doneg\u00e0" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0002-0638-3447" + }, + "name": { + "given_name": "F.", + "surname": "Eble" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9408-4756" + }, + "name": { + "given_name": "M.", + "surname": "Galli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0006-0914-7684" + }, + "name": { + "given_name": "K.", + "surname": "Gedia" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5309-1960" + }, + "name": { + "given_name": "F.", + "surname": "Glessgen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6182-3380" + }, + "name": { + "given_name": "C.", + "surname": "Grab" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3135-6427" + }, + "name": { + "given_name": "D.", + "surname": "Hits" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-4970-2217" + }, + "name": { + "given_name": "W.", + "surname": "Lustermann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0004-1393-6577" + }, + "name": { + "given_name": "A.-M.", + "surname": "Lyon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7584-5038" + }, + "name": { + "given_name": "R.A.", + "surname": "Manzoni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0389-8640" + }, + "name": { + "given_name": "M.", + "surname": "Marchegiani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-6627-8716" + }, + "name": { + "given_name": "L.", + "surname": "Marchese" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-1581-6152" + }, + "name": { + "given_name": "C.", + "surname": "Martin Perez" + } + }, + { + "attrib": { + "orcid": "0000-0001-6362-5356" + }, + "name": { + "given_name": "A.", + "surname": "Mascellani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-4721-7966" + }, + "name": { + "given_name": "F.", + "surname": "Nessi-Tedaldi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3752-4639" + }, + "name": { + "given_name": "F.", + "surname": "Pauss" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0002-8559-0531" + }, + "name": { + "given_name": "V.", + "surname": "Perovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8046-4344" + }, + "name": { + "given_name": "S.", + "surname": "Pigazzini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6220-5496" + }, + "name": { + "given_name": "M.", + "surname": "Reichmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7080-1119" + }, + "name": { + "given_name": "C.", + "surname": "Reissel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-2249-0835" + }, + "name": { + "given_name": "T.", + "surname": "Reitenspiess" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8610-1130" + }, + "name": { + "given_name": "B.", + "surname": "Ristic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1466-9077" + }, + "name": { + "given_name": "F.", + "surname": "Riti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Ruini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6610-4019" + }, + "name": { + "given_name": "D.A.", + "surname": "Sanz Becerra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-3533-6191" + }, + "name": { + "given_name": "R.", + "surname": "Seidita" + } + }, + { + "attrib": { + "orcid": "0000-0003-4420-5510" + }, + "name": { + "given_name": "J.", + "surname": "Steggemann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8587-8266" + }, + "name": { + "given_name": "D.", + "surname": "Valsecchi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-8038-1613" + }, + "name": { + "given_name": "R.", + "surname": "Wallny" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Stefan Meyer Institute for Subatomic Physics, Vienna, Austria." + } + ], + "attrib": { + "orcid": "0000-0002-7695-501X" + }, + "name": { + "given_name": "C.", + "surname": "Amsler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8842-6027" + }, + "name": { + "given_name": "P.", + "surname": "B\u00e4rtschi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8072-795X" + }, + "name": { + "given_name": "C.", + "surname": "Botta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "name": { + "given_name": "D.", + "surname": "Brzhechko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-6361-2117" + }, + "name": { + "given_name": "M.F.", + "surname": "Canelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-7873-3579" + }, + "name": { + "given_name": "K.", + "surname": "Cormier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "name": { + "given_name": "R.", + "surname": "Del Burgo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-0538-1469" + }, + "name": { + "given_name": "J.K.", + "surname": "Heikkil\u00e4" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9806-5907" + }, + "name": { + "given_name": "M.", + "surname": "Huwiler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0009-8976-7702" + }, + "name": { + "given_name": "W.", + "surname": "Jin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-8992-5426" + }, + "name": { + "given_name": "A.", + "surname": "Jofrehei" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-6657-0407" + }, + "name": { + "given_name": "B.", + "surname": "Kilminster" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-7561-6091" + }, + "name": { + "given_name": "S.", + "surname": "Leontsinis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1192-1628" + }, + "name": { + "given_name": "S.P.", + "surname": "Liechti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0003-0199-6957" + }, + "name": { + "given_name": "A.", + "surname": "Macchiolo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0009-0001-9480-4039" + }, + "name": { + "given_name": "P.", + "surname": "Meiring" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1579-2421" + }, + "name": { + "given_name": "V.M.", + "surname": "Mikuni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9235-3406" + }, + "name": { + "given_name": "U.", + "surname": "Molinatti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9438-2059" + }, + "name": { + "given_name": "A.", + "surname": "Reimers" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "name": { + "given_name": "P.", + "surname": "Robmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-9991-195X" + }, + "name": { + "given_name": "S.", + "surname": "Sanchez Cruz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-5846-3919" + }, + "name": { + "given_name": "K.", + "surname": "Schweiger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0002-1992-5711" + }, + "name": { + "given_name": "M.", + "surname": "Senger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5184-2265" + }, + "name": { + "given_name": "Y.", + "surname": "Takahashi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + } + ], + "attrib": { + "orcid": "0000-0001-5979-5299" + }, + "name": { + "given_name": "R.", + "surname": "Tramontano" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Laboratoire d'Annecy-le-Vieux de Physique des Particules, IN2P3-CNRS, Annecy-le-Vieux, France." + } + ], + "name": { + "given_name": "C.", + "surname": "Adloff" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Central University, Chung-Li, Taiwan" + } + ], + "name": { + "given_name": "D.", + "surname": "Bhowmik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Central University, Chung-Li, Taiwan" + } + ], + "name": { + "given_name": "C.M.", + "surname": "Kuo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Central University, Chung-Li, Taiwan" + } + ], + "name": { + "given_name": "W.", + "surname": "Lin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Central University, Chung-Li, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0001-8149-6180" + }, + "name": { + "given_name": "P.K.", + "surname": "Rout" + } + }, + { + "attrib": { + "orcid": "0000-0002-3667-3843" + }, + "name": { + "given_name": "P.C.", + "surname": "Tiwari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Central University, Chung-Li, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-6011-8516" + }, + "name": { + "given_name": "S.S.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "L.", + "surname": "Ceard" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-5976-318X" + }, + "name": { + "given_name": "Y.", + "surname": "Chao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0003-1304-3782" + }, + "name": { + "given_name": "K.F.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "P.s.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "Z.g.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-4260-5118" + }, + "name": { + "given_name": "W.-S.", + "surname": "Hou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "T.h.", + "surname": "Hsu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "Y.w.", + "surname": "Kao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "R.", + "surname": "Khurana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-3285-1497" + }, + "name": { + "given_name": "G.", + "surname": "Kole" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0003-3598-556X" + }, + "name": { + "given_name": "Y.y.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0001-6828-1695" + }, + "name": { + "given_name": "R.-S.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0002-1950-8993" + }, + "name": { + "given_name": "E.", + "surname": "Paganis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "X.f.", + "surname": "Su" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0003-1293-4153" + }, + "name": { + "given_name": "J.", + "surname": "Thomas-Wilsker" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "L.s.", + "surname": "Tsai" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "name": { + "given_name": "H.y.", + "surname": "Wu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Taiwan University (NTU), Taipei, Taiwan" + } + ], + "attrib": { + "orcid": "0000-0001-5732-7950" + }, + "name": { + "given_name": "E.", + "surname": "Yazgan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "High Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, Thailand" + } + ], + "attrib": { + "orcid": "0000-0003-2234-7219" + }, + "name": { + "given_name": "C.", + "surname": "Asawatangtrakuldee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "High Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, Thailand" + } + ], + "attrib": { + "orcid": "0000-0003-3563-2959" + }, + "name": { + "given_name": "N.", + "surname": "Srimanobhas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "High Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, Thailand" + } + ], + "attrib": { + "orcid": "0000-0001-8251-5160" + }, + "name": { + "given_name": "V.", + "surname": "Wachirapusitanand" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-1797-8844" + }, + "name": { + "given_name": "D.", + "surname": "Agyel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-3611-390X" + }, + "name": { + "given_name": "F.", + "surname": "Boran" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-7977-7127" + }, + "name": { + "given_name": "Z.S.", + "surname": "Demiroglu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-7092-5517" + }, + "name": { + "given_name": "F.", + "surname": "Dolek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Near East University, Research Center of Experimental Health Science, Mersin, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-0039-5503" + }, + "name": { + "given_name": "I.", + "surname": "Dumanoglu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-8328-3314" + }, + "name": { + "given_name": "E.", + "surname": "Eskut" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Konya Technical University, Konya, Turkey." + } + ], + "attrib": { + "orcid": "0000-0001-7598-5252" + }, + "name": { + "given_name": "Y.", + "surname": "Guler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Konya Technical University, Konya, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-6172-0285" + }, + "name": { + "given_name": "E.", + "surname": "Gurpinar Guler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-7977-0811" + }, + "name": { + "given_name": "C.", + "surname": "Isik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "name": { + "given_name": "O.", + "surname": "Kara" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-3169-4573" + }, + "name": { + "given_name": "A.", + "surname": "Kayis Topaksu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-6940-7800" + }, + "name": { + "given_name": "U.", + "surname": "Kiminsu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-6274-4254" + }, + "name": { + "given_name": "G.", + "surname": "Onengut" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Izmir Bakircay University, Izmir, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-0103-1488" + }, + "name": { + "given_name": "K.", + "surname": "Ozdemir" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-9516-0821" + }, + "name": { + "given_name": "A.", + "surname": "Polatoz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Adiyaman University, Adiyaman, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-7447-5602" + }, + "name": { + "given_name": "B.", + "surname": "Tali" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-3039-021X" + }, + "name": { + "given_name": "U.G.", + "surname": "Tok" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0003-2608-0494" + }, + "name": { + "given_name": "S.", + "surname": "Turkcapar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-2472-0526" + }, + "name": { + "given_name": "E.", + "surname": "Uslan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-5962-2221" + }, + "name": { + "given_name": "I.S.", + "surname": "Zorbakir" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Bozok Universitetesi Rekt\u00f6rl\u00fcg\u00fc, Yozgat, Turkey." + } + ], + "attrib": { + "orcid": "0000-0003-4915-9162" + }, + "name": { + "given_name": "M.", + "surname": "Yalvac" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Bogazici University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-8888-3562" + }, + "name": { + "given_name": "B.", + "surname": "Akgun" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Bogazici University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-9231-7464" + }, + "name": { + "given_name": "I.O.", + "surname": "Atakisi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Bogazici University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-6353-518X" + }, + "name": { + "given_name": "E.", + "surname": "G\u00fclmez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Marmara University, Istanbul, Turkey." + } + ], + "attrib": { + "orcid": "0000-0003-2890-4493" + }, + "name": { + "given_name": "M.", + "surname": "Kaya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Milli Savunma University, Istanbul, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-8485-3822" + }, + "name": { + "given_name": "O.", + "surname": "Kaya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Kafkas University, Kars, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-9624-5525" + }, + "name": { + "given_name": "S.", + "surname": "Tekten" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul Technical University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-8627-7689" + }, + "name": { + "given_name": "A.", + "surname": "Cakir" + } + }, + { + "attrib": { + "orcid": "0000-0002-3829-3481" + }, + "name": { + "given_name": "K.", + "surname": "Cankocak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul Technical University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-7084-030X" + }, + "name": { + "given_name": "Y.", + "surname": "Komurcu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Hacettepe University, Ankara, Turkey." + } + ], + "attrib": { + "orcid": "0000-0001-7325-1087" + }, + "name": { + "given_name": "S.", + "surname": "Sen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-2567-6766" + }, + "name": { + "given_name": "O.", + "surname": "Aydilek" + } + }, + { + "attrib": { + "orcid": "0000-0002-8702-6152" + }, + "name": { + "given_name": "S.", + "surname": "Cerci" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-8863-6374" + }, + "name": { + "given_name": "V.", + "surname": "Epshteyn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-2646-1230" + }, + "name": { + "given_name": "B.", + "surname": "Hacisahinoglu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Istanbul University - Cerrahpasa, Faculty of Engineering, Istanbul, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-7678-1101" + }, + "name": { + "given_name": "I.", + "surname": "Hos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0003-3857-2496" + }, + "name": { + "given_name": "B.", + "surname": "Kaynak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0001-5153-9266" + }, + "name": { + "given_name": "S.", + "surname": "Ozkorucuklu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0009-0005-1141-6401" + }, + "name": { + "given_name": "O.", + "surname": "Potok" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0003-0716-6727" + }, + "name": { + "given_name": "H.", + "surname": "Sert" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-7359-8635" + }, + "name": { + "given_name": "C.", + "surname": "Simsek" + } + }, + { + "attrib": { + "orcid": "0000-0002-5412-4688" + }, + "name": { + "given_name": "D.", + "surname": "Sunar Cerci" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], + "attrib": { + "orcid": "0000-0002-5199-061X" + }, + "name": { + "given_name": "C.", + "surname": "Zorbilmez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Yildiz Technical University, Istanbul, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-0283-5234" + }, + "name": { + "given_name": "B.", + "surname": "Isildak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, Ukraine" + } + ], + "attrib": { + "orcid": "0000-0001-9252-0430" + }, + "name": { + "given_name": "A.", + "surname": "Boyaryntsev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Institute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, Ukraine" + } + ], + "attrib": { + "orcid": "0000-0003-1700-0173" + }, + "name": { + "given_name": "B.", + "surname": "Grynyov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "National Science Centre, Kharkiv Institute of Physics and Technology, Kharkiv, Ukraine" + } + ], + "attrib": { + "orcid": "0000-0001-5889-7410" + }, + "name": { + "given_name": "L.", + "surname": "Levchuk" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-5016-8886" + }, + "name": { + "given_name": "D.", + "surname": "Anthony" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-2529-0684" + }, + "name": { + "given_name": "J.J.", + "surname": "Brooke" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-2916-6456" + }, + "name": { + "given_name": "A.", + "surname": "Bundock" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-3077-2090" + }, + "name": { + "given_name": "F.", + "surname": "Bury" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-3412-4004" + }, + "name": { + "given_name": "E.", + "surname": "Clement" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-8192-0826" + }, + "name": { + "given_name": "D.", + "surname": "Cussans" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-5371-941X" + }, + "name": { + "given_name": "H.", + "surname": "Flacher" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Glowacki" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-1591-6014" + }, + "name": { + "given_name": "J.", + "surname": "Goldstein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6576-9740" + }, + "name": { + "given_name": "H.F.", + "surname": "Heath" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-2341-8330" + }, + "name": { + "given_name": "L.", + "surname": "Kreczko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-4748-8296" + }, + "name": { + "given_name": "S.", + "surname": "Paramesvaran" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Seif El Nasr-Storey" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-4543-2547" + }, + "name": { + "given_name": "V.J.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Vrije Universiteit Brussel, Brussel, Belgium." + } + ], + "attrib": { + "orcid": "0000-0002-0113-6829" + }, + "name": { + "given_name": "N.", + "surname": "Stylianou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Walkingshaw Pass" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-5793-526X" + }, + "name": { + "given_name": "R.", + "surname": "White" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "A.H.", + "surname": "Ball" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-2294-5860" + }, + "name": { + "given_name": "K.W.", + "surname": "Bell" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at School of Physics and Astronomy, University of Southampton, Southampton, United Kingdom." + } + ], + "attrib": { + "orcid": "0000-0002-1733-4408" + }, + "name": { + "given_name": "A.", + "surname": "Belyaev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6595-8365" + }, + "name": { + "given_name": "C.", + "surname": "Brew" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-6728-0153" + }, + "name": { + "given_name": "R.M.", + "surname": "Brown" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-2427-5765" + }, + "name": { + "given_name": "D.J.A.", + "surname": "Cockerill" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-3730-4895" + }, + "name": { + "given_name": "C.", + "surname": "Cooke" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "K.V.", + "surname": "Ellis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-2965-6973" + }, + "name": { + "given_name": "K.", + "surname": "Harder" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-5637-2653" + }, + "name": { + "given_name": "S.", + "surname": "Harper" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at University of Bristol, Bristol, United Kingdom." + } + ], + "attrib": { + "orcid": "0000-0002-9473-5985" + }, + "name": { + "given_name": "M.-L.", + "surname": "Holmberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-7555-652X" + }, + "name": { + "given_name": "J.", + "surname": "Linacre" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Manolopoulos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-9015-9634" + }, + "name": { + "given_name": "D.M.", + "surname": "Newbold" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "E.", + "surname": "Olaiya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-2369-4469" + }, + "name": { + "given_name": "D.", + "surname": "Petyt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-3703-6624" + }, + "name": { + "given_name": "T.", + "surname": "Reis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-2787-1063" + }, + "name": { + "given_name": "G.", + "surname": "Salvi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "name": { + "given_name": "T.", + "surname": "Schuh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-0551-6949" + }, + "name": { + "given_name": "C.H.", + "surname": "Shepherd-Themistocleous" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-2419-4439" + }, + "name": { + "given_name": "I.R.", + "surname": "Tomalin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-8724-4678" + }, + "name": { + "given_name": "T.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-9157-4832" + }, + "name": { + "given_name": "R.", + "surname": "Bainbridge" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6716-979X" + }, + "name": { + "given_name": "P.", + "surname": "Bloch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-7766-6615" + }, + "name": { + "given_name": "C.E.", + "surname": "Brown" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "O.", + "surname": "Buchmuller" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "V.", + "surname": "Cacchio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-6245-6535" + }, + "name": { + "given_name": "C.A.", + "surname": "Carrillo Montoya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at IPPP Durham University, Durham, United Kingdom." + } + ], + "attrib": { + "orcid": "0000-0003-0320-4407" + }, + "name": { + "given_name": "G.S.", + "surname": "Chahal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-9959-4977" + }, + "name": { + "given_name": "D.", + "surname": "Colling" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "J.S.", + "surname": "Dancu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-5437-2067" + }, + "name": { + "given_name": "I.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6839-9466" + }, + "name": { + "given_name": "P.", + "surname": "Dauncey" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-8668-5001" + }, + "name": { + "given_name": "G.", + "surname": "Davies" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "J.", + "surname": "Davies" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6497-8081" + }, + "name": { + "given_name": "M.", + "surname": "Della Negra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Fayer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-9101-2573" + }, + "name": { + "given_name": "G.", + "surname": "Fedi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-6299-8385" + }, + "name": { + "given_name": "G.", + "surname": "Hall" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-6634-4517" + }, + "name": { + "given_name": "M.H.", + "surname": "Hassanshahi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Howard" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-1219-5859" + }, + "name": { + "given_name": "G.", + "surname": "Iles" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0009-0008-1167-4816" + }, + "name": { + "given_name": "M.", + "surname": "Knight" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-3931-4379" + }, + "name": { + "given_name": "J.", + "surname": "Langford" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-4156-6460" + }, + "name": { + "given_name": "J.", + "surname": "Le\u00f3n Holgado" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-7945-9188" + }, + "name": { + "given_name": "L.", + "surname": "Lyons" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-4266-1646" + }, + "name": { + "given_name": "A.-M.", + "surname": "Magnan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "S.", + "surname": "Malik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-3530-2255" + }, + "name": { + "given_name": "A.", + "surname": "Martelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-8893-7401" + }, + "name": { + "given_name": "M.", + "surname": "Mieskolainen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Monash University, Faculty of Science, Clayton, Australia." + } + ], + "attrib": { + "orcid": "0000-0003-0607-6519" + }, + "name": { + "given_name": "J.", + "surname": "Nash" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "M.", + "surname": "Pesaresi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-1488-9675" + }, + "name": { + "given_name": "B.C.", + "surname": "Radburn-Smith" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Richards" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-9773-550X" + }, + "name": { + "given_name": "A.", + "surname": "Rose" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-1637-5494" + }, + "name": { + "given_name": "C.", + "surname": "Seez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-5670-5497" + }, + "name": { + "given_name": "R.", + "surname": "Shukla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-4543-864X" + }, + "name": { + "given_name": "A.", + "surname": "Tapper" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-0742-2276" + }, + "name": { + "given_name": "K.", + "surname": "Uchida" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0009-0002-6248-6467" + }, + "name": { + "given_name": "G.P.", + "surname": "Uttley" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "name": { + "given_name": "L.H.", + "surname": "Vage" + } + }, + { + "attrib": { + "orcid": "0000-0001-7429-2198" + }, + "name": { + "given_name": "T.", + "surname": "Virdee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-8665-2808" + }, + "name": { + "given_name": "M.", + "surname": "Vojinovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-1344-3356" + }, + "name": { + "given_name": "N.", + "surname": "Wardle" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0003-4582-150X" + }, + "name": { + "given_name": "D.", + "surname": "Winterbottom" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brunel University, Uxbridge, United Kingdom" + } + ], + "name": { + "given_name": "K.", + "surname": "Coldham" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brunel University, Uxbridge, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0001-5638-7599" + }, + "name": { + "given_name": "J.E.", + "surname": "Cole" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brunel University, Uxbridge, United Kingdom" + } + ], + "name": { + "given_name": "A.", + "surname": "Khan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brunel University, Uxbridge, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-7353-7090" + }, + "name": { + "given_name": "P.", + "surname": "Kyberd" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brunel University, Uxbridge, United Kingdom" + } + ], + "attrib": { + "orcid": "0000-0002-9235-779X" + }, + "name": { + "given_name": "I.D.", + "surname": "Reid" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4885-6935" + }, + "name": { + "given_name": "S.", + "surname": "Abdullin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4819-7995" + }, + "name": { + "given_name": "A.", + "surname": "Brinkerhoff" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6088-2020" + }, + "name": { + "given_name": "B.", + "surname": "Caraway" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1911-3158" + }, + "name": { + "given_name": "J.", + "surname": "Dittmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6012-2451" + }, + "name": { + "given_name": "K.", + "surname": "Hatakeyama" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1691-5937" + }, + "name": { + "given_name": "J.", + "surname": "Hiltbrand" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4494-0446" + }, + "name": { + "given_name": "B.", + "surname": "McMaster" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1572-9075" + }, + "name": { + "given_name": "M.", + "surname": "Saunders" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1981-7753" + }, + "name": { + "given_name": "S.", + "surname": "Sawant" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0600-0151" + }, + "name": { + "given_name": "C.", + "surname": "Sutantawibul" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Baylor University, Waco, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5672-7394" + }, + "name": { + "given_name": "J.", + "surname": "Wilson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Catholic University of America, Washington, DC, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1686-2882" + }, + "name": { + "given_name": "R.", + "surname": "Bartek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Catholic University of America, Washington, DC, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7420-5493" + }, + "name": { + "given_name": "A.", + "surname": "Dominguez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Catholic University of America, Washington, DC, USA" + } + ], + "name": { + "given_name": "C.", + "surname": "Huerta Escamilla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Catholic University of America, Washington, DC, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9074-2256" + }, + "name": { + "given_name": "A.E.", + "surname": "Simsek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Catholic University of America, Washington, DC, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7345-6293" + }, + "name": { + "given_name": "R.", + "surname": "Uniyal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Catholic University of America, Washington, DC, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8911-7197" + }, + "name": { + "given_name": "A.M.", + "surname": "Vargas Hernandez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9102-4483" + }, + "name": { + "given_name": "B.", + "surname": "Bam" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + } + ], + "attrib": { + "orcid": "0009-0007-8848-6146" + }, + "name": { + "given_name": "R.", + "surname": "Chudasama" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4618-0313" + }, + "name": { + "given_name": "S.I.", + "surname": "Cooper" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6222-8102" + }, + "name": { + "given_name": "S.V.", + "surname": "Gleyzer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6861-2674" + }, + "name": { + "given_name": "C.U.", + "surname": "Perez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universit\u00e0 di Torino, Torino, Italy." + } + ], + "attrib": { + "orcid": "0000-0002-1702-5541" + }, + "name": { + "given_name": "P.", + "surname": "Rumerio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9323-2107" + }, + "name": { + "given_name": "E.", + "surname": "Usai" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5818-1682" + }, + "name": { + "given_name": "R.", + "surname": "Yi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7510-6617" + }, + "name": { + "given_name": "A.", + "surname": "Akpinar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2369-9507" + }, + "name": { + "given_name": "A.", + "surname": "Albert" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9457-8302" + }, + "name": { + "given_name": "D.", + "surname": "Arcaro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0352-6561" + }, + "name": { + "given_name": "C.", + "surname": "Cosby" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8521-737X" + }, + "name": { + "given_name": "Z.", + "surname": "Demiragli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6469-3200" + }, + "name": { + "given_name": "C.", + "surname": "Erice" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5998-8047" + }, + "name": { + "given_name": "C.", + "surname": "Fangmeier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9748-4336" + }, + "name": { + "given_name": "C.", + "surname": "Fernandez Madrazo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0662-5904" + }, + "name": { + "given_name": "E.", + "surname": "Fontanesi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0009-0000-7307-6311" + }, + "name": { + "given_name": "D.", + "surname": "Gastler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3567-9351" + }, + "name": { + "given_name": "F.", + "surname": "Golf" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1208-6940" + }, + "name": { + "given_name": "S.", + "surname": "Jeon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1823-8856" + }, + "name": { + "given_name": "I.", + "surname": "Reed" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6423-9799" + }, + "name": { + "given_name": "J.", + "surname": "Rohlf" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6957-1077" + }, + "name": { + "given_name": "K.", + "surname": "Salyer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4624-2019" + }, + "name": { + "given_name": "D.", + "surname": "Sperka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2025-2742" + }, + "name": { + "given_name": "D.", + "surname": "Spitzbart" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5374-6995" + }, + "name": { + "given_name": "I.", + "surname": "Suarez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8310-8911" + }, + "name": { + "given_name": "A.", + "surname": "Tsatsos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2029-024X" + }, + "name": { + "given_name": "S.", + "surname": "Yuan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Boston University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8986-278X" + }, + "name": { + "given_name": "A.G.", + "surname": "Zecchinelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4461-8905" + }, + "name": { + "given_name": "G.", + "surname": "Benelli" + } + }, + { + "name": { + "given_name": "X.", + "surname": "Coubez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1041-7099" + }, + "name": { + "given_name": "D.", + "surname": "Cutts" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7068-4327" + }, + "name": { + "given_name": "M.", + "surname": "Hadley" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7590-3058" + }, + "name": { + "given_name": "U.", + "surname": "Heintz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Bethel University, St. Paul, Minnesota, USA." + } + ], + "attrib": { + "orcid": "0000-0002-8604-3452" + }, + "name": { + "given_name": "J.M.", + "surname": "Hogan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9594-6277" + }, + "name": { + "given_name": "T.", + "surname": "Kwon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4184-9380" + }, + "name": { + "given_name": "G.", + "surname": "Landsberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1371-8575" + }, + "name": { + "given_name": "K.T.", + "surname": "Lau" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0890-8948" + }, + "name": { + "given_name": "D.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4108-8681" + }, + "name": { + "given_name": "J.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0153-7590" + }, + "name": { + "given_name": "S.", + "surname": "Mondal" + } + }, + { + "attrib": { + "orcid": "0000-0002-7857-7403" + }, + "name": { + "given_name": "M.", + "surname": "Narain" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8153-8464" + }, + "name": { + "given_name": "N.", + "surname": "Pervan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Karamano\u011flu Mehmetbey University, Karaman, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-2614-5860" + }, + "name": { + "given_name": "S.", + "surname": "Sagir" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8944-9629" + }, + "name": { + "given_name": "F.", + "surname": "Simpson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2251-0610" + }, + "name": { + "given_name": "M.", + "surname": "Stamenkovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "name": { + "given_name": "W.Y.", + "surname": "Wong" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6426-0560" + }, + "name": { + "given_name": "X.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], + "name": { + "given_name": "W.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7791-894X" + }, + "name": { + "given_name": "S.", + "surname": "Abbott" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6982-6121" + }, + "name": { + "given_name": "J.", + "surname": "Bonilla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9552-1006" + }, + "name": { + "given_name": "C.", + "surname": "Brainerd" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5314-7581" + }, + "name": { + "given_name": "R.", + "surname": "Breedon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9835-4349" + }, + "name": { + "given_name": "M.", + "surname": "Calderon De La Barca Sanchez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2729-6273" + }, + "name": { + "given_name": "M.", + "surname": "Chertok" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6250-8465" + }, + "name": { + "given_name": "M.", + "surname": "Citron" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2719-5779" + }, + "name": { + "given_name": "J.", + "surname": "Conway" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1218-2828" + }, + "name": { + "given_name": "P.T.", + "surname": "Cox" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7170-8944" + }, + "name": { + "given_name": "R.", + "surname": "Erbacher" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3769-9081" + }, + "name": { + "given_name": "F.", + "surname": "Jensen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0009-0007-3858-6659" + }, + "name": { + "given_name": "O.", + "surname": "Kukral" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1531-3478" + }, + "name": { + "given_name": "G.", + "surname": "Mocellin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1145-6436" + }, + "name": { + "given_name": "M.", + "surname": "Mulhearn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0009-0000-0389-8571" + }, + "name": { + "given_name": "D.", + "surname": "Pellett" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4221-1802" + }, + "name": { + "given_name": "W.", + "surname": "Wei" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5990-4245" + }, + "name": { + "given_name": "Y.", + "surname": "Yao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Davis, Davis, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6158-2468" + }, + "name": { + "given_name": "F.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3110-0701" + }, + "name": { + "given_name": "M.", + "surname": "Bachtis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5963-0467" + }, + "name": { + "given_name": "R.", + "surname": "Cousins" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2695-7719" + }, + "name": { + "given_name": "A.", + "surname": "Datta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "name": { + "given_name": "G.", + "surname": "Flores Avila" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9781-4873" + }, + "name": { + "given_name": "J.", + "surname": "Hauser" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8258-5863" + }, + "name": { + "given_name": "M.", + "surname": "Ignatenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8664-1949" + }, + "name": { + "given_name": "M.A.", + "surname": "Iqbal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0862-7348" + }, + "name": { + "given_name": "T.", + "surname": "Lam" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8946-655X" + }, + "name": { + "given_name": "E.", + "surname": "Manca" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "name": { + "given_name": "A.", + "surname": "Nunez Del Prado" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0658-9146" + }, + "name": { + "given_name": "D.", + "surname": "Saltzberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Los Angeles, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0783-6703" + }, + "name": { + "given_name": "V.", + "surname": "Valuev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Riverside, Riverside, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3293-5305" + }, + "name": { + "given_name": "R.", + "surname": "Clare" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Riverside, Riverside, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0175-5731" + }, + "name": { + "given_name": "J.W.", + "surname": "Gary" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Riverside, Riverside, CA, USA" + } + ], + "name": { + "given_name": "M.", + "surname": "Gordon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Riverside, Riverside, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7273-4009" + }, + "name": { + "given_name": "G.", + "surname": "Hanson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Riverside, Riverside, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5879-6326" + }, + "name": { + "given_name": "W.", + "surname": "Si" + } + }, + { + "attrib": { + "orcid": "0000-0003-0505-4908" + }, + "name": { + "given_name": "S.", + "surname": "Wimpenny" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0009-0009-5683-4614" + }, + "name": { + "given_name": "J.G.", + "surname": "Branson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0922-9587" + }, + "name": { + "given_name": "S.", + "surname": "Cittolin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0262-3132" + }, + "name": { + "given_name": "S.", + "surname": "Cooperstein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6834-1176" + }, + "name": { + "given_name": "D.", + "surname": "Diaz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5076-7096" + }, + "name": { + "given_name": "J.", + "surname": "Duarte" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5621-7706" + }, + "name": { + "given_name": "L.", + "surname": "Giannini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2155-8260" + }, + "name": { + "given_name": "J.", + "surname": "Guiang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2445-1060" + }, + "name": { + "given_name": "R.", + "surname": "Kansal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1386-0232" + }, + "name": { + "given_name": "V.", + "surname": "Krutelyov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0009-0000-4634-0797" + }, + "name": { + "given_name": "R.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0156-1251" + }, + "name": { + "given_name": "J.", + "surname": "Letts" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8200-9425" + }, + "name": { + "given_name": "M.", + "surname": "Masciovecchio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2533-3402" + }, + "name": { + "given_name": "F.", + "surname": "Mokhtar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3122-0594" + }, + "name": { + "given_name": "S.", + "surname": "Mukherjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3303-6301" + }, + "name": { + "given_name": "M.", + "surname": "Pieri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2902-5597" + }, + "name": { + "given_name": "M.", + "surname": "Quinnan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2076-5126" + }, + "name": { + "given_name": "B.V.", + "surname": "Sathia Narayanan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1736-8795" + }, + "name": { + "given_name": "V.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8800-0045" + }, + "name": { + "given_name": "M.", + "surname": "Tadel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2270-0492" + }, + "name": { + "given_name": "E.", + "surname": "Vourliotis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5912-6124" + }, + "name": { + "given_name": "F.", + "surname": "W\u00fcrthwein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4112-7457" + }, + "name": { + "given_name": "Y.", + "surname": "Xiang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, San Diego, La Jolla, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6108-4004" + }, + "name": { + "given_name": "A.", + "surname": "Yagil" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0518-3286" + }, + "name": { + "given_name": "A.", + "surname": "Barzdukas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0636-1846" + }, + "name": { + "given_name": "L.", + "surname": "Brennan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8978-8177" + }, + "name": { + "given_name": "C.", + "surname": "Campagnari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5349-3011" + }, + "name": { + "given_name": "A.", + "surname": "Dorsett" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9850-2030" + }, + "name": { + "given_name": "J.", + "surname": "Incandela" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2072-6082" + }, + "name": { + "given_name": "J.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3895-717X" + }, + "name": { + "given_name": "A.J.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6890-7624" + }, + "name": { + "given_name": "P.", + "surname": "Masterson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9838-8327" + }, + "name": { + "given_name": "H.", + "surname": "Mei" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5189-146X" + }, + "name": { + "given_name": "J.", + "surname": "Richman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1557-4424" + }, + "name": { + "given_name": "U.", + "surname": "Sarica" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2328-677X" + }, + "name": { + "given_name": "R.", + "surname": "Schmitz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9800-7822" + }, + "name": { + "given_name": "F.", + "surname": "Setti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8752-1946" + }, + "name": { + "given_name": "J.", + "surname": "Sheplock" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4965-0747" + }, + "name": { + "given_name": "D.", + "surname": "Stuart" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0959-9211" + }, + "name": { + "given_name": "T.\u00c1.", + "surname": "V\u00e1mi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7887-1728" + }, + "name": { + "given_name": "S.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0128-0871" + }, + "name": { + "given_name": "A.", + "surname": "Bornheim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "name": { + "given_name": "O.", + "surname": "Cerri" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "name": { + "given_name": "A.", + "surname": "Latorre" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0009-0002-8988-9987" + }, + "name": { + "given_name": "J.", + "surname": "Mao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0964-1480" + }, + "name": { + "given_name": "H.B.", + "surname": "Newman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8172-7081" + }, + "name": { + "given_name": "M.", + "surname": "Spiropulu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9705-101X" + }, + "name": { + "given_name": "J.R.", + "surname": "Vlimant" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0117-7196" + }, + "name": { + "given_name": "C.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2509-5731" + }, + "name": { + "given_name": "S.", + "surname": "Xie" + } + }, + { + "affiliation": [ + { + "affPubRaw": "California Institute of Technology, Pasadena, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3091-7461" + }, + "name": { + "given_name": "R.Y.", + "surname": "Zhu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0843-1641" + }, + "name": { + "given_name": "J.", + "surname": "Alison" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9740-1622" + }, + "name": { + "given_name": "S.", + "surname": "An" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5537-4518" + }, + "name": { + "given_name": "M.B.", + "surname": "Andrews" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8145-6322" + }, + "name": { + "given_name": "P.", + "surname": "Bryant" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "name": { + "given_name": "M.", + "surname": "Cremonesi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5958-829X" + }, + "name": { + "given_name": "V.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5822-3731" + }, + "name": { + "given_name": "T.", + "surname": "Ferguson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9625-1987" + }, + "name": { + "given_name": "A.", + "surname": "Harilal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3100-7294" + }, + "name": { + "given_name": "C.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9352-8140" + }, + "name": { + "given_name": "T.", + "surname": "Mudholkar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1277-9168" + }, + "name": { + "given_name": "S.", + "surname": "Murthy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6714-5787" + }, + "name": { + "given_name": "M.", + "surname": "Paulini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5139-0550" + }, + "name": { + "given_name": "A.", + "surname": "Roberts" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5431-6989" + }, + "name": { + "given_name": "A.", + "surname": "Sanchez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Carnegie Mellon University, Pittsburgh, PA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2078-8419" + }, + "name": { + "given_name": "W.", + "surname": "Terrill" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6032-5857" + }, + "name": { + "given_name": "J.P.", + "surname": "Cumalat" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8703-6943" + }, + "name": { + "given_name": "W.T.", + "surname": "Ford" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0009-0008-4322-7682" + }, + "name": { + "given_name": "A.", + "surname": "Hassani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5115-5828" + }, + "name": { + "given_name": "G.", + "surname": "Karathanasis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "name": { + "given_name": "E.", + "surname": "MacDonald" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3398-4531" + }, + "name": { + "given_name": "N.", + "surname": "Manganelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2374-6433" + }, + "name": { + "given_name": "F.", + "surname": "Marini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5230-0396" + }, + "name": { + "given_name": "A.", + "surname": "Perloff" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0009-0000-7507-0570" + }, + "name": { + "given_name": "C.", + "surname": "Savard" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0009-0008-3430-7269" + }, + "name": { + "given_name": "N.", + "surname": "Schonbeck" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4888-205X" + }, + "name": { + "given_name": "K.", + "surname": "Stenson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6875-9177" + }, + "name": { + "given_name": "K.A.", + "surname": "Ulmer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9269-5772" + }, + "name": { + "given_name": "S.R.", + "surname": "Wagner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Colorado Boulder, Boulder, CO, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4805-8020" + }, + "name": { + "given_name": "N.", + "surname": "Zipper" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2046-342X" + }, + "name": { + "given_name": "J.", + "surname": "Alexander" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1889-7824" + }, + "name": { + "given_name": "S.", + "surname": "Bright-Thonney" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8157-1328" + }, + "name": { + "given_name": "X.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7498-2129" + }, + "name": { + "given_name": "D.J.", + "surname": "Cranshaw" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0009-0003-3728-9960" + }, + "name": { + "given_name": "J.", + "surname": "Fan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2067-0127" + }, + "name": { + "given_name": "X.", + "surname": "Fan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6625-8085" + }, + "name": { + "given_name": "D.", + "surname": "Gadkari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3657-2281" + }, + "name": { + "given_name": "S.", + "surname": "Hogan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "name": { + "given_name": "P.", + "surname": "Kotamnives" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7394-4710" + }, + "name": { + "given_name": "J.", + "surname": "Monroy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2200-7516" + }, + "name": { + "given_name": "M.", + "surname": "Oshiro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3815-3649" + }, + "name": { + "given_name": "J.R.", + "surname": "Patterson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2110-8021" + }, + "name": { + "given_name": "J.", + "surname": "Reichert" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7706-1416" + }, + "name": { + "given_name": "M.", + "surname": "Reid" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5849-1912" + }, + "name": { + "given_name": "A.", + "surname": "Ryd" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4870-8468" + }, + "name": { + "given_name": "J.", + "surname": "Thom" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7401-2181" + }, + "name": { + "given_name": "P.", + "surname": "Wittich" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Cornell University, Ithaca, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0542-1264" + }, + "name": { + "given_name": "R.", + "surname": "Zou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7329-4925" + }, + "name": { + "given_name": "M.", + "surname": "Albrow" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9268-3360" + }, + "name": { + "given_name": "M.", + "surname": "Alyari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3765-3123" + }, + "name": { + "given_name": "O.", + "surname": "Amram" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5212-5396" + }, + "name": { + "given_name": "G.", + "surname": "Apollinari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6186-0130" + }, + "name": { + "given_name": "A.", + "surname": "Apresyan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7170-9012" + }, + "name": { + "given_name": "L.A.T.", + "surname": "Bauerdick" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5383-8320" + }, + "name": { + "given_name": "D.", + "surname": "Berry" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8124-3033" + }, + "name": { + "given_name": "J.", + "surname": "Berryhill" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3370-9246" + }, + "name": { + "given_name": "P.C.", + "surname": "Bhat" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2284-4744" + }, + "name": { + "given_name": "K.", + "surname": "Burkett" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0745-8618" + }, + "name": { + "given_name": "J.N.", + "surname": "Butler" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4045-3998" + }, + "name": { + "given_name": "A.", + "surname": "Canepa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3548-0262" + }, + "name": { + "given_name": "G.B.", + "surname": "Cerati" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6389-9357" + }, + "name": { + "given_name": "H.W.K.", + "surname": "Cheung" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8762-8559" + }, + "name": { + "given_name": "F.", + "surname": "Chlebana" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8045-7806" + }, + "name": { + "given_name": "G.", + "surname": "Cummings" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5450-5328" + }, + "name": { + "given_name": "J.", + "surname": "Dickinson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0953-4503" + }, + "name": { + "given_name": "I.", + "surname": "Dutta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4446-4395" + }, + "name": { + "given_name": "V.D.", + "surname": "Elvira" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2812-338X" + }, + "name": { + "given_name": "Y.", + "surname": "Feng" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3415-5671" + }, + "name": { + "given_name": "J.", + "surname": "Freeman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4860-3233" + }, + "name": { + "given_name": "A.", + "surname": "Gandrakota" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0009-0009-6561-3418" + }, + "name": { + "given_name": "Z.", + "surname": "Gecse" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6408-4288" + }, + "name": { + "given_name": "L.", + "surname": "Gray" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "name": { + "given_name": "D.", + "surname": "Green" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2752-1183" + }, + "name": { + "given_name": "A.", + "surname": "Grummer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4857-0294" + }, + "name": { + "given_name": "S.", + "surname": "Gr\u00fcnendahl" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5552-5400" + }, + "name": { + "given_name": "D.", + "surname": "Guerrero" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8015-9622" + }, + "name": { + "given_name": "O.", + "surname": "Gutsche" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1461-3425" + }, + "name": { + "given_name": "R.M.", + "surname": "Harris" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7368-6723" + }, + "name": { + "given_name": "R.", + "surname": "Heller" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4280-6382" + }, + "name": { + "given_name": "T.C.", + "surname": "Herwig" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8244-0805" + }, + "name": { + "given_name": "J.", + "surname": "Hirschauer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9512-4932" + }, + "name": { + "given_name": "L.", + "surname": "Horyn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7912-5612" + }, + "name": { + "given_name": "B.", + "surname": "Jayatilaka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0009-0000-7046-6533" + }, + "name": { + "given_name": "S.", + "surname": "Jindariani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7757-8458" + }, + "name": { + "given_name": "M.", + "surname": "Johnson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8375-0760" + }, + "name": { + "given_name": "U.", + "surname": "Joshi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1675-6040" + }, + "name": { + "given_name": "T.", + "surname": "Klijnsma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3691-7625" + }, + "name": { + "given_name": "B.", + "surname": "Klima" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8693-6146" + }, + "name": { + "given_name": "K.H.M.", + "surname": "Kwok" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0027-635X" + }, + "name": { + "given_name": "S.", + "surname": "Lammel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0599-7407" + }, + "name": { + "given_name": "D.", + "surname": "Lincoln" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6665-7289" + }, + "name": { + "given_name": "R.", + "surname": "Lipton" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0009-0007-6522-5605" + }, + "name": { + "given_name": "T.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3301-2246" + }, + "name": { + "given_name": "C.", + "surname": "Madrid" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0009-0000-2822-897X" + }, + "name": { + "given_name": "K.", + "surname": "Maeshima" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0177-5903" + }, + "name": { + "given_name": "C.", + "surname": "Mantilla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0074-5390" + }, + "name": { + "given_name": "D.", + "surname": "Mason" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6159-7750" + }, + "name": { + "given_name": "P.", + "surname": "McBride" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4727-5442" + }, + "name": { + "given_name": "P.", + "surname": "Merkel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8731-160X" + }, + "name": { + "given_name": "S.", + "surname": "Mrenna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8949-0178" + }, + "name": { + "given_name": "S.", + "surname": "Nahn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0055-2935" + }, + "name": { + "given_name": "J.", + "surname": "Ngadiuba" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3932-3769" + }, + "name": { + "given_name": "D.", + "surname": "Noonan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0690-7186" + }, + "name": { + "given_name": "V.", + "surname": "Papadimitriou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0009-0006-0993-6245" + }, + "name": { + "given_name": "N.", + "surname": "Pastika" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2260-9151" + }, + "name": { + "given_name": "K.", + "surname": "Pedro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at California Institute of Technology, Pasadena, California, USA." + } + ], + "attrib": { + "orcid": "0000-0002-4500-7930" + }, + "name": { + "given_name": "C.", + "surname": "Pena" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3632-0287" + }, + "name": { + "given_name": "F.", + "surname": "Ravera" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at United States Naval Academy, Annapolis, Maryland, USA." + } + ], + "attrib": { + "orcid": "0000-0003-1653-8553" + }, + "name": { + "given_name": "A.", + "surname": "Reinsvold Hall" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1950-2492" + }, + "name": { + "given_name": "L.", + "surname": "Ristori" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9171-1980" + }, + "name": { + "given_name": "E.", + "surname": "Sexton-Kennedy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0324-3054" + }, + "name": { + "given_name": "N.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5968-1192" + }, + "name": { + "given_name": "A.", + "surname": "Soha" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9672-1328" + }, + "name": { + "given_name": "L.", + "surname": "Spiegel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4563-7702" + }, + "name": { + "given_name": "S.", + "surname": "Stoynev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7233-8348" + }, + "name": { + "given_name": "J.", + "surname": "Strait" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6584-2538" + }, + "name": { + "given_name": "L.", + "surname": "Taylor" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7642-5185" + }, + "name": { + "given_name": "S.", + "surname": "Tkaczyk" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8440-6854" + }, + "name": { + "given_name": "N.V.", + "surname": "Tran" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9202-803X" + }, + "name": { + "given_name": "L.", + "surname": "Uplegger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3207-6950" + }, + "name": { + "given_name": "E.W.", + "surname": "Vaandering" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5738-9446" + }, + "name": { + "given_name": "I.", + "surname": "Zoi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9524-3264" + }, + "name": { + "given_name": "C.", + "surname": "Aruta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0609-627X" + }, + "name": { + "given_name": "P.", + "surname": "Avery" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0260-4935" + }, + "name": { + "given_name": "D.", + "surname": "Bourilkov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8789-610X" + }, + "name": { + "given_name": "L.", + "surname": "Cadamuro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2095-6320" + }, + "name": { + "given_name": "P.", + "surname": "Chang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6748-4850" + }, + "name": { + "given_name": "V.", + "surname": "Cherepanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "name": { + "given_name": "R.D.", + "surname": "Field" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0884-7922" + }, + "name": { + "given_name": "E.", + "surname": "Koenig" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5838-2158" + }, + "name": { + "given_name": "M.", + "surname": "Kolosova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6850-8765" + }, + "name": { + "given_name": "J.", + "surname": "Konigsberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9239-3398" + }, + "name": { + "given_name": "A.", + "surname": "Korytov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "name": { + "given_name": "K.H.", + "surname": "Lo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4182-9096" + }, + "name": { + "given_name": "K.", + "surname": "Matchev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3295-3194" + }, + "name": { + "given_name": "N.", + "surname": "Menendez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5745-3658" + }, + "name": { + "given_name": "G.", + "surname": "Mitselmakher" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0009-0007-2940-0496" + }, + "name": { + "given_name": "K.", + "surname": "Mohrman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1209-3032" + }, + "name": { + "given_name": "A.", + "surname": "Muthirakalayil Madhu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7734-3170" + }, + "name": { + "given_name": "N.", + "surname": "Rawal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3687-5189" + }, + "name": { + "given_name": "D.", + "surname": "Rosenzweig" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5613-1507" + }, + "name": { + "given_name": "S.", + "surname": "Rosenzweig" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2475-0055" + }, + "name": { + "given_name": "K.", + "surname": "Shi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Florida, Gainesville, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3879-4873" + }, + "name": { + "given_name": "J.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8049-5143" + }, + "name": { + "given_name": "T.", + "surname": "Adams" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3490-8407" + }, + "name": { + "given_name": "A.", + "surname": "Al Kadhim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7172-1396" + }, + "name": { + "given_name": "A.", + "surname": "Askew" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8775-0696" + }, + "name": { + "given_name": "N.", + "surname": "Bower" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3161-8300" + }, + "name": { + "given_name": "R.", + "surname": "Habibullah" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3791-1989" + }, + "name": { + "given_name": "V.", + "surname": "Hagopian" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5439-8224" + }, + "name": { + "given_name": "R.", + "surname": "Hashmi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8645-186X" + }, + "name": { + "given_name": "R.S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2381-5117" + }, + "name": { + "given_name": "S.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0211-6109" + }, + "name": { + "given_name": "T.", + "surname": "Kolberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "name": { + "given_name": "G.", + "surname": "Martinez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4077-2713" + }, + "name": { + "given_name": "H.", + "surname": "Prosper" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "name": { + "given_name": "P.R.", + "surname": "Prova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2957-0301" + }, + "name": { + "given_name": "O.", + "surname": "Viazlo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6794-3079" + }, + "name": { + "given_name": "M.", + "surname": "Wulansatiti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0124-9065" + }, + "name": { + "given_name": "R.", + "surname": "Yohay" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida State University, Tallahassee, FL, USA" + } + ], + "name": { + "given_name": "J.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], + "name": { + "given_name": "B.", + "surname": "Alsufyani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9792-8619" + }, + "name": { + "given_name": "M.M.", + "surname": "Baarmand" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3423-9581" + }, + "name": { + "given_name": "S.", + "surname": "Butalla" + } + }, + { + "attrib": { + "orcid": "0000-0001-9930-6445" + }, + "name": { + "given_name": "T.", + "surname": "Elkafrawy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4578-9319" + }, + "name": { + "given_name": "M.", + "surname": "Hohlmann" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8264-156X" + }, + "name": { + "given_name": "R.", + "surname": "Kumar Verma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], + "name": { + "given_name": "M.", + "surname": "Rahmani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], + "name": { + "given_name": "E.", + "surname": "Yanes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8493-3737" + }, + "name": { + "given_name": "M.R.", + "surname": "Adams" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5310-3466" + }, + "name": { + "given_name": "A.", + "surname": "Baty" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "name": { + "given_name": "C.", + "surname": "Bennett" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7169-3420" + }, + "name": { + "given_name": "R.", + "surname": "Cavanaugh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5359-9614" + }, + "name": { + "given_name": "S.", + "surname": "Dittmer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2090-5010" + }, + "name": { + "given_name": "R.", + "surname": "Escobar Franco" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1250-8931" + }, + "name": { + "given_name": "O.", + "surname": "Evdokimov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8116-9021" + }, + "name": { + "given_name": "C.E.", + "surname": "Gerber" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2449-3845" + }, + "name": { + "given_name": "D.J.", + "surname": "Hofman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5574-4192" + }, + "name": { + "given_name": "J.h.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1982-8978" + }, + "name": { + "given_name": "D.S.", + "surname": "Lemos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3922-6464" + }, + "name": { + "given_name": "A.H.", + "surname": "Merrit" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8035-4818" + }, + "name": { + "given_name": "C.", + "surname": "Mills" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0550-4083" + }, + "name": { + "given_name": "S.", + "surname": "Nanda" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0744-1063" + }, + "name": { + "given_name": "G.", + "surname": "Oh" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0009-0000-2570-1100" + }, + "name": { + "given_name": "B.", + "surname": "Ozek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4210-2780" + }, + "name": { + "given_name": "D.", + "surname": "Pilipovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7000-6510" + }, + "name": { + "given_name": "R.", + "surname": "Pradhan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7299-7653" + }, + "name": { + "given_name": "T.", + "surname": "Roy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7366-4225" + }, + "name": { + "given_name": "S.", + "surname": "Rudrabhatla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2617-9315" + }, + "name": { + "given_name": "M.B.", + "surname": "Tonjes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9397-5514" + }, + "name": { + "given_name": "N.", + "surname": "Varelas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2792-8493" + }, + "name": { + "given_name": "X.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6091-6772" + }, + "name": { + "given_name": "Z.", + "surname": "Ye" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Illinois Chicago, Chicago, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3826-1332" + }, + "name": { + "given_name": "J.", + "surname": "Yoo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9239-470X" + }, + "name": { + "given_name": "M.", + "surname": "Alhusseini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "name": { + "given_name": "D.", + "surname": "Blend" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Bingol University, Bingol, Turkey." + } + ], + "attrib": { + "orcid": "0000-0003-0138-3368" + }, + "name": { + "given_name": "K.", + "surname": "Dilsiz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3021-5032" + }, + "name": { + "given_name": "L.", + "surname": "Emediato" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8739-9648" + }, + "name": { + "given_name": "G.", + "surname": "Karaman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9040-3468" + }, + "name": { + "given_name": "O.K.", + "surname": "K\u00f6seyan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "name": { + "given_name": "J.-P.", + "surname": "Merlo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Georgian Technical University, Tbilisi, Georgia." + } + ], + "attrib": { + "orcid": "0000-0002-8591-5247" + }, + "name": { + "given_name": "A.", + "surname": "Mestvirishvili" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3951-3420" + }, + "name": { + "given_name": "J.", + "surname": "Nachtman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "name": { + "given_name": "O.", + "surname": "Neogi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Sinop University, Sinop, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-5121-2893" + }, + "name": { + "given_name": "H.", + "surname": "Ogul" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8141-7769" + }, + "name": { + "given_name": "Y.", + "surname": "Onel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3436-047X" + }, + "name": { + "given_name": "A.", + "surname": "Penzo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + } + ], + "name": { + "given_name": "C.", + "surname": "Snyder" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Erciyes University, Kayseri, Turkey." + } + ], + "attrib": { + "orcid": "0000-0002-5628-7464" + }, + "name": { + "given_name": "E.", + "surname": "Tiras" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1150-1735" + }, + "name": { + "given_name": "B.", + "surname": "Blumenfeld" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6751-3108" + }, + "name": { + "given_name": "L.", + "surname": "Corcodilos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6488-6195" + }, + "name": { + "given_name": "J.", + "surname": "Davis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3545-7970" + }, + "name": { + "given_name": "A.V.", + "surname": "Gritsan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0941-4512" + }, + "name": { + "given_name": "L.", + "surname": "Kang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9254-4368" + }, + "name": { + "given_name": "S.", + "surname": "Kyriacou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2358-2168" + }, + "name": { + "given_name": "P.", + "surname": "Maksimovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5311-3007" + }, + "name": { + "given_name": "M.", + "surname": "Roguljic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8761-0490" + }, + "name": { + "given_name": "J.", + "surname": "Roskes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8307-7518" + }, + "name": { + "given_name": "S.", + "surname": "Sekhar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Johns Hopkins University, Baltimore, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0286-5070" + }, + "name": { + "given_name": "M.", + "surname": "Swartz" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9000-2215" + }, + "name": { + "given_name": "A.", + "surname": "Abreu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5770-5077" + }, + "name": { + "given_name": "L.F.", + "surname": "Alcerro Alcerro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7349-350X" + }, + "name": { + "given_name": "J.", + "surname": "Anguiano" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3691-8388" + }, + "name": { + "given_name": "P.", + "surname": "Baringer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5967-8674" + }, + "name": { + "given_name": "A.", + "surname": "Bean" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8314-2052" + }, + "name": { + "given_name": "Z.", + "surname": "Flowers" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0740-2462" + }, + "name": { + "given_name": "D.", + "surname": "Grove" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9652-9854" + }, + "name": { + "given_name": "J.", + "surname": "King" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0380-7577" + }, + "name": { + "given_name": "G.", + "surname": "Krintiras" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5565-3119" + }, + "name": { + "given_name": "M.", + "surname": "Lazarovits" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5924-1130" + }, + "name": { + "given_name": "C.", + "surname": "Le Mahieu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "name": { + "given_name": "C.", + "surname": "Lindsey" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3887-4048" + }, + "name": { + "given_name": "J.", + "surname": "Marquez" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4002-1888" + }, + "name": { + "given_name": "N.", + "surname": "Minafra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7219-4818" + }, + "name": { + "given_name": "M.", + "surname": "Murray" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0419-1329" + }, + "name": { + "given_name": "M.", + "surname": "Nickel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2461-5985" + }, + "name": { + "given_name": "M.", + "surname": "Pitt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Horia Hulubei National Institute of Physics and Nuclear Engineering (IFIN-HH), Bucharest, Romania." + } + ], + "attrib": { + "orcid": "0000-0002-0345-2171" + }, + "name": { + "given_name": "S.", + "surname": "Popescu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4166-4503" + }, + "name": { + "given_name": "C.", + "surname": "Rogan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7672-9709" + }, + "name": { + "given_name": "C.", + "surname": "Royon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2751-0567" + }, + "name": { + "given_name": "R.", + "surname": "Salvatico" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9491-6022" + }, + "name": { + "given_name": "S.", + "surname": "Sanders" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0505-0528" + }, + "name": { + "given_name": "C.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3804-3244" + }, + "name": { + "given_name": "Q.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0917-4763" + }, + "name": { + "given_name": "G.", + "surname": "Wilson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5593-7736" + }, + "name": { + "given_name": "B.", + "surname": "Allmond" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9270-5643" + }, + "name": { + "given_name": "A.", + "surname": "Ivanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0571-163X" + }, + "name": { + "given_name": "K.", + "surname": "Kaadze" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3444-0314" + }, + "name": { + "given_name": "A.", + "surname": "Kalogeropoulos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "name": { + "given_name": "D.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9449-0666" + }, + "name": { + "given_name": "Y.", + "surname": "Maravin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "name": { + "given_name": "K.", + "surname": "Nam" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6675-3564" + }, + "name": { + "given_name": "J.", + "surname": "Natoli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8659-7762" + }, + "name": { + "given_name": "D.", + "surname": "Roy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Kansas State University, Manhattan, KS, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2253-819X" + }, + "name": { + "given_name": "G.", + "surname": "Sorrentino" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Lawrence Livermore National Laboratory, Livermore, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8934-9329" + }, + "name": { + "given_name": "F.", + "surname": "Rebassoo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Lawrence Livermore National Laboratory, Livermore, CA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3586-3354" + }, + "name": { + "given_name": "D.", + "surname": "Wright" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6159-3861" + }, + "name": { + "given_name": "A.", + "surname": "Baden" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1727-656X" + }, + "name": { + "given_name": "A.", + "surname": "Belloni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8150-7043" + }, + "name": { + "given_name": "A.", + "surname": "Bethani" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5795-4783" + }, + "name": { + "given_name": "Y.M.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4282-2515" + }, + "name": { + "given_name": "S.C.", + "surname": "Eno" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1209-6471" + }, + "name": { + "given_name": "N.J.", + "surname": "Hadley" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0155-7383" + }, + "name": { + "given_name": "S.", + "surname": "Jabeen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9235-521X" + }, + "name": { + "given_name": "R.G.", + "surname": "Kellogg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0082-0514" + }, + "name": { + "given_name": "T.", + "surname": "Koeth" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7795-8693" + }, + "name": { + "given_name": "Y.", + "surname": "Lai" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8579-5874" + }, + "name": { + "given_name": "S.", + "surname": "Lascio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5164-6969" + }, + "name": { + "given_name": "A.C.", + "surname": "Mignerey" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6893-1018" + }, + "name": { + "given_name": "S.", + "surname": "Nabili" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5801-5737" + }, + "name": { + "given_name": "C.", + "surname": "Palmer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4548-0346" + }, + "name": { + "given_name": "C.", + "surname": "Papageorgakis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "name": { + "given_name": "M.M.", + "surname": "Paranjpe" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Maryland, College Park, MD, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3443-0626" + }, + "name": { + "given_name": "L.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7907-1789" + }, + "name": { + "given_name": "J.", + "surname": "Bendavid" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3831-9071" + }, + "name": { + "given_name": "W.", + "surname": "Busza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2822-3375" + }, + "name": { + "given_name": "I.A.", + "surname": "Cali" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2582-6469" + }, + "name": { + "given_name": "Y.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7409-7904" + }, + "name": { + "given_name": "M.", + "surname": "D'Alfonso" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6483-7123" + }, + "name": { + "given_name": "J.", + "surname": "Eysermans" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7967-4635" + }, + "name": { + "given_name": "C.", + "surname": "Freer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1683-9460" + }, + "name": { + "given_name": "G.", + "surname": "Gomez-Ceballos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "name": { + "given_name": "M.", + "surname": "Goncharov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "name": { + "given_name": "G.", + "surname": "Grosso" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "name": { + "given_name": "P.", + "surname": "Harris" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "name": { + "given_name": "D.", + "surname": "Hoang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6923-293X" + }, + "name": { + "given_name": "D.", + "surname": "Kovalskyi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0785-7552" + }, + "name": { + "given_name": "J.", + "surname": "Krupa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1364-9920" + }, + "name": { + "given_name": "L.", + "surname": "Lavezzo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2593-7767" + }, + "name": { + "given_name": "Y.-J.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0664-1653" + }, + "name": { + "given_name": "K.", + "surname": "Long" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8599-2437" + }, + "name": { + "given_name": "C.", + "surname": "Mironov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6047-4211" + }, + "name": { + "given_name": "C.", + "surname": "Paus" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8411-9620" + }, + "name": { + "given_name": "D.", + "surname": "Rankin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7312-5854" + }, + "name": { + "given_name": "C.", + "surname": "Roland" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8983-2169" + }, + "name": { + "given_name": "G.", + "surname": "Roland" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1377-9119" + }, + "name": { + "given_name": "S.", + "surname": "Rothman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5498-8825" + }, + "name": { + "given_name": "Z.", + "surname": "Shi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3106-4894" + }, + "name": { + "given_name": "G.S.F.", + "surname": "Stephans" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3074-3767" + }, + "name": { + "given_name": "Z.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3681-0649" + }, + "name": { + "given_name": "B.", + "surname": "Wyslouch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Massachusetts Institute of Technology, Cambridge, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4317-4660" + }, + "name": { + "given_name": "T.J.", + "surname": "Yang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2700-5085" + }, + "name": { + "given_name": "B.", + "surname": "Crossman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4723-0968" + }, + "name": { + "given_name": "B.M.", + "surname": "Joshi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0009-0008-7743-5316" + }, + "name": { + "given_name": "C.", + "surname": "Kapsiak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1711-2506" + }, + "name": { + "given_name": "M.", + "surname": "Krohn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2640-5941" + }, + "name": { + "given_name": "D.", + "surname": "Mahon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2840-1087" + }, + "name": { + "given_name": "J.", + "surname": "Mans" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6687-6214" + }, + "name": { + "given_name": "B.", + "surname": "Marzocchi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0440-6019" + }, + "name": { + "given_name": "S.", + "surname": "Pandey" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5051-0293" + }, + "name": { + "given_name": "M.", + "surname": "Revering" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7633-749X" + }, + "name": { + "given_name": "R.", + "surname": "Rusack" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8720-293X" + }, + "name": { + "given_name": "R.", + "surname": "Saradhy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8336-6141" + }, + "name": { + "given_name": "N.", + "surname": "Schroeder" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8835-8282" + }, + "name": { + "given_name": "N.", + "surname": "Strobbe" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Minnesota, Minneapolis, MN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0653-0761" + }, + "name": { + "given_name": "M.A.", + "surname": "Wadud" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Mississippi, Oxford, MS, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5550-7827" + }, + "name": { + "given_name": "L.M.", + "surname": "Cremaldi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4272-8900" + }, + "name": { + "given_name": "K.", + "surname": "Bloom" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "name": { + "given_name": "M.", + "surname": "Bryson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4198-8919" + }, + "name": { + "given_name": "D.R.", + "surname": "Claes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0009-0001-1326-3956" + }, + "name": { + "given_name": "G.", + "surname": "Haza" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5144-7919" + }, + "name": { + "given_name": "J.", + "surname": "Hossain" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5661-4330" + }, + "name": { + "given_name": "C.", + "surname": "Joo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0068-0395" + }, + "name": { + "given_name": "I.", + "surname": "Kravchenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9757-470X" + }, + "name": { + "given_name": "J.E.", + "surname": "Siado" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9542-4847" + }, + "name": { + "given_name": "W.", + "surname": "Tabb" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8730-5031" + }, + "name": { + "given_name": "A.", + "surname": "Vagnerini" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6651-5320" + }, + "name": { + "given_name": "A.", + "surname": "Wightman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4042-0785" + }, + "name": { + "given_name": "F.", + "surname": "Yan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Nebraska-Lincoln, Lincoln, NE, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5921-5231" + }, + "name": { + "given_name": "D.", + "surname": "Yu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9726-4915" + }, + "name": { + "given_name": "H.", + "surname": "Bandyopadhyay" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7086-7641" + }, + "name": { + "given_name": "L.", + "surname": "Hay" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1948-5901" + }, + "name": { + "given_name": "I.", + "surname": "Iashvili" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3913-0326" + }, + "name": { + "given_name": "A.", + "surname": "Kharchilava" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2830-6488" + }, + "name": { + "given_name": "M.", + "surname": "Morris" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5185-8504" + }, + "name": { + "given_name": "D.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5449-2560" + }, + "name": { + "given_name": "S.", + "surname": "Rappoccio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "name": { + "given_name": "H.", + "surname": "Rejeb Sfar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "State University of New York at Buffalo, Buffalo, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4055-6532" + }, + "name": { + "given_name": "A.", + "surname": "Williams" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6651-1178" + }, + "name": { + "given_name": "G.", + "surname": "Alverson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6417-5913" + }, + "name": { + "given_name": "E.", + "surname": "Barberis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "name": { + "given_name": "J.", + "surname": "Dervan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4916-7752" + }, + "name": { + "given_name": "Y.", + "surname": "Haddad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3510-6505" + }, + "name": { + "given_name": "Y.", + "surname": "Han" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4319-818X" + }, + "name": { + "given_name": "A.", + "surname": "Krishna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5245-2074" + }, + "name": { + "given_name": "J.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Sun Yat-Sen University, Guangzhou, China." + } + ], + "attrib": { + "orcid": "0000-0002-6999-3931" + }, + "name": { + "given_name": "M.", + "surname": "Lu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8796-5865" + }, + "name": { + "given_name": "G.", + "surname": "Madigan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9391-2599" + }, + "name": { + "given_name": "R.", + "surname": "Mccarthy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3163-2169" + }, + "name": { + "given_name": "D.M.", + "surname": "Morse" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1278-9208" + }, + "name": { + "given_name": "V.", + "surname": "Nguyen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8388-3341" + }, + "name": { + "given_name": "T.", + "surname": "Orimoto" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9421-3335" + }, + "name": { + "given_name": "A.", + "surname": "Parker" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2019-6755" + }, + "name": { + "given_name": "L.", + "surname": "Skinnari" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7332-5098" + }, + "name": { + "given_name": "A.", + "surname": "Tishelman-Charny" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0796-2475" + }, + "name": { + "given_name": "B.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6477-801X" + }, + "name": { + "given_name": "D.", + "surname": "Wood" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0526-6161" + }, + "name": { + "given_name": "S.", + "surname": "Bhattacharya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "name": { + "given_name": "J.", + "surname": "Bueghly" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4521-6086" + }, + "name": { + "given_name": "Z.", + "surname": "Chen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7892-1676" + }, + "name": { + "given_name": "K.A.", + "surname": "Hahn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5588-1760" + }, + "name": { + "given_name": "Y.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2023-2082" + }, + "name": { + "given_name": "Y.", + "surname": "Miao" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8377-1999" + }, + "name": { + "given_name": "D.G.", + "surname": "Monk" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0814-3578" + }, + "name": { + "given_name": "M.H.", + "surname": "Schmitt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5119-6280" + }, + "name": { + "given_name": "A.", + "surname": "Taliercio" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Northwestern University, Evanston, IL, USA" + } + ], + "name": { + "given_name": "M.", + "surname": "Velasco" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2593-5297" + }, + "name": { + "given_name": "G.", + "surname": "Agarwal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4873-0523" + }, + "name": { + "given_name": "R.", + "surname": "Band" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "name": { + "given_name": "R.", + "surname": "Bucci" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2618-3856" + }, + "name": { + "given_name": "S.", + "surname": "Castells" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9115-9698" + }, + "name": { + "given_name": "A.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0295-249X" + }, + "name": { + "given_name": "R.", + "surname": "Goldouzian" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4454-3934" + }, + "name": { + "given_name": "M.", + "surname": "Hildreth" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2229-7223" + }, + "name": { + "given_name": "K.W.", + "surname": "Ho" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9779-3566" + }, + "name": { + "given_name": "K.", + "surname": "Hurtado Anampa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0489-9191" + }, + "name": { + "given_name": "T.", + "surname": "Ivanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6885-3611" + }, + "name": { + "given_name": "C.", + "surname": "Jessop" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9706-0098" + }, + "name": { + "given_name": "K.", + "surname": "Lannon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6326-7210" + }, + "name": { + "given_name": "J.", + "surname": "Lawrence" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0049-6918" + }, + "name": { + "given_name": "N.", + "surname": "Loukas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3212-4505" + }, + "name": { + "given_name": "L.", + "surname": "Lutton" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "name": { + "given_name": "J.", + "surname": "Mariano" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "name": { + "given_name": "N.", + "surname": "Marinelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "name": { + "given_name": "I.", + "surname": "Mcalister" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6589-8286" + }, + "name": { + "given_name": "T.", + "surname": "McCauley" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8821-2045" + }, + "name": { + "given_name": "C.", + "surname": "Mcgrady" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8140-4183" + }, + "name": { + "given_name": "C.", + "surname": "Moore" + } + }, + { + "attrib": { + "orcid": "0009-0006-3545-1938" + }, + "name": { + "given_name": "Y.", + "surname": "Musienko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5592-0785" + }, + "name": { + "given_name": "H.", + "surname": "Nelson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9760-9976" + }, + "name": { + "given_name": "M.", + "surname": "Osherson" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0386-0527" + }, + "name": { + "given_name": "A.", + "surname": "Piccinelli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3151-1386" + }, + "name": { + "given_name": "R.", + "surname": "Ruchti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3696-689X" + }, + "name": { + "given_name": "A.", + "surname": "Townsend" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "name": { + "given_name": "Y.", + "surname": "Wan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8204-6157" + }, + "name": { + "given_name": "M.", + "surname": "Wayne" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "name": { + "given_name": "H.", + "surname": "Yockey" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1510-5772" + }, + "name": { + "given_name": "M.", + "surname": "Zarucki" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9665-7282" + }, + "name": { + "given_name": "L.", + "surname": "Zygala" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8460-0019" + }, + "name": { + "given_name": "A.", + "surname": "Basnet" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "name": { + "given_name": "B.", + "surname": "Bylsma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0538-5854" + }, + "name": { + "given_name": "M.", + "surname": "Carrigan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0477-1051" + }, + "name": { + "given_name": "L.S.", + "surname": "Durkin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0059-0779" + }, + "name": { + "given_name": "C.", + "surname": "Hill" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1112-5880" + }, + "name": { + "given_name": "M.", + "surname": "Joyce" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2663-7379" + }, + "name": { + "given_name": "M.", + "surname": "Nunez Ornelas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "name": { + "given_name": "K.", + "surname": "Wei" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9980-4698" + }, + "name": { + "given_name": "B.L.", + "surname": "Winer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Ohio State University, Columbus, OH, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7366-1318" + }, + "name": { + "given_name": "B.R.", + "surname": "Yates" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0484-5804" + }, + "name": { + "given_name": "F.M.", + "surname": "Addesa" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9776-1935" + }, + "name": { + "given_name": "H.", + "surname": "Bouchamaoui" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9770-1377" + }, + "name": { + "given_name": "P.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5890-0445" + }, + "name": { + "given_name": "G.", + "surname": "Dezoort" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6830-3356" + }, + "name": { + "given_name": "P.", + "surname": "Elmer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2583-5982" + }, + "name": { + "given_name": "A.", + "surname": "Frankenthal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4922-1934" + }, + "name": { + "given_name": "B.", + "surname": "Greenberg" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7625-8169" + }, + "name": { + "given_name": "N.", + "surname": "Haubrich" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8160-0208" + }, + "name": { + "given_name": "G.", + "surname": "Kopp" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5308-7707" + }, + "name": { + "given_name": "S.", + "surname": "Kwan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9086-5184" + }, + "name": { + "given_name": "D.", + "surname": "Lange" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5017-1487" + }, + "name": { + "given_name": "A.", + "surname": "Loeliger" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6395-1079" + }, + "name": { + "given_name": "D.", + "surname": "Marlow" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1455-6272" + }, + "name": { + "given_name": "I.", + "surname": "Ojalvo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9361-5762" + }, + "name": { + "given_name": "J.", + "surname": "Olsen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4600-0228" + }, + "name": { + "given_name": "A.", + "surname": "Shevelev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4702-8820" + }, + "name": { + "given_name": "D.", + "surname": "Stickland" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Princeton University, Princeton, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6771-2174" + }, + "name": { + "given_name": "C.", + "surname": "Tully" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Puerto Rico, Mayaguez, PR, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6356-2655" + }, + "name": { + "given_name": "S.", + "surname": "Malik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2857-6883" + }, + "name": { + "given_name": "A.S.", + "surname": "Bakshi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6939-3445" + }, + "name": { + "given_name": "V.E.", + "surname": "Barnes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0009-0000-7412-4071" + }, + "name": { + "given_name": "S.", + "surname": "Chandra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4802-6819" + }, + "name": { + "given_name": "R.", + "surname": "Chawla" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6701-9265" + }, + "name": { + "given_name": "S.", + "surname": "Das" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6230-1138" + }, + "name": { + "given_name": "A.", + "surname": "Gu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "name": { + "given_name": "L.", + "surname": "Gutay" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9951-4583" + }, + "name": { + "given_name": "M.", + "surname": "Jones" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3068-3212" + }, + "name": { + "given_name": "A.W.", + "surname": "Jung" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7874-2480" + }, + "name": { + "given_name": "D.", + "surname": "Kondratyev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "name": { + "given_name": "A.M.", + "surname": "Koshy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9012-395X" + }, + "name": { + "given_name": "M.", + "surname": "Liu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1418-2154" + }, + "name": { + "given_name": "G.", + "surname": "Negro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2356-1700" + }, + "name": { + "given_name": "N.", + "surname": "Neumeister" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6815-1065" + }, + "name": { + "given_name": "G.", + "surname": "Paspalaki" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9266-7819" + }, + "name": { + "given_name": "S.", + "surname": "Piperov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "name": { + "given_name": "V.", + "surname": "Scheurer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4421-680X" + }, + "name": { + "given_name": "J.F.", + "surname": "Schulte" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1542-0855" + }, + "name": { + "given_name": "M.", + "surname": "Stojanovic" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7684-6588" + }, + "name": { + "given_name": "J.", + "surname": "Thieman" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0866-8932" + }, + "name": { + "given_name": "A.K.", + "surname": "Virdi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8313-0809" + }, + "name": { + "given_name": "F.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University, West Lafayette, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1430-9191" + }, + "name": { + "given_name": "W.", + "surname": "Xie" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University Northwest, Hammond, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1141-3823" + }, + "name": { + "given_name": "J.", + "surname": "Dolen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University Northwest, Hammond, IN, USA" + } + ], + "attrib": { + "orcid": "0009-0009-1717-0413" + }, + "name": { + "given_name": "N.", + "surname": "Parashar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Purdue University Northwest, Hammond, IN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9861-2942" + }, + "name": { + "given_name": "A.", + "surname": "Pathak" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5367-1738" + }, + "name": { + "given_name": "D.", + "surname": "Acosta" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7492-3201" + }, + "name": { + "given_name": "T.", + "surname": "Carnahan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6976-4637" + }, + "name": { + "given_name": "K.M.", + "surname": "Ecklund" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2566-7496" + }, + "name": { + "given_name": "P.J.", + "surname": "Fern\u00e1ndez Manteca" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "name": { + "given_name": "S.", + "surname": "Freed" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "name": { + "given_name": "P.", + "surname": "Gardner" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2856-9090" + }, + "name": { + "given_name": "F.J.M.", + "surname": "Geurts" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4136-3409" + }, + "name": { + "given_name": "W.", + "surname": "Li" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6612-432X" + }, + "name": { + "given_name": "O.", + "surname": "Miguel Colin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3572-5701" + }, + "name": { + "given_name": "B.P.", + "surname": "Padley" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "name": { + "given_name": "R.", + "surname": "Redjimi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0009-0009-4040-7407" + }, + "name": { + "given_name": "J.", + "surname": "Rotter" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9595-2623" + }, + "name": { + "given_name": "E.", + "surname": "Yigitbasi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rice University, Houston, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6812-761X" + }, + "name": { + "given_name": "Y.", + "surname": "Zhang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0409-0341" + }, + "name": { + "given_name": "A.", + "surname": "Bodek" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5508-1827" + }, + "name": { + "given_name": "P.", + "surname": "de Barbaro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7852-167X" + }, + "name": { + "given_name": "R.", + "surname": "Demina" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9842-7015" + }, + "name": { + "given_name": "J.L.", + "surname": "Dulemba" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "name": { + "given_name": "C.", + "surname": "Fallon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1407-1972" + }, + "name": { + "given_name": "A.", + "surname": "Garcia-Bellido" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7640-5264" + }, + "name": { + "given_name": "O.", + "surname": "Hindrichs" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3834-1316" + }, + "name": { + "given_name": "A.", + "surname": "Khukhunaishvili" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "name": { + "given_name": "N.", + "surname": "Parmar" + } + }, + { + "attrib": { + "orcid": "0000-0001-6743-3781" + }, + "name": { + "given_name": "P.", + "surname": "Parygin" + } + }, + { + "attrib": { + "orcid": "0000-0001-7556-8969" + }, + "name": { + "given_name": "E.", + "surname": "Popova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5168-2932" + }, + "name": { + "given_name": "R.", + "surname": "Taus" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1664-2337" + }, + "name": { + "given_name": "G.P.", + "surname": "Van Onsem" + } + }, + { + "affiliation": [ + { + "affPubRaw": "The Rockefeller University, New York, NY, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6230-9535" + }, + "name": { + "given_name": "K.", + "surname": "Goulianos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "name": { + "given_name": "B.", + "surname": "Chiarito" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6315-905X" + }, + "name": { + "given_name": "J.P.", + "surname": "Chou" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4871-5449" + }, + "name": { + "given_name": "Y.", + "surname": "Gershtein" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3584-7856" + }, + "name": { + "given_name": "E.", + "surname": "Halkiadakis" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2349-6582" + }, + "name": { + "given_name": "A.", + "surname": "Hart" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2831-463X" + }, + "name": { + "given_name": "M.", + "surname": "Heindl" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2497-1242" + }, + "name": { + "given_name": "D.", + "surname": "Jaroslawski" + } + }, + { + "attrib": { + "orcid": "0000-0002-2785-3762" + }, + "name": { + "given_name": "O.", + "surname": "Karacheban" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7366-8090" + }, + "name": { + "given_name": "I.", + "surname": "Laflotte" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0228-9760" + }, + "name": { + "given_name": "A.", + "surname": "Lath" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "name": { + "given_name": "R.", + "surname": "Montalvo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "name": { + "given_name": "K.", + "surname": "Nash" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9694-4625" + }, + "name": { + "given_name": "H.", + "surname": "Routray" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4995-9285" + }, + "name": { + "given_name": "S.", + "surname": "Salur" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "name": { + "given_name": "S.", + "surname": "Schnetzer" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8856-7401" + }, + "name": { + "given_name": "S.", + "surname": "Somalwar" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6229-695X" + }, + "name": { + "given_name": "R.", + "surname": "Stone" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1469-0335" + }, + "name": { + "given_name": "S.A.", + "surname": "Thayil" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "name": { + "given_name": "S.", + "surname": "Thomas" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9325-2175" + }, + "name": { + "given_name": "J.", + "surname": "Vora" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3027-0752" + }, + "name": { + "given_name": "H.", + "surname": "Wang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "name": { + "given_name": "H.", + "surname": "Acharya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6304-5861" + }, + "name": { + "given_name": "D.", + "surname": "Ally" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1252-6213" + }, + "name": { + "given_name": "A.G.", + "surname": "Delannoy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3273-9419" + }, + "name": { + "given_name": "S.", + "surname": "Fiorendi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4436-5461" + }, + "name": { + "given_name": "S.", + "surname": "Higginbotham" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3959-5174" + }, + "name": { + "given_name": "T.", + "surname": "Holmes" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0789-1200" + }, + "name": { + "given_name": "A.R.", + "surname": "Kanuganti" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3412-0508" + }, + "name": { + "given_name": "N.", + "surname": "Karunarathna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-5590-335X" + }, + "name": { + "given_name": "L.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5821-291X" + }, + "name": { + "given_name": "E.", + "surname": "Nibigira" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Tennessee, Knoxville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-7049-4646" + }, + "name": { + "given_name": "S.", + "surname": "Spanier" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7124-6911" + }, + "name": { + "given_name": "D.", + "surname": "Aebi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9933-995X" + }, + "name": { + "given_name": "M.", + "surname": "Ahmad" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Texas A&M University at Qatar, Doha, Qatar." + } + ], + "attrib": { + "orcid": "0000-0001-7139-7322" + }, + "name": { + "given_name": "O.", + "surname": "Bouhali" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0137-136X" + }, + "name": { + "given_name": "M.", + "surname": "Dalchenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3322-6287" + }, + "name": { + "given_name": "R.", + "surname": "Eusebi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9911-0143" + }, + "name": { + "given_name": "J.", + "surname": "Gilmore" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-0793-5664" + }, + "name": { + "given_name": "T.", + "surname": "Huang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Kyungpook National University, Daegu, Korea." + } + ], + "attrib": { + "orcid": "0000-0001-5565-7868" + }, + "name": { + "given_name": "T.", + "surname": "Kamon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4986-1728" + }, + "name": { + "given_name": "H.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3122-4245" + }, + "name": { + "given_name": "S.", + "surname": "Luo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "name": { + "given_name": "S.", + "surname": "Malhotra" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6723-6689" + }, + "name": { + "given_name": "R.", + "surname": "Mueller" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0009-0009-0648-8151" + }, + "name": { + "given_name": "D.", + "surname": "Overton" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-8420-1488" + }, + "name": { + "given_name": "D.", + "surname": "Rathjens" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9497-5471" + }, + "name": { + "given_name": "A.", + "surname": "Safonov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-6127-4350" + }, + "name": { + "given_name": "N.", + "surname": "Akchurin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3863-2567" + }, + "name": { + "given_name": "J.", + "surname": "Damgov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4952-2873" + }, + "name": { + "given_name": "V.", + "surname": "Hegde" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6216-9002" + }, + "name": { + "given_name": "A.", + "surname": "Hussain" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "name": { + "given_name": "Y.", + "surname": "Kazhykarim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0152-7683" + }, + "name": { + "given_name": "K.", + "surname": "Lamichhane" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3388-8339" + }, + "name": { + "given_name": "S.W.", + "surname": "Lee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2124-6312" + }, + "name": { + "given_name": "A.", + "surname": "Mankel" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4732-4008" + }, + "name": { + "given_name": "T.", + "surname": "Peltola" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2087-6128" + }, + "name": { + "given_name": "I.", + "surname": "Volobouev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Texas Tech University, Lubbock, TX, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4224-5164" + }, + "name": { + "given_name": "A.", + "surname": "Whitbeck" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3389-4584" + }, + "name": { + "given_name": "E.", + "surname": "Appelt" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "name": { + "given_name": "S.", + "surname": "Greene" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2793-4052" + }, + "name": { + "given_name": "A.", + "surname": "Gurrola" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5291-8903" + }, + "name": { + "given_name": "W.", + "surname": "Johns" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-9202-1516" + }, + "name": { + "given_name": "R.", + "surname": "Kunnawalkam Elayavalli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3473-8858" + }, + "name": { + "given_name": "A.", + "surname": "Melo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1297-6065" + }, + "name": { + "given_name": "F.", + "surname": "Romeo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1550-5223" + }, + "name": { + "given_name": "P.", + "surname": "Sheldon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0001-6142-0429" + }, + "name": { + "given_name": "S.", + "surname": "Tuo" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1423-5241" + }, + "name": { + "given_name": "J.", + "surname": "Velkovska" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Vanderbilt University, Nashville, TN, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2530-4265" + }, + "name": { + "given_name": "J.", + "surname": "Viinikainen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Virginia, Charlottesville, VA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5553-0891" + }, + "name": { + "given_name": "B.", + "surname": "Cardwell" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Virginia, Charlottesville, VA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3752-4759" + }, + "name": { + "given_name": "B.", + "surname": "Cox" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Virginia, Charlottesville, VA, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9586-3316" + }, + "name": { + "given_name": "J.", + "surname": "Hakala" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Virginia, Charlottesville, VA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0304-6330" + }, + "name": { + "given_name": "R.", + "surname": "Hirosky" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Virginia, Charlottesville, VA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-4861-0943" + }, + "name": { + "given_name": "A.", + "surname": "Ledovskoy" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Virginia, Charlottesville, VA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3644-8627" + }, + "name": { + "given_name": "C.", + "surname": "Neu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Virginia, Charlottesville, VA, USA" + } + ], + "attrib": { + "orcid": "0000-0003-0199-8864" + }, + "name": { + "given_name": "C.E.", + "surname": "Perez Lara" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Wayne State University, Detroit, MI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1284-3470" + }, + "name": { + "given_name": "P.E.", + "surname": "Karchin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "name": { + "given_name": "A.", + "surname": "Aravind" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7880-922X" + }, + "name": { + "given_name": "S.", + "surname": "Banerjee" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7320-5080" + }, + "name": { + "given_name": "K.", + "surname": "Black" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8026-5380" + }, + "name": { + "given_name": "T.", + "surname": "Bose" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-5993-9045" + }, + "name": { + "given_name": "S.", + "surname": "Dasu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1704-4360" + }, + "name": { + "given_name": "I.", + "surname": "De Bruyn" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3848-324X" + }, + "name": { + "given_name": "P.", + "surname": "Everaerts" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "name": { + "given_name": "C.", + "surname": "Galloni" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0009-0008-3906-2037" + }, + "name": { + "given_name": "H.", + "surname": "He" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3043-1090" + }, + "name": { + "given_name": "M.", + "surname": "Herndon" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1959-2363" + }, + "name": { + "given_name": "A.", + "surname": "Herve" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-4548-9992" + }, + "name": { + "given_name": "C.K.", + "surname": "Koraka" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "name": { + "given_name": "A.", + "surname": "Lanaro" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2562-4405" + }, + "name": { + "given_name": "R.", + "surname": "Loveless" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-2590-763X" + }, + "name": { + "given_name": "J.", + "surname": "Madhusudanan Sreekala" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-3793-8516" + }, + "name": { + "given_name": "A.", + "surname": "Mallampalli" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-8152-927X" + }, + "name": { + "given_name": "A.", + "surname": "Mohammadi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "name": { + "given_name": "S.", + "surname": "Mondal" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-9665-4575" + }, + "name": { + "given_name": "G.", + "surname": "Parida" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "name": { + "given_name": "D.", + "surname": "Pinna" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "name": { + "given_name": "A.", + "surname": "Savin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-1436-6092" + }, + "name": { + "given_name": "V.", + "surname": "Shang" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1287-1471" + }, + "name": { + "given_name": "V.", + "surname": "Sharma" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-3195-0909" + }, + "name": { + "given_name": "W.H.", + "surname": "Smith" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "name": { + "given_name": "D.", + "surname": "Teague" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0002-2550-2184" + }, + "name": { + "given_name": "H.F.", + "surname": "Tsoi" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0003-1058-1163" + }, + "name": { + "given_name": "W.", + "surname": "Vetens" + } + }, + { + "affiliation": [ + { + "affPubRaw": "University of Wisconsin - Madison, Madison, WI, USA" + } + ], + "attrib": { + "orcid": "0000-0001-7463-7360" + }, + "name": { + "given_name": "A.", + "surname": "Warden" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0009-0006-8766-226X" + }, + "name": { + "given_name": "S.", + "surname": "Afanasiev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-5492-6920" + }, + "name": { + "given_name": "V.", + "surname": "Andreev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-7397-9665" + }, + "name": { + "given_name": "Yu.", + "surname": "Andreev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-6347-7055" + }, + "name": { + "given_name": "T.", + "surname": "Aushev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-7448-1447" + }, + "name": { + "given_name": "M.", + "surname": "Azarkin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-8876-3886" + }, + "name": { + "given_name": "A.", + "surname": "Babaev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0003-1692-1173" + }, + "name": { + "given_name": "A.", + "surname": "Belyaev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "name": { + "given_name": "V.", + "surname": "Blinov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-0193-5073" + }, + "name": { + "given_name": "E.", + "surname": "Boos" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-5479-1982" + }, + "name": { + "given_name": "V.", + "surname": "Borshch" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-2029-1007" + }, + "name": { + "given_name": "D.", + "surname": "Budkouski" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0003-4418-2072" + }, + "name": { + "given_name": "V.", + "surname": "Bunichev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "name": { + "given_name": "V.", + "surname": "Chekhovsky" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0003-1439-8390" + }, + "name": { + "given_name": "R.", + "surname": "Chistov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0001-9227-5164" + }, + "name": { + "given_name": "M.", + "surname": "Danilov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-5619-376X" + }, + "name": { + "given_name": "A.", + "surname": "Dermenev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0002-9560-0660" + }, + "name": { + "given_name": "T.", + "surname": "Dimova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Universiteit Antwerpen, Antwerpen, Belgium." + } + ], + "attrib": { + "orcid": "0000-0001-7520-3329" + }, + "name": { + "given_name": "D.", + "surname": "Druzhkin" + } + }, + { + "attrib": { + "orcid": "0000-0002-7766-7175" + }, + "name": { + "given_name": "M.", + "surname": "Dubinin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-4462-3192" + }, + "name": { + "given_name": "L.", + "surname": "Dudko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-5779-142X" + }, + "name": { + "given_name": "A.", + "surname": "Ershov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-9689-7999" + }, + "name": { + "given_name": "G.", + "surname": "Gavrilov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-9617-2928" + }, + "name": { + "given_name": "V.", + "surname": "Gavrilov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-6495-7619" + }, + "name": { + "given_name": "S.", + "surname": "Gninenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-0595-0297" + }, + "name": { + "given_name": "V.", + "surname": "Golovtcov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-9504-7754" + }, + "name": { + "given_name": "N.", + "surname": "Golubev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0009-0007-6508-0215" + }, + "name": { + "given_name": "I.", + "surname": "Golutvin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0003-3777-6606" + }, + "name": { + "given_name": "I.", + "surname": "Gorbunov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-5252-4645" + }, + "name": { + "given_name": "A.", + "surname": "Gribushin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-5163-7632" + }, + "name": { + "given_name": "Y.", + "surname": "Ivanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-3062-010X" + }, + "name": { + "given_name": "V.", + "surname": "Kachanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-5326-3854" + }, + "name": { + "given_name": "V.", + "surname": "Karjavine" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-9983-1004" + }, + "name": { + "given_name": "A.", + "surname": "Karneyeu" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0001-7161-2133" + }, + "name": { + "given_name": "V.", + "surname": "Kim" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "name": { + "given_name": "M.", + "surname": "Kirakosyan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-7177-077X" + }, + "name": { + "given_name": "D.", + "surname": "Kirpichnikov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-8879-6538" + }, + "name": { + "given_name": "M.", + "surname": "Kirsanov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-8577-6531" + }, + "name": { + "given_name": "V.", + "surname": "Klyukhin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-2342-7862" + }, + "name": { + "given_name": "V.", + "surname": "Korenkov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0003-0684-9235" + }, + "name": { + "given_name": "A.", + "surname": "Kozyrev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-8717-6492" + }, + "name": { + "given_name": "N.", + "surname": "Krasnikov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-8244-7321" + }, + "name": { + "given_name": "A.", + "surname": "Lanev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Northeastern University, Boston, Massachusetts, USA." + } + ], + "attrib": { + "orcid": "0000-0003-4913-0538" + }, + "name": { + "given_name": "P.", + "surname": "Levchenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-5084-9019" + }, + "name": { + "given_name": "N.", + "surname": "Lychkovskaya" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-8406-8605" + }, + "name": { + "given_name": "V.", + "surname": "Makarenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-8569-8409" + }, + "name": { + "given_name": "A.", + "surname": "Malakhov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0002-2745-5908" + }, + "name": { + "given_name": "V.", + "surname": "Matveev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-0554-4627" + }, + "name": { + "given_name": "V.", + "surname": "Murzin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Imperial College, London, United Kingdom." + } + ], + "attrib": { + "orcid": "0000-0002-1933-5383" + }, + "name": { + "given_name": "A.", + "surname": "Nikitenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0009-0001-1152-2758" + }, + "name": { + "given_name": "S.", + "surname": "Obraztsov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0003-4749-4995" + }, + "name": { + "given_name": "V.", + "surname": "Oreshkin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0009-0008-0356-1061" + }, + "name": { + "given_name": "V.", + "surname": "Palichik" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0009-0005-5039-4874" + }, + "name": { + "given_name": "V.", + "surname": "Perelygin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "name": { + "given_name": "M.", + "surname": "Perfilov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0001-6839-928X" + }, + "name": { + "given_name": "S.", + "surname": "Polikarpov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "name": { + "given_name": "V.", + "surname": "Popov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0001-7116-9469" + }, + "name": { + "given_name": "O.", + "surname": "Radchenko" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-9020-7384" + }, + "name": { + "given_name": "M.", + "surname": "Savina" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0009-0000-3973-2485" + }, + "name": { + "given_name": "V.", + "surname": "Savrin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-2893-6922" + }, + "name": { + "given_name": "V.", + "surname": "Shalaev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-5354-8350" + }, + "name": { + "given_name": "S.", + "surname": "Shmatov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-4265-928X" + }, + "name": { + "given_name": "S.", + "surname": "Shulha" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." + } + ], + "attrib": { + "orcid": "0000-0002-3316-0604" + }, + "name": { + "given_name": "Y.", + "surname": "Skovpen" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-8178-2494" + }, + "name": { + "given_name": "S.", + "surname": "Slabospitskii" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-9049-9196" + }, + "name": { + "given_name": "V.", + "surname": "Smirnov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-7452-8380" + }, + "name": { + "given_name": "D.", + "surname": "Sosnov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0009-0009-8645-6685" + }, + "name": { + "given_name": "V.", + "surname": "Sulimov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-3685-0635" + }, + "name": { + "given_name": "E.", + "surname": "Tcherniaev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0003-4985-3226" + }, + "name": { + "given_name": "A.", + "surname": "Terkulov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-7002-9093" + }, + "name": { + "given_name": "O.", + "surname": "Teryaev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0003-1552-2015" + }, + "name": { + "given_name": "I.", + "surname": "Tlisova" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-2106-4041" + }, + "name": { + "given_name": "A.", + "surname": "Toropin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-7602-2527" + }, + "name": { + "given_name": "L.", + "surname": "Uvarov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-7007-9020" + }, + "name": { + "given_name": "A.", + "surname": "Uzunian" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-7668-3691" + }, + "name": { + "given_name": "P.", + "surname": "Volkov" + } + }, + { + "name": { + "given_name": "A.", + "surname": "Vorobyev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-8466-9881" + }, + "name": { + "given_name": "G.", + "surname": "Vorotnikov" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-6590-6266" + }, + "name": { + "given_name": "N.", + "surname": "Voytishin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Also at Institute of Nuclear Physics of the Uzbekistan Academy of Sciences, Tashkent, Uzbekistan." + } + ], + "name": { + "given_name": "B.S.", + "surname": "Yuldashev" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0002-1964-6106" + }, + "name": { + "given_name": "A.", + "surname": "Zarubin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-6171-9682" + }, + "name": { + "given_name": "I.", + "surname": "Zhizhin" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], + "attrib": { + "orcid": "0000-0001-7178-5907" + }, + "name": { + "given_name": "A.", + "surname": "Zhokin" + } + } + ], + "copyright": { + "statement": "\u00a9 2024 The Author(s). Published by Elsevier B.V. Funded by SCOAP\u00b3.", + "status": true + }, + "doctype": "article", + "editorialHistory": { + "acceptedDate": "2024-01-11", + "receivedDates": [ + "2023-11-06" + ], + "revisedDates": [ + "2023-12-20" + ] + }, + "esources": [ + { + "location": "http://dx.doi.org/10.1016/j.physletb.2024.138478", + "source": "pub_html" + } + ], + "keywords": [ + { + "keyString": "CMS", + "keySystem": "Elsevier" + }, + { + "keyString": "Top quarks", + "keySystem": "Elsevier" + }, + { + "keyString": "Extra Higgs boson", + "keySystem": "Elsevier" + }, + { + "keyString": "Yukawa couplings", + "keySystem": "Elsevier" + } + ], + "openAccess": { + "open": true + }, + "pagination": { + "electronicID": "138478" + }, + "persistentIDs": [ + { + "DOI": "10.1016/j.physletb.2024.138478" + } + ], + "pubDate": { + "printDate": "2024-03-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0370-2693", + "pubtype": "not specified" + } + ], + "pubName": "Physics Letters B", + "pubYear": "2024", + "publisher": "Elsevier B.V.", + "volumeNum": "850" + }, + "publisherIDs": [ + { + "Identifier": "S0370-2693(24)00017-0", + "attribute": "PII" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "ATLAS CollaborationObservation of a new particle in the search for the standard model Higgs boson with the ATLAS detector at the LHCPhys. Lett. B7162012110.1016/j.physletb.2012.08.020arXiv:1207.7214", + "CMS CollaborationObservation of a new boson at a mass of 125 GeV with the CMS experiment at the LHCPhys. Lett. B71620123010.1016/j.physletb.2012.08.021arXiv:1207.7235", + "ATLAS CMS CollaborationsMeasurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC pp collision data at s=7 and 8 TeVJ. High Energy Phys.08201604510.1007/JHEP08(2016)045arXiv:1606.02266", + "E.da Silva AlmeidaA.AlvesN.Rosa AgostinhoO.J.P.\u00c9boliM.C.Gonzalez-GarciaElectroweak sector under scrutiny: a combined analysis of LHC and electroweak precision dataPhys. Rev. D99201903300110.1103/PhysRevD.99.033001arXiv:1812.01009", + "E.dS.AlmeidaA.AlvesO.J.P.\u00c9boliM.C.Gonzalez-GarciaElectroweak legacy of the LHC run IIPhys. Rev. D105202201300610.1103/PhysRevD.105.013006arXiv:2108.04828", + "ATLAS CollaborationA detailed map of Higgs boson interactions by the ATLAS experiment ten years after the discoveryNature60720225210.1038/s41586-022-04893-warXiv:2207.00092Erratum:https://doi.org/10.1038/s41586-022-05581-5", + "CMS CollaborationA portrait of the Higgs boson by the CMS experiment ten years after the discoveryNature60720226010.1038/s41586-022-04892-xarXiv:2207.00043", + "G.C.BrancoP.M.FerreiraL.LavouraM.N.RebeloM.SherJ.P.SilvaTheory and phenomenology of two-Higgs-doublet modelsPhys. Rep.5162012110.1016/j.physrep.2012.02.002arXiv:1106.0034", + "M.KohdaT.ModakW.-S.HouSearching for new scalar bosons via triple-top signature in cg\u2192ts0\u2192ttt\u00afPhys. Lett. B776201837910.1016/j.physletb.2017.11.056arXiv:1710.07260", + "W.-S.HouTree level t \u2192 ch0 or h0 \u2192 tc\u00af decaysPhys. Lett. B296199217910.1016/0370-2693(92)90823-M", + "W.-S.HouM.KikuchiApproximate alignment in two Higgs doublet model with extra Yukawa couplingsEurophys. Lett.12320181100110.1209/0295-5075/123/11001arXiv:1706.07694", + "J.F.GunionH.E.HaberThe CP conserving two Higgs doublet model: the approach to the decoupling limitPhys. Rev. D67200307501910.1103/PhysRevD.67.075019arXiv:hep-ph/0207010", + "M.CarenaI.LowN.R.ShahC.E.M.WagnerImpersonating the standard model Higgs boson: alignment without decouplingJ. High Energy Phys.04201401510.1007/JHEP04(2014)015arXiv:1310.2248", + "P.S.Bhupal DevA.PilaftsisMaximally symmetric two Higgs doublet model with natural standard model alignmentJ. High Energy Phys.12201402410.1007/JHEP12(2014)024arXiv:1408.3405Erratum:https://doi.org/10.1007/JHEP11(2015)147", + "T.D.LeeA theory of spontaneous T violationPhys. Rev. D81973122610.1103/PhysRevD.8.1226", + "K.FuyutoW.-S.HouE.SenahaElectroweak baryogenesis driven by extra top Yukawa couplingsPhys. Lett. B776201840210.1016/j.physletb.2017.11.073arXiv:1705.05034", + "K.FuyutoW.-S.HouE.SenahaCancellation mechanism for the electron electric dipole moment connected with the baryon asymmetry of the universePhys. Rev. D101202001190110.1103/PhysRevD.101.011901arXiv:1910.12404", + "D.P.Aguillard(Muon g-2), measurement of the positive muon anomalous magnetic moment to 0.20 ppmarXiv:2308.062302023", + "ATLAS CollaborationSearch for heavy Higgs bosons with flavour-violating couplings in multi-lepton plus b-jets final states in pp collisions at 13 TeV with the ATLAS detectorJ. High Energy Phys.12202308110.1007/JHEP12(2023)081arXiv:2307.147592023", + "HEPData record for this analysishttps://doi.org/10.17182/hepdata.1405282023", + "CMS CollaborationThe CMS experiment at the CERN LHCJ. Instrum.32008S0800410.1088/1748-0221/3/08/S08004", + "CMS CollaborationPerformance of the CMS level-1 trigger in proton-proton collisions at s=13 TeVJ. Instrum.152020P1001710.1088/1748-0221/15/10/P10017arXiv:2006.10165", + "CMS CollaborationThe CMS trigger systemJ. Instrum.122017P0102010.1088/1748-0221/12/01/P01020arXiv:1609.02366", + "CMS CollaborationElectron and photon reconstruction and identification with the CMS experiment at the CERN LHCJ. Instrum.162021P0501410.1088/1748-0221/16/05/P05014arXiv:2012.06888", + "CMS CollaborationPerformance of the CMS muon detector and muon reconstruction with proton-proton collisions at s=13 TeVJ. Instrum.132018P0601510.1088/1748-0221/13/06/P06015arXiv:1804.04528", + "CMS CollaborationDescription and performance of track and primary-vertex reconstruction with the CMS trackerJ. Instrum.92014P1000910.1088/1748-0221/9/10/P10009arXiv:1405.6569", + "CMS CollaborationParticle-flow reconstruction and global event description with the CMS detectorJ. Instrum.122017P1000310.1088/1748-0221/12/10/P10003arXiv:1706.04965", + "CMS CollaborationTechnical proposal for the Phase-II upgrade of the Compact Muon SolenoidCMS Technical proposal CERN-LHCC-2015-010, CMS-TDR-15-022015http://cds.cern.ch/record/2020886", + "M.CacciariG.P.SalamG.SoyezThe anti-kt jet clustering algorithmJ. High Energy Phys.04200806310.1088/1126-6708/2008/04/063arXiv:0802.1189", + "M.CacciariG.P.SalamG.SoyezFastjet user manualEur. Phys. J. C722012189610.1140/epjc/s10052-012-1896-2arXiv:1111.6097", + "CMS CollaborationPileup mitigation at CMS in 13 TeV dataJ. Instrum.152020P0901810.1088/1748-0221/15/09/P09018arXiv:2003.00503", + "CMS CollaborationJet energy scale and resolution in the CMS experiment in pp collisions at 8 TeVJ. Instrum.122017P0201410.1088/1748-0221/12/02/P02014arXiv:1607.03663", + "CMS CollaborationPerformance of missing transverse momentum reconstruction in proton-proton collisions at s=13 TeV using the CMS detectorJ. Instrum.142019P0700410.1088/1748-0221/14/07/P07004arXiv:1903.06078", + "J.AlwallR.FrederixS.FrixioneV.HirschiF.MaltoniO.MattelaerH.S.ShaoT.StelzerP.TorrielliM.ZaroThe automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulationsJ. High Energy Phys.07201407910.1007/JHEP07(2014)079arXiv:1405.0301", + "J.AlwallS.H\u00f6cheF.KraussN.LavessonL.L\u00f6nnbladF.MaltoniM.L.ManganoM.MorettiC.G.PapadopoulosF.PiccininiS.SchumannM.TreccaniJ.WinterM.WorekComparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisionsEur. Phys. J. C53200847310.1140/epjc/s10052-007-0490-5arXiv:0706.2569", + "W.-S.HouT.ModakProbing top changing neutral Higgs couplings at collidersMod. Phys. Lett. A362021213000610.1142/S0217732321300068arXiv:2012.05735", + "R.FrederixS.FrixioneMerging meets matching in MC@NLOJ. High Energy Phys.12201206110.1007/JHEP12(2012)061arXiv:1209.6215", + "P.NasonA new method for combining NLO QCD with shower Monte Carlo algorithmsJ. High Energy Phys.11200404010.1088/1126-6708/2004/11/040arXiv:hep-ph/0409146", + "S.FrixioneP.NasonC.OleariMatching NLO QCD computations with parton shower simulations: the POWHEG methodJ. High Energy Phys.11200707010.1088/1126-6708/2007/11/070arXiv:0709.2092", + "S.AlioliP.NasonC.OleariE.ReA general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG boxJ. High Energy Phys.06201004310.1007/JHEP06(2010)043arXiv:1002.2581", + "S.FrixioneP.NasonG.RidolfiA positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproductionJ. High Energy Phys.09200712610.1088/1126-6708/2007/09/126arXiv:0707.3088", + "T.MeliaP.NasonR.RontschG.ZanderighiW+W\u2212, WZ and ZZ production in the POWHEG boxJ. High Energy Phys.11201107810.1007/JHEP11(2011)078arXiv:1107.5051", + "E.ReSingle-top Wt-channel production matched with parton showers using the POWHEG methodEur. Phys. J. C712011154710.1140/epjc/s10052-011-1547-zarXiv:1009.2450", + "S.AlioliP.NasonC.OleariE.ReNLO single-top production matched with shower in POWHEG: s- and t-channel contributionsJ. High Energy Phys.09200911110.1088/1126-6708/2009/09/111arXiv:0907.4076Erratum:https://doi.org/10.1007/JHEP02(2010)011", + "H.B.HartantoB.JagerL.ReinaD.WackerothHiggs boson production in association with top quarks in the POWHEG BOXPhys. Rev. D91201509400310.1103/PhysRevD.91.094003arXiv:1501.04498", + "T.Sj\u00f6strandS.AskJ.R.ChristiansenR.CorkeN.DesaiP.IltenS.MrennaS.PrestelC.O.RasmussenP.Z.SkandsAn introduction to PYTHIA8.2Comput. Phys. Commun.191201515910.1016/j.cpc.2015.01.024arXiv:1410.3012", + "CMS CollaborationExtraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurementsEur. Phys. J. C802020410.1140/epjc/s10052-019-7499-4arXiv:1903.12179", + "R.D.BallNNPDFParton distributions from high-precision collider dataEur. Phys. J. C77201766310.1140/epjc/s10052-017-5199-5arXiv:1706.00428", + "S.AgostinelliGeant4Geant4 \u2014 a simulation toolkitNucl. Instrum. Methods A506200325010.1016/S0168-9002(03)01368-8", + "CMS CollaborationMeasurement of the inclusive W and Z production cross sections in pp collisions at s=7 TeVJ. High Energy Phys.10201113210.1007/JHEP10(2011)132arXiv:1107.4789", + "CMS CollaborationMeasurement of the Higgs boson production rate in association with top quarks in final states with electrons, muons, and hadronically decaying tau leptons at s=13 TeVEur. Phys. J. C81202137810.1140/epjc/s10052-021-09014-xarXiv:2011.03652", + "CMS CollaborationMeasurement of the cross section of top quark-antiquark pair production in association with a W boson in proton-proton collisions at s=13 TeVJ. High Energy Phys.07202321910.1007/JHEP07(2023)219arXiv:2208.06485", + "CMS CollaborationPerformance of electron reconstruction and selection with the CMS detector in proton-proton collisions at s=8 TeVJ. Instrum.102015P0600510.1088/1748-0221/10/06/P06005arXiv:1502.02701", + "K.RehermannB.TweedieEfficient identification of boosted semileptonic top quarks at the LHCJ. High Energy Phys.03201105910.1007/JHEP03(2011)059arXiv:1007.2221", + "CMS CollaborationA new calibration method for charm jet identification validated with proton-proton collision events at s=13 TeVJ. Instrum.172022P0301410.1088/1748-0221/17/03/P03014arXiv:2111.03027", + "CMS CollaborationPerformance summary of AK4 jet charm tagging with the CMS Run2 legacy datasetCMS Detector Performance Note CMS-DP-2023-0062023https://cds.cern.ch/record/2854610", + "E.BolsJ.KieselerM.VerzettiM.StoyeA.StakiaJet flavour classification using DeepJetJ. Instrum.152020P1201210.1088/1748-0221/15/12/P12012arXiv:2008.10519", + "CMS CollaborationPerformance summary of AK4 jet b tagging with data from proton-proton collisions at 13 TeV with the CMS detectorCMS Detector Performance Note CMS-DP-2023-0052023https://cds.cern.ch/record/2854609", + "CMS CollaborationEvidence for associated production of a Higgs boson with a top quark pair in final states with electrons, muons, and hadronically decaying \u03c4 leptons at s=13 TeVJ. High Energy Phys.08201806610.1007/JHEP08(2018)066arXiv:1803.05485", + "J.H.FriedmanGreedy function approximation: a gradient boosting machineAnn. Stat.292001118910.1214/aos/1013203451", + "A.HoeckerTMVA \u2014 toolkit for multivariate data analysisarXiv:physics/07030392007", + "The ATLAS and CMS Collaborationsthe LHC Higgs Combination GroupCMS Collaborations the LHC Higgs Combination GroupProcedure for the LHC Higgs boson search combination in summer 2011CMS Physics Analysis Summary CMS-NOTE-2011-005, ATL-PHYS-PUB-2011-112011https://cds.cern.ch/record/1379837", + "R.J.BarlowC.BeestonFitting using finite Monte Carlo samplesComput. Phys. Commun.77199321910.1016/0010-4655(93)90005-W", + "CMS CollaborationPrecision luminosity measurement in proton-proton collisions at s=13 TeV in 2015 and 2016 at CMSEur. Phys. J. C81202180010.1140/epjc/s10052-021-09538-2arXiv:2104.01927", + "CMS CollaborationCMS luminosity measurement for the 2017 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-17-0042018https://cds.cern.ch/record/2621960/", + "CMS CollaborationCMS luminosity measurement for the 2018 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-18-0022019https://cds.cern.ch/record/2676164", + "S.HeinemeyerHandbook of LHC Higgs cross sections: 3. Higgs propertiesCERN Report CERN-2013-0042013https://doi.org/10.5170/CERN-2013-004arXiv:1307.1347", + "T.JunkConfidence level computation for combining searches with small statisticsNucl. Instrum. Meth. A434199943510.1016/S0168-9002(99)00498-2arXiv:hep-ex/9902006", + "A.L.ReadPresentation of search results: the CLs techniqueJ. Phys. G282002269310.1088/0954-3899/28/10/313", + "G.CowanK.CranmerE.GrossO.VitellsAsymptotic formulae for likelihood-based tests of new physicsEur. Phys. J. C712011155410.1140/epjc/s10052-011-1554-0arXiv:1007.1727Erratum:https://doi.org/10.1140/epjc/s10052-013-2501-z" + ], + "title": { + "textEnglish": "Search for new Higgs bosons via same-sign top quark pair production in association with a jet in proton-proton collisions at s=13TeV" + } +} diff --git a/tests/test_elsevier.py b/tests/test_elsevier.py index a66b674..260dabb 100644 --- a/tests/test_elsevier.py +++ b/tests/test_elsevier.py @@ -34,6 +34,7 @@ def test_elsevier(self): "els_detag_example_1", "els_detag_example_2", "els_list", + "els_phlb_compound_affil", ] for f in filenames: test_infile = os.path.join(self.inputdir, f + ".xml") From 8e8759e5d2a3ac71a44a7a770b1fe86a5678293b Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Sat, 27 Apr 2024 13:17:51 -0400 Subject: [PATCH 07/10] Affs need to have all sources, not one or the other modified: adsingestp/parsers/elsevier.py --- adsingestp/parsers/elsevier.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adsingestp/parsers/elsevier.py b/adsingestp/parsers/elsevier.py index 4492e33..dbb35c8 100644 --- a/adsingestp/parsers/elsevier.py +++ b/adsingestp/parsers/elsevier.py @@ -317,16 +317,16 @@ def _parse_author_group(self, author_group): and author.find("ce:e-address").get("type", "") == "email" ): author_tmp["email"] = author.find("ce:e-address").get_text() + affs = [] + if affs_xref.get("ALLAUTH"): + affs.append(affils_xref.get("ALLAUTH")) if author.find("ce:cross-ref") and author.find("ce:cross-ref").find("sup"): - affs = [] for i in author.find("ce:cross-ref").find_all("sup"): aff_label = i.get_text() # don't append an empty aff if affs_xref.get(aff_label): affs.append(affs_xref[aff_label]) - author_tmp["aff"] = affs - elif affs_xref.get("ALLAUTH"): - author_tmp["aff"] = affs_xref["ALLAUTH"] + author_tmp["aff"] = affs group_author_list.append(author_tmp) return group_author_list From db228406aa29347bfbd0ee7188a38d18b7902aba Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Sat, 27 Apr 2024 13:58:47 -0400 Subject: [PATCH 08/10] Mod correctly captures affils for other test cases modified: adsingestp/parsers/elsevier.py modified: tests/stubdata/input/els_phlb_compound_affil.xml modified: tests/stubdata/output/els_book_review.json modified: tests/stubdata/output/els_phlb_compound_affil.json modified: tests/stubdata/output/els_simple_article_3.json modified: tests/stubdata/output/els_simple_article_4.json --- adsingestp/parsers/elsevier.py | 9 +- .../input/els_phlb_compound_affil.xml | 2 +- tests/stubdata/output/els_book_review.json | 5 + .../output/els_phlb_compound_affil.json | 503 ++++++++++++++++++ .../stubdata/output/els_simple_article_3.json | 5 + .../stubdata/output/els_simple_article_4.json | 5 + 6 files changed, 523 insertions(+), 6 deletions(-) diff --git a/adsingestp/parsers/elsevier.py b/adsingestp/parsers/elsevier.py index dbb35c8..d9d891a 100644 --- a/adsingestp/parsers/elsevier.py +++ b/adsingestp/parsers/elsevier.py @@ -17,8 +17,8 @@ def flatten_author_groups(soup): # returning a list of flat author groups # without any embedded groups group_list = [] - ag = soup.find('ce:author-group').extract() - while ag.find('ce:author-group'): + ag = soup.find("ce:author-group").extract() + while ag.find("ce:author-group"): group_list.append(flatten_author_groups(ag)) g2 = [ag] g2.extend(group_list) @@ -31,7 +31,6 @@ def flatten_author_groups(soup): return group_list - class ElsevierParser(BaseBeautifulSoupParser): author_collaborations_params = {} @@ -300,7 +299,7 @@ def _parse_author_group(self, author_group): affs_xref["ALLAUTH"] = value_list else: affs_xref[label] = value - + authors_raw = author_group.find_all("ce:author") for author in authors_raw: author_tmp = {} @@ -319,7 +318,7 @@ def _parse_author_group(self, author_group): author_tmp["email"] = author.find("ce:e-address").get_text() affs = [] if affs_xref.get("ALLAUTH"): - affs.append(affils_xref.get("ALLAUTH")) + affs.extend(affs_xref.get("ALLAUTH")) if author.find("ce:cross-ref") and author.find("ce:cross-ref").find("sup"): for i in author.find("ce:cross-ref").find_all("sup"): aff_label = i.get_text() diff --git a/tests/stubdata/input/els_phlb_compound_affil.xml b/tests/stubdata/input/els_phlb_compound_affil.xml index 5686580..db57415 100644 --- a/tests/stubdata/input/els_phlb_compound_affil.xml +++ b/tests/stubdata/input/els_phlb_compound_affil.xml @@ -1 +1 @@ -application/xmlSearch for new Higgs bosons via same-sign top quark pair production in association with a jet in proton-proton collisions at [formula omitted]The CMS CollaborationA. HayrapetyanA. TumasyanW. AdamJ.W. AndrejkovicT. BergauerS. ChatterjeeK. DamanakisM. DragicevicP.S. HussainM. JeitlerN. KrammerA. LiD. LikoI. MikulecJ. SchieckR. SchöfbeckD. SchwarzM. SonawaneS. TemplW. WaltenbergerC.-E. WulzM.R. DarwishT. JanssenP. Van MechelenE.S. BolsJ. D'HondtS. DansanaA. De MoorM. DelcourtH. El FahamS. LowetteI. MakarenkoD. MüllerA.R. SahasransuS. TavernierM. TytgatS. Van PutteD. VanneromB. ClerbauxG. De LentdeckerL. FavartD. HohovJ. JaramilloA. KhalilzadehK. LeeM. MahdavikhorramiA. MalaraS. ParedesL. PétréN. PostiauL. ThomasM. Vanden BemdenC. Vander VeldeP. VanlaerM. De CoenD. DoburY. HongJ. KnolleL. LambrechtG. MestdachC. RendónA. SamalanK. SkovpenN. Van Den BosscheJ. van der LindenL. WezenbeekA. BeneckeG. BrunoC. CaputoC. DelaereI.S. DonertasA. GiammancoK. JaffelSa. JainV. LemaitreJ. LidrychP. MastrapasquaK. MondalT.T. TranS. WertzG.A. AlvesE. CoelhoC. HenselT. Menezes De OliveiraA. MoraesP. Rebello TelesM. SoeiroW.L. Aldá JúniorM. Alves Gallo PereiraM. Barroso Ferreira FilhoH. Brandao MalbouissonW. CarvalhoJ. ChinellatoE.M. Da CostaG.G. Da SilveiraD. De Jesus DamiaoS. Fonseca De SouzaJ. MartinsC. Mora HerreraK. Mota AmariloL. MundimH. NogimaA. SantoroA. SznajderM. ThielA. Vilela PereiraC.A. BernardesL. CalligarisT.R. Fernandez Perez TomeiE.M. GregoresP.G. MercadanteS.F. NovaesB. OrzariSandra S. PadulaA. AleksandrovG. AntchevR. HadjiiskaP. IaydjievM. MishevaM. ShopovaG. SultanovA. DimitrovL. LitovB. PavlovP. PetkovA. PetrovE. ShumkaS. KeshriS. ThakurT. ChengQ. GuoT. JavaidL. YuanZ. HuJ. LiuK. YiG.M. ChenH.S. ChenM. ChenF. IemmiC.H. JiangA. KapoorH. LiaoZ.-A. LiuR. SharmaJ.N. SongJ. TaoC. WangJ. WangZ. WangH. ZhangA. AgapitosY. BanA. LevinC. LiQ. LiY. MaoS.J. QianX. SunD. WangH. YangL. ZhangC. ZhouZ. YouN. LuG. BauerX. GaoD. LeggatH. OkawaY. ZhangZ. LinC. LuM. XiaoC. AvilaD.A. Barbosa TrujilloA. CabreraC. FlorezJ. FragaJ.A. Reyes VegaJ. Mejia GuisaoF. RamirezM. RodriguezJ.D. Ruiz AlvarezD. GiljanovicN. GodinovicD. LelasA. SculacM. KovacT. SculacP. BargassaV. BrigljevicB.K. ChitrodaD. FerencekS. MishraA. StarodumovT. SusaA. AttikisK. ChristoforouS. KonstantinouJ. MousaC. NicolaouF. PtochosP.A. RazisH. RykaczewskiH. SakaA. StepennovM. FingerM. Finger Jr.A. KvetonE. AyalaE. Carrera JarrinH. AbdallaY. AssranM.A. MahmoudY. MohammedR.K. DewanjeeK. EhatahtM. KadastikT. LangeS. NandanC. NielsenJ. PataM. RaidalL. TaniC. VeelkenH. KirschenmannK. OsterbergM. VoutilainenS. BharthuarE. BrückenF. GarciaJ. HavukainenK.T.S. KallonenR. KinnunenT. LampénK. Lassila-PeriniS. LehtiT. LindénM. LottiL. MartikainenM. MyllymäkiM.m. RantanenH. SiikonenE. TuominenJ. TuominiemiP. LuukkaH. PetrowT. TuuvaM. BesanconF. CoudercM. DejardinD. DenegriJ.L. FaureF. FerriS. GanjourP. GrasG. Hamel de MonchenaultV. LohezicJ. MalclesJ. RanderA. RosowskyM.Ö. SahinA. Savoy-NavarroP. SimkinaM. TitovM. TornagoC. Baldenegro BarreraF. BeaudetteA. Buchot PerraguinP. BussonA. CappatiC. CharlotF. DamasO. DavignonA. De WitG. FalmagneB.A. Fontana Santos AlvesS. GhoshA. GilbertR. Granier de CassagnacA. HakimiB. HarikrishnanL. KalipolitiG. LiuJ. MottaM. NguyenC. OchandoL. PortalesR. SalernoJ.B. SauvanY. SiroisA. TarabiniE. VernazzaA. ZabiA. ZghicheJ.-L. AgramJ. AndreaD. ApparuD. BlochJ.-M. BromE.C. ChabertC. CollardS. FalkeU. GoerlachC. GrimaultR. HaeberleA.-C. Le BihanM. MeenaG. SahaM.A. SessiniP. Van HoveS. BeauceronB. BlanconG. BoudoulN. ChanonJ. ChoiD. ContardoP. DepasseC. DozenH. El MamouniJ. FayS. GasconM. GouzevitchC. GreenbergG. GrenierB. IlleI.B. LaktinehM. LethuillierL. MirabitoS. PerriesA. PurohitM. Vander DoncktP. VerdierJ. XiaoA. KhvedelidzeI. LomidzeZ. TsamalaidzeV. BottaL. FeldK. KleinM. LipinskiD. MeuserA. PaulsN. RöwertM. TeroerdeS. DiekmannA. DodonovaN. EichD. EliseevF. EngelkeM. ErdmannP. FackeldeyB. FischerT. HebbekerK. HoepfnerF. IvoneA. JungM.y. LeeL. MastrolorenzoF. MausolfM. MerschmeyerA. MeyerS. MukherjeeD. NollA. NovakF. NowotnyA. PozdnyakovY. RathW. RedjebF. RehmH. ReithlerU. SarkarV. SarkisoviA. SchmidtA. SharmaJ.L. SpahA. SteinF. Torres Da Silva De AraujoL. VigilanteS. WiedenbeckS. ZaleskiC. DziwokG. FlüggeW. Haj AhmadT. KressA. NowackO. PoothA. StahlT. ZiemonsA. ZotzH. Aarup PetersenM. Aldaya MartinJ. AlimenaS. AmorosoY. AnS. BaxterM. BayatmakouH. Becerril GonzalezO. BehnkeA. BelvedereS. BhattacharyaF. BlekmanK. BorrasD. BrunnerA. CampbellA. CardiniC. ChengF. ColombinaS. Consuegra RodríguezG. Correia SilvaM. De SilvaG. EckerlinD. EcksteinL.I. Estevez BanosO. FilatovE. GalloA. GeiserA. GiraldiG. GreauV. GuglielmiM. GuthoffA. HinzmannA. JafariL. JeppeN.Z. JomhariB. KaechM. KasemannH. KavehC. KleinwortR. KoglerM. KommD. KrückerW. LangeD. Leyva PerniaK. LipkaW. LohmannR. MankelI.-A. Melzer-PellmannM. Mendizabal MorentinJ. MetwallyA.B. MeyerG. MilellaA. MussgillerL.P. NairA. NürnbergY. OtaridJ. ParkD. Pérez AdánE. RankenA. RasperezaB. Ribeiro LopesJ. RübenachA. SaggioM. SchamS. SchnakeP. SchützeC. SchwanenbergerD. SelivanovaM. ShchedrolosievR.E. Sosa RicardoD. StaffordF. VazzolerA. Ventura BarrosoR. WalshQ. WangY. WenK. WichmannL. WiensC. WissingY. YangA. Zimermmane Castro SantosA. AlbrechtS. AlbrechtM. AntonelloS. BeinL. BenatoM. BonanomiP. ConnorM. EichK. El MorabitY. FischerA. FröhlichC. GarbersE. GaruttiA. GrohsjeanM. HajheidariJ. HallerH.R. JabuschG. KasieczkaP. KeicherR. KlannerW. KorcariT. KramerV. KutznerF. LabeJ. LangeA. LobanovC. MatthiesA. MehtaL. MoureauxM. MrowietzA. NigamovaY. NissanA. PaaschK.J. Pena RodriguezT. QuadfaselB. RacitiM. RiegerD. SavoiuJ. SchindlerP. SchleperM. SchröderJ. SchwandtM. SommerhalderH. StadieG. SteinbrückA. TewsM. WolfS. BrommerM. BurkartE. ButzT. ChwalekA. DierlammA. DrollN. FaltermannM. GiffelsA. GottmannF. HartmannR. HofsaessM. HorzelaU. HusemannJ. KieselerM. KluteR. KoppenhöferJ.M. LawhornM. LinkA. LintuluotoS. MaierS. MitraM. MormileTh. MüllerM. NeukumM. OhM. PresillaG. QuastK. RabbertzB. RegneryN. ShadskiyI. ShvetsovH.J. SimonisM. TomsN. TrevisaniR. UlrichR.F. Von CubeM. WassmerS. WielandF. WittigR. WolfS. WunschX. ZuoG. AnagnostouG. DaskalakisA. KyriakisA. PapadopoulosA. StakiaP. KontaxakisG. MelachroinosA. PanagiotouI. PapavergouI. ParaskevasN. SaoulidouK. TheofilatosE. TziaferiK. VellidisI. ZisopoulosG. BakasT. ChatzistavrouG. KarapostoliK. KousourisI. PapakrivopoulosE. SiamarkouG. TsipolitisA. ZacharopoulouK. AdamidisI. BestintzanosI. EvangelouC. FoudasP. GianneiosC. KamtsikisP. KatsoulisP. KokkasP.G. Kosmoglou KioseoglouN. ManthosI. PapadopoulosJ. StrologasM. BartókC. HajduD. HorvathF. SiklerV. VeszpremiM. CsanádK. FarkasM.M.A. GadallahÁ. KadlecsikP. MajorK. MandalG. PásztorA.J. RádlG.I. VeresP. RaicsB. UjvariG. ZiliziG. BenczeS. CzellarJ. KarancsiJ. MolnarZ. SzillasiT. CsorgoF. NemesT. NovakJ. BabbarS. BansalS.B. BeriV. BhatnagarG. ChaudharyS. ChauhanN. DhingraA. KaurA. KaurH. KaurM. KaurS. KumarK. SandeepT. SheokandJ.B. SinghA. SinglaA. AhmedA. BhardwajA. ChhetriB.C. ChoudharyA. KumarA. KumarM. NaimuddinK. RanjanS. SaumyaS. BaradiaS. BarmanS. BhattacharyaS. DuttaS. DuttaP. PalitS. SarkarM.M. AmeenP.K. BeheraS.C. BeheraS. ChatterjeeP. JanaP. KalbhorJ.R. KomaragiriD. KumarL. PanwarP.R. PujahariN.R. SahaA. SharmaA.K. SikdarS. VermaS. DugadM. KumarG.B. MohantyP. SuryadevaraA. BalaS. BanerjeeR.M. ChatterjeeM. GuchaitSh. JainS. KarmakarS. KumarG. MajumderK. MazumdarS. ParoliaA. ThachayathS. BahinipatiA.K. DasC. KarD. MaityP. MalT. MishraV.K. Muraleedharan Nair BindhuK. NaskarA. NayakP. SadangiP. SahaS.K. SwainS. VargheseD. VatsS. AcharyaA. AlpanaS. DubeB. GomberB. KansalA. LahaB. SahuS. SharmaH. BakhshiansohiE. KhazaieM. ZeinaliS. ChenaraniS.M. EtesamiM. KhakzadM. Mohammadi NajafabadiM. GrunewaldM. AbbresciaR. AlyA. ColaleoD. CreanzaB. D'AnziN. De FilippisM. De PalmaA. Di FlorioW. ElmetenaweeL. FioreG. IaselliM. LoukaG. MaggiM. MaggiI. MargjekaV. MastrapasquaS. MyS. NuzzoA. PellecchiaA. PompiliG. PuglieseR. RadognaG. Ramirez-SanchezD. RamosA. RanieriL. SilvestrisF.M. SimoneÜ. SözbilirA. StamerraR. VendittiP. VerwilligenA. ZazaG. AbbiendiC. BattilanaD. BonacorsiL. BorgonoviR. CampaniniP. CapiluppiA. CastroF.R. CavalloM. CuffianiG.M. DallavalleT. DiotaleviF. FabbriA. FanfaniD. FasanellaP. GiacomelliL. GiommiC. GrandiL. GuiducciS. Lo MeoL. LunertiS. MarcelliniG. MasettiF.L. NavarriaA. PerrottaF. PrimaveraA.M. RossiG.P. SiroliS. CostaA. Di MattiaR. PotenzaA. TricomiC. TuveP. AssiourasG. BarbagliG. BardelliB. CamaianiA. CasseseR. CeccarelliV. CiulliC. CivininiR. D'AlessandroE. FocardiT. KelloG. LatinoP. LenziM. LizzoM. MeschiniS. PaolettiA. PapanastassiouG. SguazzoniL. VilianiL. BenussiS. BiancoS. MeolaD. PiccoloP. ChatagnonF. FerroE. RobuttiS. TosiA. BenagliaG. BoldriniF. BrivioF. CetorelliF. De GuioM.E. DinardoP. DiniS. GennaiR. GerosaA. GhezziP. GovoniL. GuzziM.T. LucchiniM. MalbertiS. MalvezziA. MassironiD. MenasceL. MoroniM. PaganoniD. PedriniB.S. PinoliniS. RagazziT. Tabarelli de FatisD. ZuoloS. BuontempoA. CagnottaF. CarnevaliN. CavalloA. De IorioF. FabozziA.O.M. IorioL. ListaP. PaolucciB. RossiC. SciaccaR. ArdinoP. AzziN. BacchettaD. BiselloP. BortignonA. BragagnoloR. CarlinP. ChecchiaT. DorigoF. FanzagoU. GaspariniF. GonellaE. LusianiM. MargoniM. MiglioriniJ. PazziniP. RoncheseR. RossinF. SimonettoG. StrongM. TosiA. TriossiS. VenturaH. YararM. ZanettiP. ZottoA. ZucchettaG. ZumerleS. Abu ZeidC. AimèA. BraghieriS. CalzaferriD. FiorinaP. MontagnaV. ReC. RiccardiP. SalviniI. VaiP. VituloS. AjmalP. AsenovG.M. BileiD. CiangottiniL. FanòM. MagheriniG. MantovaniV. MarianiM. MenichelliF. MoscatelliA. RossiA. SantocchiaD. SpigaT. TedeschiP. AzzurriG. BagliesiR. BhattacharyaL. BianchiniT. BoccaliE. BossiniD. BruschiniR. CastaldiM.A. CiocciM. CiprianiV. D'AmanteR. Dell'OrsoS. DonatoA. GiassiF. LigabueD. Matos FigueiredoA. MessineoM. MusichF. PallaA. RizziG. RolandiS. Roy ChowdhuryT. SarkarA. ScribanoP. SpagnoloR. TenchiniG. TonelliN. TuriniA. VenturiP.G. VerdiniP. BarriaM. CampanaF. CavallariL. Cunqueiro MendezD. Del ReE. Di MarcoM. DiemozF. ErricoE. LongoP. MeridianiJ. MijuskovicG. OrgantiniF. PandolfiR. ParamattiC. QuarantaS. RahatlouC. RovelliF. SantanastasioL. SoffiN. AmapaneR. ArcidiaconoS. ArgiroM. ArneodoN. BartosikR. BellanA. BelloraC. BiinoN. CartigliaM. CostaR. CovarelliN. DemariaL. FincoM. GrippoB. KianiF. LeggerF. LuongoC. MariottiS. MaselliA. MeccaE. MiglioreM. MontenoR. MulargiaM.M. ObertinoG. OrtonaL. PacherN. PastroneM. PelliccioniM. RuspaF. SivieroV. SolaA. SolanoA. StaianoC. TarriconeD. TrocinoG. UmoretE. VlasovS. BelforteV. CandeliseM. CasarsaF. CossuttiK. De LeoG. Della RiccaS. DograJ. HongC. HuhB. KimD.H. KimJ. KimH. LeeS.W. LeeC.S. MoonY.D. OhM.S. RyuS. SekmenY.C. YangM.S. KimG. BakP. GwakH. KimD.H. MoonE. AsilarD. KimT.J. KimJ.A. MerlinS. ChoiS. HanB. HongK. LeeK.S. LeeS. LeeJ. ParkS.K. ParkJ. YooJ. GohS. YangH.S. KimY. KimS. LeeJ. AlmondJ.H. BhyunJ. ChoiW. JunJ. KimJ.S. KimS. KoH. KwonH. LeeJ. LeeJ. LeeB.H. OhS.B. OhH. SeoU.K. YangI. YoonW. JangD.Y. KangY. KangS. KimB. KoJ.S.H. LeeY. LeeI.C. ParkY. RohI.J. WatsonS. HaH.D. YooM. ChoiM.R. KimH. LeeY. LeeI. YuT. BeyrouthyY. MaghrbiK. DreimanisA. GaileG. PikursA. PotrebkoM. SeidelV. VeckalnsN.R. StrautnieksM. AmbrozasA. JuodagalvisA. RinkeviciusG. TamulaitisN. Bin NorjoharuddeenI. YusuffZ. ZolkapliJ.F. BenitezA. Castaneda HernandezH.A. Encinas AcostaL.G. Gallegos MaríñezM. León CoelloJ.A. Murillo QuijadaA. SehrawatL. Valencia PalomoG. AyalaH. Castilla-ValdezE. De La Cruz-BureloI. Heredia-De La CruzR. Lopez-FernandezC.A. Mondragon HerreraA. Sánchez HernándezC. Oropeza BarreraM. Ramírez GarcíaI. BautistaI. PedrazaH.A. Salazar IbarguenC. Uribe EstradaI. BubanjaN. RaicevicP.H. ButlerA. AhmadM.I. AsgharA. AwaisM.I.M. AwanH.R. HooraniW.A. KhanV. AvatiL. GrzankaM. MalawskiH. BialkowskaM. BlujB. BoimskaM. GórskiM. KazanaM. SzleperP. ZalewskiK. BunkowskiK. DorobaA. KalinowskiM. KoneckiJ. KrolikowskiA. MuhammadK. PozniakW. ZabolotnyM. AraujoD. BastosC. Beirão Da Cruz E SilvaA. BolettiM. BozzoT. CamporesiG. Da MolinP. FaccioliM. GallinaroJ. HollarN. LeonardoT. NiknejadA. PetrilliM. PisanoJ. SeixasJ. VarelaJ.W. WulffP. AdzicP. MilenovicM. DordevicJ. MilosevicV. RekovicM. Aguilar-BenitezJ. Alcaraz MaestreCristina F. BedoyaM. CepedaM. CerradaN. ColinoB. De La CruzA. Delgado PerisA. Escalante Del ValleD. Fernández Del ValJ.P. Fernández RamosJ. FlixM.C. FouzO. Gonzalez LopezS. Goy LopezJ.M. HernandezM.I. JosaD. MoranC.M. Morcillo PerezÁ. Navarro TobarC. Perez DengraA. Pérez-Calero YzquierdoJ. Puerta PelayoI. RedondoD.D. Redondo FerreroL. RomeroS. Sánchez NavasL. Urda GómezJ. Vazquez EscobarC. WillmottJ.F. de TrocónizB. Alvarez GonzalezJ. CuevasJ. Fernandez MenendezS. FolguerasI. Gonzalez CaballeroJ.R. González FernándezE. Palencia CortezonC. Ramón ÁlvarezV. Rodríguez BouzaA. Soto RodríguezA. TrapoteC. Vico VillalbaP. VischiaS. BhowmikS. Blanco FernándezJ.A. Brochero CifuentesI.J. CabrilloA. CalderonJ. Duarte CampderrosM. FernandezG. GomezC. Lasaosa GarcíaC. Martinez RiveroP. Martinez Ruiz del ArbolF. MatorrasP. Matorras CuevasE. Navarrete RamosJ. Piedra GomezL. ScodellaroI. VilaJ.M. Vizan GarciaM.K. JayanandaB. KailasapathyD.U.J. SonnadaraD.D.C. WickramarathnaW.G.D. DharmaratnaK. LiyanageN. PereraN. WickramageD. AbbaneoC. AmendolaE. AuffrayG. AuzingerJ. BaechlerD. BarneyA. Bermúdez MartínezM. BiancoB. BilinA.A. Bin AnuarA. BocciE. BrondolinC. CaillolG. CerminaraN. ChernyavskayaD. d'EnterriaA. DabrowskiA. DavidA. De RoeckM.M. DefranchisM. DeileM. DobsonF. FallavollitaL. ForthommeG. FranzoniW. FunkS. GianiD. GigiK. GillF. GlegeL. GouskosM. HarankoJ. HegemanB. HuberV. InnocenteT. JamesP. JanotS. LaurilaP. LecoqE. LeutgebC. LourençoB. MaierL. MalgeriM. MannelliA.C. MariniM. MatthewmanF. MeijersS. MersiE. MeschiV. MilosevicF. MontiF. MoortgatM. MuldersI. NeutelingsS. OrfanelliF. PantaleoG. PetruccianiA. PfeifferM. PieriniD. PiparoH. QuD. RabadyG. Reales GutiérrezM. RovereH. SakulinS. ScarfiC. SchwickM. SelvaggiA. SharmaK. ShchelinaP. SilvaP. SphicasA.G. Stahl LeitonA. SteenS. SummersD. TreilleP. TropeaA. TsirouD. WalterJ. WanczykJ. WangS. WuchterlP. ZehetnerP. ZejdlW.D. ZeunerT. BevilacquaL. CaminadaA. EbrahimiW. ErdmannR. HorisbergerQ. IngramH.C. KaestliD. KotlinskiC. LangeM. MissiroliL. NoehteT. RoheT.K. AarrestadK. AndrosovM. BackhausA. CalandriC. CazzanigaK. DattaA. De CosaG. DissertoriM. DittmarM. DonegàF. EbleM. GalliK. GediaF. GlessgenC. GrabD. HitsW. LustermannA.-M. LyonR.A. ManzoniM. MarchegianiL. MarcheseC. Martin PerezA. MascellaniF. Nessi-TedaldiF. PaussV. PerovicS. PigazziniM. ReichmannC. ReisselT. ReitenspiessB. RisticF. RitiD. RuiniD.A. Sanz BecerraR. SeiditaJ. SteggemannD. ValsecchiR. WallnyC. AmslerP. BärtschiC. BottaD. BrzhechkoM.F. CanelliK. CormierR. Del BurgoJ.K. HeikkiläM. HuwilerW. JinA. JofreheiB. KilminsterS. LeontsinisS.P. LiechtiA. MacchioloP. MeiringV.M. MikuniU. MolinattiA. ReimersP. RobmannS. Sanchez CruzK. SchweigerM. SengerY. TakahashiR. TramontanoC. AdloffD. BhowmikC.M. KuoW. LinP.K. RoutP.C. TiwariS.S. YuL. CeardY. ChaoK.F. ChenP.s. ChenZ.g. ChenW.-S. HouT.h. HsuY.w. KaoR. KhuranaG. KoleY.y. LiR.-S. LuE. PaganisX.f. SuJ. Thomas-WilskerL.s. TsaiH.y. WuE. YazganC. AsawatangtrakuldeeN. SrimanobhasV. WachirapusitanandD. AgyelF. BoranZ.S. DemirogluF. DolekI. DumanogluE. EskutY. GulerE. Gurpinar GulerC. IsikO. KaraA. Kayis TopaksuU. KiminsuG. OnengutK. OzdemirA. PolatozB. TaliU.G. TokS. TurkcaparE. UslanI.S. ZorbakirM. YalvacB. AkgunI.O. AtakisiE. GülmezM. KayaO. KayaS. TektenA. CakirK. CankocakY. KomurcuS. SenO. AydilekS. CerciV. EpshteynB. HacisahinogluI. HosB. KaynakS. OzkorucukluO. PotokH. SertC. SimsekD. Sunar CerciC. ZorbilmezB. IsildakA. BoyaryntsevB. GrynyovL. LevchukD. AnthonyJ.J. BrookeA. BundockF. BuryE. ClementD. CussansH. FlacherM. GlowackiJ. GoldsteinH.F. HeathL. KreczkoS. ParamesvaranS. Seif El Nasr-StoreyV.J. SmithN. StylianouK. Walkingshaw PassR. WhiteA.H. BallK.W. BellA. BelyaevC. BrewR.M. BrownD.J.A. CockerillC. CookeK.V. EllisK. HarderS. HarperM.-L. HolmbergJ. LinacreK. ManolopoulosD.M. NewboldE. OlaiyaD. PetytT. ReisG. SalviT. SchuhC.H. Shepherd-ThemistocleousI.R. TomalinT. WilliamsR. BainbridgeP. BlochC.E. BrownO. BuchmullerV. CacchioC.A. Carrillo MontoyaG.S. ChahalD. CollingJ.S. DancuI. DasP. DaunceyG. DaviesJ. DaviesM. Della NegraS. FayerG. FediG. HallM.H. HassanshahiA. HowardG. IlesM. KnightJ. LangfordJ. León HolgadoL. LyonsA.-M. MagnanS. MalikA. MartelliM. MieskolainenJ. NashM. PesaresiB.C. Radburn-SmithA. RichardsA. RoseC. SeezR. ShuklaA. TapperK. UchidaG.P. UttleyL.H. VageT. VirdeeM. VojinovicN. WardleD. WinterbottomK. ColdhamJ.E. ColeA. KhanP. KyberdI.D. ReidS. AbdullinA. BrinkerhoffB. CarawayJ. DittmannK. HatakeyamaJ. HiltbrandB. McMasterM. SaundersS. SawantC. SutantawibulJ. WilsonR. BartekA. DominguezC. Huerta EscamillaA.E. SimsekR. UniyalA.M. Vargas HernandezB. BamR. ChudasamaS.I. CooperS.V. GleyzerC.U. PerezP. RumerioE. UsaiR. YiA. AkpinarA. AlbertD. ArcaroC. CosbyZ. DemiragliC. EriceC. FangmeierC. Fernandez MadrazoE. FontanesiD. GastlerF. GolfS. JeonI. ReedJ. RohlfK. SalyerD. SperkaD. SpitzbartI. SuarezA. TsatsosS. YuanA.G. ZecchinelliG. BenelliX. CoubezD. CuttsM. HadleyU. HeintzJ.M. HoganT. KwonG. LandsbergK.T. LauD. LiJ. LuoS. MondalM. NarainN. PervanS. SagirF. SimpsonM. StamenkovicW.Y. WongX. YanW. ZhangS. AbbottJ. BonillaC. BrainerdR. BreedonM. Calderon De La Barca SanchezM. ChertokM. CitronJ. ConwayP.T. CoxR. ErbacherF. JensenO. KukralG. MocellinM. MulhearnD. PellettW. WeiY. YaoF. ZhangM. BachtisR. CousinsA. DattaG. Flores AvilaJ. HauserM. IgnatenkoM.A. IqbalT. LamE. MancaA. Nunez Del PradoD. SaltzbergV. ValuevR. ClareJ.W. GaryM. GordonG. HansonW. SiS. WimpennyJ.G. BransonS. CittolinS. CoopersteinD. DiazJ. DuarteL. GianniniJ. GuiangR. KansalV. KrutelyovR. LeeJ. LettsM. MasciovecchioF. MokhtarS. MukherjeeM. PieriM. QuinnanB.V. Sathia NarayananV. SharmaM. TadelE. VourliotisF. WürthweinY. XiangA. YagilA. BarzdukasL. BrennanC. CampagnariA. DorsettJ. IncandelaJ. KimA.J. LiP. MastersonH. MeiJ. RichmanU. SaricaR. SchmitzF. SettiJ. SheplockD. StuartT.Á. VámiS. WangA. BornheimO. CerriA. LatorreJ. MaoH.B. NewmanM. SpiropuluJ.R. VlimantC. WangS. XieR.Y. ZhuJ. AlisonS. AnM.B. AndrewsP. BryantM. CremonesiV. DuttaT. FergusonA. HarilalC. LiuT. MudholkarS. MurthyM. PauliniA. RobertsA. SanchezW. TerrillJ.P. CumalatW.T. FordA. HassaniG. KarathanasisE. MacDonaldN. ManganelliF. MariniA. PerloffC. SavardN. SchonbeckK. StensonK.A. UlmerS.R. WagnerN. ZipperJ. AlexanderS. Bright-ThonneyX. ChenD.J. CranshawJ. FanX. FanD. GadkariS. HoganP. KotamnivesJ. MonroyM. OshiroJ.R. PattersonJ. ReichertM. ReidA. RydJ. ThomP. WittichR. ZouM. AlbrowM. AlyariO. AmramG. ApollinariA. ApresyanL.A.T. BauerdickD. BerryJ. BerryhillP.C. BhatK. BurkettJ.N. ButlerA. CanepaG.B. CeratiH.W.K. CheungF. ChlebanaG. CummingsJ. DickinsonI. DuttaV.D. ElviraY. FengJ. FreemanA. GandrakotaZ. GecseL. GrayD. GreenA. GrummerS. GrünendahlD. GuerreroO. GutscheR.M. HarrisR. HellerT.C. HerwigJ. HirschauerL. HorynB. JayatilakaS. JindarianiM. JohnsonU. JoshiT. KlijnsmaB. KlimaK.H.M. KwokS. LammelD. LincolnR. LiptonT. LiuC. MadridK. MaeshimaC. MantillaD. MasonP. McBrideP. MerkelS. MrennaS. NahnJ. NgadiubaD. NoonanV. PapadimitriouN. PastikaK. PedroC. PenaF. RaveraA. Reinsvold HallL. RistoriE. Sexton-KennedyN. SmithA. SohaL. SpiegelS. StoynevJ. StraitL. TaylorS. TkaczykN.V. TranL. UpleggerE.W. VaanderingI. ZoiC. ArutaP. AveryD. BourilkovL. CadamuroP. ChangV. CherepanovR.D. FieldE. KoenigM. KolosovaJ. KonigsbergA. KorytovK.H. LoK. MatchevN. MenendezG. MitselmakherK. MohrmanA. Muthirakalayil MadhuN. RawalD. RosenzweigS. RosenzweigK. ShiJ. WangT. AdamsA. Al KadhimA. AskewN. BowerR. HabibullahV. HagopianR. HashmiR.S. KimS. KimT. KolbergG. MartinezH. ProsperP.R. ProvaO. ViazloM. WulansatitiR. YohayJ. ZhangB. AlsufyaniM.M. BaarmandS. ButallaT. ElkafrawyM. HohlmannR. Kumar VermaM. RahmaniE. YanesM.R. AdamsA. BatyC. BennettR. CavanaughS. DittmerR. Escobar FrancoO. EvdokimovC.E. GerberD.J. HofmanJ.h. LeeD.S. LemosA.H. MerritC. MillsS. NandaG. OhB. OzekD. PilipovicR. PradhanT. RoyS. RudrabhatlaM.B. TonjesN. VarelasX. WangZ. YeJ. YooM. AlhusseiniD. BlendK. DilsizL. EmediatoG. KaramanO.K. KöseyanJ.-P. MerloA. MestvirishviliJ. NachtmanO. NeogiH. OgulY. OnelA. PenzoC. SnyderE. TirasB. BlumenfeldL. CorcodilosJ. DavisA.V. GritsanL. KangS. KyriacouP. MaksimovicM. RoguljicJ. RoskesS. SekharM. SwartzA. AbreuL.F. Alcerro AlcerroJ. AnguianoP. BaringerA. BeanZ. FlowersD. GroveJ. KingG. KrintirasM. LazarovitsC. Le MahieuC. LindseyJ. MarquezN. MinafraM. MurrayM. NickelM. PittS. PopescuC. RoganC. RoyonR. SalvaticoS. SandersC. SmithQ. WangG. WilsonB. AllmondA. IvanovK. KaadzeA. KalogeropoulosD. KimY. MaravinK. NamJ. NatoliD. RoyG. SorrentinoF. RebassooD. WrightA. BadenA. BelloniA. BethaniY.M. ChenS.C. EnoN.J. HadleyS. JabeenR.G. KelloggT. KoethY. LaiS. LascioA.C. MignereyS. NabiliC. PalmerC. PapageorgakisM.M. ParanjpeL. WangJ. BendavidW. BuszaI.A. CaliY. ChenM. D'AlfonsoJ. EysermansC. FreerG. Gomez-CeballosM. GoncharovG. GrossoP. HarrisD. HoangD. KovalskyiJ. KrupaL. LavezzoY.-J. LeeK. LongC. MironovC. PausD. RankinC. RolandG. RolandS. RothmanZ. ShiG.S.F. StephansZ. WangB. WyslouchT.J. YangB. CrossmanB.M. JoshiC. KapsiakM. KrohnD. MahonJ. MansB. MarzocchiS. PandeyM. ReveringR. RusackR. SaradhyN. SchroederN. StrobbeM.A. WadudL.M. CremaldiK. BloomM. BrysonD.R. ClaesG. HazaJ. HossainC. JooI. KravchenkoJ.E. SiadoW. TabbA. VagneriniA. WightmanF. YanD. YuH. BandyopadhyayL. HayI. IashviliA. KharchilavaM. MorrisD. NguyenS. RappoccioH. Rejeb SfarA. WilliamsG. AlversonE. BarberisJ. DervanY. HaddadY. HanA. KrishnaJ. LiM. LuG. MadiganR. MccarthyD.M. MorseV. NguyenT. OrimotoA. ParkerL. SkinnariA. Tishelman-CharnyB. WangD. WoodS. BhattacharyaJ. BueghlyZ. ChenK.A. HahnY. LiuY. MiaoD.G. MonkM.H. SchmittA. TaliercioM. VelascoG. AgarwalR. BandR. BucciS. CastellsA. DasR. GoldouzianM. HildrethK.W. HoK. Hurtado AnampaT. IvanovC. JessopK. LannonJ. LawrenceN. LoukasL. LuttonJ. MarianoN. MarinelliI. McalisterT. McCauleyC. McgradyC. MooreY. MusienkoH. NelsonM. OshersonA. PiccinelliR. RuchtiA. TownsendY. WanM. WayneH. YockeyM. ZaruckiL. ZygalaA. BasnetB. BylsmaM. CarriganL.S. DurkinC. HillM. JoyceM. Nunez OrnelasK. WeiB.L. WinerB.R. YatesF.M. AddesaH. BouchamaouiP. DasG. DezoortP. ElmerA. FrankenthalB. GreenbergN. HaubrichG. KoppS. KwanD. LangeA. LoeligerD. MarlowI. OjalvoJ. OlsenA. ShevelevD. SticklandC. TullyS. MalikA.S. BakshiV.E. BarnesS. ChandraR. ChawlaS. DasA. GuL. GutayM. JonesA.W. JungD. KondratyevA.M. KoshyM. LiuG. NegroN. NeumeisterG. PaspalakiS. PiperovV. ScheurerJ.F. SchulteM. StojanovicJ. ThiemanA.K. VirdiF. WangW. XieJ. DolenN. ParasharA. PathakD. AcostaT. CarnahanK.M. EcklundP.J. Fernández MantecaS. FreedP. GardnerF.J.M. GeurtsW. LiO. Miguel ColinB.P. PadleyR. RedjimiJ. RotterE. YigitbasiY. ZhangA. BodekP. de BarbaroR. DeminaJ.L. DulembaC. FallonA. Garcia-BellidoO. HindrichsA. KhukhunaishviliN. ParmarP. ParyginE. PopovaR. TausG.P. Van OnsemK. GoulianosB. ChiaritoJ.P. ChouY. GershteinE. HalkiadakisA. HartM. HeindlD. JaroslawskiO. KarachebanI. LaflotteA. LathR. MontalvoK. NashH. RoutrayS. SalurS. SchnetzerS. SomalwarR. StoneS.A. ThayilS. ThomasJ. VoraH. WangH. AcharyaD. AllyA.G. DelannoyS. FiorendiS. HigginbothamT. HolmesA.R. KanugantiN. KarunarathnaL. LeeE. NibigiraS. SpanierD. AebiM. AhmadO. BouhaliM. DalchenkoR. EusebiJ. GilmoreT. HuangT. KamonH. KimS. LuoS. MalhotraR. MuellerD. OvertonD. RathjensA. SafonovN. AkchurinJ. DamgovV. HegdeA. HussainY. KazhykarimK. LamichhaneS.W. LeeA. MankelT. PeltolaI. VolobouevA. WhitbeckE. AppeltS. GreeneA. GurrolaW. JohnsR. Kunnawalkam ElayavalliA. MeloF. RomeoP. SheldonS. TuoJ. VelkovskaJ. ViinikainenB. CardwellB. CoxJ. HakalaR. HiroskyA. LedovskoyC. NeuC.E. Perez LaraP.E. KarchinA. AravindS. BanerjeeK. BlackT. BoseS. DasuI. De BruynP. EveraertsC. GalloniH. HeM. HerndonA. HerveC.K. KorakaA. LanaroR. LovelessJ. Madhusudanan SreekalaA. MallampalliA. MohammadiS. MondalG. ParidaD. PinnaA. SavinV. ShangV. SharmaW.H. SmithD. TeagueH.F. TsoiW. VetensA. WardenS. AfanasievV. AndreevYu. AndreevT. AushevM. AzarkinA. BabaevA. BelyaevV. BlinovE. BoosV. BorshchD. BudkouskiV. BunichevV. ChekhovskyR. ChistovM. DanilovA. DermenevT. DimovaD. DruzhkinM. DubininL. DudkoA. ErshovG. GavrilovV. GavrilovS. GninenkoV. GolovtcovN. GolubevI. GolutvinI. GorbunovA. GribushinY. IvanovV. KachanovV. KarjavineA. KarneyeuV. KimM. KirakosyanD. KirpichnikovM. KirsanovV. KlyukhinV. KorenkovA. KozyrevN. KrasnikovA. LanevP. LevchenkoN. LychkovskayaV. MakarenkoA. MalakhovV. MatveevV. MurzinA. NikitenkoS. ObraztsovV. OreshkinV. PalichikV. PerelyginM. PerfilovS. PolikarpovV. PopovO. RadchenkoM. SavinaV. SavrinV. ShalaevS. ShmatovS. ShulhaY. SkovpenS. SlabospitskiiV. SmirnovD. SosnovV. SulimovE. TcherniaevA. TerkulovO. TeryaevI. TlisovaA. ToropinL. UvarovA. UzunianP. VolkovA. VorobyevG. VorotnikovN. VoytishinB.S. YuldashevA. ZarubinI. ZhizhinA. ZhokinCMSTop quarksExtra Higgs bosonYukawa couplingsPhysics Letters B 850 (2024). doi:10.1016/j.physletb.2024.138478journalPhysics Letters B© 2024 The Author(s). Published by Elsevier B.V. Funded by SCOAP³.Elsevier B.V.0370-2693850March 202410.1016/j.physletb.2024.138478http://dx.doi.org/10.1016/j.physletb.2024.138478doi:10.1016/j.physletb.2024.138478138478http://vtw.elsevier.com/data/voc/oa/OpenAccessStatus#Full2024-01-12T00:06:30ZSCOAP³ - Sponsoring Consortium for Open Access Publishing in Particle Physicshttp://vtw.elsevier.com/data/voc/oa/SponsorType#FundingBodyhttp://creativecommons.org/licenses/by/4.0/2024-02-02T00:00:00.000Z2024-02-09T00:00:00.000ZThis is an open access article under the CC BY license.JournalsS300.3PLB138478138478S0370-2693(24)00017-010.1016/j.physletb.2024.138478The Author(s)ExperimentsCMSdata preservation, re-use and open access policyFig. 1Representative Feynman diagram for ttq (q = u, c) production through a new scalar (H) or pseudoscalar (A) Higgs boson. In this analysis, events with q = q′ are considered.Fig. 1Fig. 2The pre-fit CvsL (upper) and CvsB (lower) distributions for the selected highest pT jet. The predictions for mA = 350 GeV with A-H interference assuming mA − mH = 50 GeV for ρtu = 1.0 (solid red line) and ρtc = 1.0 (dashed red line) are also displayed. The numbers in square brackets represent the yields for each sample. The uncertainty bars on the points and the hatched bands represent the statistical uncertainties in the data and in the background predictions, respectively. Beneath each plot the ratio of data to predictions is shown. The uncertainty bars in the ratio plots include statistical uncertainties in the data and in the background predictions.Fig. 2Fig. 3Post-fit distributions of the BDT discriminants combining the categories e±e±, μ±μ±, and e±μ±, and all data-taking periods, for mA = 350 GeV with ρtu = 1.0 (upper), and ρtc = 1.0 (lower) with the A-H interference. The numbers in square brackets represent the yields for each sample. The uncertainty bars on the points represent the statistical uncertainties in the data. Beneath each plot the ratio of data to predictions is shown. The uncertainty bars in the ratio plots include statistical uncertainties in the data and the total uncertainty in the background predictions, and the hatched bands represent the total uncertainty in the background predictions.Fig. 3Fig. 4Observed and expected 95% CL upper limits on the signal strength as functions of mA for g2HDM using different coupling assumptions: ρtu = 0.1, 0.4, 1.0 (upper) and ρtc = 0.1, 0.4, 1.0 (lower) without interference, for the combination of the e±e±, μ±μ±, and e±μ± categories and all data-taking periods. The inner (green) band and the outer (yellow) band indicate the regions containing 68 and 95%, respectively, of the distribution of limits expected under the background-only hypothesis.Fig. 4Fig. 5Observed and expected 95% CL upper limits on the signal strength as functions of mA for g2HDM using different coupling assumptions: ρtu = 0.1, 0.4, 1.0 (upper) and ρtc = 0.1, 0.4, 1.0 (lower) with A-H interference assuming mA − mH = 50 GeV, for the combination of the e±e±, μ±μ±, and e±μ± categories and all data-taking periods. The inner (green) band and the outer (yellow) band indicate the regions containing 68 and 95%, respectively, of the distribution of limits expected under the background-only hypothesis.Fig. 5Fig. 6Observed 95% CL upper limit on the signal strength as a function of mA and ρtu (upper) and ρtc (lower) for g2HDM without the A-H interference, for the combination of the e±e±, μ±μ±, and e±μ± categories. The color axis represents the observed upper limit on the signal strength. Expected (dashed lines) and observed (solid lines) exclusion contours are also shown.Fig. 6Fig. 7Observed 95% CL upper limit on the signal strength as a function of mA and ρtu (upper) and ρtc (lower) for g2HDM signal model with the A-H interference, for the combination of the e±e±, μ±μ±, and e±μ± categories. The color axis represents the observed upper limit on the signal strength. Expected (dashed lines) and observed (solid lines) exclusion contours are also shown.Fig. 7Table 1Input variables of the BDT. Jets and leptons are ordered by pT.Table 1Input variables of the BDTCvsL(ja)a = 1,2,3Charm- vs light-quark jet identification variableCvsB(ja)a = 1,2,3Charm- vs bottom-quark jet identification variableΔR(ja,jb)1 ≤ a < b ≤ 3Angular separation between jetsm(ja,jb)1 ≤ a < b ≤ 3Invariant mass of jet pairsΔR(ja,lb)a = 1,2,3; b = 1,2Angular separation between jet and leptonm(ja,lb)a = 1,2,3; b = 1,2Invariant mass of jet-lepton pairspT(a)a = 1,2Transverse momentum of leptonsm(1,2,ja)a = 1,2,3Invariant mass of the two leptons plus the highest pT jetm(1,2)Invariant mass of the two leptonsHTScalar pT sum of the jetspTmissMissing transverse momentumTable 2Summary of systematic uncertainties for ρtc = 0.4 and mA = 350 GeV with A-H interference assuming mA − mH = 50 GeV. The first column indicates the source of uncertainty. The second column specifies whether the shape of the fit discriminant is affected by the nuisance parameter (✓) or not (dash). The impact in percent of these nuisance parameters on the pre-fit expected event yields is displayed in the third column. This column is subdivided into three event categories representing the analysis channels. The percentage impacts are given as a range of values representing the minimum and maximum differences obtained in the different bins of the BDT distribution through the four data-taking periods. The numbers for the normalization component of the nonprompt lepton background represent the uncertainties used for each data-taking period. Whether or not a nuisance parameter is taken correlated across years and categories is specified in the last two columns. The luminosity and jet flavor identification nuisances are only partially correlated across years.Table 2Uncertainty sourceShapeCategoryCorrelated acrosse±e±μ±μ±e±μ±YearsCategoriesExperimentalLuminosity1.2–2.51.2–2.51.2–2.5Pileup<0.1–2.8<0.1–1.8<0.1–2.3Trigger efficiency0.4–2.60.2–1.10.3–1.2L1 trigger inefficiency0.1–0.80.1–0.30.1–0.4Lepton identification0.1–1.7<0.1–0.4<0.1–0.6Lepton energy scale<0.1–0.2<0.1–0.2Charge misid.1.2–13.1Jet energy scale<0.1–4.5<0.1–1.7<0.1–1.5Jet energy resolution<0.1–2.6<0.1–1.8<0.1–1.6Unclustered energy<0.1–2.6<0.1–0.5<0.1–0.8Jet flavor identification<0.1–12.1<0.1–8.8<0.1–11.6Nonprompt lepton BGstatistical component<0.1–27.21.9–16.23.0–13.2Nonprompt lepton BG27,15,11,1027,15,11,1027,15,11,10TheoreticalSignal QCD scales10.3–10.510.0–10.29.9–10.0Signal PDF0.70.6–0.70.5–0.6Signal parton shower3.6–4.34.0–4.36.3–7.3tt6.16.16.1VV4.54.54.5VBS10.410.410.4ttH7.87.87.8ttW10.710.710.7Other backgrounds5.45.45.4Table 3Observed (expected) lower limits on mA at 95% CL. For the scenario without interference, the limits on mH and mA are the same.Table 3Observed (expected) mass limit [GeV]withoutwithwithinterferenceinterferenceinterferencemA or mHmAmHρtu0.4920 (920)1000 (1000)950 (950)1.01000 (1000)1000 (1000)950 (950)ρtc0.4no limit340 (370)290 (320)1.0770 (680)810 (670)760 (620)LetterSearch for new Higgs bosons via same-sign top quark pair production in association with a jet in proton-proton collisions at s=13TeVThe CMS CollaborationA.HayrapetyanA.Tumasyan1Yerevan Physics Institute, Yerevan, ArmeniaYerevan Physics InstituteYerevanArmeniaYerevan Physics Institute, Yerevan, Armenia1Also at Yerevan State University, Yerevan, Armenia.W.AdamJ.W.AndrejkovicT.BergauerS.ChatterjeeK.DamanakisM.DragicevicP.S.HussainM.Jeitler2N.KrammerA.LiD.LikoI.MikulecJ.Schieck2R.SchöfbeckD.SchwarzM.SonawaneS.TemplW.WaltenbergerC.-E.Wulz2Institut für Hochenergiephysik, Vienna, AustriaInstitut für HochenergiephysikViennaAustriaInstitut für Hochenergiephysik, Vienna, Austria2Also at TU Wien, Vienna, Austria.M.R.Darwish3T.JanssenP.Van MechelenUniversiteit Antwerpen, Antwerpen, BelgiumUniversiteit AntwerpenAntwerpenBelgiumUniversiteit Antwerpen, Antwerpen, Belgium3Also at Institute of Basic and Applied Sciences, Faculty of Engineering, Arab Academy for Science, Technology and Maritime Transport, Alexandria, Egypt.E.S.BolsJ.D'HondtS.DansanaA.De MoorM.DelcourtH.El FahamS.LowetteI.MakarenkoD.MüllerA.R.SahasransuS.TavernierM.Tytgat4S.Van PutteD.VanneromVrije Universiteit Brussel, Brussel, BelgiumVrije Universiteit BrusselBrusselBelgiumVrije Universiteit Brussel, Brussel, Belgium4Also at Ghent University, Ghent, Belgium.B.ClerbauxG.De LentdeckerL.FavartD.HohovJ.JaramilloA.KhalilzadehK.LeeM.MahdavikhorramiA.MalaraS.ParedesL.PétréN.PostiauL.ThomasM.Vanden BemdenC.Vander VeldeP.VanlaerUniversité Libre de Bruxelles, Bruxelles, BelgiumUniversité Libre de BruxellesBruxellesBelgiumUniversité Libre de Bruxelles, Bruxelles, BelgiumM.De CoenD.DoburY.HongJ.KnolleL.LambrechtG.MestdachC.RendónA.SamalanK.SkovpenN.Van Den BosscheJ.van der LindenL.WezenbeekGhent University, Ghent, BelgiumGhent UniversityGhentBelgiumGhent University, Ghent, BelgiumA.BeneckeG.BrunoC.CaputoC.DelaereI.S.DonertasA.GiammancoK.JaffelSa.JainV.LemaitreJ.LidrychP.MastrapasquaK.MondalT.T.TranS.WertzUniversité Catholique de Louvain, Louvain-la-Neuve, BelgiumUniversité Catholique de LouvainLouvain-la-NeuveBelgiumUniversité Catholique de Louvain, Louvain-la-Neuve, BelgiumG.A.AlvesE.CoelhoC.HenselT.Menezes De OliveiraA.MoraesP.Rebello TelesM.SoeiroCentro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, BrazilCentro Brasileiro de Pesquisas FisicasRio de JaneiroBrazilCentro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, BrazilW.L.Aldá JúniorM.Alves Gallo PereiraM.Barroso Ferreira FilhoH.Brandao MalbouissonW.CarvalhoJ.Chinellato5E.M.Da CostaG.G.Da Silveira6D.De Jesus DamiaoS.Fonseca De SouzaJ.Martins7C.Mora HerreraK.Mota AmariloL.MundimH.NogimaA.SantoroA.SznajderM.ThielA.Vilela PereiraUniversidade do Estado do Rio de Janeiro, Rio de Janeiro, BrazilUniversidade do Estado do Rio de JaneiroRio de JaneiroBrazilUniversidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil5Also at Universidade Estadual de Campinas, Campinas, Brazil.6Also at Federal University of Rio Grande do Sul, Porto Alegre, Brazil.7Also at UFMS, Nova Andradina, Brazil.C.A.Bernardes6L.CalligarisT.R.Fernandez Perez TomeiE.M.GregoresP.G.MercadanteS.F.NovaesB.OrzariSandra S.PadulaUniversidade Estadual Paulista, Universidade Federal do ABC, São Paulo, BrazilUniversidade Estadual PaulistaUniversidade Federal do ABCSão PauloBrazilUniversidade Estadual Paulista, Universidade Federal do ABC, São Paulo, BrazilA.AleksandrovG.AntchevR.HadjiiskaP.IaydjievM.MishevaM.ShopovaG.SultanovInstitute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, BulgariaInstitute for Nuclear Research and Nuclear EnergyBulgarian Academy of SciencesSofiaBulgariaInstitute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, BulgariaA.DimitrovL.LitovB.PavlovP.PetkovA.PetrovE.ShumkaUniversity of Sofia, Sofia, BulgariaUniversity of SofiaSofiaBulgariaUniversity of Sofia, Sofia, BulgariaS.KeshriS.ThakurInstituto De Alta Investigación, Universidad de Tarapacá, Casilla 7 D, Arica, ChileInstituto De Alta InvestigaciónUniversidad de TarapacáCasilla 7 DAricaChileInstituto De Alta Investigación, Universidad de Tarapacá, Casilla 7 D, Arica, ChileT.ChengQ.GuoT.JavaidL.YuanBeihang University, Beijing, ChinaBeihang UniversityBeijingChinaBeihang University, Beijing, ChinaZ.HuJ.LiuK.Yi89Department of Physics, Tsinghua University, Beijing, ChinaDepartment of PhysicsTsinghua UniversityBeijingChinaDepartment of Physics, Tsinghua University, Beijing, China8Also at Nanjing Normal University, Nanjing, China.9Now at The University of Iowa, Iowa City, Iowa, USA.G.M.Chen10H.S.Chen10M.Chen10F.IemmiC.H.JiangA.Kapoor11H.LiaoZ.-A.Liu12R.Sharma13J.N.Song12J.TaoC.Wang10J.WangZ.Wang10H.ZhangInstitute of High Energy Physics, Beijing, ChinaInstitute of High Energy PhysicsBeijingChinaInstitute of High Energy Physics, Beijing, China10Also at University of Chinese Academy of Sciences, Beijing, China.11Also at China Center of Advanced Science and Technology, Beijing, China.12Also at University of Chinese Academy of Sciences, Beijing, China.13Also at China Spallation Neutron Source, Guangdong, China.A.AgapitosY.BanA.LevinC.LiQ.LiY.MaoS.J.QianX.SunD.WangH.YangL.ZhangC.ZhouState Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, ChinaState Key Laboratory of Nuclear Physics and TechnologyPeking UniversityBeijingChinaState Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, ChinaZ.YouSun Yat-Sen University, Guangzhou, ChinaSun Yat-Sen UniversityGuangzhouChinaSun Yat-Sen University, Guangzhou, ChinaN.LuUniversity of Science and Technology of China, Hefei, ChinaUniversity of Science and Technology of ChinaHefeiChinaUniversity of Science and Technology of China, Hefei, ChinaG.Bauer14Nanjing Normal University, Nanjing, ChinaNanjing Normal UniversityNanjingChinaNanjing Normal University, Nanjing, China14Now at Henan Normal University, Xinxiang, China.X.Gao15D.LeggatH.OkawaY.ZhangInstitute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, ChinaInstitute of Modern PhysicsKey Laboratory of Nuclear PhysicsIon-beam Application (MOE)Fudan UniversityShanghaiChinaInstitute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, China15Also at Université Libre de Bruxelles, Bruxelles, Belgium.Z.LinC.LuM.XiaoZhejiang University, Hangzhou, Zhejiang, ChinaZhejiang UniversityHangzhouZhejiangChinaZhejiang University, Hangzhou, Zhejiang, ChinaC.AvilaD.A.Barbosa TrujilloA.CabreraC.FlorezJ.FragaJ.A.Reyes VegaUniversidad de Los Andes, Bogota, ColombiaUniversidad de Los AndesBogotaColombiaUniversidad de Los Andes, Bogota, ColombiaJ.Mejia GuisaoF.RamirezM.RodriguezJ.D.Ruiz AlvarezUniversidad de Antioquia, Medellin, ColombiaUniversidad de AntioquiaMedellinColombiaUniversidad de Antioquia, Medellin, ColombiaD.GiljanovicN.GodinovicD.LelasA.SculacUniversity of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, CroatiaUniversity of SplitFaculty of Electrical Engineering, Mechanical Engineering and Naval ArchitectureSplitCroatiaUniversity of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, CroatiaM.KovacT.Sculac16University of Split, Faculty of Science, Split, CroatiaUniversity of SplitFaculty of ScienceSplitCroatiaUniversity of Split, Faculty of Science, Split, Croatia16Also at University of Latvia (LU), Riga, Latvia.P.BargassaV.BrigljevicB.K.ChitrodaD.FerencekS.MishraA.Starodumov17T.SusaInstitute Rudjer Boskovic, Zagreb, CroatiaInstitute Rudjer BoskovicZagrebCroatiaInstitute Rudjer Boskovic, Zagreb, Croatia17Also at an institute or an international laboratory covered by a cooperation agreement with CERN.A.AttikisK.ChristoforouS.KonstantinouJ.MousaC.NicolaouF.PtochosP.A.RazisH.RykaczewskiH.SakaA.StepennovUniversity of Cyprus, Nicosia, CyprusUniversity of CyprusNicosiaCyprusUniversity of Cyprus, Nicosia, CyprusM.FingerM.FingerJr.A.KvetonCharles University, Prague, Czech RepublicCharles UniversityPragueCzech RepublicCharles University, Prague, Czech RepublicE.AyalaEscuela Politecnica Nacional, Quito, EcuadorEscuela Politecnica NacionalQuitoEcuadorEscuela Politecnica Nacional, Quito, EcuadorE.Carrera JarrinUniversidad San Francisco de Quito, Quito, EcuadorUniversidad San Francisco de QuitoQuitoEcuadorUniversidad San Francisco de Quito, Quito, EcuadorH.Abdalla18Y.Assran1920Academy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, EgyptAcademy of Scientific Research and Technology of the Arab Republic of EgyptEgyptian Network of High Energy PhysicsCairoEgyptAcademy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, Egypt18Also at Cairo University, Cairo, Egypt.19Also at Suez University, Suez, Egypt.20Now at British University in Egypt, Cairo, Egypt.M.A.MahmoudY.MohammedCenter for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, EgyptCenter for High Energy Physics (CHEP-FU)Fayoum UniversityEl-FayoumEgyptCenter for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, EgyptR.K.Dewanjee21K.EhatahtM.KadastikT.LangeS.NandanC.NielsenJ.PataM.RaidalL.TaniC.VeelkenNational Institute of Chemical Physics and Biophysics, Tallinn, EstoniaNational Institute of Chemical Physics and BiophysicsTallinnEstoniaNational Institute of Chemical Physics and Biophysics, Tallinn, Estonia21Also at Birla Institute of Technology, Mesra, Mesra, India.H.KirschenmannK.OsterbergM.VoutilainenDepartment of Physics, University of Helsinki, Helsinki, FinlandDepartment of PhysicsUniversity of HelsinkiHelsinkiFinlandDepartment of Physics, University of Helsinki, Helsinki, FinlandS.BharthuarE.BrückenF.GarciaJ.HavukainenK.T.S.KallonenR.KinnunenT.LampénK.Lassila-PeriniS.LehtiT.LindénM.LottiL.MartikainenM.MyllymäkiM.m.RantanenH.SiikonenE.TuominenJ.TuominiemiHelsinki Institute of Physics, Helsinki, FinlandHelsinki Institute of PhysicsHelsinkiFinlandHelsinki Institute of Physics, Helsinki, FinlandP.LuukkaH.PetrowT.TuuvaLappeenranta-Lahti University of Technology, Lappeenranta, FinlandLappeenranta-Lahti University of TechnologyLappeenrantaFinlandLappeenranta-Lahti University of Technology, Lappeenranta, FinlandDeceased.M.BesanconF.CoudercM.DejardinD.DenegriJ.L.FaureF.FerriS.GanjourP.GrasG.Hamel de MonchenaultV.LohezicJ.MalclesJ.RanderA.RosowskyM.Ö.SahinA.Savoy-Navarro22P.SimkinaM.TitovM.TornagoIRFU, CEA, Université Paris-Saclay, Gif-sur-Yvette, FranceIRFUCEAUniversité Paris-SaclayGif-sur-YvetteFranceIRFU, CEA, Université Paris-Saclay, Gif-sur-Yvette, France22Also at Purdue University, West Lafayette, Indiana, USA.C.Baldenegro BarreraF.BeaudetteA.Buchot PerraguinP.BussonA.CappatiC.CharlotF.DamasO.DavignonA.De WitG.FalmagneB.A.Fontana Santos AlvesS.GhoshA.GilbertR.Granier de CassagnacA.HakimiB.HarikrishnanL.KalipolitiG.LiuJ.MottaM.NguyenC.OchandoL.PortalesR.SalernoJ.B.SauvanY.SiroisA.TarabiniE.VernazzaA.ZabiA.ZghicheLaboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, FranceLaboratoire Leprince-RinguetCNRS/IN2P3Ecole PolytechniqueInstitut Polytechnique de ParisPalaiseauFranceLaboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, FranceJ.-L.Agram23J.AndreaD.ApparuD.BlochJ.-M.BromE.C.ChabertC.CollardS.FalkeU.GoerlachC.GrimaultR.HaeberleA.-C.Le BihanM.MeenaG.SahaM.A.SessiniP.Van HoveUniversité de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, FranceUniversité de StrasbourgCNRSIPHC UMR 7178StrasbourgFranceUniversité de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France23Also at Université de Haute Alsace, Mulhouse, France.S.BeauceronB.BlanconG.BoudoulN.ChanonJ.ChoiD.ContardoP.DepasseC.Dozen24H.El MamouniJ.FayS.GasconM.GouzevitchC.GreenbergG.GrenierB.IlleI.B.LaktinehM.LethuillierL.MirabitoS.PerriesA.PurohitM.Vander DoncktP.VerdierJ.XiaoInstitut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, FranceInstitut de Physique des 2 Infinis de Lyon (IP2I)VilleurbanneFranceInstitut de Physique des 2 Infinis de Lyon (IP2I ), Villeurbanne, France24Also at Department of Physics, Tsinghua University, Beijing, China.A.Khvedelidze17I.LomidzeZ.Tsamalaidze17Georgian Technical University, Tbilisi, GeorgiaGeorgian Technical UniversityTbilisiGeorgiaGeorgian Technical University, Tbilisi, GeorgiaV.BottaL.FeldK.KleinM.LipinskiD.MeuserA.PaulsN.RöwertM.TeroerdeRWTH Aachen University, I. Physikalisches Institut, Aachen, GermanyRWTH Aachen UniversityI. Physikalisches InstitutAachenGermanyRWTH Aachen University, I. Physikalisches Institut, Aachen, GermanyS.DiekmannA.DodonovaN.EichD.EliseevF.EngelkeM.ErdmannP.FackeldeyB.FischerT.HebbekerK.HoepfnerF.IvoneA.JungM.y.LeeL.MastrolorenzoF.MausolfM.MerschmeyerA.MeyerS.MukherjeeD.NollA.NovakF.NowotnyA.PozdnyakovY.RathW.RedjebF.RehmH.ReithlerU.SarkarV.SarkisoviA.SchmidtA.SharmaJ.L.SpahA.SteinF.Torres Da Silva De Araujo25L.VigilanteS.WiedenbeckS.ZaleskiRWTH Aachen University, III. Physikalisches Institut A, Aachen, GermanyRWTH Aachen UniversityIII. Physikalisches Institut AAachenGermanyRWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany25Also at The University of the State of Amazonas, Manaus, Brazil.C.DziwokG.FlüggeW.Haj Ahmad26T.KressA.NowackO.PoothA.StahlT.ZiemonsA.ZotzRWTH Aachen University, III. Physikalisches Institut B, Aachen, GermanyRWTH Aachen UniversityIII. Physikalisches Institut BAachenGermanyRWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany26Also at Erzincan Binali Yildirim University, Erzincan, Turkey.H.Aarup PetersenM.Aldaya MartinJ.AlimenaS.AmorosoY.AnS.BaxterM.BayatmakouH.Becerril GonzalezO.BehnkeA.BelvedereS.BhattacharyaF.Blekman27K.Borras28D.BrunnerA.CampbellA.CardiniC.ChengF.ColombinaS.Consuegra RodríguezG.Correia SilvaM.De SilvaG.EckerlinD.EcksteinL.I.Estevez BanosO.FilatovE.Gallo27A.GeiserA.GiraldiG.GreauV.GuglielmiM.GuthoffA.HinzmannA.Jafari29L.JeppeN.Z.JomhariB.KaechM.KasemannH.KavehC.KleinwortR.KoglerM.KommD.KrückerW.LangeD.Leyva PerniaK.Lipka30W.Lohmann31R.MankelI.-A.Melzer-PellmannM.Mendizabal MorentinJ.MetwallyA.B.MeyerG.MilellaA.MussgillerL.P.NairA.NürnbergY.OtaridJ.ParkD.Pérez AdánE.RankenA.RasperezaB.Ribeiro LopesJ.RübenachA.SaggioM.Scham3228S.Schnake28P.SchützeC.Schwanenberger27D.SelivanovaM.ShchedrolosievR.E.Sosa RicardoD.StaffordF.VazzolerA.Ventura BarrosoR.WalshQ.WangY.WenK.WichmannL.Wiens28C.WissingY.YangA.Zimermmane Castro SantosDeutsches Elektronen-Synchrotron, Hamburg, GermanyDeutsches Elektronen-SynchrotronHamburgGermanyDeutsches Elektronen-Synchrotron, Hamburg, Germany27Also at University of Hamburg, Hamburg, Germany.28Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany.29Also at Isfahan University of Technology, Isfahan, Iran.30Also at Bergische University Wuppertal (BUW), Wuppertal, Germany.31Also at Brandenburg University of Technology, Cottbus, Germany.32Also at Forschungszentrum Jülich, Juelich, Germany.A.AlbrechtS.AlbrechtM.AntonelloS.BeinL.BenatoM.BonanomiP.ConnorM.EichK.El MorabitY.FischerA.FröhlichC.GarbersE.GaruttiA.GrohsjeanM.HajheidariJ.HallerH.R.JabuschG.KasieczkaP.KeicherR.KlannerW.KorcariT.KramerV.KutznerF.LabeJ.LangeA.LobanovC.MatthiesA.MehtaL.MoureauxM.MrowietzA.NigamovaY.NissanA.PaaschK.J.Pena RodriguezT.QuadfaselB.RacitiM.RiegerD.SavoiuJ.SchindlerP.SchleperM.SchröderJ.SchwandtM.SommerhalderH.StadieG.SteinbrückA.TewsM.WolfUniversity of Hamburg, Hamburg, GermanyUniversity of HamburgHamburgGermanyUniversity of Hamburg, Hamburg, GermanyS.BrommerM.BurkartE.ButzT.ChwalekA.DierlammA.DrollN.FaltermannM.GiffelsA.GottmannF.Hartmann33R.HofsaessM.HorzelaU.HusemannJ.KieselerM.KluteR.KoppenhöferJ.M.LawhornM.LinkA.LintuluotoS.MaierS.MitraM.MormileTh.MüllerM.NeukumM.OhM.PresillaG.QuastK.RabbertzB.RegneryN.ShadskiyI.ShvetsovH.J.SimonisM.Toms34N.TrevisaniR.UlrichR.F.Von CubeM.WassmerS.WielandF.WittigR.WolfS.WunschX.ZuoKarlsruher Institut fuer Technologie, Karlsruhe, GermanyKarlsruher Institut fuer TechnologieKarlsruheGermanyKarlsruher Institut fuer Technologie, Karlsruhe, Germany33Also at CERN, European Organization for Nuclear Research, Geneva, Switzerland.34Now at an institute or an international laboratory covered by a cooperation agreement with CERN.G.AnagnostouG.DaskalakisA.KyriakisA.Papadopoulos33A.StakiaInstitute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, GreeceInstitute of Nuclear and Particle Physics (INPP)NCSR DemokritosAghia ParaskeviGreeceInstitute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, GreeceP.KontaxakisG.MelachroinosA.PanagiotouI.PapavergouI.ParaskevasN.SaoulidouK.TheofilatosE.TziaferiK.VellidisI.ZisopoulosNational and Kapodistrian University of Athens, Athens, GreeceNational and Kapodistrian University of AthensAthensGreeceNational and Kapodistrian University of Athens, Athens, GreeceG.BakasT.ChatzistavrouG.KarapostoliK.KousourisI.PapakrivopoulosE.SiamarkouG.TsipolitisA.ZacharopoulouNational Technical University of Athens, Athens, GreeceNational Technical University of AthensAthensGreeceNational Technical University of Athens, Athens, GreeceK.AdamidisI.BestintzanosI.EvangelouC.FoudasP.GianneiosC.KamtsikisP.KatsoulisP.KokkasP.G.Kosmoglou KioseoglouN.ManthosI.PapadopoulosJ.StrologasUniversity of Ioánnina, Ioánnina, GreeceUniversity of IoánninaIoánninaGreeceUniversity of Ioánnina, Ioánnina, GreeceM.Bartók35C.HajduD.Horvath3637F.SiklerV.VeszpremiHUN-REN Wigner Research Centre for Physics, Budapest, HungaryHUN-REN Wigner Research Centre for PhysicsBudapestHungaryHUN-REN Wigner Research Centre for Physics, Budapest, Hungary35Also at Institute of Physics, University of Debrecen, Debrecen, Hungary.36Also at Institute of Nuclear Research ATOMKI, Debrecen, Hungary.37Now at Universitatea Babes-Bolyai - Facultatea de Fizica, Cluj-Napoca, Romania.M.CsanádK.FarkasM.M.A.Gadallah38Á.KadlecsikP.MajorK.MandalG.PásztorA.J.Rádl39G.I.VeresMTA-ELTE Lendület CMS Particle and Nuclear Physics Group, Eötvös Loránd University, Budapest, HungaryMTA-ELTE Lendület CMS Particle and Nuclear Physics GroupEötvös Loránd UniversityBudapestHungaryMTA-ELTE Lendület CMS Particle and Nuclear Physics Group, Eötvös Loránd University, Budapest, Hungary38Also at Physics Department, Faculty of Science, Assiut University, Assiut, Egypt.39Also at HUN-REN Wigner Research Centre for Physics, Budapest, Hungary.P.RaicsB.UjvariG.ZiliziFaculty of Informatics, University of Debrecen, Debrecen, HungaryFaculty of InformaticsUniversity of DebrecenDebrecenHungaryFaculty of Informatics, University of Debrecen, Debrecen, HungaryG.BenczeS.CzellarJ.Karancsi35J.MolnarZ.SzillasiInstitute of Nuclear Research ATOMKI, Debrecen, HungaryInstitute of Nuclear Research ATOMKIDebrecenHungaryInstitute of Nuclear Research ATOMKI, Debrecen, HungaryT.Csorgo39F.Nemes39T.NovakKaroly Robert Campus, MATE Institute of Technology, Gyongyos, HungaryMATE Institute of TechnologyKaroly Robert CampusGyongyosHungaryKaroly Robert Campus, MATE Institute of Technology, Gyongyos, HungaryJ.BabbarS.BansalS.B.BeriV.BhatnagarG.ChaudharyS.ChauhanN.Dhingra40A.KaurA.KaurH.KaurM.KaurS.KumarK.SandeepT.SheokandJ.B.SinghA.SinglaPanjab University, Chandigarh, IndiaPanjab UniversityChandigarhIndiaPanjab University, Chandigarh, India40Also at Punjab Agricultural University, Ludhiana, India.A.AhmedA.BhardwajA.ChhetriB.C.ChoudharyA.KumarA.KumarM.NaimuddinK.RanjanS.SaumyaUniversity of Delhi, Delhi, IndiaUniversity of DelhiDelhiIndiaUniversity of Delhi, Delhi, IndiaS.BaradiaS.Barman41S.BhattacharyaS.DuttaS.DuttaP.PalitS.SarkarSaha Institute of Nuclear Physics, HBNI, Kolkata, IndiaSaha Institute of Nuclear PhysicsHBNIKolkataIndiaSaha Institute of Nuclear Physics, HBNI, Kolkata, India41Also at University of Visva-Bharati, Santiniketan, India.M.M.AmeenP.K.BeheraS.C.BeheraS.ChatterjeeP.JanaP.KalbhorJ.R.Komaragiri42D.Kumar42L.Panwar42P.R.PujahariN.R.SahaA.SharmaA.K.SikdarS.VermaIndian Institute of Technology Madras, Madras, IndiaIndian Institute of Technology MadrasMadrasIndiaIndian Institute of Technology Madras, Madras, India42Also at Indian Institute of Science (IISc), Bangalore, India.S.DugadM.KumarG.B.MohantyP.SuryadevaraTata Institute of Fundamental Research-A, Mumbai, IndiaTata Institute of Fundamental Research-AMumbaiIndiaTata Institute of Fundamental Research-A, Mumbai, IndiaA.BalaS.BanerjeeR.M.ChatterjeeM.GuchaitSh.JainS.KarmakarS.KumarG.MajumderK.MazumdarS.ParoliaA.ThachayathTata Institute of Fundamental Research-B, Mumbai, IndiaTata Institute of Fundamental Research-BMumbaiIndiaTata Institute of Fundamental Research-B, Mumbai, IndiaS.Bahinipati43A.K.DasC.KarD.Maity44P.MalT.MishraV.K.Muraleedharan Nair Bindhu44K.Naskar44A.Nayak44P.SadangiP.SahaS.K.SwainS.Varghese44D.Vats44National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, IndiaNational Institute of Science Education and ResearchAn OCC of Homi Bhabha National InstituteBhubaneswarOdishaIndiaNational Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India43Also at IIT Bhubaneswar, Bhubaneswar, India.44Also at Institute of Physics, Bhubaneswar, India.S.Acharya45A.AlpanaS.DubeB.Gomber45B.KansalA.LahaB.Sahu45S.SharmaIndian Institute of Science Education and Research (IISER), Pune, IndiaIndian Institute of Science Education and Research (IISER)PuneIndiaIndian Institute of Science Education and Research (IISER), Pune, India45Also at University of Hyderabad, Hyderabad, India.H.Bakhshiansohi46E.Khazaie47M.Zeinali48Isfahan University of Technology, Isfahan, IranIsfahan University of TechnologyIsfahanIranIsfahan University of Technology, Isfahan, Iran46Also at Deutsches Elektronen-Synchrotron, Hamburg, Germany.47Also at Department of Physics, Isfahan University of Technology, Isfahan, Iran.48Also at Sharif University of Technology, Tehran, Iran.S.Chenarani49S.M.EtesamiM.KhakzadM.Mohammadi NajafabadiInstitute for Research in Fundamental Sciences (IPM), Tehran, IranInstitute for Research in Fundamental Sciences (IPM)TehranIranInstitute for Research in Fundamental Sciences (IPM), Tehran, Iran49Also at Department of Physics, University of Science and Technology of Mazandaran, Behshahr, Iran.M.GrunewaldUniversity College Dublin, Dublin, IrelandUniversity College DublinDublinIrelandUniversity College Dublin, Dublin, IrelandM.AbbresciaabR.Alyac50A.ColaleoabD.CreanzaacB.D'AnziabN.De FilippisacM.De PalmaabA.Di FlorioacW.Elmetenaweeab50L.FioreaG.IaselliacM.LoukaabG.MaggiacM.MaggiaI.MargjekaabV.MastrapasquaabS.MyabS.NuzzoabA.PellecchiaabA.PompiliabG.PuglieseacR.RadognaaG.Ramirez-SanchezacD.RamosaA.RanieriaL.SilvestrisaF.M.SimoneabÜ.SözbiliraA.StamerraaR.VendittiaP.VerwilligenaA.ZazaabaINFN Sezione di Bari, Bari, ItalyINFN Sezione di BariBariItalyINFN Sezione di Bari, Bari, ItalybUniversità di Bari, Bari, ItalyUniversità di BariBariItalyUniversità di Bari, Bari, ItalycPolitecnico di Bari, Bari, ItalyPolitecnico di BariBariItalyPolitecnico di Bari, Bari, Italy50Also at Helwan University, Cairo, Egypt.G.AbbiendiaC.BattilanaabD.BonacorsiabL.BorgonoviaR.CampaniniabP.CapiluppiabA.CastroabF.R.CavalloaM.CuffianiabG.M.DallavalleaT.DiotaleviabF.FabbriaA.FanfaniabD.FasanellaabP.GiacomelliaL.GiommiabC.GrandiaL.GuiducciabS.Lo Meoa51L.LunertiabS.MarcelliniaG.MasettiaF.L.NavarriaabA.PerrottaaF.PrimaveraabA.M.RossiabG.P.SiroliabaINFN Sezione di Bologna, Bologna, ItalyINFN Sezione di BolognaBolognaItalyINFN Sezione di Bologna, Bologna, ItalybUniversità di Bologna, Bologna, ItalyUniversità di BolognaBolognaItalyUniversità di Bologna, Bologna, Italy51Also at Italian National Agency for New Technologies, Energy and Sustainable Economic Development, Bologna, Italy.S.Costaab52A.Di MattiaaR.PotenzaabA.Tricomiab52C.TuveabaINFN Sezione di Catania, Catania, ItalyINFN Sezione di CataniaCataniaItalyINFN Sezione di Catania, Catania, ItalybUniversità di Catania, Catania, ItalyUniversità di CataniaCataniaItalyUniversità di Catania, Catania, Italy52Also at Centro Siciliano di Fisica Nucleare e di Struttura Della Materia, Catania, Italy.P.AssiourasaG.BarbagliaG.BardelliabB.CamaianiabA.CasseseaR.CeccarelliaV.CiulliabC.CivininiaR.D'AlessandroabE.FocardiabT.KelloaG.LatinoabP.LenziabM.LizzoaM.MeschiniaS.PaolettiaA.PapanastassiouabG.SguazzoniaL.VilianiaaINFN Sezione di Firenze, Firenze, ItalyINFN Sezione di FirenzeFirenzeItalyINFN Sezione di Firenze, Firenze, ItalybUniversità di Firenze, Firenze, ItalyUniversità di FirenzeFirenzeItalyUniversità di Firenze, Firenze, ItalyL.BenussiS.BiancoS.Meola53D.PiccoloINFN Laboratori Nazionali di Frascati, Frascati, ItalyINFN Laboratori Nazionali di FrascatiFrascatiItalyINFN Laboratori Nazionali di Frascati, Frascati, Italy53Also at Università degli Studi Guglielmo Marconi, Roma, Italy.P.ChatagnonaF.FerroaE.RobuttiaS.TosiabaINFN Sezione di Genova, Genova, ItalyINFN Sezione di GenovaGenovaItalyINFN Sezione di Genova, Genova, ItalybUniversità di Genova, Genova, ItalyUniversità di GenovaGenovaItalyUniversità di Genova, Genova, ItalyA.BenagliaaG.BoldriniabF.BrivioaF.CetorelliaF.De GuioabM.E.DinardoabP.DiniaS.GennaiaR.GerosaabA.GhezziabP.GovoniabL.GuzziaM.T.LucchiniabM.MalbertiaS.MalvezziaA.MassironiaD.MenasceaL.MoroniaM.PaganoniabD.PedriniaB.S.PinoliniaS.RagazziabT.Tabarelli de FatisabD.ZuoloaaINFN Sezione di Milano-Bicocca, Milano, ItalyINFN Sezione di Milano-BicoccaMilanoItalyINFN Sezione di Milano-Bicocca, Milano, ItalybUniversità di Milano-Bicocca, Milano, ItalyUniversità di Milano-BicoccaMilanoItalyUniversità di Milano-Bicocca, Milano, ItalyS.BuontempoaA.CagnottaabF.CarnevaliabN.CavalloacA.De IorioabF.FabozziacA.O.M.IorioabL.Listaab54P.Paoluccia33B.RossiaC.SciaccaabaINFN Sezione di Napoli, Napoli, ItalyINFN Sezione di NapoliNapoliItalyINFN Sezione di Napoli, Napoli, ItalybUniversità di Napoli ‘Federico II’, Napoli, ItalyUniversità di Napoli ‘Federico II’NapoliItalyUniversità di Napoli ‘Federico II’, Napoli, ItalycUniversità della Basilicata, Potenza, ItalyUniversità della BasilicataPotenzaItalyUniversità della Basilicata, Potenza, ItalydUniversità G. Marconi, Roma, ItalyUniversità G. MarconiRomaItalyUniversità G. Marconi, Roma, Italy54Also at Scuola Superiore Meridionale, Università di Napoli ‘Federico II’, Napoli, Italy.R.ArdinoaP.AzziaN.Bacchettaa55D.BiselloabP.BortignonaA.BragagnoloabR.CarlinabP.ChecchiaaT.DorigoaF.FanzagoaU.GaspariniabF.GonellaaE.LusianiaM.MargoniabM.MiglioriniabJ.PazziniabP.RoncheseabR.RossinabF.SimonettoabG.StrongaM.TosiabA.TriossiabS.VenturaaH.YararabM.ZanettiabP.ZottoabA.ZucchettaabG.ZumerleabaINFN Sezione di Padova, Padova, ItalyINFN Sezione di PadovaPadovaItalyINFN Sezione di Padova, Padova, ItalybUniversità di Padova, Padova, ItalyUniversità di PadovaPadovaItalyUniversità di Padova, Padova, ItalycUniversità di Trento, Trento, ItalyUniversità di TrentoTrentoItalyUniversità di Trento, Trento, Italy55Also at Fermi National Accelerator Laboratory, Batavia, Illinois, USA.S.Abu Zeida56C.AimèabA.BraghieriaS.CalzaferriaD.FiorinaaP.MontagnaabV.ReaC.RiccardiabP.SalviniaI.VaiabP.VituloabaINFN Sezione di Pavia, Pavia, ItalyINFN Sezione di PaviaPaviaItalyINFN Sezione di Pavia, Pavia, ItalybUniversità di Pavia, Pavia, ItalyUniversità di PaviaPaviaItalyUniversità di Pavia, Pavia, Italy56Also at Ain Shams University, Cairo, Egypt.S.AjmalabP.Asenova57G.M.BileiaD.CiangottiniabL.FanòabM.MagheriniabG.MantovaniabV.MarianiabM.MenichelliaF.Moscatellia57A.RossiabA.SantocchiaabD.SpigaaT.TedeschiabaINFN Sezione di Perugia, Perugia, ItalyINFN Sezione di PerugiaPerugiaItalyINFN Sezione di Perugia, Perugia, ItalybUniversità di Perugia, Perugia, ItalyUniversità di PerugiaPerugiaItalyUniversità di Perugia, Perugia, Italy57Also at Consiglio Nazionale delle Ricerche - Istituto Officina dei Materiali, Perugia, Italy.P.AzzurriaG.BagliesiaR.BhattacharyaaL.BianchiniabT.BoccaliaE.BossiniaD.BruschiniacR.CastaldiaM.A.CiocciabM.CiprianiabV.D'AmanteadR.Dell'OrsoaS.DonatoaA.GiassiaF.LigabueacD.Matos FigueiredoaA.MessineoabM.MusichabF.PallaaA.RizziabG.RolandiacS.Roy ChowdhuryaT.SarkaraA.ScribanoaP.SpagnoloaR.TenchiniaG.TonelliabN.TuriniadA.VenturiaP.G.VerdiniaaINFN Sezione di Pisa, Pisa, ItalyINFN Sezione di PisaPisaItalyINFN Sezione di Pisa, Pisa, ItalybUniversità di Pisa, Pisa, ItalyUniversità di PisaPisaItalyUniversità di Pisa, Pisa, ItalycScuola Normale Superiore di Pisa, Pisa, ItalyScuola Normale Superiore di PisaPisaItalyScuola Normale Superiore di Pisa, Pisa, ItalydUniversità di Siena, Siena, ItalyUniversità di SienaSienaItalyUniversità di Siena, Siena, ItalyP.BarriaaM.CampanaabF.CavallariaL.Cunqueiro MendezabD.Del ReabE.Di MarcoaM.DiemozaF.ErricoabE.LongoabP.MeridianiaJ.MijuskovicabG.OrgantiniabF.PandolfiaR.ParamattiabC.QuarantaabS.RahatlouabC.RovelliaF.SantanastasioabL.SoffiaaINFN Sezione di Roma, Roma, ItalyINFN Sezione di RomaRomaItalyINFN Sezione di Roma, Roma, ItalybSapienza Università di Roma, Roma, ItalySapienza Università di RomaRomaItalySapienza Università di Roma, Roma, ItalyN.AmapaneabR.ArcidiaconoacS.ArgiroabM.ArneodoacN.BartosikaR.BellanabA.BelloraabC.BiinoaN.CartigliaaM.CostaabR.CovarelliabN.DemariaaL.FincoaM.GrippoabB.KianiabF.LeggeraF.LuongoabC.MariottiaS.MaselliaA.MeccaabE.MiglioreabM.MontenoaR.MulargiaaM.M.ObertinoabG.OrtonaaL.PacherabN.PastroneaM.PelliccioniaM.RuspaacF.SivieroabV.SolaabA.SolanoabA.StaianoaC.TarriconeabD.TrocinoaG.UmoretabE.VlasovabaINFN Sezione di Torino, Torino, ItalyINFN Sezione di TorinoTorinoItalyINFN Sezione di Torino, Torino, ItalybUniversità di Torino, Torino, ItalyUniversità di TorinoTorinoItalyUniversità di Torino, Torino, ItalycUniversità del Piemonte Orientale, Novara, ItalyUniversità del Piemonte OrientaleNovaraItalyUniversità del Piemonte Orientale, Novara, ItalyS.BelforteaV.CandeliseabM.CasarsaaF.CossuttiaK.De LeoabG.Della RiccaabaINFN Sezione di Trieste, Trieste, ItalyINFN Sezione di TriesteTriesteItalyINFN Sezione di Trieste, Trieste, ItalybUniversità di Trieste, Trieste, ItalyUniversità di TriesteTriesteItalyUniversità di Trieste, Trieste, ItalyS.DograJ.HongC.HuhB.KimD.H.KimJ.KimH.LeeS.W.LeeC.S.MoonY.D.OhM.S.RyuS.SekmenY.C.YangKyungpook National University, Daegu, KoreaKyungpook National UniversityDaeguKoreaKyungpook National University, Daegu, KoreaM.S.KimDepartment of Mathematics and Physics - GWNU, Gangneung, KoreaDepartment of Mathematics and Physics - GWNUGangneungKoreaDepartment of Mathematics and Physics - GWNU, Gangneung, KoreaG.BakP.GwakH.KimD.H.MoonChonnam National University, Institute for Universe and Elementary Particles, Kwangju, KoreaChonnam National UniversityInstitute for Universe and Elementary ParticlesKwangjuKoreaChonnam National University, Institute for Universe and Elementary Particles, Kwangju, KoreaE.AsilarD.KimT.J.KimJ.A.MerlinHanyang University, Seoul, KoreaHanyang UniversitySeoulKoreaHanyang University, Seoul, KoreaS.ChoiS.HanB.HongK.LeeK.S.LeeS.LeeJ.ParkS.K.ParkJ.YooKorea University, Seoul, KoreaKorea UniversitySeoulKoreaKorea University, Seoul, KoreaJ.GohS.YangKyung Hee University, Department of Physics, Seoul, KoreaKyung Hee UniversityDepartment of PhysicsSeoulKoreaKyung Hee University, Department of Physics, Seoul, KoreaH.S.KimY.KimS.LeeSejong University, Seoul, KoreaSejong UniversitySeoulKoreaSejong University, Seoul, KoreaJ.AlmondJ.H.BhyunJ.ChoiW.JunJ.KimJ.S.KimS.KoH.KwonH.LeeJ.LeeJ.LeeB.H.OhS.B.OhH.SeoU.K.YangI.YoonSeoul National University, Seoul, KoreaSeoul National UniversitySeoulKoreaSeoul National University, Seoul, KoreaW.JangD.Y.KangY.KangS.KimB.KoJ.S.H.LeeY.LeeI.C.ParkY.RohI.J.WatsonUniversity of Seoul, Seoul, KoreaUniversity of SeoulSeoulKoreaUniversity of Seoul, Seoul, KoreaS.HaH.D.YooYonsei University, Department of Physics, Seoul, KoreaYonsei UniversityDepartment of PhysicsSeoulKoreaYonsei University, Department of Physics, Seoul, KoreaM.ChoiM.R.KimH.LeeY.LeeI.YuSungkyunkwan University, Suwon, KoreaSungkyunkwan UniversitySuwonKoreaSungkyunkwan University, Suwon, KoreaT.BeyrouthyY.MaghrbiCollege of Engineering and Technology, American University of the Middle East (AUM), Dasman, KuwaitCollege of Engineering and TechnologyAmerican University of the Middle East (AUM)DasmanKuwaitCollege of Engineering and Technology, American University of the Middle East (AUM), Dasman, KuwaitK.DreimanisA.GaileG.PikursA.PotrebkoM.SeidelV.Veckalns58Riga Technical University, Riga, LatviaRiga Technical UniversityRigaLatviaRiga Technical University, Riga, Latvia58Also at Riga Technical University, Riga, Latvia.N.R.StrautnieksUniversity of Latvia (LU), Riga, LatviaUniversity of Latvia (LU)RigaLatviaUniversity of Latvia (LU), Riga, LatviaM.AmbrozasA.JuodagalvisA.RinkeviciusG.TamulaitisVilnius University, Vilnius, LithuaniaVilnius UniversityVilniusLithuaniaVilnius University, Vilnius, LithuaniaN.Bin NorjoharuddeenI.Yusuff59Z.ZolkapliNational Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, MalaysiaNational Centre for Particle PhysicsUniversiti MalayaKuala LumpurMalaysiaNational Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, Malaysia59Also at Department of Applied Physics, Faculty of Science and Technology, Universiti Kebangsaan Malaysia, Bangi, Malaysia.J.F.BenitezA.Castaneda HernandezH.A.Encinas AcostaL.G.Gallegos MaríñezM.León CoelloJ.A.Murillo QuijadaA.SehrawatL.Valencia PalomoUniversidad de Sonora (UNISON), Hermosillo, MexicoUniversidad de Sonora (UNISON)HermosilloMexicoUniversidad de Sonora (UNISON), Hermosillo, MexicoG.AyalaH.Castilla-ValdezE.De La Cruz-BureloI.Heredia-De La Cruz60R.Lopez-FernandezC.A.Mondragon HerreraA.Sánchez HernándezCentro de Investigacion y de Estudios Avanzados del IPN, Mexico City, MexicoCentro de Investigacion y de Estudios Avanzados del IPNMexico CityMexicoCentro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico60Also at Consejo Nacional de Ciencia y Tecnología, Mexico City, Mexico.C.Oropeza BarreraM.Ramírez GarcíaUniversidad Iberoamericana, Mexico City, MexicoUniversidad IberoamericanaMexico CityMexicoUniversidad Iberoamericana, Mexico City, MexicoI.BautistaI.PedrazaH.A.Salazar IbarguenC.Uribe EstradaBenemerita Universidad Autonoma de Puebla, Puebla, MexicoBenemerita Universidad Autonoma de PueblaPueblaMexicoBenemerita Universidad Autonoma de Puebla, Puebla, MexicoI.BubanjaN.RaicevicUniversity of Montenegro, Podgorica, MontenegroUniversity of MontenegroPodgoricaMontenegroUniversity of Montenegro, Podgorica, MontenegroP.H.ButlerUniversity of Canterbury, Christchurch, New ZealandUniversity of CanterburyChristchurchNew ZealandUniversity of Canterbury, Christchurch, New ZealandA.AhmadM.I.AsgharA.AwaisM.I.M.AwanH.R.HooraniW.A.KhanNational Centre for Physics, Quaid-I-Azam University, Islamabad, PakistanNational Centre for PhysicsQuaid-I-Azam UniversityIslamabadPakistanNational Centre for Physics, Quaid-I-Azam University, Islamabad, PakistanV.AvatiL.GrzankaM.MalawskiAGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, PolandAGH University of KrakowFaculty of Computer Science, Electronics and TelecommunicationsKrakowPolandAGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, PolandH.BialkowskaM.BlujB.BoimskaM.GórskiM.KazanaM.SzleperP.ZalewskiNational Centre for Nuclear Research, Swierk, PolandNational Centre for Nuclear ResearchSwierkPolandNational Centre for Nuclear Research, Swierk, PolandK.BunkowskiK.DorobaA.KalinowskiM.KoneckiJ.KrolikowskiA.MuhammadInstitute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, PolandInstitute of Experimental PhysicsFaculty of PhysicsUniversity of WarsawWarsawPolandInstitute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, PolandK.PozniakW.ZabolotnyWarsaw University of Technology, Warsaw, PolandWarsaw University of TechnologyWarsawPolandWarsaw University of Technology, Warsaw, PolandM.AraujoD.BastosC.Beirão Da Cruz E SilvaA.BolettiM.BozzoT.CamporesiG.Da MolinP.FaccioliM.GallinaroJ.HollarN.LeonardoT.NiknejadA.PetrilliM.PisanoJ.SeixasJ.VarelaJ.W.WulffLaboratório de Instrumentação e Física Experimental de Partículas, Lisboa, PortugalLaboratório de Instrumentação e Física Experimental de PartículasLisboaPortugalLaboratório de Instrumentação e Física Experimental de Partículas, Lisboa, PortugalP.AdzicP.MilenovicFaculty of Physics, University of Belgrade, Belgrade, SerbiaFaculty of PhysicsUniversity of BelgradeBelgradeSerbiaFaculty of Physics, University of Belgrade, Belgrade, SerbiaM.DordevicJ.MilosevicV.RekovicVINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, SerbiaVINCA Institute of Nuclear SciencesUniversity of BelgradeBelgradeSerbiaVINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, SerbiaM.Aguilar-BenitezJ.Alcaraz MaestreCristina F.BedoyaM.CepedaM.CerradaN.ColinoB.De La CruzA.Delgado PerisA.Escalante Del ValleD.Fernández Del ValJ.P.Fernández RamosJ.FlixM.C.FouzO.Gonzalez LopezS.Goy LopezJ.M.HernandezM.I.JosaD.MoranC.M.Morcillo PerezÁ.Navarro TobarC.Perez DengraA.Pérez-Calero YzquierdoJ.Puerta PelayoI.RedondoD.D.Redondo FerreroL.RomeroS.Sánchez NavasL.Urda GómezJ.Vazquez EscobarC.WillmottCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT), Madrid, SpainCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT)MadridSpainCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT), Madrid, SpainJ.F.de TrocónizUniversidad Autónoma de Madrid, Madrid, SpainUniversidad Autónoma de MadridMadridSpainUniversidad Autónoma de Madrid, Madrid, SpainB.Alvarez GonzalezJ.CuevasJ.Fernandez MenendezS.FolguerasI.Gonzalez CaballeroJ.R.González FernándezE.Palencia CortezonC.Ramón ÁlvarezV.Rodríguez BouzaA.Soto RodríguezA.TrapoteC.Vico VillalbaP.VischiaUniversidad de Oviedo, Instituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA), Oviedo, SpainUniversidad de OviedoInstituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA)OviedoSpainUniversidad de Oviedo, Instituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA), Oviedo, SpainS.BhowmikS.Blanco FernándezJ.A.Brochero CifuentesI.J.CabrilloA.CalderonJ.Duarte CampderrosM.FernandezG.GomezC.Lasaosa GarcíaC.Martinez RiveroP.Martinez Ruiz del ArbolF.MatorrasP.Matorras CuevasE.Navarrete RamosJ.Piedra GomezL.ScodellaroI.VilaJ.M.Vizan GarciaInstituto de Física de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, SpainInstituto de Física de Cantabria (IFCA)CSIC-Universidad de CantabriaSantanderSpainInstituto de Física de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, SpainM.K.JayanandaB.Kailasapathy61D.U.J.SonnadaraD.D.C.WickramarathnaUniversity of Colombo, Colombo, Sri LankaUniversity of ColomboColomboSri LankaUniversity of Colombo, Colombo, Sri Lanka61Also at Trincomalee Campus, Eastern University, Sri Lanka, Nilaveli, Sri Lanka.W.G.D.Dharmaratna62K.LiyanageN.PereraN.WickramageUniversity of Ruhuna, Department of Physics, Matara, Sri LankaUniversity of RuhunaDepartment of PhysicsMataraSri LankaUniversity of Ruhuna, Department of Physics, Matara, Sri Lanka62Also at Saegis Campus, Nugegoda, Sri Lanka.D.AbbaneoC.AmendolaE.AuffrayG.AuzingerJ.BaechlerD.BarneyA.Bermúdez MartínezM.BiancoB.BilinA.A.Bin AnuarA.BocciE.BrondolinC.CaillolG.CerminaraN.ChernyavskayaD.d'EnterriaA.DabrowskiA.DavidA.De RoeckM.M.DefranchisM.DeileM.DobsonF.Fallavollita63L.ForthommeG.FranzoniW.FunkS.GianiD.GigiK.GillF.GlegeL.GouskosM.HarankoJ.HegemanB.HuberV.InnocenteT.JamesP.JanotS.LaurilaP.LecoqE.LeutgebC.LourençoB.MaierL.MalgeriM.MannelliA.C.MariniM.MatthewmanF.MeijersS.MersiE.MeschiV.MilosevicF.MontiF.MoortgatM.MuldersI.NeutelingsS.OrfanelliF.PantaleoG.PetruccianiA.PfeifferM.PieriniD.PiparoH.QuD.RabadyG.Reales GutiérrezM.RovereH.SakulinS.ScarfiC.SchwickM.SelvaggiA.SharmaK.ShchelinaP.SilvaP.Sphicas64A.G.Stahl LeitonA.SteenS.SummersD.TreilleP.TropeaA.TsirouD.WalterJ.Wanczyk65J.WangS.WuchterlP.ZehetnerP.ZejdlW.D.ZeunerCERN, European Organization for Nuclear Research, Geneva, SwitzerlandCERNEuropean Organization for Nuclear ResearchGenevaSwitzerlandCERN, European Organization for Nuclear Research, Geneva, Switzerland63Also at INFN Sezione di Pavia, Università di Pavia, Pavia, Italy.64Also at National and Kapodistrian University of Athens, Athens, Greece.65Also at Ecole Polytechnique Fédérale Lausanne, Lausanne, Switzerland.T.Bevilacqua66L.Caminada66A.EbrahimiW.ErdmannR.HorisbergerQ.IngramH.C.KaestliD.KotlinskiC.LangeM.Missiroli66L.Noehte66T.RohePaul Scherrer Institut, Villigen, SwitzerlandPaul Scherrer InstitutVilligenSwitzerlandPaul Scherrer Institut, Villigen, Switzerland66Also at Universität Zürich, Zurich, Switzerland.T.K.AarrestadK.Androsov65M.BackhausA.CalandriC.CazzanigaK.DattaA.De CosaG.DissertoriM.DittmarM.DonegàF.EbleM.GalliK.GediaF.GlessgenC.GrabD.HitsW.LustermannA.-M.LyonR.A.ManzoniM.MarchegianiL.MarcheseC.Martin PerezA.Mascellani65F.Nessi-TedaldiF.PaussV.PerovicS.PigazziniM.ReichmannC.ReisselT.ReitenspiessB.RisticF.RitiD.RuiniD.A.Sanz BecerraR.SeiditaJ.Steggemann65D.ValsecchiR.WallnyETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, SwitzerlandETH ZurichInstitute for Particle Physics and Astrophysics (IPA)ZurichSwitzerlandETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, SwitzerlandC.Amsler67P.BärtschiC.BottaD.BrzhechkoM.F.CanelliK.CormierR.Del BurgoJ.K.HeikkiläM.HuwilerW.JinA.JofreheiB.KilminsterS.LeontsinisS.P.LiechtiA.MacchioloP.MeiringV.M.MikuniU.MolinattiA.ReimersP.RobmannS.Sanchez CruzK.SchweigerM.SengerY.TakahashiR.TramontanoUniversität Zürich, Zurich, SwitzerlandUniversität ZürichZurichSwitzerlandUniversität Zürich, Zurich, Switzerland67Also at Stefan Meyer Institute for Subatomic Physics, Vienna, Austria.C.Adloff68D.BhowmikC.M.KuoW.LinP.K.RoutP.C.Tiwari42S.S.YuNational Central University, Chung-Li, TaiwanNational Central UniversityChung-LiTaiwanNational Central University, Chung-Li, Taiwan68Also at Laboratoire d'Annecy-le-Vieux de Physique des Particules, IN2P3-CNRS, Annecy-le-Vieux, France.L.CeardY.ChaoK.F.ChenP.s.ChenZ.g.ChenW.-S.HouT.h.HsuY.w.KaoR.KhuranaG.KoleY.y.LiR.-S.LuE.PaganisX.f.SuJ.Thomas-WilskerL.s.TsaiH.y.WuE.YazganNational Taiwan University (NTU), Taipei, TaiwanNational Taiwan University (NTU)TaipeiTaiwanNational Taiwan University (NTU), Taipei, TaiwanC.AsawatangtrakuldeeN.SrimanobhasV.WachirapusitanandHigh Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, ThailandHigh Energy Physics Research UnitDepartment of PhysicsFaculty of ScienceChulalongkorn UniversityBangkokThailandHigh Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, ThailandD.AgyelF.BoranZ.S.DemirogluF.DolekI.Dumanoglu69E.EskutY.Guler70E.Gurpinar Guler70C.IsikO.KaraA.Kayis TopaksuU.KiminsuG.OnengutK.Ozdemir71A.PolatozB.Tali72U.G.TokS.TurkcaparE.UslanI.S.ZorbakirÇukurova University, Physics Department, Science and Art Faculty, Adana, TurkeyÇukurova UniversityPhysics DepartmentScience and Art FacultyAdanaTurkeyÇukurova University, Physics Department, Science and Art Faculty, Adana, Turkey69Also at Near East University, Research Center of Experimental Health Science, Mersin, Turkey.70Also at Konya Technical University, Konya, Turkey.71Also at Izmir Bakircay University, Izmir, Turkey.72Also at Adiyaman University, Adiyaman, Turkey.M.Yalvac73Middle East Technical University, Physics Department, Ankara, TurkeyMiddle East Technical UniversityPhysics DepartmentAnkaraTurkeyMiddle East Technical University, Physics Department, Ankara, Turkey73Also at Bozok Universitetesi Rektörlügü, Yozgat, Turkey.B.AkgunI.O.AtakisiE.GülmezM.Kaya74O.Kaya75S.Tekten76Bogazici University, Istanbul, TurkeyBogazici UniversityIstanbulTurkeyBogazici University, Istanbul, Turkey74Also at Marmara University, Istanbul, Turkey.75Also at Milli Savunma University, Istanbul, Turkey.76Also at Kafkas University, Kars, Turkey.A.CakirK.Cankocak6977Y.KomurcuS.Sen78Istanbul Technical University, Istanbul, TurkeyIstanbul Technical UniversityIstanbulTurkeyIstanbul Technical University, Istanbul, Turkey77Now at stanbul Okan University, Istanbul, Turkey.78Also at Hacettepe University, Ankara, Turkey.O.AydilekS.Cerci72V.EpshteynB.HacisahinogluI.Hos79B.KaynakS.OzkorucukluO.PotokH.SertC.SimsekD.Sunar Cerci72C.ZorbilmezIstanbul University, Istanbul, TurkeyIstanbul UniversityIstanbulTurkeyIstanbul University, Istanbul, Turkey79Also at Istanbul University - Cerrahpasa, Faculty of Engineering, Istanbul, Turkey.B.Isildak80Yildiz Technical University, Istanbul, TurkeyYildiz Technical UniversityIstanbulTurkeyYildiz Technical University, Istanbul, Turkey80Also at Yildiz Technical University, Istanbul, Turkey.A.BoyaryntsevB.GrynyovInstitute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, UkraineInstitute for Scintillation Materials of National Academy of Science of UkraineKharkivUkraineInstitute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, UkraineL.LevchukNational Science Centre, Kharkiv Institute of Physics and Technology, Kharkiv, UkraineNational Science CentreKharkiv Institute of Physics and TechnologyKharkivUkraineNational Science Centre, Kharkiv Institute of Physics and Technology, Kharkiv, UkraineD.AnthonyJ.J.BrookeA.BundockF.BuryE.ClementD.CussansH.FlacherM.GlowackiJ.GoldsteinH.F.HeathL.KreczkoS.ParamesvaranS.Seif El Nasr-StoreyV.J.SmithN.Stylianou81K.Walkingshaw PassR.WhiteUniversity of Bristol, Bristol, United KingdomUniversity of BristolBristolUnited KingdomUniversity of Bristol, Bristol, United Kingdom81Also at Vrije Universiteit Brussel, Brussel, Belgium.A.H.BallK.W.BellA.Belyaev82C.BrewR.M.BrownD.J.A.CockerillC.CookeK.V.EllisK.HarderS.HarperM.-L.Holmberg83J.LinacreK.ManolopoulosD.M.NewboldE.OlaiyaD.PetytT.ReisG.SalviT.SchuhC.H.Shepherd-ThemistocleousI.R.TomalinT.WilliamsRutherford Appleton Laboratory, Didcot, United KingdomRutherford Appleton LaboratoryDidcotUnited KingdomRutherford Appleton Laboratory, Didcot, United Kingdom82Also at School of Physics and Astronomy, University of Southampton, Southampton, United Kingdom.83Also at University of Bristol, Bristol, United Kingdom.R.BainbridgeP.BlochC.E.BrownO.BuchmullerV.CacchioC.A.Carrillo MontoyaG.S.Chahal84D.CollingJ.S.DancuI.DasP.DaunceyG.DaviesJ.DaviesM.Della NegraS.FayerG.FediG.HallM.H.HassanshahiA.HowardG.IlesM.KnightJ.LangfordJ.León HolgadoL.LyonsA.-M.MagnanS.MalikA.MartelliM.MieskolainenJ.Nash85M.PesaresiB.C.Radburn-SmithA.RichardsA.RoseC.SeezR.ShuklaA.TapperK.UchidaG.P.UttleyL.H.VageT.Virdee33M.VojinovicN.WardleD.WinterbottomImperial College, London, United KingdomImperial CollegeLondonUnited KingdomImperial College, London, United Kingdom84Also at IPPP Durham University, Durham, United Kingdom.85Also at Monash University, Faculty of Science, Clayton, Australia.K.ColdhamJ.E.ColeA.KhanP.KyberdI.D.ReidBrunel University, Uxbridge, United KingdomBrunel UniversityUxbridgeUnited KingdomBrunel University, Uxbridge, United KingdomS.AbdullinA.BrinkerhoffB.CarawayJ.DittmannK.HatakeyamaJ.HiltbrandB.McMasterM.SaundersS.SawantC.SutantawibulJ.WilsonBaylor University, Waco, TX, USABaylor UniversityWacoTXUSABaylor University, Waco, Texas, USAR.BartekA.DominguezC.Huerta EscamillaA.E.SimsekR.UniyalA.M.Vargas HernandezCatholic University of America, Washington, DC, USACatholic University of AmericaWashingtonDCUSACatholic University of America, Washington, DC, USAB.BamR.ChudasamaS.I.CooperS.V.GleyzerC.U.PerezP.Rumerio86E.UsaiR.YiThe University of Alabama, Tuscaloosa, AL, USAThe University of AlabamaTuscaloosaALUSAThe University of Alabama, Tuscaloosa, Alabama, USA86Also at Università di Torino, Torino, Italy.A.AkpinarA.AlbertD.ArcaroC.CosbyZ.DemiragliC.EriceC.FangmeierC.Fernandez MadrazoE.FontanesiD.GastlerF.GolfS.JeonI.ReedJ.RohlfK.SalyerD.SperkaD.SpitzbartI.SuarezA.TsatsosS.YuanA.G.ZecchinelliBoston University, Boston, MA, USABoston UniversityBostonMAUSABoston University, Boston, Massachusetts, USAG.BenelliX.Coubez28D.CuttsM.HadleyU.HeintzJ.M.Hogan87T.KwonG.LandsbergK.T.LauD.LiJ.LuoS.MondalM.NarainN.PervanS.Sagir88F.SimpsonM.StamenkovicW.Y.WongX.YanW.ZhangBrown University, Providence, RI, USABrown UniversityProvidenceRIUSABrown University, Providence, Rhode Island, USA87Also at Bethel University, St. Paul, Minnesota, USA.88Also at Karamanoğlu Mehmetbey University, Karaman, Turkey.S.AbbottJ.BonillaC.BrainerdR.BreedonM.Calderon De La Barca SanchezM.ChertokM.CitronJ.ConwayP.T.CoxR.ErbacherF.JensenO.KukralG.MocellinM.MulhearnD.PellettW.WeiY.YaoF.ZhangUniversity of California, Davis, Davis, CA, USAUniversity of California, DavisDavisCAUSAUniversity of California, Davis, Davis, California, USAM.BachtisR.CousinsA.DattaG.Flores AvilaJ.HauserM.IgnatenkoM.A.IqbalT.LamE.MancaA.Nunez Del PradoD.SaltzbergV.ValuevUniversity of California, Los Angeles, CA, USAUniversity of CaliforniaLos AngelesCAUSAUniversity of California, Los Angeles, California, USAR.ClareJ.W.GaryM.GordonG.HansonW.SiS.WimpennyUniversity of California, Riverside, Riverside, CA, USAUniversity of California, RiversideRiversideCAUSAUniversity of California, Riverside, Riverside, California, USAJ.G.BransonS.CittolinS.CoopersteinD.DiazJ.DuarteL.GianniniJ.GuiangR.KansalV.KrutelyovR.LeeJ.LettsM.MasciovecchioF.MokhtarS.MukherjeeM.PieriM.QuinnanB.V.Sathia NarayananV.SharmaM.TadelE.VourliotisF.WürthweinY.XiangA.YagilUniversity of California, San Diego, La Jolla, CA, USAUniversity of California, San DiegoLa JollaCAUSAUniversity of California, San Diego, La Jolla, California, USAA.BarzdukasL.BrennanC.CampagnariA.DorsettJ.IncandelaJ.KimA.J.LiP.MastersonH.MeiJ.RichmanU.SaricaR.SchmitzF.SettiJ.SheplockD.StuartT.Á.VámiS.WangUniversity of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USAUniversity of California, Santa BarbaraDepartment of PhysicsSanta BarbaraCAUSAUniversity of California, Santa Barbara - Department of Physics, Santa Barbara, California, USAA.BornheimO.CerriA.LatorreJ.MaoH.B.NewmanM.SpiropuluJ.R.VlimantC.WangS.XieR.Y.ZhuCalifornia Institute of Technology, Pasadena, CA, USACalifornia Institute of TechnologyPasadenaCAUSACalifornia Institute of Technology, Pasadena, California, USAJ.AlisonS.AnM.B.AndrewsP.BryantM.CremonesiV.DuttaT.FergusonA.HarilalC.LiuT.MudholkarS.MurthyM.PauliniA.RobertsA.SanchezW.TerrillCarnegie Mellon University, Pittsburgh, PA, USACarnegie Mellon UniversityPittsburghPAUSACarnegie Mellon University, Pittsburgh, Pennsylvania, USAJ.P.CumalatW.T.FordA.HassaniG.KarathanasisE.MacDonaldN.ManganelliF.MariniA.PerloffC.SavardN.SchonbeckK.StensonK.A.UlmerS.R.WagnerN.ZipperUniversity of Colorado Boulder, Boulder, CO, USAUniversity of Colorado BoulderBoulderCOUSAUniversity of Colorado Boulder, Boulder, Colorado, USAJ.AlexanderS.Bright-ThonneyX.ChenD.J.CranshawJ.FanX.FanD.GadkariS.HoganP.KotamnivesJ.MonroyM.OshiroJ.R.PattersonJ.ReichertM.ReidA.RydJ.ThomP.WittichR.ZouCornell University, Ithaca, NY, USACornell UniversityIthacaNYUSACornell University, Ithaca, New York, USAM.AlbrowM.AlyariO.AmramG.ApollinariA.ApresyanL.A.T.BauerdickD.BerryJ.BerryhillP.C.BhatK.BurkettJ.N.ButlerA.CanepaG.B.CeratiH.W.K.CheungF.ChlebanaG.CummingsJ.DickinsonI.DuttaV.D.ElviraY.FengJ.FreemanA.GandrakotaZ.GecseL.GrayD.GreenA.GrummerS.GrünendahlD.GuerreroO.GutscheR.M.HarrisR.HellerT.C.HerwigJ.HirschauerL.HorynB.JayatilakaS.JindarianiM.JohnsonU.JoshiT.KlijnsmaB.KlimaK.H.M.KwokS.LammelD.LincolnR.LiptonT.LiuC.MadridK.MaeshimaC.MantillaD.MasonP.McBrideP.MerkelS.MrennaS.NahnJ.NgadiubaD.NoonanV.PapadimitriouN.PastikaK.PedroC.Pena89F.RaveraA.Reinsvold Hall90L.RistoriE.Sexton-KennedyN.SmithA.SohaL.SpiegelS.StoynevJ.StraitL.TaylorS.TkaczykN.V.TranL.UpleggerE.W.VaanderingI.ZoiFermi National Accelerator Laboratory, Batavia, IL, USAFermi National Accelerator LaboratoryBataviaILUSAFermi National Accelerator Laboratory, Batavia, Illinois, USA89Also at California Institute of Technology, Pasadena, California, USA.90Also at United States Naval Academy, Annapolis, Maryland, USA.C.ArutaP.AveryD.BourilkovL.CadamuroP.ChangV.CherepanovR.D.FieldE.KoenigM.KolosovaJ.KonigsbergA.KorytovK.H.LoK.MatchevN.MenendezG.MitselmakherK.MohrmanA.Muthirakalayil MadhuN.RawalD.RosenzweigS.RosenzweigK.ShiJ.WangUniversity of Florida, Gainesville, FL, USAUniversity of FloridaGainesvilleFLUSAUniversity of Florida, Gainesville, Florida, USAT.AdamsA.Al KadhimA.AskewN.BowerR.HabibullahV.HagopianR.HashmiR.S.KimS.KimT.KolbergG.MartinezH.ProsperP.R.ProvaO.ViazloM.WulansatitiR.YohayJ.ZhangFlorida State University, Tallahassee, FL, USAFlorida State UniversityTallahasseeFLUSAFlorida State University, Tallahassee, Florida, USAB.AlsufyaniM.M.BaarmandS.ButallaT.Elkafrawy56M.HohlmannR.Kumar VermaM.RahmaniE.YanesFlorida Institute of Technology, Melbourne, FL, USAFlorida Institute of TechnologyMelbourneFLUSAFlorida Institute of Technology, Melbourne, Florida, USAM.R.AdamsA.BatyC.BennettR.CavanaughS.DittmerR.Escobar FrancoO.EvdokimovC.E.GerberD.J.HofmanJ.h.LeeD.S.LemosA.H.MerritC.MillsS.NandaG.OhB.OzekD.PilipovicR.PradhanT.RoyS.RudrabhatlaM.B.TonjesN.VarelasX.WangZ.YeJ.YooUniversity of Illinois Chicago, Chicago, USAUniversity of Illinois ChicagoChicagoUSAUniversity of Illinois Chicago, Chicago, USA, Chicago, USAM.AlhusseiniD.BlendK.Dilsiz91L.EmediatoG.KaramanO.K.KöseyanJ.-P.MerloA.Mestvirishvili92J.NachtmanO.NeogiH.Ogul93Y.OnelA.PenzoC.SnyderE.Tiras94The University of Iowa, Iowa City, IA, USAThe University of IowaIowa CityIAUSAThe University of Iowa, Iowa City, Iowa, USA91Also at Bingol University, Bingol, Turkey.92Also at Georgian Technical University, Tbilisi, Georgia.93Also at Sinop University, Sinop, Turkey.94Also at Erciyes University, Kayseri, Turkey.B.BlumenfeldL.CorcodilosJ.DavisA.V.GritsanL.KangS.KyriacouP.MaksimovicM.RoguljicJ.RoskesS.SekharM.SwartzJohns Hopkins University, Baltimore, MD, USAJohns Hopkins UniversityBaltimoreMDUSAJohns Hopkins University, Baltimore, Maryland, USAA.AbreuL.F.Alcerro AlcerroJ.AnguianoP.BaringerA.BeanZ.FlowersD.GroveJ.KingG.KrintirasM.LazarovitsC.Le MahieuC.LindseyJ.MarquezN.MinafraM.MurrayM.NickelM.PittS.Popescu95C.RoganC.RoyonR.SalvaticoS.SandersC.SmithQ.WangG.WilsonThe University of Kansas, Lawrence, KS, USAThe University of KansasLawrenceKSUSAThe University of Kansas, Lawrence, Kansas, USA95Also at Horia Hulubei National Institute of Physics and Nuclear Engineering (IFIN-HH), Bucharest, Romania.B.AllmondA.IvanovK.KaadzeA.KalogeropoulosD.KimY.MaravinK.NamJ.NatoliD.RoyG.SorrentinoKansas State University, Manhattan, KS, USAKansas State UniversityManhattanKSUSAKansas State University, Manhattan, Kansas, USAF.RebassooD.WrightLawrence Livermore National Laboratory, Livermore, CA, USALawrence Livermore National LaboratoryLivermoreCAUSALawrence Livermore National Laboratory, Livermore, California, USAA.BadenA.BelloniA.BethaniY.M.ChenS.C.EnoN.J.HadleyS.JabeenR.G.KelloggT.KoethY.LaiS.LascioA.C.MignereyS.NabiliC.PalmerC.PapageorgakisM.M.ParanjpeL.WangUniversity of Maryland, College Park, MD, USAUniversity of MarylandCollege ParkMDUSAUniversity of Maryland, College Park, Maryland, USAJ.BendavidW.BuszaI.A.CaliY.ChenM.D'AlfonsoJ.EysermansC.FreerG.Gomez-CeballosM.GoncharovG.GrossoP.HarrisD.HoangD.KovalskyiJ.KrupaL.LavezzoY.-J.LeeK.LongC.MironovC.PausD.RankinC.RolandG.RolandS.RothmanZ.ShiG.S.F.StephansZ.WangB.WyslouchT.J.YangMassachusetts Institute of Technology, Cambridge, MA, USAMassachusetts Institute of TechnologyCambridgeMAUSAMassachusetts Institute of Technology, Cambridge, Massachusetts, USAB.CrossmanB.M.JoshiC.KapsiakM.KrohnD.MahonJ.MansB.MarzocchiS.PandeyM.ReveringR.RusackR.SaradhyN.SchroederN.StrobbeM.A.WadudUniversity of Minnesota, Minneapolis, MN, USAUniversity of MinnesotaMinneapolisMNUSAUniversity of Minnesota, Minneapolis, Minnesota, USAL.M.CremaldiUniversity of Mississippi, Oxford, MS, USAUniversity of MississippiOxfordMSUSAUniversity of Mississippi, Oxford, Mississippi, USAK.BloomM.BrysonD.R.ClaesG.HazaJ.HossainC.JooI.KravchenkoJ.E.SiadoW.TabbA.VagneriniA.WightmanF.YanD.YuUniversity of Nebraska-Lincoln, Lincoln, NE, USAUniversity of Nebraska-LincolnLincolnNEUSAUniversity of Nebraska-Lincoln, Lincoln, Nebraska, USAH.BandyopadhyayL.HayI.IashviliA.KharchilavaM.MorrisD.NguyenS.RappoccioH.Rejeb SfarA.WilliamsState University of New York at Buffalo, Buffalo, NY, USAState University of New York at BuffaloBuffaloNYUSAState University of New York at Buffalo, Buffalo, New York, USAG.AlversonE.BarberisJ.DervanY.HaddadY.HanA.KrishnaJ.LiM.Lu96G.MadiganR.MccarthyD.M.MorseV.NguyenT.OrimotoA.ParkerL.SkinnariA.Tishelman-CharnyB.WangD.WoodNortheastern University, Boston, MA, USANortheastern UniversityBostonMAUSANortheastern University, Boston, Massachusetts, USA96Also at Sun Yat-Sen University, Guangzhou, China.S.BhattacharyaJ.BueghlyZ.ChenK.A.HahnY.LiuY.MiaoD.G.MonkM.H.SchmittA.TaliercioM.VelascoNorthwestern University, Evanston, IL, USANorthwestern UniversityEvanstonILUSANorthwestern University, Evanston, Illinois, USAG.AgarwalR.BandR.BucciS.CastellsA.DasR.GoldouzianM.HildrethK.W.HoK.Hurtado AnampaT.IvanovC.JessopK.LannonJ.LawrenceN.LoukasL.LuttonJ.MarianoN.MarinelliI.McalisterT.McCauleyC.McgradyC.MooreY.Musienko17H.NelsonM.OshersonA.PiccinelliR.RuchtiA.TownsendY.WanM.WayneH.YockeyM.ZaruckiL.ZygalaUniversity of Notre Dame, Notre Dame, IN, USAUniversity of Notre DameNotre DameINUSAUniversity of Notre Dame, Notre Dame, Indiana, USAA.BasnetB.BylsmaM.CarriganL.S.DurkinC.HillM.JoyceM.Nunez OrnelasK.WeiB.L.WinerB.R.YatesThe Ohio State University, Columbus, OH, USAThe Ohio State UniversityColumbusOHUSAThe Ohio State University, Columbus, Ohio, USAF.M.AddesaH.BouchamaouiP.DasG.DezoortP.ElmerA.FrankenthalB.GreenbergN.HaubrichG.KoppS.KwanD.LangeA.LoeligerD.MarlowI.OjalvoJ.OlsenA.ShevelevD.SticklandC.TullyPrinceton University, Princeton, NJ, USAPrinceton UniversityPrincetonNJUSAPrinceton University, Princeton, New Jersey, USAS.MalikUniversity of Puerto Rico, Mayaguez, PR, USAUniversity of Puerto RicoMayaguezPRUSAUniversity of Puerto Rico, Mayaguez, Puerto Rico, USAA.S.BakshiV.E.BarnesS.ChandraR.ChawlaS.DasA.GuL.GutayM.JonesA.W.JungD.KondratyevA.M.KoshyM.LiuG.NegroN.NeumeisterG.PaspalakiS.PiperovV.ScheurerJ.F.SchulteM.StojanovicJ.ThiemanA.K.VirdiF.WangW.XiePurdue University, West Lafayette, IN, USAPurdue UniversityWest LafayetteINUSAPurdue University, West Lafayette, Indiana, USAJ.DolenN.ParasharA.PathakPurdue University Northwest, Hammond, IN, USAPurdue University NorthwestHammondINUSAPurdue University Northwest, Hammond, Indiana, USAD.AcostaT.CarnahanK.M.EcklundP.J.Fernández MantecaS.FreedP.GardnerF.J.M.GeurtsW.LiO.Miguel ColinB.P.PadleyR.RedjimiJ.RotterE.YigitbasiY.ZhangRice University, Houston, TX, USARice UniversityHoustonTXUSARice University, Houston, Texas, USAA.BodekP.de BarbaroR.DeminaJ.L.DulembaC.FallonA.Garcia-BellidoO.HindrichsA.KhukhunaishviliN.ParmarP.Parygin34E.Popova34R.TausG.P.Van OnsemUniversity of Rochester, Rochester, NY, USAUniversity of RochesterRochesterNYUSAUniversity of Rochester, Rochester, New York, USAK.GoulianosThe Rockefeller University, New York, NY, USAThe Rockefeller UniversityNew YorkNYUSAThe Rockefeller University, New York, New York, USAB.ChiaritoJ.P.ChouY.GershteinE.HalkiadakisA.HartM.HeindlD.JaroslawskiO.Karacheban31I.LaflotteA.LathR.MontalvoK.NashH.RoutrayS.SalurS.SchnetzerS.SomalwarR.StoneS.A.ThayilS.ThomasJ.VoraH.WangRutgers, The State University of New Jersey, Piscataway, NJ, USARutgers, The State University of New JerseyPiscatawayNJUSARutgers, The State University of New Jersey, Piscataway, New Jersey, USAH.AcharyaD.AllyA.G.DelannoyS.FiorendiS.HigginbothamT.HolmesA.R.KanugantiN.KarunarathnaL.LeeE.NibigiraS.SpanierUniversity of Tennessee, Knoxville, TN, USAUniversity of TennesseeKnoxvilleTNUSAUniversity of Tennessee, Knoxville, Tennessee, USAD.AebiM.AhmadO.Bouhali97M.DalchenkoR.EusebiJ.GilmoreT.HuangT.Kamon98H.KimS.LuoS.MalhotraR.MuellerD.OvertonD.RathjensA.SafonovTexas A&M University, College Station, TX, USATexas A&M UniversityCollege StationTXUSATexas A&M University, College Station, Texas, USA97Also at Texas A&M University at Qatar, Doha, Qatar.98Also at Kyungpook National University, Daegu, Korea.N.AkchurinJ.DamgovV.HegdeA.HussainY.KazhykarimK.LamichhaneS.W.LeeA.MankelT.PeltolaI.VolobouevA.WhitbeckTexas Tech University, Lubbock, TX, USATexas Tech UniversityLubbockTXUSATexas Tech University, Lubbock, Texas, USAE.AppeltS.GreeneA.GurrolaW.JohnsR.Kunnawalkam ElayavalliA.MeloF.RomeoP.SheldonS.TuoJ.VelkovskaJ.ViinikainenVanderbilt University, Nashville, TN, USAVanderbilt UniversityNashvilleTNUSAVanderbilt University, Nashville, Tennessee, USAB.CardwellB.CoxJ.HakalaR.HiroskyA.LedovskoyC.NeuC.E.Perez LaraUniversity of Virginia, Charlottesville, VA, USAUniversity of VirginiaCharlottesvilleVAUSAUniversity of Virginia, Charlottesville, Virginia, USAP.E.KarchinWayne State University, Detroit, MI, USAWayne State UniversityDetroitMIUSAWayne State University, Detroit, Michigan, USAA.AravindS.BanerjeeK.BlackT.BoseS.DasuI.De BruynP.EveraertsC.GalloniH.HeM.HerndonA.HerveC.K.KorakaA.LanaroR.LovelessJ.Madhusudanan SreekalaA.MallampalliA.MohammadiS.MondalG.ParidaD.PinnaA.SavinV.ShangV.SharmaW.H.SmithD.TeagueH.F.TsoiW.VetensA.WardenUniversity of Wisconsin - Madison, Madison, WI, USAUniversity of Wisconsin - MadisonMadisonWIUSAUniversity of Wisconsin - Madison, Madison, Wisconsin, USAS.AfanasievV.AndreevYu.AndreevT.AushevM.AzarkinA.BabaevA.BelyaevV.Blinov99E.BoosV.BorshchD.BudkouskiV.BunichevV.ChekhovskyR.Chistov99M.Danilov99A.DermenevT.Dimova99D.Druzhkin100M.Dubinin89L.DudkoA.ErshovG.GavrilovV.GavrilovS.GninenkoV.GolovtcovN.GolubevI.GolutvinI.GorbunovA.GribushinY.IvanovV.KachanovV.KarjavineA.KarneyeuV.Kim99M.KirakosyanD.KirpichnikovM.KirsanovV.KlyukhinV.KorenkovA.Kozyrev99N.KrasnikovA.LanevP.Levchenko101N.LychkovskayaV.MakarenkoA.MalakhovV.Matveev99V.MurzinA.Nikitenko102103S.ObraztsovV.OreshkinV.PalichikV.PerelyginM.PerfilovS.Polikarpov99V.PopovO.Radchenko99M.SavinaV.SavrinV.ShalaevS.ShmatovS.ShulhaY.Skovpen99S.SlabospitskiiV.SmirnovD.SosnovV.SulimovE.TcherniaevA.TerkulovO.TeryaevI.TlisovaA.ToropinL.UvarovA.UzunianP.VolkovA.VorobyevG.VorotnikovN.VoytishinB.S.Yuldashev104A.ZarubinI.ZhizhinA.ZhokinAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERNAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERNAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN99Also at another institute or international laboratory covered by a cooperation agreement with CERN.100Also at Universiteit Antwerpen, Antwerpen, Belgium.101Also at Northeastern University, Boston, Massachusetts, USA.102Also at Imperial College, London, United Kingdom.103Now at Yerevan Physics Institute, Yerevan, Armenia.104Also at Institute of Nuclear Physics of the Uzbekistan Academy of Sciences, Tashkent, Uzbekistan.CERN, Geneva, SwitzerlandCERNGenevaSwitzerlandCERN, Geneva, SwitzerlandE-mail address:cms-publication-committee-chair@cern.ch.Editor: M. DoserAbstractA search is presented for new Higgs bosons in proton-proton (pp) collision events in which a same-sign top quark pair is produced in association with a jet, via the pptH/Attc and pptH/Attu processes. Here, H and A represent the extra scalar and pseudoscalar boson, respectively, of the second Higgs doublet in the generalized two-Higgs-doublet model (g2HDM). The search is based on pp collision data collected at a center-of-mass energy of 13 TeV with the CMS detector at the LHC, corresponding to an integrated luminosity of 138fb−1. Final states with a same-sign lepton pair in association with jets and missing transverse momentum are considered. New Higgs bosons in the 200–1000 GeV mass range and new Yukawa couplings between 0.1 and 1.0 are targeted in the search, for scenarios in which either H or A appear alone, or in which they coexist and interfere. No significant excess above the standard model prediction is observed. Exclusion limits are derived in the context of the g2HDM.KeywordsCMSTop quarksExtra Higgs bosonYukawa couplingsData availabilityRelease and preservation of data used by the CMS Collaboration as the basis for publications is guided by the CMS policy as stated in “CMS data preservation, re-use and open access policy”.1IntroductionUsing proton-proton (pp) collision data recorded during the CERN LHC Run 1 (2011–2012) data-taking period, the ATLAS and CMS experiments discovered a scalar boson, h125, with a mass of 125 GeV, the properties of which are so far consistent with those of the Higgs boson of the standard model (SM) [1–3]. The analysis of the additional Run 2 (2015–2018) data enabled more precise measurements of the Higgs boson properties and further constrained the possible contributions from new physics beyond the SM [4,5]. The ATLAS and CMS experiments have measured the Yukawa couplings of the h125 boson to the t and b quarks, and the τ and μ leptons [6,7]. In all cases, the couplings are found to be consistent with the SM expectations within uncertainties.Having established the existence of one scalar SU(2) doublet, natural questions emerge about the possibility of additional doublets. A second doublet is predicted in two-Higgs-doublet models (2HDM), resulting in five physical scalar bosons: CP-even neutral scalar bosons h and H with mH>mh, a CP-odd pseudoscalar boson A, and two charged Higgs bosons H±[8]. These additional Higgs bosons at mass scales 1TeV may still exist within the reach of the LHC [9], but their signatures may be suppressed by fermion mass-mixing hierarchy [10] or alignment mechanisms, where the mixing angle γ between the two CP-even scalar bosons h and H has a value for which cosγ0[11]. In the alignment limit [12–14], the lightest scalar boson h becomes the SM h125 boson, and the extra spin-0 bosons do not interact with vector boson pairs (i.e., HVV and AVV interactions do not occur, where V is a W or Z boson). Alignment suppresses flavor changing neutral current interactions of the h boson but allows them for the H and A bosons. Therefore, the lack of a hint of the processes such as tch125/uh125 or h125μτ/eτ at the LHC may be because their amplitudes are suppressed by alignment. As shown in Ref. [11], the alignment scenario may occur if all extra Higgs quartic couplings are O(1) and no Z2 symmetry requirement is imposed, allowing flavor changing neutral Higgs couplings involving H and A bosons. This scenario without Z2 symmetry can be studied in the framework of the generalized 2HDM (g2HDM) [8,10,15], with new Yukawa couplings such as ρτμ, ρtu, ρtc, and ρtt that may assume significantly large values [8,10,15]. These new Yukawa couplings combined with Higgs quartic couplings of ≈1 may also explain the electroweak baryogenesis [16,17] and therefore the disappearance of antimatter soon after the Big Bang. The new top Yukawa coupling ρtc with a similar strength to ρτμ may be compatible with the observed data depending on the H± mass, which may also explain a possible muon g2 anomaly [18]. These arguments strongly motivate to verify with direct experimental searches whether new Yukawa couplings exist. The processes discussed above have been recently explored by the ATLAS experiment [19].In this Letter, we present a search for the existence of the real part of these couplings, ρtu and ρtc, through the pptH/Attq(q=u,c) and the charge conjugate processes, considering one coupling at a time and keeping the other at zero using the Run 2 data set recorded by the CMS experiment. A representative Feynman diagram for the ttq process is displayed in Fig. 1. The final-state signature for ttq explored in this Letter consists of two same-sign (SS) leptons with at least three jets, two of which are identified as b jets and one compatible with originating from a u or c quark, and missing transverse momentum. The main background consists of events with nonprompt leptons originating from leptonic decays of heavy quarks, hadrons misidentified as leptons, electrons from photon conversions, or jets misidentified as leptons.The analysis is performed using pp collision data at a center-of-mass energy of 13 TeV. The data were collected with the CMS detector at the LHC between 2016 and 2018, and correspond to an integrated luminosity of 138fb1. Tabulated results are accessible from the HEPData record for this analysis [20].The Letter is organized as follows: Section 2 describes the CMS detector, along with object reconstruction. In Section 3, a description of the simulation samples used in the analysis is given. The event selection and reconstruction procedure of the physics objects are given in Section 4. Following, in Section 5, the signal extraction procedure is explained. Section 6 discusses the sources of systematic uncertainties. The results of the analysis are presented in Section 7. Finally, a summary of the analysis is given in Section 8.2The CMS detector and object reconstructionThe CMS apparatus [21] is a multipurpose, nearly hermetic detector, designed to trigger on [22,23] and identify electrons, muons, photons, and (charged and neutral) hadrons [24–26]. A global “particle-flow” (PF) algorithm [27] aims to reconstruct all individual particles in an event, combining information provided by the all-silicon inner tracker and by the crystal electromagnetic (ECAL) and brass-scintillator hadron calorimeters (HCAL), operating inside a 3.8 T superconducting solenoid, with data from the gas-ionization muon detectors embedded in the flux-return yoke outside the solenoid.The primary vertex is taken to be the vertex corresponding to the hardest scattering in the event, evaluated using tracking information alone, as described in Section 9.4.1 of Ref. [28]. The energy of photons is obtained from the ECAL measurement. The energy of electrons is determined from a combination of the electron momentum at the primary interaction vertex as determined by the tracker, the energy of the corresponding ECAL cluster, and the energy sum of all bremsstrahlung photons spatially compatible with originating from the electron track. The energy of muons is obtained from the curvature of the corresponding track. The energy of charged hadrons is determined from a combination of their momentum measured in the tracker and the matching ECAL and HCAL energy deposits, corrected for the response function of the calorimeters to hadronic showers. Finally, the energy of neutral hadrons is obtained from the corresponding corrected ECAL and HCAL energies.Jets are built from PF particles using the anti-kT algorithm [29,30] with a distance parameter of 0.4. Jet momentum is determined as the vectorial sum of all particle momenta in the jet, and is found from simulation to be, on average, within 5 to 10% of the true momentum over the whole pT spectrum and detector acceptance. Additional pp interactions within the same or nearby bunch crossings can contribute additional tracks and calorimetric energy depositions, increasing the apparent jet momentum. To mitigate this effect, tracks identified to be originating from the multiple pp interactions occurring in the same or nearby bunch crossings (pileup) are discarded and an offset correction is applied to correct for remaining contributions [31]. Jet energy corrections are derived from simulation studies so that the average measured energy of jets becomes identical to that of particle level jets. In situ measurements of the momentum balance in dijet, photon+jet, Z+jets, and multijet events are used to determine any residual differences between the jet energy scale in data and in simulation, and appropriate corrections are made [32]. Additional selection criteria are applied to each jet to remove jets potentially dominated by instrumental effects or reconstruction failures [31]. The missing transverse momentum vector pTmiss is computed as the negative vector sum of the transverse momenta of all the PF candidates in an event, and its magnitude is denoted as pTmiss[33]. The pTmiss is modified to account for corrections to the energy scale of the reconstructed jets in the event.Events of interest are selected using a two-tiered trigger system. The first level (L1), composed of custom hardware processors, uses information from the calorimeters and muon detectors to select events at a rate of around 100 kHz within a fixed latency of about 4μs[22]. The second level, known as the high-level trigger, consists of a farm of processors running a version of the full event reconstruction software optimized for fast processing, and reduces the event rate to around 1 kHz before data storage [23].3Simulated event samplesThe signal and background processes are simulated using several Monte Carlo (MC) programs. The ttq signal samples are simulated at leading order (LO) in perturbative quantum chromodynamics (QCD) with up to two additional noncollinear high-pT partons using MadGraph5_amc@nlo 2.6.5 [34], and the hard-process simulation is interfaced with parton shower jets using the MLM [35] matching prescription. Different signal samples are simulated for the case where a mass between 200 and 1000 GeV is assumed for A (H), and a mass too high to be of reach for our search is assumed for H (A). For these signal samples, there is no interference between A and H. Signal samples are also generated for the case where both A and H coexist and interfere assuming a mass difference mAmH=50GeV, following Ref. [36]. The amplitudes for the processes qgtAttq and qgtHttq cancel when A and H are mass degenerate. The signal cross section is not significantly modified with respect to the noninterference case when the mass differences are larger than 100GeV. Therefore, the investigated mass difference is chosen to retain some interference effects along with reasonably high cross sections. Depending on the coupling value and the interference assumption we consider in this Letter, the cross sections for the ttu process range from 1×104 to 7×101pb and for ttc range from 5×106 to 7×102pb, as calculated with MadGraph5_amc@nlo at LO precision in QCD. The inclusive cross section for the ttq process does not change, within uncertainties, when the intermediary particle is H or A, when there is no A-H interference.Background events generated by the MadGraph5_amc@nlo generator are ttV, V+jets, ttVV, ttVH, tZ, tttj, tttW, tttt, WZ, vector boson scattering (VBS, i.e., Wqq or V±V±JJ), VVV, and single top quark s-channel production. Among these processes, FxFx matching [37] is used for ttW, Z+jets, and the QCD part of WZ production, while MLM matching [35] is used for W+jets. The powheg 2.0 generator [38–40] is used to simulate events at next-to-LO in perturbative QCD for tt[41], ZZ and W±W[42], single top quark tW [43] and t-channel [44], and ttH production [45].Both the signal and background samples are interfaced with pythia v8.240 [46] for parton showering, fragmentation, and hadronization. The underlying event is also modeled with pythia, using the CP5 tune [47]. The parton distribution functions (PDFs) are taken from the NNPDF3.1 next-to-next-to-LO set [48]. Finally, for both signal and background MC event samples, the detector response is modeled with the Geant4 package [49]. The simulated events are weighted to match the observables sensitive to pileup to those observed in the data [31].The simulated events are corrected for the differences between data and simulation of the trigger efficiencies, lepton identification, and lepton isolation. The corrections are determined using the “tag-and-probe” method applied on Z boson candidate events [50] and are parametrized as functions of the lepton pT and pseudorapidity (η).4Event reconstruction and selectionData are selected online with a combination of double lepton triggers and single lepton triggers to enhance signal efficiency. Charged leptons (electrons or muons) are required to originate from the primary vertex to reject contributions from pileup. Identification of electrons makes use of a multivariate discriminant [51,52] combining observables sensitive to the matching of charged-particle tracks in the tracker to the energy deposits in the ECAL and the amount of bremsstrahlung photons emitted along their trajectory [24]. The number of electrons originating from asymmetric photon conversions is reduced by requiring that their associated track has no missing hits in the innermost layers of the silicon tracker. To ensure the correct assignment of the electric charge of the electrons, further selection criteria were applied [53]. The separation of prompt leptons from nonprompt leptons reconstructed within jets is achieved by using an isolation variable, relative to the lepton pT. The isolation variable is constructed from the scalar pT sum of charged hadrons, neutral hadrons, and photons reconstructed within a cone of variable size that depends on the lepton pT[54]. “Loose” leptons are those that pass the kinematic selection criteria of pT>10GeV and |η|<2.5(2.4) for electrons (muons). Electrons that fall in the region between the ECAL barrel and endcaps (1.442<|η|<1.556) are vetoed. “Tight” leptons are in addition required to have pT>20GeV. A multivariate discriminant is furthermore used to separate prompt leptons and nonprompt leptons originating from the decays of hadrons inside jets, hadrons misidentified as leptons, and electrons from photon conversions. The jets must have pT>30GeV and |η|<2.4 to be considered. In addition, they are required to be separated from identified leptons by ΔR=(Δη)2+(Δϕ)2>0.4, where ϕ is the azimuthal angle measured in radians. At least three jets, and pTmiss>30GeV are required in each event. Jets from the hadronization of b quarks (b jets), c quarks (c jets), and light (i.e., light-quark or gluon) jets are distinguished through the ratios of the corresponding jet flavor probabilities, defined as CvsL (c vs light quark) and CvsB (c vs b quark) [55,56], respectively. These probabilities are obtained from the DeepJet[57,58] algorithm: a neural network utilizing global variables, charged, neutral particle and secondary vertex features in a jet to perform flavor tagging. The differences of the shapes of the CvsL and CvsB discriminant distributions between data and simulation are corrected by flavor-dependent scale factors.The search is performed in three SS dilepton categories: e±e±, μ±μ±, and e±μ±. The event selection ensures complete orthogonality of these three categories to avoid any possible double counting of events selected in the analysis. Events are required to have two tight leptons with the same electric charge for which the leading lepton has pT>30GeV and subleading lepton pT>20GeV. Events containing a third lepton are vetoed if the additional lepton passes the loose selection. The two leptons are required to be separated by ΔR(1,2)>0.3 and required to have an invariant mass m(1,2)>20GeV. Events with 60<m(1,2)<120GeV in the e±e± channel are vetoed to suppress the Drell-Yan (DY) background contribution, the main source of charge misidentified leptons. This veto reduces the selected number of DY events in simulation by about 94% after the aforementioned requirements. This veto is not applied to the e±μ± and μ±μ± channels, as the charge misidentification rate for muons is negligible. The CvsL and CvsB distributions for the leading jet obtained from simulated events and data are displayed in Fig. 2.The nonprompt-lepton background is estimated from control regions in the data using the fake-factor method [59]. A dijet enriched sample is selected from data, from which the probability fp for a loose nonprompt lepton (originating from a jet) to also pass the tight lepton selection criteria is estimated in bins of pT and |η|. The nonprompt-lepton background contribution is then estimated by applying fp to events in a data control sample in which at least one lepton fails the tight lepton selection criteria. A data-driven approach is followed to evaluate the lepton charge misidentification rate in the e±e± channel using DY events with same- and opposite-sign electric charges. It is estimated in bins of lepton pT and η, and is used to calibrate simulated events. The rate, which increases with pT and η, varies from 105 to 102.5Signal extractionA boosted decision tree (BDT) discriminant [60] is used to separate signal and background events. We train the BDT model in the signal region, where process yields of both backgrounds and signal are small. For the training, we combine the inputs from different channels. By comparing the BDT output distributions for the training and test samples, we found no evidence of overtraining. We use an optimized set of input observables, listed in Table 1, for our signal topology. Flavor tagging variables are used to differentiate b quarks originating from the top quark decay, and to differentiate c quark and light-quark jets. Pairwise kinematic variables related to jets are incorporated that are sensitive to the resonance structures, specifically to top quarks and A/H. Other kinematic features, such as HT and pTmiss, are also sensitive to our signal and are included. To mitigate the impact of resonances such as the DY process, the dilepton (+jets) invariant mass is also used as an input to the BDT.We use half of the available simulated events for the BDT training. The main backgrounds in the signal region are tt (fully leptonic decay of the top quark-antiquark pair where one lepton has a misidentified charge), nonprompt leptons (dominated by semileptonic tt decay), ttW, and ttH. In the signal extraction, we use events from data to estimate the nonprompt-lepton background contribution, but we do not use these events for training. Instead, we use simulated samples of semileptonically decaying tt events for the BDT training, to mimic the misidentified lepton in the nonprompt-lepton background. We do not include events from W+jets or single top quark simulation, due to a limited number of simulated events. The various backgrounds are added corresponding to their cross sections. The MC event samples used for the BDT training are ttc or ttu signal, semileptonic tt, dileptonic tt (tt), ttV, VV, VVV, ttH, ttVH, ttVV, tttj, tttW, tttt, and VBS. Three values for the couplings ρtu and ρtc, namely, 0.1, 0.4, and 1.0 are considered. For each coupling, ten mA points are considered: 200, 300, 350, 400, 500, 600, 700, 800, 900, and 1000 GeV. Using the same coupling assumptions, we also consider the more realistic case with the A-H interference assuming a fixed mass difference mAmH=50GeV, with the following nine mA-mH combinations; 250-200, 300-250, 350-300, 400-350, 550-500, 700-650, 800-750, 900-850, and 1000-950 GeV. The signal extraction is performed using the shape of the BDT discriminant distributions. Because of the kinematic differences and different background compositions, the BDTs are trained independently for four data-taking periods, two in 2016, and one for each of the years 2017 and 2018; for each mass assumption, namely for each mA either with no H present or with A-H interference; and for ρtu=0.4 and ρtc=0.4. Therefore, a total of 152 BDTs are trained. The values of the BDT hyperparameters, as defined in the TMVA package [61], are chosen after scanning a range of values, avoiding overtraining, and requiring a high background rejection rate while maintaining a high signal efficiency. We use these same model parameters for all three years of data taking. The BDTs offer high background rejection, while simultaneously maintaining a high signal efficiency. For instance, when considering ρtc=0.4, and a signal efficiency of 96%, the background rejection rates for mA=200GeV and 1000GeV are 50% and 76%, respectively.The signal strength parameter, μ, is obtained using a simultaneous maximum likelihood fit [62], in analyses performed for three decay modes and for four different eras (i.e. 12 categories) for each signal mass-coupling assumption independently. It is defined as μ=σ/σtheory, where σtheory is the predicted ttq production cross section in g2HDM calculated with MadGraph5_amc@nlo +pythia, and σ is the upper limit on the observed cross section. To ensure numerical stability, the bin width is chosen to have a high enough yield in each bin of the BDT distributions. The BDT distribution ranges from −1 to 1, but to reduce the impact on the fit of background-dominated regions, events are selected with a BDT score >−0.6. This requirement on the BDT score also helps to improve the stability of the fit and the corresponding fit uncertainties. Except for the dominant nonprompt-lepton background, the predicted yields and the shapes of the BDT distributions are taken directly from the simulation. When performing the maximum likelihood fit, individual templates are used for the VBS, VV, tt (fully leptonic decays), ttH, ttW, and nonprompt-lepton background processes, while a combined template labeled others uses a combination of background processes, namely: DY, ttVV, ttVH, ttZ, tttj, tttW, tttt, VVV, tZq, tW, and tW.6Systematic uncertaintiesSystematic uncertainties, arising from various sources, such as detector effects, theoretical uncertainties, and mismodeling, are evaluated and categorized in two main groups: experimental uncertainties and modeling uncertainties. Several effects modify the event yields or shapes of the measured distributions. The systematic uncertainties are modeled as nuisance parameters in the maximum likelihood estimation procedure used for determining the best fit signal strength μˆ. The nuisance parameters are allowed to modify the shape and normalization of the backgrounds and signal in the fit using the method in Ref. [62]. The chosen probability density function (pdf) used for the interpolation between nominal and systematic templates is dependent on whether the associated nuisance parameter can also affect the shape of the nominal template or not. Log-normal pdfs are used for nuisance parameters that only affect the distributions normalization, whereas Gaussian distributions are used for those that can affect the shape as well. Experimental uncertainties, where appropriate, and all modeling uncertainties are taken as correlated across years and channels. The effect of the limited number of simulated events is estimated using the Barlow–Beeston-lite method [63].The experimental uncertainties are those related to the integrated luminosity [64–66], pileup, L1 trigger inefficiency, nonprompt-lepton background estimation, jet energy scale and resolution, unclustered energy scale, lepton identification and trigger efficiencies, charge misidentification, muon momentum scale, and heavy-quark, light-quark and gluon jet identification. The dominant experimental uncertainty sources are related to the flavor tagger discriminant shape calibration, and nonprompt-lepton background estimation. The modeling uncertainty sources are matrix-element renormalization and factorization scales, parton shower scales that control the initial- and final-state radiation, and PDFs. For the signal, these are included as separate nuisance parameters that affect the shape. For the backgrounds estimated using MC event samples, nuisance parameters are assumed to only affect the yields, and the corresponding uncertainties in the theoretical cross section calculations are used. The most significant modeling uncertainty in the analysis is attributed to the normalization of the ttW background, regardless of the A-H interference. The contributions of all uncertainty sources on the pre-fit expected event yields are displayed in Table 2, for ρtc=0.4 and mA=350GeV with A-H interference assuming mAmH=50GeV. The uncertainties in other scenarios are similar.7ResultsFig. 3 displays the post-fit BDT discriminant distributions used for the signal extraction combining the categories e±e±, μ±μ±, and e±μ±, and for ρtu=1.0 and ρtc=1.0 with A-H interference, assuming mA=350GeV.No significant excess over the expected SM background is observed. The results of the search are interpreted in terms of the upper limits on the signal strength parameter μ in the g2HDM. The upper limits on μ are calculated at 95% confidence level (CL) using a modified frequentist method [67–69] computed with an asymptotic approximation [70]. The expected 95% CL on the production cross section and the regions containing 68 and 95% of the distribution of the limits expected under the background-only hypothesis are calculated with pseudo-experiments using background-only samples. It is observed that the shapes of the BDT distributions are consistent with each other for different coupling values at the same A or H mass value. Therefore, for other coupling assumptions than ρtu/tc=0.4, the expected signal yields are scaled separately for ρtu and ρtc for each mass and coupling hypothesis making use of the corresponding signal cross sections. It is also observed that A or H can be used interchangeably as their corresponding BDT distribution shapes as well as their cross sections are the same. Therefore, we only show the results for A in this Letter. The observed and expected upper limits are displayed as functions of mA from 200 to 1000 GeV for ρtu=0.1,0.4,1.0 and ρtc=0.1,0.4,1.0, for the Run-2 data and for the combination of all three decay modes, without (with) A-H interference in Fig. 4(5). The observed limits at 95% CL on the signal strength as functions of mA and the new Yukawa couplings ρtc/tu are shown in Fig. 6 without A-H interference, and in Fig. 7 with A-H interference. Interpreted in g2HDM, exclusion limits at 95% CL on the mass of the additional Higgs bosons A and H are shown in Table 3 for different ρtu and ρtc assumptions.8SummaryA search for new Yukawa couplings of the top quark in models with additional Higgs bosons in proton-proton collisions at a center-of-mass energy of 13 TeV has been presented. The process considered is the production of same-sign top quark pairs associated with an up or a charm quark, and resulting in a final state containing two same-sign leptons and jets. No significant excess above the background prediction is observed. When no interference between the pseudoscalar (A) and scalar (H) Higgs bosons is assumed, A or H bosons with masses below 920 GeV and 1000 GeV are excluded at the 95% confidence level (CL) for coupling values ρtu=0.4 and 1.0, respectively, while all other extra Yukawa couplings are assumed to be zero. Similarly, without interference between H and A, and assuming a coupling value of ρtc=1.0, A or H bosons with masses below approximately 770GeV are excluded at the 95% CL. Under the assumption that A and H interfere in the scenario with a mass difference of mAmH=50GeV, the pseudoscalar Higgs boson is excluded for mA values below 1000GeV when considering coupling values ρtu>0.4. Furthermore, assuming ρtc=0.4, the exclusion limit for A is mA=340GeV, whereas assuming ρtc=1.0, the limit extends to mA=810GeV at 95% CL. These results represent the first search based on the generalized two-Higgs-doublet model considering A-H interference.Declaration of Competing InterestThe authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.AcknowledgementsWe congratulate our colleagues in the CERN accelerator departments for the excellent performance of the LHC and thank the technical and administrative staffs at CERN and at other CMS institutes for their contributions to the success of the CMS effort. In addition, we gratefully acknowledge the computing centers and personnel of the Worldwide LHC Computing Grid and other centers for delivering so effectively the computing infrastructure essential to our analyses. Finally, we acknowledge the enduring support for the construction and operation of the LHC, the CMS detector, and the supporting computing infrastructure provided by the following funding agencies: SC (Armenia), BMBWF and FWF (Austria); FNRS and FWO (Belgium); CNPq, CAPES, FAPERJ, FAPERGS, and FAPESP (Brazil); MES and BNSF (Bulgaria); CERN; CAS, MOST, and NSFC (China); Minciencias (Colombia); MSES and CSF (Croatia); RIF (Cyprus); SENESCYT (Ecuador); MoER, ERC PUT and ERDF (Estonia); Academy of Finland, MEC, and HIP (Finland); CEA and CNRS/IN2P3 (France); SRNSF (Georgia); BMBF, DFG, and HGF (Germany); GSRI (Greece); NKFIH (Hungary); DAE and DST (India); IPM (Iran); SFI (Ireland); INFN (Italy); MSIP and NRF (Republic of Korea); MES (Latvia); LAS (Lithuania); MOE and UM (Malaysia); BUAP, CINVESTAV, CONACYT, LNS, SEP, and UASLP-FAI (Mexico); MOS (Montenegro); MBIE (New Zealand); PAEC (Pakistan); MES and NSC (Poland); FCT (Portugal); MESTD (Serbia); MCIN/AEI and PCTI (Spain); MoSTR (Sri Lanka); Swiss Funding Agencies (Switzerland); MST (Taipei); MHESI and NSTDA (Thailand); TUBITAK and TENMAK (Turkey); NASU (Ukraine); STFC (United Kingdom); DOE and NSF (USA).Individuals have received support from the Marie-Curie program and the European Research Council and Horizon 2020 Grant, contract Nos. 675440, 724704, 752730, 758316, 765710, 824093, and COST Action CA16108 (European Union); the Leventis Foundation; the Alfred P. Sloan Foundation; the Alexander von Humboldt Foundation; the Science Committee, project no. 22rl-037 (Armenia); the Belgian Federal Science Policy Office; the Fonds pour la Formation à la Recherche dans l'Industrie et dans l'Agriculture (FRIA-Belgium); the Agentschap voor Innovatie door Wetenschap en Technologie (IWT-Belgium); the F.R.S.-FNRS and FWO (Belgium) under the “Excellence of Science – EOS” – be.h project n. 30820817; the Beijing Municipal Science & Technology Commission, No. Z191100007219010 and Fundamental Research Funds for the Central Universities (China); The Ministry of Education, Youth and Sports (MEYS) of the Czech Republic; the Shota Rustaveli National Science Foundation, grant FR-22-985 (Georgia); the Deutsche Forschungsgemeinschaft (DFG), under Germany's Excellence Strategy – EXC 2121 “Quantum Universe” – 390833306, and under project number 400140256 - GRK2497; the Hellenic Foundation for Research and Innovation (HFRI), Project Number 2288 (Greece); the Hungarian Academy of Sciences, the New National Excellence Program - ÚNKP, the NKFIH research grants K 124845, K 124850, K 128713, K 128786, K 129058, K 131991, K 133046, K 138136, K 143460, K 143477, 2020-2.2.1-ED-2021-00181, and TKP2021-NKTA-64 (Hungary); the Council of Science and Industrial Research, India; ICSC – National Research Center for High Performance Computing, Big Data and Quantum Computing, funded by the EU NexGeneration program (Italy); the Latvian Council of Science; the Ministry of Education and Science, project no. 2022/WK/14, and the National Science Center, contracts Opus 2021/41/B/ST2/01369 and 2021/43/B/ST2/01552 (Poland); the Fundação para a Ciência e a Tecnologia, grant CEECIND/01334/2018 (Portugal); the National Priorities Research Program by Qatar National Research Fund; MCIN/AEI/10.13039/501100011033, ERDF “a way of making Europe”, and the Programa Estatal de Fomento de la Investigación Científica y Técnica de Excelencia María de Maeztu, grant MDM-2017-0765 and Programa Severo Ochoa del Principado de Asturias (Spain); the Chulalongkorn Academic into Its 2nd Century Project Advancement Project, and the National Science, Research and Innovation Fund via the Program Management Unit for Human Resources & Institutional Development, Research and Innovation, grant B05F650021 (Thailand); the Kavli Foundation; the Nvidia Corporation; the SuperMicro Corporation; the Welch Foundation, contract C-1845; and the Weston Havens Foundation (USA).References[1]ATLAS CollaborationObservation of a new particle in the search for the standard model Higgs boson with the ATLAS detector at the LHCPhys. Lett. B7162012110.1016/j.physletb.2012.08.020arXiv:1207.7214ATLAS Collaboration, Observation of a new particle in the search for the standard model Higgs boson with the ATLAS detector at the LHC, Phys. Lett. B 716 (2012) 1. doi: 10.1016/j.physletb.2012.08.020. arXiv:1207.7214.[2]CMS CollaborationObservation of a new boson at a mass of 125 GeV with the CMS experiment at the LHCPhys. Lett. B71620123010.1016/j.physletb.2012.08.021arXiv:1207.7235CMS Collaboration, Observation of a new boson at a mass of 125 GeV with the CMS experiment at the LHC, Phys. Lett. B 716 (2012) 30. doi: 10.1016/j.physletb.2012.08.021. arXiv:1207.7235.[3]ATLAS CMS CollaborationsMeasurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC pp collision data at s=7 and 8 TeVJ. High Energy Phys.08201604510.1007/JHEP08(2016)045arXiv:1606.02266ATLAS and CMS Collaborations, Measurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC pp collision data at s=7 and 8 TeV, JHEP 08 (2016) 045. doi: 10.1007/JHEP08(2016)045. arXiv:1606.02266.[4]E.da Silva AlmeidaA.AlvesN.Rosa AgostinhoO.J.P.ÉboliM.C.Gonzalez-GarciaElectroweak sector under scrutiny: a combined analysis of LHC and electroweak precision dataPhys. Rev. D99201903300110.1103/PhysRevD.99.033001arXiv:1812.01009E. da Silva Almeida, A. Alves, N. Rosa Agostinho, O. J. P. Éboli, M. C. Gonzalez-Garcia, Electroweak sector under scrutiny: A combined analysis of LHC and electroweak precision data, Phys. Rev. D 99 (2019) 033001. doi: 10.1103/PhysRevD.99.033001. arXiv:1812.01009.[5]E.dS.AlmeidaA.AlvesO.J.P.ÉboliM.C.Gonzalez-GarciaElectroweak legacy of the LHC run IIPhys. Rev. D105202201300610.1103/PhysRevD.105.013006arXiv:2108.04828E. d. S. Almeida, A. Alves, O. J. P. Éboli, M. C. Gonzalez-Garcia, Electroweak legacy of the LHC run II, Phys. Rev. D 105 (2022) 013006. doi: 10.1103/PhysRevD.105.013006. arXiv:2108.04828.[6]ATLAS CollaborationA detailed map of Higgs boson interactions by the ATLAS experiment ten years after the discoveryNature60720225210.1038/s41586-022-04893-warXiv:2207.00092Erratum:https://doi.org/10.1038/s41586-022-05581-5ATLAS Collaboration, A detailed map of Higgs boson interactions by the ATLAS experiment ten years after the discovery, Nature 607 (2022) 52. doi: 10.1038/s41586-022-04893-w. arXiv:2207.00092, [Erratum: 10.1038/s41586-022-05581-5].[7]CMS CollaborationA portrait of the Higgs boson by the CMS experiment ten years after the discoveryNature60720226010.1038/s41586-022-04892-xarXiv:2207.00043CMS Collaboration, A portrait of the Higgs boson by the CMS experiment ten years after the discovery, Nature 607 (2022) 60. doi: 10.1038/s41586-022-04892-x. arXiv:2207.00043.[8]G.C.BrancoP.M.FerreiraL.LavouraM.N.RebeloM.SherJ.P.SilvaTheory and phenomenology of two-Higgs-doublet modelsPhys. Rep.5162012110.1016/j.physrep.2012.02.002arXiv:1106.0034G. C. Branco, P. M. Ferreira, L. Lavoura, M. N. Rebelo, M. Sher, J. P. Silva, Theory and phenomenology of two-Higgs-doublet models, Phys. Rept. 516 (2012) 1. doi: 10.1016/j.physrep.2012.02.002. arXiv:1106.0034.[9]M.KohdaT.ModakW.-S.HouSearching for new scalar bosons via triple-top signature in cgts0ttt¯Phys. Lett. B776201837910.1016/j.physletb.2017.11.056arXiv:1710.07260M. Kohda, T. Modak, W.-S. Hou, Searching for new scalar bosons via triple-top signature in cg→ts0→ttt¯, Phys. Lett. B 776 (2018) 379. doi: 10.1016/j.physletb.2017.11.056. arXiv:1710.07260.[10]W.-S.HouTree level t → ch0 or h0 → tc¯ decaysPhys. Lett. B296199217910.1016/0370-2693(92)90823-MW.-S. Hou, Tree level t → ch0 or h0 → tc¯ decays, Phys. Lett. B 296 (1992) 179. doi: 10.1016/0370-2693(92)90823-M.[11]W.-S.HouM.KikuchiApproximate alignment in two Higgs doublet model with extra Yukawa couplingsEurophys. Lett.12320181100110.1209/0295-5075/123/11001arXiv:1706.07694W.-S. Hou, M. Kikuchi, Approximate alignment in two Higgs doublet model with extra Yukawa couplings, Eur. Phys. Lett. 123 (2018) 11001. doi: 10.1209/0295-5075/123/11001. arXiv:1706.07694.[12]J.F.GunionH.E.HaberThe CP conserving two Higgs doublet model: the approach to the decoupling limitPhys. Rev. D67200307501910.1103/PhysRevD.67.075019arXiv:hep-ph/0207010J. F. Gunion, H. E. Haber, The CP conserving two Higgs doublet model: The approach to the decoupling limit, Phys. Rev. D 67 (2003) 075019. doi: 10.1103/PhysRevD.67.075019. arXiv:hep-ph/0207010.[13]M.CarenaI.LowN.R.ShahC.E.M.WagnerImpersonating the standard model Higgs boson: alignment without decouplingJ. High Energy Phys.04201401510.1007/JHEP04(2014)015arXiv:1310.2248M. Carena, I. Low, N. R. Shah, C. E. M. Wagner, Impersonating the standard model Higgs boson: Alignment without decoupling, JHEP 04 (2014) 015. doi: 10.1007/JHEP04(2014)015. arXiv:1310.2248.[14]P.S.Bhupal DevA.PilaftsisMaximally symmetric two Higgs doublet model with natural standard model alignmentJ. High Energy Phys.12201402410.1007/JHEP12(2014)024arXiv:1408.3405Erratum:https://doi.org/10.1007/JHEP11(2015)147P. S. Bhupal Dev, A. Pilaftsis, Maximally symmetric two Higgs doublet model with natural standard model alignment, JHEP 12 (2014) 024. doi: 10.1007/JHEP12(2014)024. arXiv:1408.3405, [Erratum: 10.1007/JHEP11(2015)147].[15]T.D.LeeA theory of spontaneous T violationPhys. Rev. D81973122610.1103/PhysRevD.8.1226T. D. Lee, A theory of spontaneous T violation, Phys. Rev. D 8 (1973) 1226. doi: 10.1103/PhysRevD.8.1226.[16]K.FuyutoW.-S.HouE.SenahaElectroweak baryogenesis driven by extra top Yukawa couplingsPhys. Lett. B776201840210.1016/j.physletb.2017.11.073arXiv:1705.05034K. Fuyuto, W.-S. Hou, E. Senaha, Electroweak baryogenesis driven by extra top Yukawa couplings, Phys. Lett. B 776 (2018) 402. doi: 10.1016/j.physletb.2017.11.073. arXiv:1705.05034.[17]K.FuyutoW.-S.HouE.SenahaCancellation mechanism for the electron electric dipole moment connected with the baryon asymmetry of the universePhys. Rev. D101202001190110.1103/PhysRevD.101.011901arXiv:1910.12404K. Fuyuto, W.-S. Hou, E. Senaha, Cancellation mechanism for the electron electric dipole moment connected with the baryon asymmetry of the universe, Phys. Rev. D 101 (2020) 011901. doi: 10.1103/PhysRevD.101.011901. arXiv:1910.12404.[18]D.P.Aguillard(Muon g-2), measurement of the positive muon anomalous magnetic moment to 0.20 ppmarXiv:2308.062302023D. P. Aguillard, et al. (Muon g-2), Measurement of the Positive Muon Anomalous Magnetic Moment to 0.20 ppm, 2023. arXiv:2308.06230.[19]ATLAS CollaborationSearch for heavy Higgs bosons with flavour-violating couplings in multi-lepton plus b-jets final states in pp collisions at 13 TeV with the ATLAS detectorJ. High Energy Phys.12202308110.1007/JHEP12(2023)081arXiv:2307.147592023ATLAS Collaboration, Search for heavy Higgs bosons with flavour-violating couplings in multi-lepton plus b-jets final states in pp collisions at 13 TeV with the ATLAS detector, 2023. arXiv:2307.14759.[20]HEPData record for this analysishttps://doi.org/10.17182/hepdata.1405282023HEPData record for this analysis, 2023. doi: 10.17182/hepdata.140528.[21]CMS CollaborationThe CMS experiment at the CERN LHCJ. Instrum.32008S0800410.1088/1748-0221/3/08/S08004CMS Collaboration, The CMS experiment at the CERN LHC, JINST 3 (2008) S08004. doi: 10.1088/1748-0221/3/08/S08004.[22]CMS CollaborationPerformance of the CMS level-1 trigger in proton-proton collisions at s=13 TeVJ. Instrum.152020P1001710.1088/1748-0221/15/10/P10017arXiv:2006.10165CMS Collaboration, Performance of the CMS level-1 trigger in proton-proton collisions at s=13 TeV, JINST 15 (2020) P10017. doi: 10.1088/1748-0221/15/10/P10017. arXiv:2006.10165.[23]CMS CollaborationThe CMS trigger systemJ. Instrum.122017P0102010.1088/1748-0221/12/01/P01020arXiv:1609.02366CMS Collaboration, The CMS trigger system, JINST 12 (2017) P01020. doi: 10.1088/1748-0221/12/01/P01020. arXiv:1609.02366.[24]CMS CollaborationElectron and photon reconstruction and identification with the CMS experiment at the CERN LHCJ. Instrum.162021P0501410.1088/1748-0221/16/05/P05014arXiv:2012.06888CMS Collaboration, Electron and photon reconstruction and identification with the CMS experiment at the CERN LHC, JINST 16 (2021) P05014. doi: 10.1088/1748-0221/16/05/P05014. arXiv:2012.06888.[25]CMS CollaborationPerformance of the CMS muon detector and muon reconstruction with proton-proton collisions at s=13 TeVJ. Instrum.132018P0601510.1088/1748-0221/13/06/P06015arXiv:1804.04528CMS Collaboration, Performance of the CMS muon detector and muon reconstruction with proton-proton collisions at s=13 TeV, JINST 13 (2018) P06015. doi: 10.1088/1748-0221/13/06/P06015. arXiv:1804.04528.[26]CMS CollaborationDescription and performance of track and primary-vertex reconstruction with the CMS trackerJ. Instrum.92014P1000910.1088/1748-0221/9/10/P10009arXiv:1405.6569CMS Collaboration, Description and performance of track and primary-vertex reconstruction with the CMS tracker, JINST 9 (2014) P10009. doi: 10.1088/1748-0221/9/10/P10009. arXiv:1405.6569.[27]CMS CollaborationParticle-flow reconstruction and global event description with the CMS detectorJ. Instrum.122017P1000310.1088/1748-0221/12/10/P10003arXiv:1706.04965CMS Collaboration, Particle-flow reconstruction and global event description with the CMS detector, JINST 12 (2017) P10003. doi: 10.1088/1748-0221/12/10/P10003. arXiv:1706.04965.[28]CMS CollaborationTechnical proposal for the Phase-II upgrade of the Compact Muon SolenoidCMS Technical proposal CERN-LHCC-2015-010, CMS-TDR-15-022015http://cds.cern.ch/record/2020886CMS Collaboration, Technical proposal for the Phase-II upgrade of the Compact Muon Solenoid, CMS Technical proposal CERN-LHCC-2015-010, CMS-TDR-15-02, 2015. URL: http://cds.cern.ch/record/2020886.[29]M.CacciariG.P.SalamG.SoyezThe anti-kt jet clustering algorithmJ. High Energy Phys.04200806310.1088/1126-6708/2008/04/063arXiv:0802.1189M. Cacciari, G. P. Salam, G. Soyez, The anti-kt jet clustering algorithm, JHEP 04 (2008) 063. doi: 10.1088/1126-6708/2008/04/063. arXiv:0802.1189.[30]M.CacciariG.P.SalamG.SoyezFastjet user manualEur. Phys. J. C722012189610.1140/epjc/s10052-012-1896-2arXiv:1111.6097M. Cacciari, G. P. Salam, G. Soyez, Fastjet user manual, Eur. Phys. J. C 72 (2012) 1896. doi: 10.1140/epjc/s10052-012-1896-2. arXiv:1111.6097.[31]CMS CollaborationPileup mitigation at CMS in 13 TeV dataJ. Instrum.152020P0901810.1088/1748-0221/15/09/P09018arXiv:2003.00503CMS Collaboration, Pileup mitigation at CMS in 13 TeV data, JINST 15 (2020) P09018. doi: 10.1088/1748-0221/15/09/P09018. arXiv:2003.00503.[32]CMS CollaborationJet energy scale and resolution in the CMS experiment in pp collisions at 8 TeVJ. Instrum.122017P0201410.1088/1748-0221/12/02/P02014arXiv:1607.03663CMS Collaboration, Jet energy scale and resolution in the CMS experiment in pp collisions at 8 TeV, JINST 12 (2017) P02014. doi: 10.1088/1748-0221/12/02/P02014. arXiv:1607.03663.[33]CMS CollaborationPerformance of missing transverse momentum reconstruction in proton-proton collisions at s=13 TeV using the CMS detectorJ. Instrum.142019P0700410.1088/1748-0221/14/07/P07004arXiv:1903.06078CMS Collaboration, Performance of missing transverse momentum reconstruction in proton-proton collisions at s=13 TeV using the CMS detector, JINST 14 (2019) P07004. doi: 10.1088/1748-0221/14/07/P07004. arXiv:1903.06078.[34]J.AlwallR.FrederixS.FrixioneV.HirschiF.MaltoniO.MattelaerH.S.ShaoT.StelzerP.TorrielliM.ZaroThe automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulationsJ. High Energy Phys.07201407910.1007/JHEP07(2014)079arXiv:1405.0301J. Alwall, R. Frederix, S. Frixione, V. Hirschi, F. Maltoni, O. Mattelaer, H. S. Shao, T. Stelzer, P. Torrielli, M. Zaro, The automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulations, JHEP 07 (2014) 079. doi: 10.1007/JHEP07(2014)079. arXiv:1405.0301.[35]J.AlwallS.HöcheF.KraussN.LavessonL.LönnbladF.MaltoniM.L.ManganoM.MorettiC.G.PapadopoulosF.PiccininiS.SchumannM.TreccaniJ.WinterM.WorekComparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisionsEur. Phys. J. C53200847310.1140/epjc/s10052-007-0490-5arXiv:0706.2569J. Alwall, S. Höche, F. Krauss, N. Lavesson, L. Lönnblad, F. Maltoni, M. L. Mangano, M. Moretti, C. G. Papadopoulos, F. Piccinini, S. Schumann, M. Treccani, J. Winter, M. Worek, Comparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisions, Eur. Phys. J. C 53 (2008) 473. doi: 10.1140/epjc/s10052-007-0490-5. arXiv:0706.2569.[36]W.-S.HouT.ModakProbing top changing neutral Higgs couplings at collidersMod. Phys. Lett. A362021213000610.1142/S0217732321300068arXiv:2012.05735W.-S. Hou, T. Modak, Probing top changing neutral Higgs couplings at colliders, Mod. Phys. Lett. A 36 (2021) 2130006. doi: 10.1142/S0217732321300068. arXiv:2012.05735.[37]R.FrederixS.FrixioneMerging meets matching in MC@NLOJ. High Energy Phys.12201206110.1007/JHEP12(2012)061arXiv:1209.6215R. Frederix, S. Frixione, Merging meets matching in MC@NLO, JHEP 12 (2012) 061. doi: 10.1007/JHEP12(2012)061. arXiv:1209.6215.[38]P.NasonA new method for combining NLO QCD with shower Monte Carlo algorithmsJ. High Energy Phys.11200404010.1088/1126-6708/2004/11/040arXiv:hep-ph/0409146P. Nason, A new method for combining NLO QCD with shower Monte Carlo algorithms, JHEP 11 (2004) 040. doi: 10.1088/1126-6708/2004/11/040. arXiv:hep-ph/0409146.[39]S.FrixioneP.NasonC.OleariMatching NLO QCD computations with parton shower simulations: the POWHEG methodJ. High Energy Phys.11200707010.1088/1126-6708/2007/11/070arXiv:0709.2092S. Frixione, P. Nason, C. Oleari, Matching NLO QCD computations with parton shower simulations: the POWHEG method, JHEP 11 (2007) 070. doi: 10.1088/1126-6708/2007/11/070. arXiv:0709.2092.[40]S.AlioliP.NasonC.OleariE.ReA general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG boxJ. High Energy Phys.06201004310.1007/JHEP06(2010)043arXiv:1002.2581S. Alioli, P. Nason, C. Oleari, E. Re, A general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG box, JHEP 06 (2010) 043. doi: 10.1007/JHEP06(2010)043. arXiv:1002.2581.[41]S.FrixioneP.NasonG.RidolfiA positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproductionJ. High Energy Phys.09200712610.1088/1126-6708/2007/09/126arXiv:0707.3088S. Frixione, P. Nason, G. Ridolfi, A positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproduction, JHEP 09 (2007) 126. doi: 10.1088/1126-6708/2007/09/126. arXiv:0707.3088.[42]T.MeliaP.NasonR.RontschG.ZanderighiW+W, WZ and ZZ production in the POWHEG boxJ. High Energy Phys.11201107810.1007/JHEP11(2011)078arXiv:1107.5051T. Melia, P. Nason, R. Rontsch, G. Zanderighi, W+W−, WZ and ZZ production in the POWHEG box, JHEP 11 (2011) 078. doi: 10.1007/JHEP11(2011)078. arXiv:1107.5051.[43]E.ReSingle-top Wt-channel production matched with parton showers using the POWHEG methodEur. Phys. J. C712011154710.1140/epjc/s10052-011-1547-zarXiv:1009.2450E. Re, Single-top Wt-channel production matched with parton showers using the POWHEG method, Eur. Phys. J. C 71 (2011) 1547. doi: 10.1140/epjc/s10052-011-1547-z. arXiv:1009.2450.[44]S.AlioliP.NasonC.OleariE.ReNLO single-top production matched with shower in POWHEG: s- and t-channel contributionsJ. High Energy Phys.09200911110.1088/1126-6708/2009/09/111arXiv:0907.4076Erratum:https://doi.org/10.1007/JHEP02(2010)011S. Alioli, P. Nason, C. Oleari, E. Re, NLO single-top production matched with shower in POWHEG: s- and t-channel contributions, JHEP 09 (2009) 111. doi: 10.1088/1126-6708/2009/09/111. arXiv:0907.4076, [Erratum: 10.1007/JHEP02(2010)011].[45]H.B.HartantoB.JagerL.ReinaD.WackerothHiggs boson production in association with top quarks in the POWHEG BOXPhys. Rev. D91201509400310.1103/PhysRevD.91.094003arXiv:1501.04498H. B. Hartanto, B. Jager, L. Reina, D. Wackeroth, Higgs boson production in association with top quarks in the POWHEG BOX, Phys. Rev. D 91 (2015) 094003. doi: 10.1103/PhysRevD.91.094003. arXiv:1501.04498.[46]T.SjöstrandS.AskJ.R.ChristiansenR.CorkeN.DesaiP.IltenS.MrennaS.PrestelC.O.RasmussenP.Z.SkandsAn introduction to PYTHIA8.2Comput. Phys. Commun.191201515910.1016/j.cpc.2015.01.024arXiv:1410.3012T. Sjöstrand, S. Ask, J. R. Christiansen, R. Corke, N. Desai, P. Ilten, S. Mrenna, S. Prestel, C. O. Rasmussen, P. Z. Skands, An introduction to PYTHIA8.2, Comput. Phys. Commun. 191 (2015) 159. doi: 10.1016/j.cpc.2015.01.024. arXiv:1410.3012.[47]CMS CollaborationExtraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurementsEur. Phys. J. C802020410.1140/epjc/s10052-019-7499-4arXiv:1903.12179CMS Collaboration, Extraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurements, Eur. Phys. J. C 80 (2020) 4. doi: 10.1140/epjc/s10052-019-7499-4. arXiv:1903.12179.[48]R.D.BallNNPDFParton distributions from high-precision collider dataEur. Phys. J. C77201766310.1140/epjc/s10052-017-5199-5arXiv:1706.00428R. D. Ball, et al. (NNPDF), Parton distributions from high-precision collider data, Eur. Phys. J. C 77 (2017) 663. doi: 10.1140/epjc/s10052-017-5199-5. arXiv:1706.00428.[49]S.AgostinelliGeant4Geant4 — a simulation toolkitNucl. Instrum. Methods A506200325010.1016/S0168-9002(03)01368-8S. Agostinelli, et al. (Geant4), Geant4 — a simulation toolkit, Nucl. Instrum. Meth. A 506 (2003) 250. doi: 10.1016/S0168-9002(03)01368-8.[50]CMS CollaborationMeasurement of the inclusive W and Z production cross sections in pp collisions at s=7 TeVJ. High Energy Phys.10201113210.1007/JHEP10(2011)132arXiv:1107.4789CMS Collaboration, Measurement of the inclusive W and Z production cross sections in pp collisions at s=7 TeV, JHEP 10 (2011) 132. doi: 10.1007/JHEP10(2011)132. arXiv:1107.4789.[51]CMS CollaborationMeasurement of the Higgs boson production rate in association with top quarks in final states with electrons, muons, and hadronically decaying tau leptons at s=13 TeVEur. Phys. J. C81202137810.1140/epjc/s10052-021-09014-xarXiv:2011.03652CMS Collaboration, Measurement of the Higgs boson production rate in association with top quarks in final states with electrons, muons, and hadronically decaying tau leptons at s= 13 TeV, Eur. Phys. J. C 81 (2021) 378. doi: 10.1140/epjc/s10052-021-09014-x. arXiv:2011.03652.[52]CMS CollaborationMeasurement of the cross section of top quark-antiquark pair production in association with a W boson in proton-proton collisions at s=13 TeVJ. High Energy Phys.07202321910.1007/JHEP07(2023)219arXiv:2208.06485CMS Collaboration, Measurement of the cross section of top quark-antiquark pair production in association with a W boson in proton-proton collisions at s = 13 TeV, JHEP 07 (2023) 219. doi: 10.1007/JHEP07(2023)219. arXiv:2208.06485.[53]CMS CollaborationPerformance of electron reconstruction and selection with the CMS detector in proton-proton collisions at s=8 TeVJ. Instrum.102015P0600510.1088/1748-0221/10/06/P06005arXiv:1502.02701CMS Collaboration, Performance of electron reconstruction and selection with the CMS detector in proton-proton collisions at s=8 TeV, JINST 10 (2015) P06005. doi: 10.1088/1748-0221/10/06/P06005. arXiv:1502.02701.[54]K.RehermannB.TweedieEfficient identification of boosted semileptonic top quarks at the LHCJ. High Energy Phys.03201105910.1007/JHEP03(2011)059arXiv:1007.2221K. Rehermann, B. Tweedie, Efficient identification of boosted semileptonic top quarks at the LHC, JHEP 03 (2011) 059. doi: 10.1007/JHEP03(2011)059. arXiv:1007.2221.[55]CMS CollaborationA new calibration method for charm jet identification validated with proton-proton collision events at s=13 TeVJ. Instrum.172022P0301410.1088/1748-0221/17/03/P03014arXiv:2111.03027CMS Collaboration, A new calibration method for charm jet identification validated with proton-proton collision events at s = 13 TeV, JINST 17 (2022) P03014. doi: 10.1088/1748-0221/17/03/P03014. arXiv:2111.03027.[56]CMS CollaborationPerformance summary of AK4 jet charm tagging with the CMS Run2 legacy datasetCMS Detector Performance Note CMS-DP-2023-0062023https://cds.cern.ch/record/2854610CMS Collaboration, Performance summary of AK4 jet charm tagging with the CMS Run2 Legacy dataset, CMS Detector Performance Note CMS-DP-2023-006, 2023. URL: https://cds.cern.ch/record/2854610.[57]E.BolsJ.KieselerM.VerzettiM.StoyeA.StakiaJet flavour classification using DeepJetJ. Instrum.152020P1201210.1088/1748-0221/15/12/P12012arXiv:2008.10519E. Bols, J. Kieseler, M. Verzetti, M. Stoye, A. Stakia, Jet flavour classification using DeepJet, JINST 15 (2020) P12012. doi: 10.1088/1748-0221/15/12/P12012. arXiv:2008.10519.[58]CMS CollaborationPerformance summary of AK4 jet b tagging with data from proton-proton collisions at 13 TeV with the CMS detectorCMS Detector Performance Note CMS-DP-2023-0052023https://cds.cern.ch/record/2854609CMS Collaboration, Performance summary of AK4 jet b tagging with data from proton-proton collisions at 13 TeV with the CMS detector, CMS Detector Performance Note CMS-DP-2023-005, 2023. URL: https://cds.cern.ch/record/2854609.[59]CMS CollaborationEvidence for associated production of a Higgs boson with a top quark pair in final states with electrons, muons, and hadronically decaying τ leptons at s=13 TeVJ. High Energy Phys.08201806610.1007/JHEP08(2018)066arXiv:1803.05485CMS Collaboration, Evidence for associated production of a Higgs boson with a top quark pair in final states with electrons, muons, and hadronically decaying τ leptons at s= 13 TeV, JHEP 08 (2018) 066. doi: 10.1007/JHEP08(2018)066. arXiv:1803.05485.[60]J.H.FriedmanGreedy function approximation: a gradient boosting machineAnn. Stat.292001118910.1214/aos/1013203451J. H. Friedman, Greedy function approximation: A gradient boosting machine, Annals Statist. 29 (2001) 1189. doi: 10.1214/aos/1013203451.[61]A.HoeckerTMVA — toolkit for multivariate data analysisarXiv:physics/07030392007A. Hoecker, et al., TMVA — toolkit for multivariate data analysis, 2007. arXiv:physics/0703039.[62]The ATLAS and CMS Collaborationsthe LHC Higgs Combination GroupCMS Collaborations the LHC Higgs Combination GroupProcedure for the LHC Higgs boson search combination in summer 2011CMS Physics Analysis Summary CMS-NOTE-2011-005, ATL-PHYS-PUB-2011-112011https://cds.cern.ch/record/1379837The ATLAS and CMS Collaborations and the LHC Higgs Combination Group, Procedure for the LHC Higgs boson search combination in Summer 2011, CMS Physics Analysis Summary CMS-NOTE-2011-005, ATL-PHYS-PUB-2011-11, 2011. URL: https://cds.cern.ch/record/1379837.[63]R.J.BarlowC.BeestonFitting using finite Monte Carlo samplesComput. Phys. Commun.77199321910.1016/0010-4655(93)90005-WR. J. Barlow, C. Beeston, Fitting using finite Monte Carlo samples, Comput. Phys. Commun. 77 (1993) 219. doi: 10.1016/0010-4655(93)90005-W.[64]CMS CollaborationPrecision luminosity measurement in proton-proton collisions at s=13 TeV in 2015 and 2016 at CMSEur. Phys. J. C81202180010.1140/epjc/s10052-021-09538-2arXiv:2104.01927CMS Collaboration, Precision luminosity measurement in proton-proton collisions at s= 13 TeV in 2015 and 2016 at CMS, Eur. Phys. J. C 81 (2021) 800. doi: 10.1140/epjc/s10052-021-09538-2. arXiv:2104.01927.[65]CMS CollaborationCMS luminosity measurement for the 2017 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-17-0042018https://cds.cern.ch/record/2621960/CMS Collaboration, CMS luminosity measurement for the 2017 data-taking period at s = 13 TeV, CMS Physics Analysis Summary CMS-PAS-LUM-17-004, 2018. URL: https://cds.cern.ch/record/2621960/.[66]CMS CollaborationCMS luminosity measurement for the 2018 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-18-0022019https://cds.cern.ch/record/2676164CMS Collaboration, CMS luminosity measurement for the 2018 data-taking period at s = 13 TeV, CMS Physics Analysis Summary CMS-PAS-LUM-18-002, 2019. URL: https://cds.cern.ch/record/2676164.[67]S.HeinemeyerHandbook of LHC Higgs cross sections: 3. Higgs propertiesCERN Report CERN-2013-0042013https://doi.org/10.5170/CERN-2013-004arXiv:1307.1347S. Heinemeyer, et al., Handbook of LHC Higgs cross sections: 3. Higgs properties, CERN Report CERN-2013-004, 2013. doi: 10.5170/CERN-2013-004. arXiv:1307.1347.[68]T.JunkConfidence level computation for combining searches with small statisticsNucl. Instrum. Meth. A434199943510.1016/S0168-9002(99)00498-2arXiv:hep-ex/9902006T. Junk, Confidence level computation for combining searches with small statistics, Nucl. Instrum. Meth. A 434 (1999) 435. doi: 10.1016/S0168-9002(99)00498-2. arXiv:hep-ex/9902006.[69]A.L.ReadPresentation of search results: the CLs techniqueJ. Phys. G282002269310.1088/0954-3899/28/10/313A. L. Read, Presentation of search results: the CLs technique, J. Phys. G 28 (2002) 2693. doi: 10.1088/0954-3899/28/10/313.[70]G.CowanK.CranmerE.GrossO.VitellsAsymptotic formulae for likelihood-based tests of new physicsEur. Phys. J. C712011155410.1140/epjc/s10052-011-1554-0arXiv:1007.1727Erratum:https://doi.org/10.1140/epjc/s10052-013-2501-zG. Cowan, K. Cranmer, E. Gross, O. Vitells, Asymptotic formulae for likelihood-based tests of new physics, Eur. Phys. J. C 71 (2011) 1554. doi: 10.1140/epjc/s10052-011-1554-0. arXiv:1007.1727, [Erratum: 10.1140/epjc/s10052-013-2501-z]. \ No newline at end of file +application/xmlSearch for new Higgs bosons via same-sign top quark pair production in association with a jet in proton-proton collisions at [formula omitted]The CMS CollaborationA. HayrapetyanA. TumasyanW. AdamJ.W. AndrejkovicT. BergauerS. ChatterjeeK. DamanakisM. DragicevicP.S. HussainM. JeitlerN. KrammerA. LiD. LikoI. MikulecJ. SchieckR. SchöfbeckD. SchwarzM. SonawaneS. TemplW. WaltenbergerC.-E. WulzM.R. DarwishT. JanssenP. Van MechelenE.S. BolsJ. D'HondtS. DansanaA. De MoorM. DelcourtH. El FahamS. LowetteI. MakarenkoD. MüllerA.R. SahasransuS. TavernierM. TytgatS. Van PutteD. VanneromB. ClerbauxG. De LentdeckerL. FavartD. HohovJ. JaramilloA. KhalilzadehK. LeeM. MahdavikhorramiA. MalaraS. ParedesL. PétréN. PostiauL. ThomasM. Vanden BemdenC. Vander VeldeP. VanlaerM. De CoenD. DoburY. HongJ. KnolleL. LambrechtG. MestdachC. RendónA. SamalanK. SkovpenN. Van Den BosscheJ. van der LindenL. WezenbeekA. BeneckeG. BrunoC. CaputoC. DelaereI.S. DonertasA. GiammancoK. JaffelSa. JainV. LemaitreJ. LidrychP. MastrapasquaK. MondalT.T. TranS. WertzG.A. AlvesE. CoelhoC. HenselT. Menezes De OliveiraA. MoraesP. Rebello TelesM. SoeiroW.L. Aldá JúniorM. Alves Gallo PereiraM. Barroso Ferreira FilhoH. Brandao MalbouissonW. CarvalhoJ. ChinellatoE.M. Da CostaG.G. Da SilveiraD. De Jesus DamiaoS. Fonseca De SouzaJ. MartinsC. Mora HerreraK. Mota AmariloL. MundimH. NogimaA. SantoroA. SznajderM. ThielA. Vilela PereiraC.A. BernardesL. CalligarisT.R. Fernandez Perez TomeiE.M. GregoresP.G. MercadanteS.F. NovaesB. OrzariSandra S. PadulaA. AleksandrovG. AntchevR. HadjiiskaP. IaydjievM. MishevaM. ShopovaG. SultanovA. DimitrovL. LitovB. PavlovP. PetkovA. PetrovE. ShumkaS. KeshriS. ThakurT. ChengQ. GuoT. JavaidL. YuanZ. HuJ. LiuK. YiG.M. ChenH.S. ChenM. ChenF. IemmiC.H. JiangA. KapoorH. LiaoZ.-A. LiuR. SharmaJ.N. SongJ. TaoC. WangJ. WangZ. WangH. ZhangA. AgapitosY. BanA. LevinC. LiQ. LiY. MaoS.J. QianX. SunD. WangH. YangL. ZhangC. ZhouZ. YouN. LuG. BauerX. GaoD. LeggatH. OkawaY. ZhangZ. LinC. LuM. XiaoC. AvilaD.A. Barbosa TrujilloA. CabreraC. FlorezJ. FragaJ.A. Reyes VegaJ. Mejia GuisaoF. RamirezM. RodriguezJ.D. Ruiz AlvarezD. GiljanovicN. GodinovicD. LelasA. SculacM. KovacT. SculacP. BargassaV. BrigljevicB.K. ChitrodaD. FerencekS. MishraA. StarodumovT. SusaA. AttikisK. ChristoforouS. KonstantinouJ. MousaC. NicolaouF. PtochosP.A. RazisH. RykaczewskiH. SakaA. StepennovM. FingerM. Finger Jr.A. KvetonE. AyalaE. Carrera JarrinH. AbdallaY. AssranM.A. MahmoudY. MohammedR.K. DewanjeeK. EhatahtM. KadastikT. LangeS. NandanC. NielsenJ. PataM. RaidalL. TaniC. VeelkenH. KirschenmannK. OsterbergM. VoutilainenS. BharthuarE. BrückenF. GarciaJ. HavukainenK.T.S. KallonenR. KinnunenT. LampénK. Lassila-PeriniS. LehtiT. LindénM. LottiL. MartikainenM. MyllymäkiM.m. RantanenH. SiikonenE. TuominenJ. TuominiemiP. LuukkaH. PetrowT. TuuvaM. BesanconF. CoudercM. DejardinD. DenegriJ.L. FaureF. FerriS. GanjourP. GrasG. Hamel de MonchenaultV. LohezicJ. MalclesJ. RanderA. RosowskyM.Ö. SahinA. Savoy-NavarroP. SimkinaM. TitovM. TornagoC. Baldenegro BarreraF. BeaudetteA. Buchot PerraguinP. BussonA. CappatiC. CharlotF. DamasO. DavignonA. De WitG. FalmagneB.A. Fontana Santos AlvesS. GhoshA. GilbertR. Granier de CassagnacA. HakimiB. HarikrishnanL. KalipolitiG. LiuJ. MottaM. NguyenC. OchandoL. PortalesR. SalernoJ.B. SauvanY. SiroisA. TarabiniE. VernazzaA. ZabiA. ZghicheJ.-L. AgramJ. AndreaD. ApparuD. BlochJ.-M. BromE.C. ChabertC. CollardS. FalkeU. GoerlachC. GrimaultR. HaeberleA.-C. Le BihanM. MeenaG. SahaM.A. SessiniP. Van HoveS. BeauceronB. BlanconG. BoudoulN. ChanonJ. ChoiD. ContardoP. DepasseC. DozenH. El MamouniJ. FayS. GasconM. GouzevitchC. GreenbergG. GrenierB. IlleI.B. LaktinehM. LethuillierL. MirabitoS. PerriesA. PurohitM. Vander DoncktP. VerdierJ. XiaoA. KhvedelidzeI. LomidzeZ. TsamalaidzeV. BottaL. FeldK. KleinM. LipinskiD. MeuserA. PaulsN. RöwertM. TeroerdeS. DiekmannA. DodonovaN. EichD. EliseevF. EngelkeM. ErdmannP. FackeldeyB. FischerT. HebbekerK. HoepfnerF. IvoneA. JungM.y. LeeL. MastrolorenzoF. MausolfM. MerschmeyerA. MeyerS. MukherjeeD. NollA. NovakF. NowotnyA. PozdnyakovY. RathW. RedjebF. RehmH. ReithlerU. SarkarV. SarkisoviA. SchmidtA. SharmaJ.L. SpahA. SteinF. Torres Da Silva De AraujoL. VigilanteS. WiedenbeckS. ZaleskiC. DziwokG. FlüggeW. Haj AhmadT. KressA. NowackO. PoothA. StahlT. ZiemonsA. ZotzH. Aarup PetersenM. Aldaya MartinJ. AlimenaS. AmorosoY. AnS. BaxterM. BayatmakouH. Becerril GonzalezO. BehnkeA. BelvedereS. BhattacharyaF. BlekmanK. BorrasD. BrunnerA. CampbellA. CardiniC. ChengF. ColombinaS. Consuegra RodríguezG. Correia SilvaM. De SilvaG. EckerlinD. EcksteinL.I. Estevez BanosO. FilatovE. GalloA. GeiserA. GiraldiG. GreauV. GuglielmiM. GuthoffA. HinzmannA. JafariL. JeppeN.Z. JomhariB. KaechM. KasemannH. KavehC. KleinwortR. KoglerM. KommD. KrückerW. LangeD. Leyva PerniaK. LipkaW. LohmannR. MankelI.-A. Melzer-PellmannM. Mendizabal MorentinJ. MetwallyA.B. MeyerG. MilellaA. MussgillerL.P. NairA. NürnbergY. OtaridJ. ParkD. Pérez AdánE. RankenA. RasperezaB. Ribeiro LopesJ. RübenachA. SaggioM. SchamS. SchnakeP. SchützeC. SchwanenbergerD. SelivanovaM. ShchedrolosievR.E. Sosa RicardoD. StaffordF. VazzolerA. Ventura BarrosoR. WalshQ. WangY. WenK. WichmannL. WiensC. WissingY. YangA. Zimermmane Castro SantosA. AlbrechtS. AlbrechtM. AntonelloS. BeinL. BenatoM. BonanomiP. ConnorM. EichK. El MorabitY. FischerA. FröhlichC. GarbersE. GaruttiA. GrohsjeanM. HajheidariJ. HallerH.R. JabuschG. KasieczkaP. KeicherR. KlannerW. KorcariT. KramerV. KutznerF. LabeJ. LangeA. LobanovC. MatthiesA. MehtaL. MoureauxM. MrowietzA. NigamovaY. NissanA. PaaschK.J. Pena RodriguezT. QuadfaselB. RacitiM. RiegerD. SavoiuJ. SchindlerP. SchleperM. SchröderJ. SchwandtM. SommerhalderH. StadieG. SteinbrückA. TewsM. WolfS. BrommerM. BurkartE. ButzT. ChwalekA. DierlammA. DrollN. FaltermannM. GiffelsA. GottmannF. HartmannR. HofsaessM. HorzelaU. HusemannJ. KieselerM. KluteR. KoppenhöferJ.M. LawhornM. LinkA. LintuluotoS. MaierS. MitraM. MormileTh. MüllerM. NeukumM. OhM. PresillaG. QuastK. RabbertzB. RegneryN. ShadskiyI. ShvetsovH.J. SimonisM. TomsN. TrevisaniR. UlrichR.F. Von CubeM. WassmerS. WielandF. WittigR. WolfS. WunschX. ZuoG. AnagnostouG. DaskalakisA. KyriakisA. PapadopoulosA. StakiaP. KontaxakisG. MelachroinosA. PanagiotouI. PapavergouI. ParaskevasN. SaoulidouK. TheofilatosE. TziaferiK. VellidisI. ZisopoulosG. BakasT. ChatzistavrouG. KarapostoliK. KousourisI. PapakrivopoulosE. SiamarkouG. TsipolitisA. ZacharopoulouK. AdamidisI. BestintzanosI. EvangelouC. FoudasP. GianneiosC. KamtsikisP. KatsoulisP. KokkasP.G. Kosmoglou KioseoglouN. ManthosI. PapadopoulosJ. StrologasM. BartókC. HajduD. HorvathF. SiklerV. VeszpremiM. CsanádK. FarkasM.M.A. GadallahÁ. KadlecsikP. MajorK. MandalG. PásztorA.J. RádlG.I. VeresP. RaicsB. UjvariG. ZiliziG. BenczeS. CzellarJ. KarancsiJ. MolnarZ. SzillasiT. CsorgoF. NemesT. NovakJ. BabbarS. BansalS.B. BeriV. BhatnagarG. ChaudharyS. ChauhanN. DhingraA. KaurA. KaurH. KaurM. KaurS. KumarK. SandeepT. SheokandJ.B. SinghA. SinglaA. AhmedA. BhardwajA. ChhetriB.C. ChoudharyA. KumarA. KumarM. NaimuddinK. RanjanS. SaumyaS. BaradiaS. BarmanS. BhattacharyaS. DuttaS. DuttaP. PalitS. SarkarM.M. AmeenP.K. BeheraS.C. BeheraS. ChatterjeeP. JanaP. KalbhorJ.R. KomaragiriD. KumarL. PanwarP.R. PujahariN.R. SahaA. SharmaA.K. SikdarS. VermaS. DugadM. KumarG.B. MohantyP. SuryadevaraA. BalaS. BanerjeeR.M. ChatterjeeM. GuchaitSh. JainS. KarmakarS. KumarG. MajumderK. MazumdarS. ParoliaA. ThachayathS. BahinipatiA.K. DasC. KarD. MaityP. MalT. MishraV.K. Muraleedharan Nair BindhuK. NaskarA. NayakP. SadangiP. SahaS.K. SwainS. VargheseD. VatsS. AcharyaA. AlpanaS. DubeB. GomberB. KansalA. LahaB. SahuS. SharmaH. BakhshiansohiE. KhazaieM. ZeinaliS. ChenaraniS.M. EtesamiM. KhakzadM. Mohammadi NajafabadiM. GrunewaldM. AbbresciaR. AlyA. ColaleoD. CreanzaB. D'AnziN. De FilippisM. De PalmaA. Di FlorioW. ElmetenaweeL. FioreG. IaselliM. LoukaG. MaggiM. MaggiI. MargjekaV. MastrapasquaS. MyS. NuzzoA. PellecchiaA. PompiliG. PuglieseR. RadognaG. Ramirez-SanchezD. RamosA. RanieriL. SilvestrisF.M. SimoneÜ. SözbilirA. StamerraR. VendittiP. VerwilligenA. ZazaG. AbbiendiC. BattilanaD. BonacorsiL. BorgonoviR. CampaniniP. CapiluppiA. CastroF.R. CavalloM. CuffianiG.M. DallavalleT. DiotaleviF. FabbriA. FanfaniD. FasanellaP. GiacomelliL. GiommiC. GrandiL. GuiducciS. Lo MeoL. LunertiS. MarcelliniG. MasettiF.L. NavarriaA. PerrottaF. PrimaveraA.M. RossiG.P. SiroliS. CostaA. Di MattiaR. PotenzaA. TricomiC. TuveP. AssiourasG. BarbagliG. BardelliB. CamaianiA. CasseseR. CeccarelliV. CiulliC. CivininiR. D'AlessandroE. FocardiT. KelloG. LatinoP. LenziM. LizzoM. MeschiniS. PaolettiA. PapanastassiouG. SguazzoniL. VilianiL. BenussiS. BiancoS. MeolaD. PiccoloP. ChatagnonF. FerroE. RobuttiS. TosiA. BenagliaG. BoldriniF. BrivioF. CetorelliF. De GuioM.E. DinardoP. DiniS. GennaiR. GerosaA. GhezziP. GovoniL. GuzziM.T. LucchiniM. MalbertiS. MalvezziA. MassironiD. MenasceL. MoroniM. PaganoniD. PedriniB.S. PinoliniS. RagazziT. Tabarelli de FatisD. ZuoloS. BuontempoA. CagnottaF. CarnevaliN. CavalloA. De IorioF. FabozziA.O.M. IorioL. ListaP. PaolucciB. RossiC. SciaccaR. ArdinoP. AzziN. BacchettaD. BiselloP. BortignonA. BragagnoloR. CarlinP. ChecchiaT. DorigoF. FanzagoU. GaspariniF. GonellaE. LusianiM. MargoniM. MiglioriniJ. PazziniP. RoncheseR. RossinF. SimonettoG. StrongM. TosiA. TriossiS. VenturaH. YararM. ZanettiP. ZottoA. ZucchettaG. ZumerleS. Abu ZeidC. AimèA. BraghieriS. CalzaferriD. FiorinaP. MontagnaV. ReC. RiccardiP. SalviniI. VaiP. VituloS. AjmalP. AsenovG.M. BileiD. CiangottiniL. FanòM. MagheriniG. MantovaniV. MarianiM. MenichelliF. MoscatelliA. RossiA. SantocchiaD. SpigaT. TedeschiP. AzzurriG. BagliesiR. BhattacharyaL. BianchiniT. BoccaliE. BossiniD. BruschiniR. CastaldiM.A. CiocciM. CiprianiV. D'AmanteR. Dell'OrsoS. DonatoA. GiassiF. LigabueD. Matos FigueiredoA. MessineoM. MusichF. PallaA. RizziG. RolandiS. Roy ChowdhuryT. SarkarA. ScribanoP. SpagnoloR. TenchiniG. TonelliN. TuriniA. VenturiP.G. VerdiniP. BarriaM. CampanaF. CavallariL. Cunqueiro MendezD. Del ReE. Di MarcoM. DiemozF. ErricoE. LongoP. MeridianiJ. MijuskovicG. OrgantiniF. PandolfiR. ParamattiC. QuarantaS. RahatlouC. RovelliF. SantanastasioL. SoffiN. AmapaneR. ArcidiaconoS. ArgiroM. ArneodoN. BartosikR. BellanA. BelloraC. BiinoN. CartigliaM. CostaR. CovarelliN. DemariaL. FincoM. GrippoB. KianiF. LeggerF. LuongoC. MariottiS. MaselliA. MeccaE. MiglioreM. MontenoR. MulargiaM.M. ObertinoG. OrtonaL. PacherN. PastroneM. PelliccioniM. RuspaF. SivieroV. SolaA. SolanoA. StaianoC. TarriconeD. TrocinoG. UmoretE. VlasovS. BelforteV. CandeliseM. CasarsaF. CossuttiK. De LeoG. Della RiccaS. DograJ. HongC. HuhB. KimD.H. KimJ. KimH. LeeS.W. LeeC.S. MoonY.D. OhM.S. RyuS. SekmenY.C. YangM.S. KimG. BakP. GwakH. KimD.H. MoonE. AsilarD. KimT.J. KimJ.A. MerlinS. ChoiS. HanB. HongK. LeeK.S. LeeS. LeeJ. ParkS.K. ParkJ. YooJ. GohS. YangH.S. KimY. KimS. LeeJ. AlmondJ.H. BhyunJ. ChoiW. JunJ. KimJ.S. KimS. KoH. KwonH. LeeJ. LeeJ. LeeB.H. OhS.B. OhH. SeoU.K. YangI. YoonW. JangD.Y. KangY. KangS. KimB. KoJ.S.H. LeeY. LeeI.C. ParkY. RohI.J. WatsonS. HaH.D. YooM. ChoiM.R. KimH. LeeY. LeeI. YuT. BeyrouthyY. MaghrbiK. DreimanisA. GaileG. PikursA. PotrebkoM. SeidelV. VeckalnsN.R. StrautnieksM. AmbrozasA. JuodagalvisA. RinkeviciusG. TamulaitisN. Bin NorjoharuddeenI. YusuffZ. ZolkapliJ.F. BenitezA. Castaneda HernandezH.A. Encinas AcostaL.G. Gallegos MaríñezM. León CoelloJ.A. Murillo QuijadaA. SehrawatL. Valencia PalomoG. AyalaH. Castilla-ValdezE. De La Cruz-BureloI. Heredia-De La CruzR. Lopez-FernandezC.A. Mondragon HerreraA. Sánchez HernándezC. Oropeza BarreraM. Ramírez GarcíaI. BautistaI. PedrazaH.A. Salazar IbarguenC. Uribe EstradaI. BubanjaN. RaicevicP.H. ButlerA. AhmadM.I. AsgharA. AwaisM.I.M. AwanH.R. HooraniW.A. KhanV. AvatiL. GrzankaM. MalawskiH. BialkowskaM. BlujB. BoimskaM. GórskiM. KazanaM. SzleperP. ZalewskiK. BunkowskiK. DorobaA. KalinowskiM. KoneckiJ. KrolikowskiA. MuhammadK. PozniakW. ZabolotnyM. AraujoD. BastosC. Beirão Da Cruz E SilvaA. BolettiM. BozzoT. CamporesiG. Da MolinP. FaccioliM. GallinaroJ. HollarN. LeonardoT. NiknejadA. PetrilliM. PisanoJ. SeixasJ. VarelaJ.W. WulffP. AdzicP. MilenovicM. DordevicJ. MilosevicV. RekovicM. Aguilar-BenitezJ. Alcaraz MaestreCristina F. BedoyaM. CepedaM. CerradaN. ColinoB. De La CruzA. Delgado PerisA. Escalante Del ValleD. Fernández Del ValJ.P. Fernández RamosJ. FlixM.C. FouzO. Gonzalez LopezS. Goy LopezJ.M. HernandezM.I. JosaD. MoranC.M. Morcillo PerezÁ. Navarro TobarC. Perez DengraA. Pérez-Calero YzquierdoJ. Puerta PelayoI. RedondoD.D. Redondo FerreroL. RomeroS. Sánchez NavasL. Urda GómezJ. Vazquez EscobarC. WillmottJ.F. de TrocónizB. Alvarez GonzalezJ. CuevasJ. Fernandez MenendezS. FolguerasI. Gonzalez CaballeroJ.R. González FernándezE. Palencia CortezonC. Ramón ÁlvarezV. Rodríguez BouzaA. Soto RodríguezA. TrapoteC. Vico VillalbaP. VischiaS. BhowmikS. Blanco FernándezJ.A. Brochero CifuentesI.J. CabrilloA. CalderonJ. Duarte CampderrosM. FernandezG. GomezC. Lasaosa GarcíaC. Martinez RiveroP. Martinez Ruiz del ArbolF. MatorrasP. Matorras CuevasE. Navarrete RamosJ. Piedra GomezL. ScodellaroI. VilaJ.M. Vizan GarciaM.K. JayanandaB. KailasapathyD.U.J. SonnadaraD.D.C. WickramarathnaW.G.D. DharmaratnaK. LiyanageN. PereraN. WickramageD. AbbaneoC. AmendolaE. AuffrayG. AuzingerJ. BaechlerD. BarneyA. Bermúdez MartínezM. BiancoB. BilinA.A. Bin AnuarA. BocciE. BrondolinC. CaillolG. CerminaraN. ChernyavskayaD. d'EnterriaA. DabrowskiA. DavidA. De RoeckM.M. DefranchisM. DeileM. DobsonF. FallavollitaL. ForthommeG. FranzoniW. FunkS. GianiD. GigiK. GillF. GlegeL. GouskosM. HarankoJ. HegemanB. HuberV. InnocenteT. JamesP. JanotS. LaurilaP. LecoqE. LeutgebC. LourençoB. MaierL. MalgeriM. MannelliA.C. MariniM. MatthewmanF. MeijersS. MersiE. MeschiV. MilosevicF. MontiF. MoortgatM. MuldersI. NeutelingsS. OrfanelliF. PantaleoG. PetruccianiA. PfeifferM. PieriniD. PiparoH. QuD. RabadyG. Reales GutiérrezM. RovereH. SakulinS. ScarfiC. SchwickM. SelvaggiA. SharmaK. ShchelinaP. SilvaP. SphicasA.G. Stahl LeitonA. SteenS. SummersD. TreilleP. TropeaA. TsirouD. WalterJ. WanczykJ. WangS. WuchterlP. ZehetnerP. ZejdlW.D. ZeunerT. BevilacquaL. CaminadaA. EbrahimiW. ErdmannR. HorisbergerQ. IngramH.C. KaestliD. KotlinskiC. LangeM. MissiroliL. NoehteT. RoheT.K. AarrestadK. AndrosovM. BackhausA. CalandriC. CazzanigaK. DattaA. De CosaG. DissertoriM. DittmarM. DonegàF. EbleM. GalliK. GediaF. GlessgenC. GrabD. HitsW. LustermannA.-M. LyonR.A. ManzoniM. MarchegianiL. MarcheseC. Martin PerezA. MascellaniF. Nessi-TedaldiF. PaussV. PerovicS. PigazziniM. ReichmannC. ReisselT. ReitenspiessB. RisticF. RitiD. RuiniD.A. Sanz BecerraR. SeiditaJ. SteggemannD. ValsecchiR. WallnyC. AmslerP. BärtschiC. BottaD. BrzhechkoM.F. CanelliK. CormierR. Del BurgoJ.K. HeikkiläM. HuwilerW. JinA. JofreheiB. KilminsterS. LeontsinisS.P. LiechtiA. MacchioloP. MeiringV.M. MikuniU. MolinattiA. ReimersP. RobmannS. Sanchez CruzK. SchweigerM. SengerY. TakahashiR. TramontanoC. AdloffD. BhowmikC.M. KuoW. LinP.K. RoutP.C. TiwariS.S. YuL. CeardY. ChaoK.F. ChenP.s. ChenZ.g. ChenW.-S. HouT.h. HsuY.w. KaoR. KhuranaG. KoleY.y. LiR.-S. LuE. PaganisX.f. SuJ. Thomas-WilskerL.s. TsaiH.y. WuE. YazganC. AsawatangtrakuldeeN. SrimanobhasV. WachirapusitanandD. AgyelF. BoranZ.S. DemirogluF. DolekI. DumanogluE. EskutY. GulerE. Gurpinar GulerC. IsikO. KaraA. Kayis TopaksuU. KiminsuG. OnengutK. OzdemirA. PolatozB. TaliU.G. TokS. TurkcaparE. UslanI.S. ZorbakirM. YalvacB. AkgunI.O. AtakisiE. GülmezM. KayaO. KayaS. TektenA. CakirK. CankocakY. KomurcuS. SenO. AydilekS. CerciV. EpshteynB. HacisahinogluI. HosB. KaynakS. OzkorucukluO. PotokH. SertC. SimsekD. Sunar CerciC. ZorbilmezB. IsildakA. BoyaryntsevB. GrynyovL. LevchukD. AnthonyJ.J. BrookeA. BundockF. BuryE. ClementD. CussansH. FlacherM. GlowackiJ. GoldsteinH.F. HeathL. KreczkoS. ParamesvaranS. Seif El Nasr-StoreyV.J. SmithN. StylianouK. Walkingshaw PassR. WhiteA.H. BallK.W. BellA. BelyaevC. BrewR.M. BrownD.J.A. CockerillC. CookeK.V. EllisK. HarderS. HarperM.-L. HolmbergJ. LinacreK. ManolopoulosD.M. NewboldE. OlaiyaD. PetytT. ReisG. SalviT. SchuhC.H. Shepherd-ThemistocleousI.R. TomalinT. WilliamsR. BainbridgeP. BlochC.E. BrownO. BuchmullerV. CacchioC.A. Carrillo MontoyaG.S. ChahalD. CollingJ.S. DancuI. DasP. DaunceyG. DaviesJ. DaviesM. Della NegraS. FayerG. FediG. HallM.H. HassanshahiA. HowardG. IlesM. KnightJ. LangfordJ. León HolgadoL. LyonsA.-M. MagnanS. MalikA. MartelliM. MieskolainenJ. NashM. PesaresiB.C. Radburn-SmithA. RichardsA. RoseC. SeezR. ShuklaA. TapperK. UchidaG.P. UttleyL.H. VageT. VirdeeM. VojinovicN. WardleD. WinterbottomK. ColdhamJ.E. ColeA. KhanP. KyberdI.D. ReidS. AbdullinA. BrinkerhoffB. CarawayJ. DittmannK. HatakeyamaJ. HiltbrandB. McMasterM. SaundersS. SawantC. SutantawibulJ. WilsonR. BartekA. DominguezC. Huerta EscamillaA.E. SimsekR. UniyalA.M. Vargas HernandezB. BamR. ChudasamaS.I. CooperS.V. GleyzerC.U. PerezP. RumerioE. UsaiR. YiA. AkpinarA. AlbertD. ArcaroC. CosbyZ. DemiragliC. EriceC. FangmeierC. Fernandez MadrazoE. FontanesiD. GastlerF. GolfS. JeonI. ReedJ. RohlfK. SalyerD. SperkaD. SpitzbartI. SuarezA. TsatsosS. YuanA.G. ZecchinelliG. BenelliX. CoubezD. CuttsM. HadleyU. HeintzJ.M. HoganT. KwonG. LandsbergK.T. LauD. LiJ. LuoS. MondalM. NarainN. PervanS. SagirF. SimpsonM. StamenkovicW.Y. WongX. YanW. ZhangS. AbbottJ. BonillaC. BrainerdR. BreedonM. Calderon De La Barca SanchezM. ChertokM. CitronJ. ConwayP.T. CoxR. ErbacherF. JensenO. KukralG. MocellinM. MulhearnD. PellettW. WeiY. YaoF. ZhangM. BachtisR. CousinsA. DattaG. Flores AvilaJ. HauserM. IgnatenkoM.A. IqbalT. LamE. MancaA. Nunez Del PradoD. SaltzbergV. ValuevR. ClareJ.W. GaryM. GordonG. HansonW. SiS. WimpennyJ.G. BransonS. CittolinS. CoopersteinD. DiazJ. DuarteL. GianniniJ. GuiangR. KansalV. KrutelyovR. LeeJ. LettsM. MasciovecchioF. MokhtarS. MukherjeeM. PieriM. QuinnanB.V. Sathia NarayananV. SharmaM. TadelE. VourliotisF. WürthweinY. XiangA. YagilA. BarzdukasL. BrennanC. CampagnariA. DorsettJ. IncandelaJ. KimA.J. LiP. MastersonH. MeiJ. RichmanU. SaricaR. SchmitzF. SettiJ. SheplockD. StuartT.Á. VámiS. WangA. BornheimO. CerriA. LatorreJ. MaoH.B. NewmanM. SpiropuluJ.R. VlimantC. WangS. XieR.Y. ZhuJ. AlisonS. AnM.B. AndrewsP. BryantM. CremonesiV. DuttaT. FergusonA. HarilalC. LiuT. MudholkarS. MurthyM. PauliniA. RobertsA. SanchezW. TerrillJ.P. CumalatW.T. FordA. HassaniG. KarathanasisE. MacDonaldN. ManganelliF. MariniA. PerloffC. SavardN. SchonbeckK. StensonK.A. UlmerS.R. WagnerN. ZipperJ. AlexanderS. Bright-ThonneyX. ChenD.J. CranshawJ. FanX. FanD. GadkariS. HoganP. KotamnivesJ. MonroyM. OshiroJ.R. PattersonJ. ReichertM. ReidA. RydJ. ThomP. WittichR. ZouM. AlbrowM. AlyariO. AmramG. ApollinariA. ApresyanL.A.T. BauerdickD. BerryJ. BerryhillP.C. BhatK. BurkettJ.N. ButlerA. CanepaG.B. CeratiH.W.K. CheungF. ChlebanaG. CummingsJ. DickinsonI. DuttaV.D. ElviraY. FengJ. FreemanA. GandrakotaZ. GecseL. GrayD. GreenA. GrummerS. GrünendahlD. GuerreroO. GutscheR.M. HarrisR. HellerT.C. HerwigJ. HirschauerL. HorynB. JayatilakaS. JindarianiM. JohnsonU. JoshiT. KlijnsmaB. KlimaK.H.M. KwokS. LammelD. LincolnR. LiptonT. LiuC. MadridK. MaeshimaC. MantillaD. MasonP. McBrideP. MerkelS. MrennaS. NahnJ. NgadiubaD. NoonanV. PapadimitriouN. PastikaK. PedroC. PenaF. RaveraA. Reinsvold HallL. RistoriE. Sexton-KennedyN. SmithA. SohaL. SpiegelS. StoynevJ. StraitL. TaylorS. TkaczykN.V. TranL. UpleggerE.W. VaanderingI. ZoiC. ArutaP. AveryD. BourilkovL. CadamuroP. ChangV. CherepanovR.D. FieldE. KoenigM. KolosovaJ. KonigsbergA. KorytovK.H. LoK. MatchevN. MenendezG. MitselmakherK. MohrmanA. Muthirakalayil MadhuN. RawalD. RosenzweigS. RosenzweigK. ShiJ. WangT. AdamsA. Al KadhimA. AskewN. BowerR. HabibullahV. HagopianR. HashmiR.S. KimS. KimT. KolbergG. MartinezH. ProsperP.R. ProvaO. ViazloM. WulansatitiR. YohayJ. ZhangB. AlsufyaniM.M. BaarmandS. ButallaT. ElkafrawyM. HohlmannR. Kumar VermaM. RahmaniE. YanesM.R. AdamsA. BatyC. BennettR. CavanaughS. DittmerR. Escobar FrancoO. EvdokimovC.E. GerberD.J. HofmanJ.h. LeeD.S. LemosA.H. MerritC. MillsS. NandaG. OhB. OzekD. PilipovicR. PradhanT. RoyS. RudrabhatlaM.B. TonjesN. VarelasX. WangZ. YeJ. YooM. AlhusseiniD. BlendK. DilsizL. EmediatoG. KaramanO.K. KöseyanJ.-P. MerloA. MestvirishviliJ. NachtmanO. NeogiH. OgulY. OnelA. PenzoC. SnyderE. TirasB. BlumenfeldL. CorcodilosJ. DavisA.V. GritsanL. KangS. KyriacouP. MaksimovicM. RoguljicJ. RoskesS. SekharM. SwartzA. AbreuL.F. Alcerro AlcerroJ. AnguianoP. BaringerA. BeanZ. FlowersD. GroveJ. KingG. KrintirasM. LazarovitsC. Le MahieuC. LindseyJ. MarquezN. MinafraM. MurrayM. NickelM. PittS. PopescuC. RoganC. RoyonR. SalvaticoS. SandersC. SmithQ. WangG. WilsonB. AllmondA. IvanovK. KaadzeA. KalogeropoulosD. KimY. MaravinK. NamJ. NatoliD. RoyG. SorrentinoF. RebassooD. WrightA. BadenA. BelloniA. BethaniY.M. ChenS.C. EnoN.J. HadleyS. JabeenR.G. KelloggT. KoethY. LaiS. LascioA.C. MignereyS. NabiliC. PalmerC. PapageorgakisM.M. ParanjpeL. WangJ. BendavidW. BuszaI.A. CaliY. ChenM. D'AlfonsoJ. EysermansC. FreerG. Gomez-CeballosM. GoncharovG. GrossoP. HarrisD. HoangD. KovalskyiJ. KrupaL. LavezzoY.-J. LeeK. LongC. MironovC. PausD. RankinC. RolandG. RolandS. RothmanZ. ShiG.S.F. StephansZ. WangB. WyslouchT.J. YangB. CrossmanB.M. JoshiC. KapsiakM. KrohnD. MahonJ. MansB. MarzocchiS. PandeyM. ReveringR. RusackR. SaradhyN. SchroederN. StrobbeM.A. WadudL.M. CremaldiK. BloomM. BrysonD.R. ClaesG. HazaJ. HossainC. JooI. KravchenkoJ.E. SiadoW. TabbA. VagneriniA. WightmanF. YanD. YuH. BandyopadhyayL. HayI. IashviliA. KharchilavaM. MorrisD. NguyenS. RappoccioH. Rejeb SfarA. WilliamsG. AlversonE. BarberisJ. DervanY. HaddadY. HanA. KrishnaJ. LiM. LuG. MadiganR. MccarthyD.M. MorseV. NguyenT. OrimotoA. ParkerL. SkinnariA. Tishelman-CharnyB. WangD. WoodS. BhattacharyaJ. BueghlyZ. ChenK.A. HahnY. LiuY. MiaoD.G. MonkM.H. SchmittA. TaliercioM. VelascoG. AgarwalR. BandR. BucciS. CastellsA. DasR. GoldouzianM. HildrethK.W. HoK. Hurtado AnampaT. IvanovC. JessopK. LannonJ. LawrenceN. LoukasL. LuttonJ. MarianoN. MarinelliI. McalisterT. McCauleyC. McgradyC. MooreY. MusienkoH. NelsonM. OshersonA. PiccinelliR. RuchtiA. TownsendY. WanM. WayneH. YockeyM. ZaruckiL. ZygalaA. BasnetB. BylsmaM. CarriganL.S. DurkinC. HillM. JoyceM. Nunez OrnelasK. WeiB.L. WinerB.R. YatesF.M. AddesaH. BouchamaouiP. DasG. DezoortP. ElmerA. FrankenthalB. GreenbergN. HaubrichG. KoppS. KwanD. LangeA. LoeligerD. MarlowI. OjalvoJ. OlsenA. ShevelevD. SticklandC. TullyS. MalikA.S. BakshiV.E. BarnesS. ChandraR. ChawlaS. DasA. GuL. GutayM. JonesA.W. JungD. KondratyevA.M. KoshyM. LiuG. NegroN. NeumeisterG. PaspalakiS. PiperovV. ScheurerJ.F. SchulteM. StojanovicJ. ThiemanA.K. VirdiF. WangW. XieJ. DolenN. ParasharA. PathakD. AcostaT. CarnahanK.M. EcklundP.J. Fernández MantecaS. FreedP. GardnerF.J.M. GeurtsW. LiO. Miguel ColinB.P. PadleyR. RedjimiJ. RotterE. YigitbasiY. ZhangA. BodekP. de BarbaroR. DeminaJ.L. DulembaC. FallonA. Garcia-BellidoO. HindrichsA. KhukhunaishviliN. ParmarP. ParyginE. PopovaR. TausG.P. Van OnsemK. GoulianosB. ChiaritoJ.P. ChouY. GershteinE. HalkiadakisA. HartM. HeindlD. JaroslawskiO. KarachebanI. LaflotteA. LathR. MontalvoK. NashH. RoutrayS. SalurS. SchnetzerS. SomalwarR. StoneS.A. ThayilS. ThomasJ. VoraH. WangH. AcharyaD. AllyA.G. DelannoyS. FiorendiS. HigginbothamT. HolmesA.R. KanugantiN. KarunarathnaL. LeeE. NibigiraS. SpanierD. AebiM. AhmadO. BouhaliM. DalchenkoR. EusebiJ. GilmoreT. HuangT. KamonH. KimS. LuoS. MalhotraR. MuellerD. OvertonD. RathjensA. SafonovN. AkchurinJ. DamgovV. HegdeA. HussainY. KazhykarimK. LamichhaneS.W. LeeA. MankelT. PeltolaI. VolobouevA. WhitbeckE. AppeltS. GreeneA. GurrolaW. JohnsR. Kunnawalkam ElayavalliA. MeloF. RomeoP. SheldonS. TuoJ. VelkovskaJ. ViinikainenB. CardwellB. CoxJ. HakalaR. HiroskyA. LedovskoyC. NeuC.E. Perez LaraP.E. KarchinA. AravindS. BanerjeeK. BlackT. BoseS. DasuI. De BruynP. EveraertsC. GalloniH. HeM. HerndonA. HerveC.K. KorakaA. LanaroR. LovelessJ. Madhusudanan SreekalaA. MallampalliA. MohammadiS. MondalG. ParidaD. PinnaA. SavinV. ShangV. SharmaW.H. SmithD. TeagueH.F. TsoiW. VetensA. WardenS. AfanasievV. AndreevYu. AndreevT. AushevM. AzarkinA. BabaevA. BelyaevV. BlinovE. BoosV. BorshchD. BudkouskiV. BunichevV. ChekhovskyR. ChistovM. DanilovA. DermenevT. DimovaD. DruzhkinM. DubininL. DudkoA. ErshovG. GavrilovV. GavrilovS. GninenkoV. GolovtcovN. GolubevI. GolutvinI. GorbunovA. GribushinY. IvanovV. KachanovV. KarjavineA. KarneyeuV. KimM. KirakosyanD. KirpichnikovM. KirsanovV. KlyukhinV. KorenkovA. KozyrevN. KrasnikovA. LanevP. LevchenkoN. LychkovskayaV. MakarenkoA. MalakhovV. MatveevV. MurzinA. NikitenkoS. ObraztsovV. OreshkinV. PalichikV. PerelyginM. PerfilovS. PolikarpovV. PopovO. RadchenkoM. SavinaV. SavrinV. ShalaevS. ShmatovS. ShulhaY. SkovpenS. SlabospitskiiV. SmirnovD. SosnovV. SulimovE. TcherniaevA. TerkulovO. TeryaevI. TlisovaA. ToropinL. UvarovA. UzunianP. VolkovA. VorobyevG. VorotnikovN. VoytishinB.S. YuldashevA. ZarubinI. ZhizhinA. ZhokinCMSTop quarksExtra Higgs bosonYukawa couplingsPhysics Letters B 850 (2024). doi:10.1016/j.physletb.2024.138478journalPhysics Letters B© 2024 The Author(s). Published by Elsevier B.V. Funded by SCOAP³.Elsevier B.V.0370-2693850March 202410.1016/j.physletb.2024.138478http://dx.doi.org/10.1016/j.physletb.2024.138478doi:10.1016/j.physletb.2024.138478138478http://vtw.elsevier.com/data/voc/oa/OpenAccessStatus#Full2024-01-12T00:06:30ZSCOAP³ - Sponsoring Consortium for Open Access Publishing in Particle Physicshttp://vtw.elsevier.com/data/voc/oa/SponsorType#FundingBodyhttp://creativecommons.org/licenses/by/4.0/2024-02-02T00:00:00.000Z2024-02-09T00:00:00.000ZThis is an open access article under the CC BY license.JournalsS300.3PLB138478138478S0370-2693(24)00017-010.1016/j.physletb.2024.138478The Author(s)ExperimentsCMSdata preservation, re-use and open access policyFig. 1Representative Feynman diagram for ttq (q = u, c) production through a new scalar (H) or pseudoscalar (A) Higgs boson. In this analysis, events with q = q′ are considered.Fig. 1Fig. 2The pre-fit CvsL (upper) and CvsB (lower) distributions for the selected highest pT jet. The predictions for mA = 350 GeV with A-H interference assuming mA − mH = 50 GeV for ρtu = 1.0 (solid red line) and ρtc = 1.0 (dashed red line) are also displayed. The numbers in square brackets represent the yields for each sample. The uncertainty bars on the points and the hatched bands represent the statistical uncertainties in the data and in the background predictions, respectively. Beneath each plot the ratio of data to predictions is shown. The uncertainty bars in the ratio plots include statistical uncertainties in the data and in the background predictions.Fig. 2Fig. 3Post-fit distributions of the BDT discriminants combining the categories e±e±, μ±μ±, and e±μ±, and all data-taking periods, for mA = 350 GeV with ρtu = 1.0 (upper), and ρtc = 1.0 (lower) with the A-H interference. The numbers in square brackets represent the yields for each sample. The uncertainty bars on the points represent the statistical uncertainties in the data. Beneath each plot the ratio of data to predictions is shown. The uncertainty bars in the ratio plots include statistical uncertainties in the data and the total uncertainty in the background predictions, and the hatched bands represent the total uncertainty in the background predictions.Fig. 3Fig. 4Observed and expected 95% CL upper limits on the signal strength as functions of mA for g2HDM using different coupling assumptions: ρtu = 0.1, 0.4, 1.0 (upper) and ρtc = 0.1, 0.4, 1.0 (lower) without interference, for the combination of the e±e±, μ±μ±, and e±μ± categories and all data-taking periods. The inner (green) band and the outer (yellow) band indicate the regions containing 68 and 95%, respectively, of the distribution of limits expected under the background-only hypothesis.Fig. 4Fig. 5Observed and expected 95% CL upper limits on the signal strength as functions of mA for g2HDM using different coupling assumptions: ρtu = 0.1, 0.4, 1.0 (upper) and ρtc = 0.1, 0.4, 1.0 (lower) with A-H interference assuming mA − mH = 50 GeV, for the combination of the e±e±, μ±μ±, and e±μ± categories and all data-taking periods. The inner (green) band and the outer (yellow) band indicate the regions containing 68 and 95%, respectively, of the distribution of limits expected under the background-only hypothesis.Fig. 5Fig. 6Observed 95% CL upper limit on the signal strength as a function of mA and ρtu (upper) and ρtc (lower) for g2HDM without the A-H interference, for the combination of the e±e±, μ±μ±, and e±μ± categories. The color axis represents the observed upper limit on the signal strength. Expected (dashed lines) and observed (solid lines) exclusion contours are also shown.Fig. 6Fig. 7Observed 95% CL upper limit on the signal strength as a function of mA and ρtu (upper) and ρtc (lower) for g2HDM signal model with the A-H interference, for the combination of the e±e±, μ±μ±, and e±μ± categories. The color axis represents the observed upper limit on the signal strength. Expected (dashed lines) and observed (solid lines) exclusion contours are also shown.Fig. 7Table 1Input variables of the BDT. Jets and leptons are ordered by pT.Table 1Input variables of the BDTCvsL(ja)a = 1,2,3Charm- vs light-quark jet identification variableCvsB(ja)a = 1,2,3Charm- vs bottom-quark jet identification variableΔR(ja,jb)1 ≤ a < b ≤ 3Angular separation between jetsm(ja,jb)1 ≤ a < b ≤ 3Invariant mass of jet pairsΔR(ja,lb)a = 1,2,3; b = 1,2Angular separation between jet and leptonm(ja,lb)a = 1,2,3; b = 1,2Invariant mass of jet-lepton pairspT(a)a = 1,2Transverse momentum of leptonsm(1,2,ja)a = 1,2,3Invariant mass of the two leptons plus the highest pT jetm(1,2)Invariant mass of the two leptonsHTScalar pT sum of the jetspTmissMissing transverse momentumTable 2Summary of systematic uncertainties for ρtc = 0.4 and mA = 350 GeV with A-H interference assuming mA − mH = 50 GeV. The first column indicates the source of uncertainty. The second column specifies whether the shape of the fit discriminant is affected by the nuisance parameter (✓) or not (dash). The impact in percent of these nuisance parameters on the pre-fit expected event yields is displayed in the third column. This column is subdivided into three event categories representing the analysis channels. The percentage impacts are given as a range of values representing the minimum and maximum differences obtained in the different bins of the BDT distribution through the four data-taking periods. The numbers for the normalization component of the nonprompt lepton background represent the uncertainties used for each data-taking period. Whether or not a nuisance parameter is taken correlated across years and categories is specified in the last two columns. The luminosity and jet flavor identification nuisances are only partially correlated across years.Table 2Uncertainty sourceShapeCategoryCorrelated acrosse±e±μ±μ±e±μ±YearsCategoriesExperimentalLuminosity1.2–2.51.2–2.51.2–2.5Pileup<0.1–2.8<0.1–1.8<0.1–2.3Trigger efficiency0.4–2.60.2–1.10.3–1.2L1 trigger inefficiency0.1–0.80.1–0.30.1–0.4Lepton identification0.1–1.7<0.1–0.4<0.1–0.6Lepton energy scale<0.1–0.2<0.1–0.2Charge misid.1.2–13.1Jet energy scale<0.1–4.5<0.1–1.7<0.1–1.5Jet energy resolution<0.1–2.6<0.1–1.8<0.1–1.6Unclustered energy<0.1–2.6<0.1–0.5<0.1–0.8Jet flavor identification<0.1–12.1<0.1–8.8<0.1–11.6Nonprompt lepton BGstatistical component<0.1–27.21.9–16.23.0–13.2Nonprompt lepton BG27,15,11,1027,15,11,1027,15,11,10TheoreticalSignal QCD scales10.3–10.510.0–10.29.9–10.0Signal PDF0.70.6–0.70.5–0.6Signal parton shower3.6–4.34.0–4.36.3–7.3tt6.16.16.1VV4.54.54.5VBS10.410.410.4ttH7.87.87.8ttW10.710.710.7Other backgrounds5.45.45.4Table 3Observed (expected) lower limits on mA at 95% CL. For the scenario without interference, the limits on mH and mA are the same.Table 3Observed (expected) mass limit [GeV]withoutwithwithinterferenceinterferenceinterferencemA or mHmAmHρtu0.4920 (920)1000 (1000)950 (950)1.01000 (1000)1000 (1000)950 (950)ρtc0.4no limit340 (370)290 (320)1.0770 (680)810 (670)760 (620)LetterSearch for new Higgs bosons via same-sign top quark pair production in association with a jet in proton-proton collisions at s=13TeVThe CMS CollaborationA.HayrapetyanA.Tumasyan1Yerevan Physics Institute, Yerevan, ArmeniaYerevan Physics InstituteYerevanArmeniaYerevan Physics Institute, Yerevan, Armenia1Also at Yerevan State University, Yerevan, Armenia.W.AdamJ.W.AndrejkovicT.BergauerS.ChatterjeeK.DamanakisM.DragicevicP.S.HussainM.Jeitler2N.KrammerA.LiD.LikoI.MikulecJ.Schieck2R.SchöfbeckD.SchwarzM.SonawaneS.TemplW.WaltenbergerC.-E.Wulz2Institut für Hochenergiephysik, Vienna, AustriaInstitut für HochenergiephysikViennaAustriaInstitut für Hochenergiephysik, Vienna, Austria2Also at TU Wien, Vienna, Austria.M.R.Darwish3T.JanssenP.Van MechelenUniversiteit Antwerpen, Antwerpen, BelgiumUniversiteit AntwerpenAntwerpenBelgiumUniversiteit Antwerpen, Antwerpen, Belgium3Also at Institute of Basic and Applied Sciences, Faculty of Engineering, Arab Academy for Science, Technology and Maritime Transport, Alexandria, Egypt.E.S.BolsJ.D'HondtS.DansanaA.De MoorM.DelcourtH.El FahamS.LowetteI.MakarenkoD.MüllerA.R.SahasransuS.TavernierM.Tytgat4S.Van PutteD.VanneromVrije Universiteit Brussel, Brussel, BelgiumVrije Universiteit BrusselBrusselBelgiumVrije Universiteit Brussel, Brussel, Belgium4Also at Ghent University, Ghent, Belgium.B.ClerbauxG.De LentdeckerL.FavartD.HohovJ.JaramilloA.KhalilzadehK.LeeM.MahdavikhorramiA.MalaraS.ParedesL.PétréN.PostiauL.ThomasM.Vanden BemdenC.Vander VeldeP.VanlaerUniversité Libre de Bruxelles, Bruxelles, BelgiumUniversité Libre de BruxellesBruxellesBelgiumUniversité Libre de Bruxelles, Bruxelles, BelgiumM.De CoenD.DoburY.HongJ.KnolleL.LambrechtG.MestdachC.RendónA.SamalanK.SkovpenN.Van Den BosscheJ.van der LindenL.WezenbeekGhent University, Ghent, BelgiumGhent UniversityGhentBelgiumGhent University, Ghent, BelgiumA.BeneckeG.BrunoC.CaputoC.DelaereI.S.DonertasA.GiammancoK.JaffelSa.JainV.LemaitreJ.LidrychP.MastrapasquaK.MondalT.T.TranS.WertzUniversité Catholique de Louvain, Louvain-la-Neuve, BelgiumUniversité Catholique de LouvainLouvain-la-NeuveBelgiumUniversité Catholique de Louvain, Louvain-la-Neuve, BelgiumG.A.AlvesE.CoelhoC.HenselT.Menezes De OliveiraA.MoraesP.Rebello TelesM.SoeiroCentro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, BrazilCentro Brasileiro de Pesquisas FisicasRio de JaneiroBrazilCentro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, BrazilW.L.Aldá JúniorM.Alves Gallo PereiraM.Barroso Ferreira FilhoH.Brandao MalbouissonW.CarvalhoJ.Chinellato5E.M.Da CostaG.G.Da Silveira6D.De Jesus DamiaoS.Fonseca De SouzaJ.Martins7C.Mora HerreraK.Mota AmariloL.MundimH.NogimaA.SantoroA.SznajderM.ThielA.Vilela PereiraUniversidade do Estado do Rio de Janeiro, Rio de Janeiro, BrazilUniversidade do Estado do Rio de JaneiroRio de JaneiroBrazilUniversidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil5Also at Universidade Estadual de Campinas, Campinas, Brazil.6Also at Federal University of Rio Grande do Sul, Porto Alegre, Brazil.7Also at UFMS, Nova Andradina, Brazil.C.A.Bernardes6L.CalligarisT.R.Fernandez Perez TomeiE.M.GregoresP.G.MercadanteS.F.NovaesB.OrzariSandra S.PadulaUniversidade Estadual Paulista, Universidade Federal do ABC, São Paulo, BrazilUniversidade Estadual PaulistaUniversidade Federal do ABCSão PauloBrazilUniversidade Estadual Paulista, Universidade Federal do ABC, São Paulo, BrazilA.AleksandrovG.AntchevR.HadjiiskaP.IaydjievM.MishevaM.ShopovaG.SultanovInstitute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, BulgariaInstitute for Nuclear Research and Nuclear EnergyBulgarian Academy of SciencesSofiaBulgariaInstitute for Nuclear Research and Nuclear Energy, Bulgarian Academy of Sciences, Sofia, BulgariaA.DimitrovL.LitovB.PavlovP.PetkovA.PetrovE.ShumkaUniversity of Sofia, Sofia, BulgariaUniversity of SofiaSofiaBulgariaUniversity of Sofia, Sofia, BulgariaS.KeshriS.ThakurInstituto De Alta Investigación, Universidad de Tarapacá, Casilla 7 D, Arica, ChileInstituto De Alta InvestigaciónUniversidad de TarapacáCasilla 7 DAricaChileInstituto De Alta Investigación, Universidad de Tarapacá, Casilla 7 D, Arica, ChileT.ChengQ.GuoT.JavaidL.YuanBeihang University, Beijing, ChinaBeihang UniversityBeijingChinaBeihang University, Beijing, ChinaZ.HuJ.LiuK.Yi89Department of Physics, Tsinghua University, Beijing, ChinaDepartment of PhysicsTsinghua UniversityBeijingChinaDepartment of Physics, Tsinghua University, Beijing, China8Also at Nanjing Normal University, Nanjing, China.9Now at The University of Iowa, Iowa City, Iowa, USA.G.M.Chen10H.S.Chen10M.Chen10F.IemmiC.H.JiangA.Kapoor11H.LiaoZ.-A.Liu12R.Sharma13J.N.Song12J.TaoC.Wang10J.WangZ.Wang10H.ZhangInstitute of High Energy Physics, Beijing, ChinaInstitute of High Energy PhysicsBeijingChinaInstitute of High Energy Physics, Beijing, China10Also at University of Chinese Academy of Sciences, Beijing, China.11Also at China Center of Advanced Science and Technology, Beijing, China.12Also at University of Chinese Academy of Sciences, Beijing, China.13Also at China Spallation Neutron Source, Guangdong, China.A.AgapitosY.BanA.LevinC.LiQ.LiY.MaoS.J.QianX.SunD.WangH.YangL.ZhangC.ZhouState Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, ChinaState Key Laboratory of Nuclear Physics and TechnologyPeking UniversityBeijingChinaState Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, ChinaZ.YouSun Yat-Sen University, Guangzhou, ChinaSun Yat-Sen UniversityGuangzhouChinaSun Yat-Sen University, Guangzhou, ChinaN.LuUniversity of Science and Technology of China, Hefei, ChinaUniversity of Science and Technology of ChinaHefeiChinaUniversity of Science and Technology of China, Hefei, ChinaG.Bauer14Nanjing Normal University, Nanjing, ChinaNanjing Normal UniversityNanjingChinaNanjing Normal University, Nanjing, China14Now at Henan Normal University, Xinxiang, China.X.Gao15D.LeggatH.OkawaY.ZhangInstitute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, ChinaInstitute of Modern PhysicsKey Laboratory of Nuclear PhysicsIon-beam Application (MOE)Fudan UniversityShanghaiChinaInstitute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, China15Also at Université Libre de Bruxelles, Bruxelles, Belgium.Z.LinC.LuM.XiaoZhejiang University, Hangzhou, Zhejiang, ChinaZhejiang UniversityHangzhouZhejiangChinaZhejiang University, Hangzhou, Zhejiang, ChinaC.AvilaD.A.Barbosa TrujilloA.CabreraC.FlorezJ.FragaJ.A.Reyes VegaUniversidad de Los Andes, Bogota, ColombiaUniversidad de Los AndesBogotaColombiaUniversidad de Los Andes, Bogota, ColombiaJ.Mejia GuisaoF.RamirezM.RodriguezJ.D.Ruiz AlvarezUniversidad de Antioquia, Medellin, ColombiaUniversidad de AntioquiaMedellinColombiaUniversidad de Antioquia, Medellin, ColombiaD.GiljanovicN.GodinovicD.LelasA.SculacUniversity of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, CroatiaUniversity of SplitFaculty of Electrical Engineering, Mechanical Engineering and Naval ArchitectureSplitCroatiaUniversity of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Split, CroatiaM.KovacT.Sculac16University of Split, Faculty of Science, Split, CroatiaUniversity of SplitFaculty of ScienceSplitCroatiaUniversity of Split, Faculty of Science, Split, Croatia16Also at University of Latvia (LU), Riga, Latvia.P.BargassaV.BrigljevicB.K.ChitrodaD.FerencekS.MishraA.Starodumov17T.SusaInstitute Rudjer Boskovic, Zagreb, CroatiaInstitute Rudjer BoskovicZagrebCroatiaInstitute Rudjer Boskovic, Zagreb, Croatia17Also at an institute or an international laboratory covered by a cooperation agreement with CERN.A.AttikisK.ChristoforouS.KonstantinouJ.MousaC.NicolaouF.PtochosP.A.RazisH.RykaczewskiH.SakaA.StepennovUniversity of Cyprus, Nicosia, CyprusUniversity of CyprusNicosiaCyprusUniversity of Cyprus, Nicosia, CyprusM.FingerM.FingerJr.A.KvetonCharles University, Prague, Czech RepublicCharles UniversityPragueCzech RepublicCharles University, Prague, Czech RepublicE.AyalaEscuela Politecnica Nacional, Quito, EcuadorEscuela Politecnica NacionalQuitoEcuadorEscuela Politecnica Nacional, Quito, EcuadorE.Carrera JarrinUniversidad San Francisco de Quito, Quito, EcuadorUniversidad San Francisco de QuitoQuitoEcuadorUniversidad San Francisco de Quito, Quito, EcuadorH.Abdalla18Y.Assran1920Academy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, EgyptAcademy of Scientific Research and Technology of the Arab Republic of EgyptEgyptian Network of High Energy PhysicsCairoEgyptAcademy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, Egypt18Also at Cairo University, Cairo, Egypt.19Also at Suez University, Suez, Egypt.20Now at British University in Egypt, Cairo, Egypt.M.A.MahmoudY.MohammedCenter for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, EgyptCenter for High Energy Physics (CHEP-FU)Fayoum UniversityEl-FayoumEgyptCenter for High Energy Physics (CHEP-FU), Fayoum University, El-Fayoum, EgyptR.K.Dewanjee21K.EhatahtM.KadastikT.LangeS.NandanC.NielsenJ.PataM.RaidalL.TaniC.VeelkenNational Institute of Chemical Physics and Biophysics, Tallinn, EstoniaNational Institute of Chemical Physics and BiophysicsTallinnEstoniaNational Institute of Chemical Physics and Biophysics, Tallinn, Estonia21Also at Birla Institute of Technology, Mesra, Mesra, India.H.KirschenmannK.OsterbergM.VoutilainenDepartment of Physics, University of Helsinki, Helsinki, FinlandDepartment of PhysicsUniversity of HelsinkiHelsinkiFinlandDepartment of Physics, University of Helsinki, Helsinki, FinlandS.BharthuarE.BrückenF.GarciaJ.HavukainenK.T.S.KallonenR.KinnunenT.LampénK.Lassila-PeriniS.LehtiT.LindénM.LottiL.MartikainenM.MyllymäkiM.m.RantanenH.SiikonenE.TuominenJ.TuominiemiHelsinki Institute of Physics, Helsinki, FinlandHelsinki Institute of PhysicsHelsinkiFinlandHelsinki Institute of Physics, Helsinki, FinlandP.LuukkaH.PetrowT.TuuvaLappeenranta-Lahti University of Technology, Lappeenranta, FinlandLappeenranta-Lahti University of TechnologyLappeenrantaFinlandLappeenranta-Lahti University of Technology, Lappeenranta, FinlandDeceased.M.BesanconF.CoudercM.DejardinD.DenegriJ.L.FaureF.FerriS.GanjourP.GrasG.Hamel de MonchenaultV.LohezicJ.MalclesJ.RanderA.RosowskyM.Ö.SahinA.Savoy-Navarro22P.SimkinaM.TitovM.TornagoIRFU, CEA, Université Paris-Saclay, Gif-sur-Yvette, FranceIRFUCEAUniversité Paris-SaclayGif-sur-YvetteFranceIRFU, CEA, Université Paris-Saclay, Gif-sur-Yvette, France22Also at Purdue University, West Lafayette, Indiana, USA.C.Baldenegro BarreraF.BeaudetteA.Buchot PerraguinP.BussonA.CappatiC.CharlotF.DamasO.DavignonA.De WitG.FalmagneB.A.Fontana Santos AlvesS.GhoshA.GilbertR.Granier de CassagnacA.HakimiB.HarikrishnanL.KalipolitiG.LiuJ.MottaM.NguyenC.OchandoL.PortalesR.SalernoJ.B.SauvanY.SiroisA.TarabiniE.VernazzaA.ZabiA.ZghicheLaboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, FranceLaboratoire Leprince-RinguetCNRS/IN2P3Ecole PolytechniqueInstitut Polytechnique de ParisPalaiseauFranceLaboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, FranceJ.-L.Agram23J.AndreaD.ApparuD.BlochJ.-M.BromE.C.ChabertC.CollardS.FalkeU.GoerlachC.GrimaultR.HaeberleA.-C.Le BihanM.MeenaG.SahaM.A.SessiniP.Van HoveUniversité de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, FranceUniversité de StrasbourgCNRSIPHC UMR 7178StrasbourgFranceUniversité de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France23Also at Université de Haute Alsace, Mulhouse, France.S.BeauceronB.BlanconG.BoudoulN.ChanonJ.ChoiD.ContardoP.DepasseC.Dozen24H.El MamouniJ.FayS.GasconM.GouzevitchC.GreenbergG.GrenierB.IlleI.B.LaktinehM.LethuillierL.MirabitoS.PerriesA.PurohitM.Vander DoncktP.VerdierJ.XiaoInstitut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, FranceInstitut de Physique des 2 Infinis de Lyon (IP2I)VilleurbanneFranceInstitut de Physique des 2 Infinis de Lyon (IP2I ), Villeurbanne, France24Also at Department of Physics, Tsinghua University, Beijing, China.A.Khvedelidze17I.LomidzeZ.Tsamalaidze17Georgian Technical University, Tbilisi, GeorgiaGeorgian Technical UniversityTbilisiGeorgiaGeorgian Technical University, Tbilisi, GeorgiaV.BottaL.FeldK.KleinM.LipinskiD.MeuserA.PaulsN.RöwertM.TeroerdeRWTH Aachen University, I. Physikalisches Institut, Aachen, GermanyRWTH Aachen UniversityI. Physikalisches InstitutAachenGermanyRWTH Aachen University, I. Physikalisches Institut, Aachen, GermanyS.DiekmannA.DodonovaN.EichD.EliseevF.EngelkeM.ErdmannP.FackeldeyB.FischerT.HebbekerK.HoepfnerF.IvoneA.JungM.y.LeeL.MastrolorenzoF.MausolfM.MerschmeyerA.MeyerS.MukherjeeD.NollA.NovakF.NowotnyA.PozdnyakovY.RathW.RedjebF.RehmH.ReithlerU.SarkarV.SarkisoviA.SchmidtA.SharmaJ.L.SpahA.SteinF.Torres Da Silva De Araujo25L.VigilanteS.WiedenbeckS.ZaleskiRWTH Aachen University, III. Physikalisches Institut A, Aachen, GermanyRWTH Aachen UniversityIII. Physikalisches Institut AAachenGermanyRWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany25Also at The University of the State of Amazonas, Manaus, Brazil.C.DziwokG.FlüggeW.Haj Ahmad26T.KressA.NowackO.PoothA.StahlT.ZiemonsA.ZotzRWTH Aachen University, III. Physikalisches Institut B, Aachen, GermanyRWTH Aachen UniversityIII. Physikalisches Institut BAachenGermanyRWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany26Also at Erzincan Binali Yildirim University, Erzincan, Turkey.H.Aarup PetersenM.Aldaya MartinJ.AlimenaS.AmorosoY.AnS.BaxterM.BayatmakouH.Becerril GonzalezO.BehnkeA.BelvedereS.BhattacharyaF.Blekman27K.Borras28D.BrunnerA.CampbellA.CardiniC.ChengF.ColombinaS.Consuegra RodríguezG.Correia SilvaM.De SilvaG.EckerlinD.EcksteinL.I.Estevez BanosO.FilatovE.Gallo27A.GeiserA.GiraldiG.GreauV.GuglielmiM.GuthoffA.HinzmannA.Jafari29L.JeppeN.Z.JomhariB.KaechM.KasemannH.KavehC.KleinwortR.KoglerM.KommD.KrückerW.LangeD.Leyva PerniaK.Lipka30W.Lohmann31R.MankelI.-A.Melzer-PellmannM.Mendizabal MorentinJ.MetwallyA.B.MeyerG.MilellaA.MussgillerL.P.NairA.NürnbergY.OtaridJ.ParkD.Pérez AdánE.RankenA.RasperezaB.Ribeiro LopesJ.RübenachA.SaggioM.Scham3228S.Schnake28P.SchützeC.Schwanenberger27D.SelivanovaM.ShchedrolosievR.E.Sosa RicardoD.StaffordF.VazzolerA.Ventura BarrosoR.WalshQ.WangY.WenK.WichmannL.Wiens28C.WissingY.YangA.Zimermmane Castro SantosDeutsches Elektronen-Synchrotron, Hamburg, GermanyDeutsches Elektronen-SynchrotronHamburgGermanyDeutsches Elektronen-Synchrotron, Hamburg, Germany27Also at University of Hamburg, Hamburg, Germany.28Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany.29Also at Isfahan University of Technology, Isfahan, Iran.30Also at Bergische University Wuppertal (BUW), Wuppertal, Germany.31Also at Brandenburg University of Technology, Cottbus, Germany.32Also at Forschungszentrum Jülich, Juelich, Germany.A.AlbrechtS.AlbrechtM.AntonelloS.BeinL.BenatoM.BonanomiP.ConnorM.EichK.El MorabitY.FischerA.FröhlichC.GarbersE.GaruttiA.GrohsjeanM.HajheidariJ.HallerH.R.JabuschG.KasieczkaP.KeicherR.KlannerW.KorcariT.KramerV.KutznerF.LabeJ.LangeA.LobanovC.MatthiesA.MehtaL.MoureauxM.MrowietzA.NigamovaY.NissanA.PaaschK.J.Pena RodriguezT.QuadfaselB.RacitiM.RiegerD.SavoiuJ.SchindlerP.SchleperM.SchröderJ.SchwandtM.SommerhalderH.StadieG.SteinbrückA.TewsM.WolfUniversity of Hamburg, Hamburg, GermanyUniversity of HamburgHamburgGermanyUniversity of Hamburg, Hamburg, GermanyS.BrommerM.BurkartE.ButzT.ChwalekA.DierlammA.DrollN.FaltermannM.GiffelsA.GottmannF.Hartmann33R.HofsaessM.HorzelaU.HusemannJ.KieselerM.KluteR.KoppenhöferJ.M.LawhornM.LinkA.LintuluotoS.MaierS.MitraM.MormileTh.MüllerM.NeukumM.OhM.PresillaG.QuastK.RabbertzB.RegneryN.ShadskiyI.ShvetsovH.J.SimonisM.Toms34N.TrevisaniR.UlrichR.F.Von CubeM.WassmerS.WielandF.WittigR.WolfS.WunschX.ZuoKarlsruher Institut fuer Technologie, Karlsruhe, GermanyKarlsruher Institut fuer TechnologieKarlsruheGermanyKarlsruher Institut fuer Technologie, Karlsruhe, Germany33Also at CERN, European Organization for Nuclear Research, Geneva, Switzerland.34Now at an institute or an international laboratory covered by a cooperation agreement with CERN.G.AnagnostouG.DaskalakisA.KyriakisA.Papadopoulos33A.StakiaInstitute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, GreeceInstitute of Nuclear and Particle Physics (INPP)NCSR DemokritosAghia ParaskeviGreeceInstitute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, GreeceP.KontaxakisG.MelachroinosA.PanagiotouI.PapavergouI.ParaskevasN.SaoulidouK.TheofilatosE.TziaferiK.VellidisI.ZisopoulosNational and Kapodistrian University of Athens, Athens, GreeceNational and Kapodistrian University of AthensAthensGreeceNational and Kapodistrian University of Athens, Athens, GreeceG.BakasT.ChatzistavrouG.KarapostoliK.KousourisI.PapakrivopoulosE.SiamarkouG.TsipolitisA.ZacharopoulouNational Technical University of Athens, Athens, GreeceNational Technical University of AthensAthensGreeceNational Technical University of Athens, Athens, GreeceK.AdamidisI.BestintzanosI.EvangelouC.FoudasP.GianneiosC.KamtsikisP.KatsoulisP.KokkasP.G.Kosmoglou KioseoglouN.ManthosI.PapadopoulosJ.StrologasUniversity of Ioánnina, Ioánnina, GreeceUniversity of IoánninaIoánninaGreeceUniversity of Ioánnina, Ioánnina, GreeceM.Bartók35C.HajduD.Horvath3637F.SiklerV.VeszpremiHUN-REN Wigner Research Centre for Physics, Budapest, HungaryHUN-REN Wigner Research Centre for PhysicsBudapestHungaryHUN-REN Wigner Research Centre for Physics, Budapest, Hungary35Also at Institute of Physics, University of Debrecen, Debrecen, Hungary.36Also at Institute of Nuclear Research ATOMKI, Debrecen, Hungary.37Now at Universitatea Babes-Bolyai - Facultatea de Fizica, Cluj-Napoca, Romania.M.CsanádK.FarkasM.M.A.Gadallah38Á.KadlecsikP.MajorK.MandalG.PásztorA.J.Rádl39G.I.VeresMTA-ELTE Lendület CMS Particle and Nuclear Physics Group, Eötvös Loránd University, Budapest, HungaryMTA-ELTE Lendület CMS Particle and Nuclear Physics GroupEötvös Loránd UniversityBudapestHungaryMTA-ELTE Lendület CMS Particle and Nuclear Physics Group, Eötvös Loránd University, Budapest, Hungary38Also at Physics Department, Faculty of Science, Assiut University, Assiut, Egypt.39Also at HUN-REN Wigner Research Centre for Physics, Budapest, Hungary.P.RaicsB.UjvariG.ZiliziFaculty of Informatics, University of Debrecen, Debrecen, HungaryFaculty of InformaticsUniversity of DebrecenDebrecenHungaryFaculty of Informatics, University of Debrecen, Debrecen, HungaryG.BenczeS.CzellarJ.Karancsi35J.MolnarZ.SzillasiInstitute of Nuclear Research ATOMKI, Debrecen, HungaryInstitute of Nuclear Research ATOMKIDebrecenHungaryInstitute of Nuclear Research ATOMKI, Debrecen, HungaryT.Csorgo39F.Nemes39T.NovakKaroly Robert Campus, MATE Institute of Technology, Gyongyos, HungaryMATE Institute of TechnologyKaroly Robert CampusGyongyosHungaryKaroly Robert Campus, MATE Institute of Technology, Gyongyos, HungaryJ.BabbarS.BansalS.B.BeriV.BhatnagarG.ChaudharyS.ChauhanN.Dhingra40A.KaurA.KaurH.KaurM.KaurS.KumarK.SandeepT.SheokandJ.B.SinghA.SinglaPanjab University, Chandigarh, IndiaPanjab UniversityChandigarhIndiaPanjab University, Chandigarh, India40Also at Punjab Agricultural University, Ludhiana, India.A.AhmedA.BhardwajA.ChhetriB.C.ChoudharyA.KumarA.KumarM.NaimuddinK.RanjanS.SaumyaUniversity of Delhi, Delhi, IndiaUniversity of DelhiDelhiIndiaUniversity of Delhi, Delhi, IndiaS.BaradiaS.Barman41S.BhattacharyaS.DuttaS.DuttaP.PalitS.SarkarSaha Institute of Nuclear Physics, HBNI, Kolkata, IndiaSaha Institute of Nuclear PhysicsHBNIKolkataIndiaSaha Institute of Nuclear Physics, HBNI, Kolkata, India41Also at University of Visva-Bharati, Santiniketan, India.M.M.AmeenP.K.BeheraS.C.BeheraS.ChatterjeeP.JanaP.KalbhorJ.R.Komaragiri42D.Kumar42L.Panwar42P.R.PujahariN.R.SahaA.SharmaA.K.SikdarS.VermaIndian Institute of Technology Madras, Madras, IndiaIndian Institute of Technology MadrasMadrasIndiaIndian Institute of Technology Madras, Madras, India42Also at Indian Institute of Science (IISc), Bangalore, India.S.DugadM.KumarG.B.MohantyP.SuryadevaraTata Institute of Fundamental Research-A, Mumbai, IndiaTata Institute of Fundamental Research-AMumbaiIndiaTata Institute of Fundamental Research-A, Mumbai, IndiaA.BalaS.BanerjeeR.M.ChatterjeeM.GuchaitSh.JainS.KarmakarS.KumarG.MajumderK.MazumdarS.ParoliaA.ThachayathTata Institute of Fundamental Research-B, Mumbai, IndiaTata Institute of Fundamental Research-BMumbaiIndiaTata Institute of Fundamental Research-B, Mumbai, IndiaS.Bahinipati43A.K.DasC.KarD.Maity44P.MalT.MishraV.K.Muraleedharan Nair Bindhu44K.Naskar44A.Nayak44P.SadangiP.SahaS.K.SwainS.Varghese44D.Vats44National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, IndiaNational Institute of Science Education and ResearchAn OCC of Homi Bhabha National InstituteBhubaneswarOdishaIndiaNational Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India43Also at IIT Bhubaneswar, Bhubaneswar, India.44Also at Institute of Physics, Bhubaneswar, India.S.Acharya45A.AlpanaS.DubeB.Gomber45B.KansalA.LahaB.Sahu45S.SharmaIndian Institute of Science Education and Research (IISER), Pune, IndiaIndian Institute of Science Education and Research (IISER)PuneIndiaIndian Institute of Science Education and Research (IISER), Pune, India45Also at University of Hyderabad, Hyderabad, India.H.Bakhshiansohi46E.Khazaie47M.Zeinali48Isfahan University of Technology, Isfahan, IranIsfahan University of TechnologyIsfahanIranIsfahan University of Technology, Isfahan, Iran46Also at Deutsches Elektronen-Synchrotron, Hamburg, Germany.47Also at Department of Physics, Isfahan University of Technology, Isfahan, Iran.48Also at Sharif University of Technology, Tehran, Iran.S.Chenarani49S.M.EtesamiM.KhakzadM.Mohammadi NajafabadiInstitute for Research in Fundamental Sciences (IPM), Tehran, IranInstitute for Research in Fundamental Sciences (IPM)TehranIranInstitute for Research in Fundamental Sciences (IPM), Tehran, Iran49Also at Department of Physics, University of Science and Technology of Mazandaran, Behshahr, Iran.M.GrunewaldUniversity College Dublin, Dublin, IrelandUniversity College DublinDublinIrelandUniversity College Dublin, Dublin, IrelandM.AbbresciaabR.Alyac50A.ColaleoabD.CreanzaacB.D'AnziabN.De FilippisacM.De PalmaabA.Di FlorioacW.Elmetenaweeab50L.FioreaG.IaselliacM.LoukaabG.MaggiacM.MaggiaI.MargjekaabV.MastrapasquaabS.MyabS.NuzzoabA.PellecchiaabA.PompiliabG.PuglieseacR.RadognaaG.Ramirez-SanchezacD.RamosaA.RanieriaL.SilvestrisaF.M.SimoneabÜ.SözbiliraA.StamerraaR.VendittiaP.VerwilligenaA.ZazaabaINFN Sezione di Bari, Bari, ItalyINFN Sezione di BariBariItalyINFN Sezione di Bari, Bari, ItalybUniversità di Bari, Bari, ItalyUniversità di BariBariItalyUniversità di Bari, Bari, ItalycPolitecnico di Bari, Bari, ItalyPolitecnico di BariBariItalyPolitecnico di Bari, Bari, Italy50Also at Helwan University, Cairo, Egypt.G.AbbiendiaC.BattilanaabD.BonacorsiabL.BorgonoviaR.CampaniniabP.CapiluppiabA.CastroabF.R.CavalloaM.CuffianiabG.M.DallavalleaT.DiotaleviabF.FabbriaA.FanfaniabD.FasanellaabP.GiacomelliaL.GiommiabC.GrandiaL.GuiducciabS.Lo Meoa51L.LunertiabS.MarcelliniaG.MasettiaF.L.NavarriaabA.PerrottaaF.PrimaveraabA.M.RossiabG.P.SiroliabaINFN Sezione di Bologna, Bologna, ItalyINFN Sezione di BolognaBolognaItalyINFN Sezione di Bologna, Bologna, ItalybUniversità di Bologna, Bologna, ItalyUniversità di BolognaBolognaItalyUniversità di Bologna, Bologna, Italy51Also at Italian National Agency for New Technologies, Energy and Sustainable Economic Development, Bologna, Italy.S.Costaab52A.Di MattiaaR.PotenzaabA.Tricomiab52C.TuveabaINFN Sezione di Catania, Catania, ItalyINFN Sezione di CataniaCataniaItalyINFN Sezione di Catania, Catania, ItalybUniversità di Catania, Catania, ItalyUniversità di CataniaCataniaItalyUniversità di Catania, Catania, Italy52Also at Centro Siciliano di Fisica Nucleare e di Struttura Della Materia, Catania, Italy.P.AssiourasaG.BarbagliaG.BardelliabB.CamaianiabA.CasseseaR.CeccarelliaV.CiulliabC.CivininiaR.D'AlessandroabE.FocardiabT.KelloaG.LatinoabP.LenziabM.LizzoaM.MeschiniaS.PaolettiaA.PapanastassiouabG.SguazzoniaL.VilianiaaINFN Sezione di Firenze, Firenze, ItalyINFN Sezione di FirenzeFirenzeItalyINFN Sezione di Firenze, Firenze, ItalybUniversità di Firenze, Firenze, ItalyUniversità di FirenzeFirenzeItalyUniversità di Firenze, Firenze, ItalyL.BenussiS.BiancoS.Meola53D.PiccoloINFN Laboratori Nazionali di Frascati, Frascati, ItalyINFN Laboratori Nazionali di FrascatiFrascatiItalyINFN Laboratori Nazionali di Frascati, Frascati, Italy53Also at Università degli Studi Guglielmo Marconi, Roma, Italy.P.ChatagnonaF.FerroaE.RobuttiaS.TosiabaINFN Sezione di Genova, Genova, ItalyINFN Sezione di GenovaGenovaItalyINFN Sezione di Genova, Genova, ItalybUniversità di Genova, Genova, ItalyUniversità di GenovaGenovaItalyUniversità di Genova, Genova, ItalyA.BenagliaaG.BoldriniabF.BrivioaF.CetorelliaF.De GuioabM.E.DinardoabP.DiniaS.GennaiaR.GerosaabA.GhezziabP.GovoniabL.GuzziaM.T.LucchiniabM.MalbertiaS.MalvezziaA.MassironiaD.MenasceaL.MoroniaM.PaganoniabD.PedriniaB.S.PinoliniaS.RagazziabT.Tabarelli de FatisabD.ZuoloaaINFN Sezione di Milano-Bicocca, Milano, ItalyINFN Sezione di Milano-BicoccaMilanoItalyINFN Sezione di Milano-Bicocca, Milano, ItalybUniversità di Milano-Bicocca, Milano, ItalyUniversità di Milano-BicoccaMilanoItalyUniversità di Milano-Bicocca, Milano, ItalyS.BuontempoaA.CagnottaabF.CarnevaliabN.CavalloacA.De IorioabF.FabozziacA.O.M.IorioabL.Listaab54P.Paoluccia33B.RossiaC.SciaccaabaINFN Sezione di Napoli, Napoli, ItalyINFN Sezione di NapoliNapoliItalyINFN Sezione di Napoli, Napoli, ItalybUniversità di Napoli ‘Federico II’, Napoli, ItalyUniversità di Napoli ‘Federico II’NapoliItalyUniversità di Napoli ‘Federico II’, Napoli, ItalycUniversità della Basilicata, Potenza, ItalyUniversità della BasilicataPotenzaItalyUniversità della Basilicata, Potenza, ItalydUniversità G. Marconi, Roma, ItalyUniversità G. MarconiRomaItalyUniversità G. Marconi, Roma, Italy54Also at Scuola Superiore Meridionale, Università di Napoli ‘Federico II’, Napoli, Italy.R.ArdinoaP.AzziaN.Bacchettaa55D.BiselloabP.BortignonaA.BragagnoloabR.CarlinabP.ChecchiaaT.DorigoaF.FanzagoaU.GaspariniabF.GonellaaE.LusianiaM.MargoniabM.MiglioriniabJ.PazziniabP.RoncheseabR.RossinabF.SimonettoabG.StrongaM.TosiabA.TriossiabS.VenturaaH.YararabM.ZanettiabP.ZottoabA.ZucchettaabG.ZumerleabaINFN Sezione di Padova, Padova, ItalyINFN Sezione di PadovaPadovaItalyINFN Sezione di Padova, Padova, ItalybUniversità di Padova, Padova, ItalyUniversità di PadovaPadovaItalyUniversità di Padova, Padova, ItalycUniversità di Trento, Trento, ItalyUniversità di TrentoTrentoItalyUniversità di Trento, Trento, Italy55Also at Fermi National Accelerator Laboratory, Batavia, Illinois, USA.S.Abu Zeida56C.AimèabA.BraghieriaS.CalzaferriaD.FiorinaaP.MontagnaabV.ReaC.RiccardiabP.SalviniaI.VaiabP.VituloabaINFN Sezione di Pavia, Pavia, ItalyINFN Sezione di PaviaPaviaItalyINFN Sezione di Pavia, Pavia, ItalybUniversità di Pavia, Pavia, ItalyUniversità di PaviaPaviaItalyUniversità di Pavia, Pavia, Italy56Also at Ain Shams University, Cairo, Egypt.S.AjmalabP.Asenova57G.M.BileiaD.CiangottiniabL.FanòabM.MagheriniabG.MantovaniabV.MarianiabM.MenichelliaF.Moscatellia57A.RossiabA.SantocchiaabD.SpigaaT.TedeschiabaINFN Sezione di Perugia, Perugia, ItalyINFN Sezione di PerugiaPerugiaItalyINFN Sezione di Perugia, Perugia, ItalybUniversità di Perugia, Perugia, ItalyUniversità di PerugiaPerugiaItalyUniversità di Perugia, Perugia, Italy57Also at Consiglio Nazionale delle Ricerche - Istituto Officina dei Materiali, Perugia, Italy.P.AzzurriaG.BagliesiaR.BhattacharyaaL.BianchiniabT.BoccaliaE.BossiniaD.BruschiniacR.CastaldiaM.A.CiocciabM.CiprianiabV.D'AmanteadR.Dell'OrsoaS.DonatoaA.GiassiaF.LigabueacD.Matos FigueiredoaA.MessineoabM.MusichabF.PallaaA.RizziabG.RolandiacS.Roy ChowdhuryaT.SarkaraA.ScribanoaP.SpagnoloaR.TenchiniaG.TonelliabN.TuriniadA.VenturiaP.G.VerdiniaaINFN Sezione di Pisa, Pisa, ItalyINFN Sezione di PisaPisaItalyINFN Sezione di Pisa, Pisa, ItalybUniversità di Pisa, Pisa, ItalyUniversità di PisaPisaItalyUniversità di Pisa, Pisa, ItalycScuola Normale Superiore di Pisa, Pisa, ItalyScuola Normale Superiore di PisaPisaItalyScuola Normale Superiore di Pisa, Pisa, ItalydUniversità di Siena, Siena, ItalyUniversità di SienaSienaItalyUniversità di Siena, Siena, ItalyP.BarriaaM.CampanaabF.CavallariaL.Cunqueiro MendezabD.Del ReabE.Di MarcoaM.DiemozaF.ErricoabE.LongoabP.MeridianiaJ.MijuskovicabG.OrgantiniabF.PandolfiaR.ParamattiabC.QuarantaabS.RahatlouabC.RovelliaF.SantanastasioabL.SoffiaaINFN Sezione di Roma, Roma, ItalyINFN Sezione di RomaRomaItalyINFN Sezione di Roma, Roma, ItalybSapienza Università di Roma, Roma, ItalySapienza Università di RomaRomaItalySapienza Università di Roma, Roma, ItalyN.AmapaneabR.ArcidiaconoacS.ArgiroabM.ArneodoacN.BartosikaR.BellanabA.BelloraabC.BiinoaN.CartigliaaM.CostaabR.CovarelliabN.DemariaaL.FincoaM.GrippoabB.KianiabF.LeggeraF.LuongoabC.MariottiaS.MaselliaA.MeccaabE.MiglioreabM.MontenoaR.MulargiaaM.M.ObertinoabG.OrtonaaL.PacherabN.PastroneaM.PelliccioniaM.RuspaacF.SivieroabV.SolaabA.SolanoabA.StaianoaC.TarriconeabD.TrocinoaG.UmoretabE.VlasovabaINFN Sezione di Torino, Torino, ItalyINFN Sezione di TorinoTorinoItalyINFN Sezione di Torino, Torino, ItalybUniversità di Torino, Torino, ItalyUniversità di TorinoTorinoItalyUniversità di Torino, Torino, ItalycUniversità del Piemonte Orientale, Novara, ItalyUniversità del Piemonte OrientaleNovaraItalyUniversità del Piemonte Orientale, Novara, ItalyS.BelforteaV.CandeliseabM.CasarsaaF.CossuttiaK.De LeoabG.Della RiccaabaINFN Sezione di Trieste, Trieste, ItalyINFN Sezione di TriesteTriesteItalyINFN Sezione di Trieste, Trieste, ItalybUniversità di Trieste, Trieste, ItalyUniversità di TriesteTriesteItalyUniversità di Trieste, Trieste, ItalyS.DograJ.HongC.HuhB.KimD.H.KimJ.KimH.LeeS.W.LeeC.S.MoonY.D.OhM.S.RyuS.SekmenY.C.YangKyungpook National University, Daegu, KoreaKyungpook National UniversityDaeguKoreaKyungpook National University, Daegu, KoreaM.S.KimDepartment of Mathematics and Physics - GWNU, Gangneung, KoreaDepartment of Mathematics and Physics - GWNUGangneungKoreaDepartment of Mathematics and Physics - GWNU, Gangneung, KoreaG.BakP.GwakH.KimD.H.MoonChonnam National University, Institute for Universe and Elementary Particles, Kwangju, KoreaChonnam National UniversityInstitute for Universe and Elementary ParticlesKwangjuKoreaChonnam National University, Institute for Universe and Elementary Particles, Kwangju, KoreaE.AsilarD.KimT.J.KimJ.A.MerlinHanyang University, Seoul, KoreaHanyang UniversitySeoulKoreaHanyang University, Seoul, KoreaS.ChoiS.HanB.HongK.LeeK.S.LeeS.LeeJ.ParkS.K.ParkJ.YooKorea University, Seoul, KoreaKorea UniversitySeoulKoreaKorea University, Seoul, KoreaJ.GohS.YangKyung Hee University, Department of Physics, Seoul, KoreaKyung Hee UniversityDepartment of PhysicsSeoulKoreaKyung Hee University, Department of Physics, Seoul, KoreaH.S.KimY.KimS.LeeSejong University, Seoul, KoreaSejong UniversitySeoulKoreaSejong University, Seoul, KoreaJ.AlmondJ.H.BhyunJ.ChoiW.JunJ.KimJ.S.KimS.KoH.KwonH.LeeJ.LeeJ.LeeB.H.OhS.B.OhH.SeoU.K.YangI.YoonSeoul National University, Seoul, KoreaSeoul National UniversitySeoulKoreaSeoul National University, Seoul, KoreaW.JangD.Y.KangY.KangS.KimB.KoJ.S.H.LeeY.LeeI.C.ParkY.RohI.J.WatsonUniversity of Seoul, Seoul, KoreaUniversity of SeoulSeoulKoreaUniversity of Seoul, Seoul, KoreaS.HaH.D.YooYonsei University, Department of Physics, Seoul, KoreaYonsei UniversityDepartment of PhysicsSeoulKoreaYonsei University, Department of Physics, Seoul, KoreaM.ChoiM.R.KimH.LeeY.LeeI.YuSungkyunkwan University, Suwon, KoreaSungkyunkwan UniversitySuwonKoreaSungkyunkwan University, Suwon, KoreaT.BeyrouthyY.MaghrbiCollege of Engineering and Technology, American University of the Middle East (AUM), Dasman, KuwaitCollege of Engineering and TechnologyAmerican University of the Middle East (AUM)DasmanKuwaitCollege of Engineering and Technology, American University of the Middle East (AUM), Dasman, KuwaitK.DreimanisA.GaileG.PikursA.PotrebkoM.SeidelV.Veckalns58Riga Technical University, Riga, LatviaRiga Technical UniversityRigaLatviaRiga Technical University, Riga, Latvia58Also at Riga Technical University, Riga, Latvia.N.R.StrautnieksUniversity of Latvia (LU), Riga, LatviaUniversity of Latvia (LU)RigaLatviaUniversity of Latvia (LU), Riga, LatviaM.AmbrozasA.JuodagalvisA.RinkeviciusG.TamulaitisVilnius University, Vilnius, LithuaniaVilnius UniversityVilniusLithuaniaVilnius University, Vilnius, LithuaniaN.Bin NorjoharuddeenI.Yusuff59Z.ZolkapliNational Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, MalaysiaNational Centre for Particle PhysicsUniversiti MalayaKuala LumpurMalaysiaNational Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, Malaysia59Also at Department of Applied Physics, Faculty of Science and Technology, Universiti Kebangsaan Malaysia, Bangi, Malaysia.J.F.BenitezA.Castaneda HernandezH.A.Encinas AcostaL.G.Gallegos MaríñezM.León CoelloJ.A.Murillo QuijadaA.SehrawatL.Valencia PalomoUniversidad de Sonora (UNISON), Hermosillo, MexicoUniversidad de Sonora (UNISON)HermosilloMexicoUniversidad de Sonora (UNISON), Hermosillo, MexicoG.AyalaH.Castilla-ValdezE.De La Cruz-BureloI.Heredia-De La Cruz60R.Lopez-FernandezC.A.Mondragon HerreraA.Sánchez HernándezCentro de Investigacion y de Estudios Avanzados del IPN, Mexico City, MexicoCentro de Investigacion y de Estudios Avanzados del IPNMexico CityMexicoCentro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico60Also at Consejo Nacional de Ciencia y Tecnología, Mexico City, Mexico.C.Oropeza BarreraM.Ramírez GarcíaUniversidad Iberoamericana, Mexico City, MexicoUniversidad IberoamericanaMexico CityMexicoUniversidad Iberoamericana, Mexico City, MexicoI.BautistaI.PedrazaH.A.Salazar IbarguenC.Uribe EstradaBenemerita Universidad Autonoma de Puebla, Puebla, MexicoBenemerita Universidad Autonoma de PueblaPueblaMexicoBenemerita Universidad Autonoma de Puebla, Puebla, MexicoI.BubanjaN.RaicevicUniversity of Montenegro, Podgorica, MontenegroUniversity of MontenegroPodgoricaMontenegroUniversity of Montenegro, Podgorica, MontenegroP.H.ButlerUniversity of Canterbury, Christchurch, New ZealandUniversity of CanterburyChristchurchNew ZealandUniversity of Canterbury, Christchurch, New ZealandA.AhmadM.I.AsgharA.AwaisM.I.M.AwanH.R.HooraniW.A.KhanNational Centre for Physics, Quaid-I-Azam University, Islamabad, PakistanNational Centre for PhysicsQuaid-I-Azam UniversityIslamabadPakistanNational Centre for Physics, Quaid-I-Azam University, Islamabad, PakistanV.AvatiL.GrzankaM.MalawskiAGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, PolandAGH University of KrakowFaculty of Computer Science, Electronics and TelecommunicationsKrakowPolandAGH University of Krakow, Faculty of Computer Science, Electronics and Telecommunications, Krakow, PolandH.BialkowskaM.BlujB.BoimskaM.GórskiM.KazanaM.SzleperP.ZalewskiNational Centre for Nuclear Research, Swierk, PolandNational Centre for Nuclear ResearchSwierkPolandNational Centre for Nuclear Research, Swierk, PolandK.BunkowskiK.DorobaA.KalinowskiM.KoneckiJ.KrolikowskiA.MuhammadInstitute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, PolandInstitute of Experimental PhysicsFaculty of PhysicsUniversity of WarsawWarsawPolandInstitute of Experimental Physics, Faculty of Physics, University of Warsaw, Warsaw, PolandK.PozniakW.ZabolotnyWarsaw University of Technology, Warsaw, PolandWarsaw University of TechnologyWarsawPolandWarsaw University of Technology, Warsaw, PolandM.AraujoD.BastosC.Beirão Da Cruz E SilvaA.BolettiM.BozzoT.CamporesiG.Da MolinP.FaccioliM.GallinaroJ.HollarN.LeonardoT.NiknejadA.PetrilliM.PisanoJ.SeixasJ.VarelaJ.W.WulffLaboratório de Instrumentação e Física Experimental de Partículas, Lisboa, PortugalLaboratório de Instrumentação e Física Experimental de PartículasLisboaPortugalLaboratório de Instrumentação e Física Experimental de Partículas, Lisboa, PortugalP.AdzicP.MilenovicFaculty of Physics, University of Belgrade, Belgrade, SerbiaFaculty of PhysicsUniversity of BelgradeBelgradeSerbiaFaculty of Physics, University of Belgrade, Belgrade, SerbiaM.DordevicJ.MilosevicV.RekovicVINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, SerbiaVINCA Institute of Nuclear SciencesUniversity of BelgradeBelgradeSerbiaVINCA Institute of Nuclear Sciences, University of Belgrade, Belgrade, SerbiaM.Aguilar-BenitezJ.Alcaraz MaestreCristina F.BedoyaM.CepedaM.CerradaN.ColinoB.De La CruzA.Delgado PerisA.Escalante Del ValleD.Fernández Del ValJ.P.Fernández RamosJ.FlixM.C.FouzO.Gonzalez LopezS.Goy LopezJ.M.HernandezM.I.JosaD.MoranC.M.Morcillo PerezÁ.Navarro TobarC.Perez DengraA.Pérez-Calero YzquierdoJ.Puerta PelayoI.RedondoD.D.Redondo FerreroL.RomeroS.Sánchez NavasL.Urda GómezJ.Vazquez EscobarC.WillmottCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT), Madrid, SpainCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT)MadridSpainCentro de Investigaciones Energéticas Medioambientales y Tecnológicas (CIEMAT), Madrid, SpainJ.F.de TrocónizUniversidad Autónoma de Madrid, Madrid, SpainUniversidad Autónoma de MadridMadridSpainUniversidad Autónoma de Madrid, Madrid, SpainB.Alvarez GonzalezJ.CuevasJ.Fernandez MenendezS.FolguerasI.Gonzalez CaballeroJ.R.González FernándezE.Palencia CortezonC.Ramón ÁlvarezV.Rodríguez BouzaA.Soto RodríguezA.TrapoteC.Vico VillalbaP.VischiaUniversidad de Oviedo, Instituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA), Oviedo, SpainUniversidad de OviedoInstituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA)OviedoSpainUniversidad de Oviedo, Instituto Universitario de Ciencias y Tecnologías Espaciales de Asturias (ICTEA), Oviedo, SpainS.BhowmikS.Blanco FernándezJ.A.Brochero CifuentesI.J.CabrilloA.CalderonJ.Duarte CampderrosM.FernandezG.GomezC.Lasaosa GarcíaC.Martinez RiveroP.Martinez Ruiz del ArbolF.MatorrasP.Matorras CuevasE.Navarrete RamosJ.Piedra GomezL.ScodellaroI.VilaJ.M.Vizan GarciaInstituto de Física de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, SpainInstituto de Física de Cantabria (IFCA)CSIC-Universidad de CantabriaSantanderSpainInstituto de Física de Cantabria (IFCA), CSIC-Universidad de Cantabria, Santander, SpainM.K.JayanandaB.Kailasapathy61D.U.J.SonnadaraD.D.C.WickramarathnaUniversity of Colombo, Colombo, Sri LankaUniversity of ColomboColomboSri LankaUniversity of Colombo, Colombo, Sri Lanka61Also at Trincomalee Campus, Eastern University, Sri Lanka, Nilaveli, Sri Lanka.W.G.D.Dharmaratna62K.LiyanageN.PereraN.WickramageUniversity of Ruhuna, Department of Physics, Matara, Sri LankaUniversity of RuhunaDepartment of PhysicsMataraSri LankaUniversity of Ruhuna, Department of Physics, Matara, Sri Lanka62Also at Saegis Campus, Nugegoda, Sri Lanka.D.AbbaneoC.AmendolaE.AuffrayG.AuzingerJ.BaechlerD.BarneyA.Bermúdez MartínezM.BiancoB.BilinA.A.Bin AnuarA.BocciE.BrondolinC.CaillolG.CerminaraN.ChernyavskayaD.d'EnterriaA.DabrowskiA.DavidA.De RoeckM.M.DefranchisM.DeileM.DobsonF.Fallavollita63L.ForthommeG.FranzoniW.FunkS.GianiD.GigiK.GillF.GlegeL.GouskosM.HarankoJ.HegemanB.HuberV.InnocenteT.JamesP.JanotS.LaurilaP.LecoqE.LeutgebC.LourençoB.MaierL.MalgeriM.MannelliA.C.MariniM.MatthewmanF.MeijersS.MersiE.MeschiV.MilosevicF.MontiF.MoortgatM.MuldersI.NeutelingsS.OrfanelliF.PantaleoG.PetruccianiA.PfeifferM.PieriniD.PiparoH.QuD.RabadyG.Reales GutiérrezM.RovereH.SakulinS.ScarfiC.SchwickM.SelvaggiA.SharmaK.ShchelinaP.SilvaP.Sphicas64A.G.Stahl LeitonA.SteenS.SummersD.TreilleP.TropeaA.TsirouD.WalterJ.Wanczyk65J.WangS.WuchterlP.ZehetnerP.ZejdlW.D.ZeunerCERN, European Organization for Nuclear Research, Geneva, SwitzerlandCERNEuropean Organization for Nuclear ResearchGenevaSwitzerlandCERN, European Organization for Nuclear Research, Geneva, Switzerland63Also at INFN Sezione di Pavia, Università di Pavia, Pavia, Italy.64Also at National and Kapodistrian University of Athens, Athens, Greece.65Also at Ecole Polytechnique Fédérale Lausanne, Lausanne, Switzerland.T.Bevilacqua66L.Caminada66A.EbrahimiW.ErdmannR.HorisbergerQ.IngramH.C.KaestliD.KotlinskiC.LangeM.Missiroli66L.Noehte66T.RohePaul Scherrer Institut, Villigen, SwitzerlandPaul Scherrer InstitutVilligenSwitzerlandPaul Scherrer Institut, Villigen, Switzerland66Also at Universität Zürich, Zurich, Switzerland.T.K.AarrestadK.Androsov65M.BackhausA.CalandriC.CazzanigaK.DattaA.De CosaG.DissertoriM.DittmarM.DonegàF.EbleM.GalliK.GediaF.GlessgenC.GrabD.HitsW.LustermannA.-M.LyonR.A.ManzoniM.MarchegianiL.MarcheseC.Martin PerezA.Mascellani65F.Nessi-TedaldiF.PaussV.PerovicS.PigazziniM.ReichmannC.ReisselT.ReitenspiessB.RisticF.RitiD.RuiniD.A.Sanz BecerraR.SeiditaJ.Steggemann65D.ValsecchiR.WallnyETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, SwitzerlandETH ZurichInstitute for Particle Physics and Astrophysics (IPA)ZurichSwitzerlandETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, SwitzerlandC.Amsler67P.BärtschiC.BottaD.BrzhechkoM.F.CanelliK.CormierR.Del BurgoJ.K.HeikkiläM.HuwilerW.JinA.JofreheiB.KilminsterS.LeontsinisS.P.LiechtiA.MacchioloP.MeiringV.M.MikuniU.MolinattiA.ReimersP.RobmannS.Sanchez CruzK.SchweigerM.SengerY.TakahashiR.TramontanoUniversität Zürich, Zurich, SwitzerlandUniversität ZürichZurichSwitzerlandUniversität Zürich, Zurich, Switzerland67Also at Stefan Meyer Institute for Subatomic Physics, Vienna, Austria.C.Adloff68D.BhowmikC.M.KuoW.LinP.K.RoutP.C.Tiwari42S.S.YuNational Central University, Chung-Li, TaiwanNational Central UniversityChung-LiTaiwanNational Central University, Chung-Li, Taiwan68Also at Laboratoire d'Annecy-le-Vieux de Physique des Particules, IN2P3-CNRS, Annecy-le-Vieux, France.L.CeardY.ChaoK.F.ChenP.s.ChenZ.g.ChenW.-S.HouT.h.HsuY.w.KaoR.KhuranaG.KoleY.y.LiR.-S.LuE.PaganisX.f.SuJ.Thomas-WilskerL.s.TsaiH.y.WuE.YazganNational Taiwan University (NTU), Taipei, TaiwanNational Taiwan University (NTU)TaipeiTaiwanNational Taiwan University (NTU), Taipei, TaiwanC.AsawatangtrakuldeeN.SrimanobhasV.WachirapusitanandHigh Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, ThailandHigh Energy Physics Research UnitDepartment of PhysicsFaculty of ScienceChulalongkorn UniversityBangkokThailandHigh Energy Physics Research Unit, Department of Physics, Faculty of Science, Chulalongkorn University, Bangkok, ThailandD.AgyelF.BoranZ.S.DemirogluF.DolekI.Dumanoglu69E.EskutY.Guler70E.Gurpinar Guler70C.IsikO.KaraA.Kayis TopaksuU.KiminsuG.OnengutK.Ozdemir71A.PolatozB.Tali72U.G.TokS.TurkcaparE.UslanI.S.ZorbakirÇukurova University, Physics Department, Science and Art Faculty, Adana, TurkeyÇukurova UniversityPhysics DepartmentScience and Art FacultyAdanaTurkeyÇukurova University, Physics Department, Science and Art Faculty, Adana, Turkey69Also at Near East University, Research Center of Experimental Health Science, Mersin, Turkey.70Also at Konya Technical University, Konya, Turkey.71Also at Izmir Bakircay University, Izmir, Turkey.72Also at Adiyaman University, Adiyaman, Turkey.M.Yalvac73Middle East Technical University, Physics Department, Ankara, TurkeyMiddle East Technical UniversityPhysics DepartmentAnkaraTurkeyMiddle East Technical University, Physics Department, Ankara, Turkey73Also at Bozok Universitetesi Rektörlügü, Yozgat, Turkey.B.AkgunI.O.AtakisiE.GülmezM.Kaya74O.Kaya75S.Tekten76Bogazici University, Istanbul, TurkeyBogazici UniversityIstanbulTurkeyBogazici University, Istanbul, Turkey74Also at Marmara University, Istanbul, Turkey.75Also at Milli Savunma University, Istanbul, Turkey.76Also at Kafkas University, Kars, Turkey.A.CakirK.Cankocak6977Y.KomurcuS.Sen78Istanbul Technical University, Istanbul, TurkeyIstanbul Technical UniversityIstanbulTurkeyIstanbul Technical University, Istanbul, Turkey77Now at stanbul Okan University, Istanbul, Turkey.78Also at Hacettepe University, Ankara, Turkey.O.AydilekS.Cerci72V.EpshteynB.HacisahinogluI.Hos79B.KaynakS.OzkorucukluO.PotokH.SertC.SimsekD.Sunar Cerci72C.ZorbilmezIstanbul University, Istanbul, TurkeyIstanbul UniversityIstanbulTurkeyIstanbul University, Istanbul, Turkey79Also at Istanbul University - Cerrahpasa, Faculty of Engineering, Istanbul, Turkey.B.Isildak80Yildiz Technical University, Istanbul, TurkeyYildiz Technical UniversityIstanbulTurkeyYildiz Technical University, Istanbul, Turkey80Also at Yildiz Technical University, Istanbul, Turkey.A.BoyaryntsevB.GrynyovInstitute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, UkraineInstitute for Scintillation Materials of National Academy of Science of UkraineKharkivUkraineInstitute for Scintillation Materials of National Academy of Science of Ukraine, Kharkiv, UkraineL.LevchukNational Science Centre, Kharkiv Institute of Physics and Technology, Kharkiv, UkraineNational Science CentreKharkiv Institute of Physics and TechnologyKharkivUkraineNational Science Centre, Kharkiv Institute of Physics and Technology, Kharkiv, UkraineD.AnthonyJ.J.BrookeA.BundockF.BuryE.ClementD.CussansH.FlacherM.GlowackiJ.GoldsteinH.F.HeathL.KreczkoS.ParamesvaranS.Seif El Nasr-StoreyV.J.SmithN.Stylianou81K.Walkingshaw PassR.WhiteUniversity of Bristol, Bristol, United KingdomUniversity of BristolBristolUnited KingdomUniversity of Bristol, Bristol, United Kingdom81Also at Vrije Universiteit Brussel, Brussel, Belgium.A.H.BallK.W.BellA.Belyaev82C.BrewR.M.BrownD.J.A.CockerillC.CookeK.V.EllisK.HarderS.HarperM.-L.Holmberg83J.LinacreK.ManolopoulosD.M.NewboldE.OlaiyaD.PetytT.ReisG.SalviT.SchuhC.H.Shepherd-ThemistocleousI.R.TomalinT.WilliamsRutherford Appleton Laboratory, Didcot, United KingdomRutherford Appleton LaboratoryDidcotUnited KingdomRutherford Appleton Laboratory, Didcot, United Kingdom82Also at School of Physics and Astronomy, University of Southampton, Southampton, United Kingdom.83Also at University of Bristol, Bristol, United Kingdom.R.BainbridgeP.BlochC.E.BrownO.BuchmullerV.CacchioC.A.Carrillo MontoyaG.S.Chahal84D.CollingJ.S.DancuI.DasP.DaunceyG.DaviesJ.DaviesM.Della NegraS.FayerG.FediG.HallM.H.HassanshahiA.HowardG.IlesM.KnightJ.LangfordJ.León HolgadoL.LyonsA.-M.MagnanS.MalikA.MartelliM.MieskolainenJ.Nash85M.PesaresiB.C.Radburn-SmithA.RichardsA.RoseC.SeezR.ShuklaA.TapperK.UchidaG.P.UttleyL.H.VageT.Virdee33M.VojinovicN.WardleD.WinterbottomImperial College, London, United KingdomImperial CollegeLondonUnited KingdomImperial College, London, United Kingdom84Also at IPPP Durham University, Durham, United Kingdom.85Also at Monash University, Faculty of Science, Clayton, Australia.K.ColdhamJ.E.ColeA.KhanP.KyberdI.D.ReidBrunel University, Uxbridge, United KingdomBrunel UniversityUxbridgeUnited KingdomBrunel University, Uxbridge, United KingdomS.AbdullinA.BrinkerhoffB.CarawayJ.DittmannK.HatakeyamaJ.HiltbrandB.McMasterM.SaundersS.SawantC.SutantawibulJ.WilsonBaylor University, Waco, TX, USABaylor UniversityWacoTXUSABaylor University, Waco, Texas, USAR.BartekA.DominguezC.Huerta EscamillaA.E.SimsekR.UniyalA.M.Vargas HernandezCatholic University of America, Washington, DC, USACatholic University of AmericaWashingtonDCUSACatholic University of America, Washington, DC, USAB.BamR.ChudasamaS.I.CooperS.V.GleyzerC.U.PerezP.Rumerio86E.UsaiR.YiThe University of Alabama, Tuscaloosa, AL, USAThe University of AlabamaTuscaloosaALUSAThe University of Alabama, Tuscaloosa, Alabama, USA86Also at Università di Torino, Torino, Italy.A.AkpinarA.AlbertD.ArcaroC.CosbyZ.DemiragliC.EriceC.FangmeierC.Fernandez MadrazoE.FontanesiD.GastlerF.GolfS.JeonI.ReedJ.RohlfK.SalyerD.SperkaD.SpitzbartI.SuarezA.TsatsosS.YuanA.G.ZecchinelliBoston University, Boston, MA, USABoston UniversityBostonMAUSABoston University, Boston, Massachusetts, USAG.BenelliX.Coubez28D.CuttsM.HadleyU.HeintzJ.M.Hogan87T.KwonG.LandsbergK.T.LauD.LiJ.LuoS.MondalM.NarainN.PervanS.Sagir88F.SimpsonM.StamenkovicW.Y.WongX.YanW.ZhangBrown University, Providence, RI, USABrown UniversityProvidenceRIUSABrown University, Providence, Rhode Island, USA87Also at Bethel University, St. Paul, Minnesota, USA.88Also at Karamanoğlu Mehmetbey University, Karaman, Turkey.S.AbbottJ.BonillaC.BrainerdR.BreedonM.Calderon De La Barca SanchezM.ChertokM.CitronJ.ConwayP.T.CoxR.ErbacherF.JensenO.KukralG.MocellinM.MulhearnD.PellettW.WeiY.YaoF.ZhangUniversity of California, Davis, Davis, CA, USAUniversity of California, DavisDavisCAUSAUniversity of California, Davis, Davis, California, USAM.BachtisR.CousinsA.DattaG.Flores AvilaJ.HauserM.IgnatenkoM.A.IqbalT.LamE.MancaA.Nunez Del PradoD.SaltzbergV.ValuevUniversity of California, Los Angeles, CA, USAUniversity of CaliforniaLos AngelesCAUSAUniversity of California, Los Angeles, California, USAR.ClareJ.W.GaryM.GordonG.HansonW.SiS.WimpennyUniversity of California, Riverside, Riverside, CA, USAUniversity of California, RiversideRiversideCAUSAUniversity of California, Riverside, Riverside, California, USAJ.G.BransonS.CittolinS.CoopersteinD.DiazJ.DuarteL.GianniniJ.GuiangR.KansalV.KrutelyovR.LeeJ.LettsM.MasciovecchioF.MokhtarS.MukherjeeM.PieriM.QuinnanB.V.Sathia NarayananV.SharmaM.TadelE.VourliotisF.WürthweinY.XiangA.YagilUniversity of California, San Diego, La Jolla, CA, USAUniversity of California, San DiegoLa JollaCAUSAUniversity of California, San Diego, La Jolla, California, USAA.BarzdukasL.BrennanC.CampagnariA.DorsettJ.IncandelaJ.KimA.J.LiP.MastersonH.MeiJ.RichmanU.SaricaR.SchmitzF.SettiJ.SheplockD.StuartT.Á.VámiS.WangUniversity of California, Santa Barbara - Department of Physics, Santa Barbara, CA, USAUniversity of California, Santa BarbaraDepartment of PhysicsSanta BarbaraCAUSAUniversity of California, Santa Barbara - Department of Physics, Santa Barbara, California, USAA.BornheimO.CerriA.LatorreJ.MaoH.B.NewmanM.SpiropuluJ.R.VlimantC.WangS.XieR.Y.ZhuCalifornia Institute of Technology, Pasadena, CA, USACalifornia Institute of TechnologyPasadenaCAUSACalifornia Institute of Technology, Pasadena, California, USAJ.AlisonS.AnM.B.AndrewsP.BryantM.CremonesiV.DuttaT.FergusonA.HarilalC.LiuT.MudholkarS.MurthyM.PauliniA.RobertsA.SanchezW.TerrillCarnegie Mellon University, Pittsburgh, PA, USACarnegie Mellon UniversityPittsburghPAUSACarnegie Mellon University, Pittsburgh, Pennsylvania, USAJ.P.CumalatW.T.FordA.HassaniG.KarathanasisE.MacDonaldN.ManganelliF.MariniA.PerloffC.SavardN.SchonbeckK.StensonK.A.UlmerS.R.WagnerN.ZipperUniversity of Colorado Boulder, Boulder, CO, USAUniversity of Colorado BoulderBoulderCOUSAUniversity of Colorado Boulder, Boulder, Colorado, USAJ.AlexanderS.Bright-ThonneyX.ChenD.J.CranshawJ.FanX.FanD.GadkariS.HoganP.KotamnivesJ.MonroyM.OshiroJ.R.PattersonJ.ReichertM.ReidA.RydJ.ThomP.WittichR.ZouCornell University, Ithaca, NY, USACornell UniversityIthacaNYUSACornell University, Ithaca, New York, USAM.AlbrowM.AlyariO.AmramG.ApollinariA.ApresyanL.A.T.BauerdickD.BerryJ.BerryhillP.C.BhatK.BurkettJ.N.ButlerA.CanepaG.B.CeratiH.W.K.CheungF.ChlebanaG.CummingsJ.DickinsonI.DuttaV.D.ElviraY.FengJ.FreemanA.GandrakotaZ.GecseL.GrayD.GreenA.GrummerS.GrünendahlD.GuerreroO.GutscheR.M.HarrisR.HellerT.C.HerwigJ.HirschauerL.HorynB.JayatilakaS.JindarianiM.JohnsonU.JoshiT.KlijnsmaB.KlimaK.H.M.KwokS.LammelD.LincolnR.LiptonT.LiuC.MadridK.MaeshimaC.MantillaD.MasonP.McBrideP.MerkelS.MrennaS.NahnJ.NgadiubaD.NoonanV.PapadimitriouN.PastikaK.PedroC.Pena89F.RaveraA.Reinsvold Hall90L.RistoriE.Sexton-KennedyN.SmithA.SohaL.SpiegelS.StoynevJ.StraitL.TaylorS.TkaczykN.V.TranL.UpleggerE.W.VaanderingI.ZoiFermi National Accelerator Laboratory, Batavia, IL, USAFermi National Accelerator LaboratoryBataviaILUSAFermi National Accelerator Laboratory, Batavia, Illinois, USA89Also at California Institute of Technology, Pasadena, California, USA.90Also at United States Naval Academy, Annapolis, Maryland, USA.C.ArutaP.AveryD.BourilkovL.CadamuroP.ChangV.CherepanovR.D.FieldE.KoenigM.KolosovaJ.KonigsbergA.KorytovK.H.LoK.MatchevN.MenendezG.MitselmakherK.MohrmanA.Muthirakalayil MadhuN.RawalD.RosenzweigS.RosenzweigK.ShiJ.WangUniversity of Florida, Gainesville, FL, USAUniversity of FloridaGainesvilleFLUSAUniversity of Florida, Gainesville, Florida, USAT.AdamsA.Al KadhimA.AskewN.BowerR.HabibullahV.HagopianR.HashmiR.S.KimS.KimT.KolbergG.MartinezH.ProsperP.R.ProvaO.ViazloM.WulansatitiR.YohayJ.ZhangFlorida State University, Tallahassee, FL, USAFlorida State UniversityTallahasseeFLUSAFlorida State University, Tallahassee, Florida, USAB.AlsufyaniM.M.BaarmandS.ButallaT.Elkafrawy56M.HohlmannR.Kumar VermaM.RahmaniE.YanesFlorida Institute of Technology, Melbourne, FL, USAFlorida Institute of TechnologyMelbourneFLUSAFlorida Institute of Technology, Melbourne, Florida, USAM.R.AdamsA.BatyC.BennettR.CavanaughS.DittmerR.Escobar FrancoO.EvdokimovC.E.GerberD.J.HofmanJ.h.LeeD.S.LemosA.H.MerritC.MillsS.NandaG.OhB.OzekD.PilipovicR.PradhanT.RoyS.RudrabhatlaM.B.TonjesN.VarelasX.WangZ.YeJ.YooUniversity of Illinois Chicago, Chicago, USAUniversity of Illinois ChicagoChicagoUSAUniversity of Illinois Chicago, Chicago, USA, Chicago, USAM.AlhusseiniD.BlendK.Dilsiz91L.EmediatoG.KaramanO.K.KöseyanJ.-P.MerloA.Mestvirishvili92J.NachtmanO.NeogiH.Ogul93Y.OnelA.PenzoC.SnyderE.Tiras94The University of Iowa, Iowa City, IA, USAThe University of IowaIowa CityIAUSAThe University of Iowa, Iowa City, Iowa, USA91Also at Bingol University, Bingol, Turkey.92Also at Georgian Technical University, Tbilisi, Georgia.93Also at Sinop University, Sinop, Turkey.94Also at Erciyes University, Kayseri, Turkey.B.BlumenfeldL.CorcodilosJ.DavisA.V.GritsanL.KangS.KyriacouP.MaksimovicM.RoguljicJ.RoskesS.SekharM.SwartzJohns Hopkins University, Baltimore, MD, USAJohns Hopkins UniversityBaltimoreMDUSAJohns Hopkins University, Baltimore, Maryland, USAA.AbreuL.F.Alcerro AlcerroJ.AnguianoP.BaringerA.BeanZ.FlowersD.GroveJ.KingG.KrintirasM.LazarovitsC.Le MahieuC.LindseyJ.MarquezN.MinafraM.MurrayM.NickelM.PittS.Popescu95C.RoganC.RoyonR.SalvaticoS.SandersC.SmithQ.WangG.WilsonThe University of Kansas, Lawrence, KS, USAThe University of KansasLawrenceKSUSAThe University of Kansas, Lawrence, Kansas, USA95Also at Horia Hulubei National Institute of Physics and Nuclear Engineering (IFIN-HH), Bucharest, Romania.B.AllmondA.IvanovK.KaadzeA.KalogeropoulosD.KimY.MaravinK.NamJ.NatoliD.RoyG.SorrentinoKansas State University, Manhattan, KS, USAKansas State UniversityManhattanKSUSAKansas State University, Manhattan, Kansas, USAF.RebassooD.WrightLawrence Livermore National Laboratory, Livermore, CA, USALawrence Livermore National LaboratoryLivermoreCAUSALawrence Livermore National Laboratory, Livermore, California, USAA.BadenA.BelloniA.BethaniY.M.ChenS.C.EnoN.J.HadleyS.JabeenR.G.KelloggT.KoethY.LaiS.LascioA.C.MignereyS.NabiliC.PalmerC.PapageorgakisM.M.ParanjpeL.WangUniversity of Maryland, College Park, MD, USAUniversity of MarylandCollege ParkMDUSAUniversity of Maryland, College Park, Maryland, USAJ.BendavidW.BuszaI.A.CaliY.ChenM.D'AlfonsoJ.EysermansC.FreerG.Gomez-CeballosM.GoncharovG.GrossoP.HarrisD.HoangD.KovalskyiJ.KrupaL.LavezzoY.-J.LeeK.LongC.MironovC.PausD.RankinC.RolandG.RolandS.RothmanZ.ShiG.S.F.StephansZ.WangB.WyslouchT.J.YangMassachusetts Institute of Technology, Cambridge, MA, USAMassachusetts Institute of TechnologyCambridgeMAUSAMassachusetts Institute of Technology, Cambridge, Massachusetts, USAB.CrossmanB.M.JoshiC.KapsiakM.KrohnD.MahonJ.MansB.MarzocchiS.PandeyM.ReveringR.RusackR.SaradhyN.SchroederN.StrobbeM.A.WadudUniversity of Minnesota, Minneapolis, MN, USAUniversity of MinnesotaMinneapolisMNUSAUniversity of Minnesota, Minneapolis, Minnesota, USAL.M.CremaldiUniversity of Mississippi, Oxford, MS, USAUniversity of MississippiOxfordMSUSAUniversity of Mississippi, Oxford, Mississippi, USAK.BloomM.BrysonD.R.ClaesG.HazaJ.HossainC.JooI.KravchenkoJ.E.SiadoW.TabbA.VagneriniA.WightmanF.YanD.YuUniversity of Nebraska-Lincoln, Lincoln, NE, USAUniversity of Nebraska-LincolnLincolnNEUSAUniversity of Nebraska-Lincoln, Lincoln, Nebraska, USAH.BandyopadhyayL.HayI.IashviliA.KharchilavaM.MorrisD.NguyenS.RappoccioH.Rejeb SfarA.WilliamsState University of New York at Buffalo, Buffalo, NY, USAState University of New York at BuffaloBuffaloNYUSAState University of New York at Buffalo, Buffalo, New York, USAG.AlversonE.BarberisJ.DervanY.HaddadY.HanA.KrishnaJ.LiM.Lu96G.MadiganR.MccarthyD.M.MorseV.NguyenT.OrimotoA.ParkerL.SkinnariA.Tishelman-CharnyB.WangD.WoodNortheastern University, Boston, MA, USANortheastern UniversityBostonMAUSANortheastern University, Boston, Massachusetts, USA96Also at Sun Yat-Sen University, Guangzhou, China.S.BhattacharyaJ.BueghlyZ.ChenK.A.HahnY.LiuY.MiaoD.G.MonkM.H.SchmittA.TaliercioM.VelascoNorthwestern University, Evanston, IL, USANorthwestern UniversityEvanstonILUSANorthwestern University, Evanston, Illinois, USAG.AgarwalR.BandR.BucciS.CastellsA.DasR.GoldouzianM.HildrethK.W.HoK.Hurtado AnampaT.IvanovC.JessopK.LannonJ.LawrenceN.LoukasL.LuttonJ.MarianoN.MarinelliI.McalisterT.McCauleyC.McgradyC.MooreY.Musienko17H.NelsonM.OshersonA.PiccinelliR.RuchtiA.TownsendY.WanM.WayneH.YockeyM.ZaruckiL.ZygalaUniversity of Notre Dame, Notre Dame, IN, USAUniversity of Notre DameNotre DameINUSAUniversity of Notre Dame, Notre Dame, Indiana, USAA.BasnetB.BylsmaM.CarriganL.S.DurkinC.HillM.JoyceM.Nunez OrnelasK.WeiB.L.WinerB.R.YatesThe Ohio State University, Columbus, OH, USAThe Ohio State UniversityColumbusOHUSAThe Ohio State University, Columbus, Ohio, USAF.M.AddesaH.BouchamaouiP.DasG.DezoortP.ElmerA.FrankenthalB.GreenbergN.HaubrichG.KoppS.KwanD.LangeA.LoeligerD.MarlowI.OjalvoJ.OlsenA.ShevelevD.SticklandC.TullyPrinceton University, Princeton, NJ, USAPrinceton UniversityPrincetonNJUSAPrinceton University, Princeton, New Jersey, USAS.MalikUniversity of Puerto Rico, Mayaguez, PR, USAUniversity of Puerto RicoMayaguezPRUSAUniversity of Puerto Rico, Mayaguez, Puerto Rico, USAA.S.BakshiV.E.BarnesS.ChandraR.ChawlaS.DasA.GuL.GutayM.JonesA.W.JungD.KondratyevA.M.KoshyM.LiuG.NegroN.NeumeisterG.PaspalakiS.PiperovV.ScheurerJ.F.SchulteM.StojanovicJ.ThiemanA.K.VirdiF.WangW.XiePurdue University, West Lafayette, IN, USAPurdue UniversityWest LafayetteINUSAPurdue University, West Lafayette, Indiana, USAJ.DolenN.ParasharA.PathakPurdue University Northwest, Hammond, IN, USAPurdue University NorthwestHammondINUSAPurdue University Northwest, Hammond, Indiana, USAD.AcostaT.CarnahanK.M.EcklundP.J.Fernández MantecaS.FreedP.GardnerF.J.M.GeurtsW.LiO.Miguel ColinB.P.PadleyR.RedjimiJ.RotterE.YigitbasiY.ZhangRice University, Houston, TX, USARice UniversityHoustonTXUSARice University, Houston, Texas, USAA.BodekP.de BarbaroR.DeminaJ.L.DulembaC.FallonA.Garcia-BellidoO.HindrichsA.KhukhunaishviliN.ParmarP.Parygin34E.Popova34R.TausG.P.Van OnsemUniversity of Rochester, Rochester, NY, USAUniversity of RochesterRochesterNYUSAUniversity of Rochester, Rochester, New York, USAK.GoulianosThe Rockefeller University, New York, NY, USAThe Rockefeller UniversityNew YorkNYUSAThe Rockefeller University, New York, New York, USAB.ChiaritoJ.P.ChouY.GershteinE.HalkiadakisA.HartM.HeindlD.JaroslawskiO.Karacheban31I.LaflotteA.LathR.MontalvoK.NashH.RoutrayS.SalurS.SchnetzerS.SomalwarR.StoneS.A.ThayilS.ThomasJ.VoraH.WangRutgers, The State University of New Jersey, Piscataway, NJ, USARutgers, The State University of New JerseyPiscatawayNJUSARutgers, The State University of New Jersey, Piscataway, New Jersey, USAH.AcharyaD.AllyA.G.DelannoyS.FiorendiS.HigginbothamT.HolmesA.R.KanugantiN.KarunarathnaL.LeeE.NibigiraS.SpanierUniversity of Tennessee, Knoxville, TN, USAUniversity of TennesseeKnoxvilleTNUSAUniversity of Tennessee, Knoxville, Tennessee, USAD.AebiM.AhmadO.Bouhali97M.DalchenkoR.EusebiJ.GilmoreT.HuangT.Kamon98H.KimS.LuoS.MalhotraR.MuellerD.OvertonD.RathjensA.SafonovTexas A&M University, College Station, TX, USATexas A&M UniversityCollege StationTXUSATexas A&M University, College Station, Texas, USA97Also at Texas A&M University at Qatar, Doha, Qatar.98Also at Kyungpook National University, Daegu, Korea.N.AkchurinJ.DamgovV.HegdeA.HussainY.KazhykarimK.LamichhaneS.W.LeeA.MankelT.PeltolaI.VolobouevA.WhitbeckTexas Tech University, Lubbock, TX, USATexas Tech UniversityLubbockTXUSATexas Tech University, Lubbock, Texas, USAE.AppeltS.GreeneA.GurrolaW.JohnsR.Kunnawalkam ElayavalliA.MeloF.RomeoP.SheldonS.TuoJ.VelkovskaJ.ViinikainenVanderbilt University, Nashville, TN, USAVanderbilt UniversityNashvilleTNUSAVanderbilt University, Nashville, Tennessee, USAB.CardwellB.CoxJ.HakalaR.HiroskyA.LedovskoyC.NeuC.E.Perez LaraUniversity of Virginia, Charlottesville, VA, USAUniversity of VirginiaCharlottesvilleVAUSAUniversity of Virginia, Charlottesville, Virginia, USAP.E.KarchinWayne State University, Detroit, MI, USAWayne State UniversityDetroitMIUSAWayne State University, Detroit, Michigan, USAA.AravindS.BanerjeeK.BlackT.BoseS.DasuI.De BruynP.EveraertsC.GalloniH.HeM.HerndonA.HerveC.K.KorakaA.LanaroR.LovelessJ.Madhusudanan SreekalaA.MallampalliA.MohammadiS.MondalG.ParidaD.PinnaA.SavinV.ShangV.SharmaW.H.SmithD.TeagueH.F.TsoiW.VetensA.WardenUniversity of Wisconsin - Madison, Madison, WI, USAUniversity of Wisconsin - MadisonMadisonWIUSAUniversity of Wisconsin - Madison, Madison, Wisconsin, USAS.AfanasievV.AndreevYu.AndreevT.AushevM.AzarkinA.BabaevA.BelyaevV.Blinov99E.BoosV.BorshchD.BudkouskiV.BunichevV.ChekhovskyR.Chistov99M.Danilov99A.DermenevT.Dimova99D.Druzhkin100M.Dubinin89L.DudkoA.ErshovG.GavrilovV.GavrilovS.GninenkoV.GolovtcovN.GolubevI.GolutvinI.GorbunovA.GribushinY.IvanovV.KachanovV.KarjavineA.KarneyeuV.Kim99M.KirakosyanD.KirpichnikovM.KirsanovV.KlyukhinV.KorenkovA.Kozyrev99N.KrasnikovA.LanevP.Levchenko101N.LychkovskayaV.MakarenkoA.MalakhovV.Matveev99V.MurzinA.Nikitenko102103S.ObraztsovV.OreshkinV.PalichikV.PerelyginM.PerfilovS.Polikarpov99V.PopovO.Radchenko99M.SavinaV.SavrinV.ShalaevS.ShmatovS.ShulhaY.Skovpen99S.SlabospitskiiV.SmirnovD.SosnovV.SulimovE.TcherniaevA.TerkulovO.TeryaevI.TlisovaA.ToropinL.UvarovA.UzunianP.VolkovA.VorobyevG.VorotnikovN.VoytishinB.S.Yuldashev104A.ZarubinI.ZhizhinA.ZhokinAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERNAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERNAuthors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN99Also at another institute or international laboratory covered by a cooperation agreement with CERN.100Also at Universiteit Antwerpen, Antwerpen, Belgium.101Also at Northeastern University, Boston, Massachusetts, USA.102Also at Imperial College, London, United Kingdom.103Now at Yerevan Physics Institute, Yerevan, Armenia.104Also at Institute of Nuclear Physics of the Uzbekistan Academy of Sciences, Tashkent, Uzbekistan.CERN, Geneva, SwitzerlandCERNGenevaSwitzerlandCERN, Geneva, SwitzerlandE-mail address:cms-publication-committee-chair@cern.ch.Editor: M. DoserAbstractA search is presented for new Higgs bosons in proton-proton (pp) collision events in which a same-sign top quark pair is produced in association with a jet, via the pptH/Attc and pptH/Attu processes. Here, H and A represent the extra scalar and pseudoscalar boson, respectively, of the second Higgs doublet in the generalized two-Higgs-doublet model (g2HDM). The search is based on pp collision data collected at a center-of-mass energy of 13 TeV with the CMS detector at the LHC, corresponding to an integrated luminosity of 138fb−1. Final states with a same-sign lepton pair in association with jets and missing transverse momentum are considered. New Higgs bosons in the 200–1000 GeV mass range and new Yukawa couplings between 0.1 and 1.0 are targeted in the search, for scenarios in which either H or A appear alone, or in which they coexist and interfere. No significant excess above the standard model prediction is observed. Exclusion limits are derived in the context of the g2HDM.KeywordsCMSTop quarksExtra Higgs bosonYukawa couplingsData availabilityRelease and preservation of data used by the CMS Collaboration as the basis for publications is guided by the CMS policy as stated in “CMS data preservation, re-use and open access policy”.1IntroductionUsing proton-proton (pp) collision data recorded during the CERN LHC Run 1 (2011–2012) data-taking period, the ATLAS and CMS experiments discovered a scalar boson, h125, with a mass of 125 GeV, the properties of which are so far consistent with those of the Higgs boson of the standard model (SM) [1–3]. The analysis of the additional Run 2 (2015–2018) data enabled more precise measurements of the Higgs boson properties and further constrained the possible contributions from new physics beyond the SM [4,5]. The ATLAS and CMS experiments have measured the Yukawa couplings of the h125 boson to the t and b quarks, and the τ and μ leptons [6,7]. In all cases, the couplings are found to be consistent with the SM expectations within uncertainties.Having established the existence of one scalar SU(2) doublet, natural questions emerge about the possibility of additional doublets. A second doublet is predicted in two-Higgs-doublet models (2HDM), resulting in five physical scalar bosons: CP-even neutral scalar bosons h and H with mH>mh, a CP-odd pseudoscalar boson A, and two charged Higgs bosons H±[8]. These additional Higgs bosons at mass scales 1TeV may still exist within the reach of the LHC [9], but their signatures may be suppressed by fermion mass-mixing hierarchy [10] or alignment mechanisms, where the mixing angle γ between the two CP-even scalar bosons h and H has a value for which cosγ0[11]. In the alignment limit [12–14], the lightest scalar boson h becomes the SM h125 boson, and the extra spin-0 bosons do not interact with vector boson pairs (i.e., HVV and AVV interactions do not occur, where V is a W or Z boson). Alignment suppresses flavor changing neutral current interactions of the h boson but allows them for the H and A bosons. Therefore, the lack of a hint of the processes such as tch125/uh125 or h125μτ/eτ at the LHC may be because their amplitudes are suppressed by alignment. As shown in Ref. [11], the alignment scenario may occur if all extra Higgs quartic couplings are O(1) and no Z2 symmetry requirement is imposed, allowing flavor changing neutral Higgs couplings involving H and A bosons. This scenario without Z2 symmetry can be studied in the framework of the generalized 2HDM (g2HDM) [8,10,15], with new Yukawa couplings such as ρτμ, ρtu, ρtc, and ρtt that may assume significantly large values [8,10,15]. These new Yukawa couplings combined with Higgs quartic couplings of ≈1 may also explain the electroweak baryogenesis [16,17] and therefore the disappearance of antimatter soon after the Big Bang. The new top Yukawa coupling ρtc with a similar strength to ρτμ may be compatible with the observed data depending on the H± mass, which may also explain a possible muon g2 anomaly [18]. These arguments strongly motivate to verify with direct experimental searches whether new Yukawa couplings exist. The processes discussed above have been recently explored by the ATLAS experiment [19].In this Letter, we present a search for the existence of the real part of these couplings, ρtu and ρtc, through the pptH/Attq(q=u,c) and the charge conjugate processes, considering one coupling at a time and keeping the other at zero using the Run 2 data set recorded by the CMS experiment. A representative Feynman diagram for the ttq process is displayed in Fig. 1. The final-state signature for ttq explored in this Letter consists of two same-sign (SS) leptons with at least three jets, two of which are identified as b jets and one compatible with originating from a u or c quark, and missing transverse momentum. The main background consists of events with nonprompt leptons originating from leptonic decays of heavy quarks, hadrons misidentified as leptons, electrons from photon conversions, or jets misidentified as leptons.The analysis is performed using pp collision data at a center-of-mass energy of 13 TeV. The data were collected with the CMS detector at the LHC between 2016 and 2018, and correspond to an integrated luminosity of 138fb1. Tabulated results are accessible from the HEPData record for this analysis [20].The Letter is organized as follows: Section 2 describes the CMS detector, along with object reconstruction. In Section 3, a description of the simulation samples used in the analysis is given. The event selection and reconstruction procedure of the physics objects are given in Section 4. Following, in Section 5, the signal extraction procedure is explained. Section 6 discusses the sources of systematic uncertainties. The results of the analysis are presented in Section 7. Finally, a summary of the analysis is given in Section 8.2The CMS detector and object reconstructionThe CMS apparatus [21] is a multipurpose, nearly hermetic detector, designed to trigger on [22,23] and identify electrons, muons, photons, and (charged and neutral) hadrons [24–26]. A global “particle-flow” (PF) algorithm [27] aims to reconstruct all individual particles in an event, combining information provided by the all-silicon inner tracker and by the crystal electromagnetic (ECAL) and brass-scintillator hadron calorimeters (HCAL), operating inside a 3.8 T superconducting solenoid, with data from the gas-ionization muon detectors embedded in the flux-return yoke outside the solenoid.The primary vertex is taken to be the vertex corresponding to the hardest scattering in the event, evaluated using tracking information alone, as described in Section 9.4.1 of Ref. [28]. The energy of photons is obtained from the ECAL measurement. The energy of electrons is determined from a combination of the electron momentum at the primary interaction vertex as determined by the tracker, the energy of the corresponding ECAL cluster, and the energy sum of all bremsstrahlung photons spatially compatible with originating from the electron track. The energy of muons is obtained from the curvature of the corresponding track. The energy of charged hadrons is determined from a combination of their momentum measured in the tracker and the matching ECAL and HCAL energy deposits, corrected for the response function of the calorimeters to hadronic showers. Finally, the energy of neutral hadrons is obtained from the corresponding corrected ECAL and HCAL energies.Jets are built from PF particles using the anti-kT algorithm [29,30] with a distance parameter of 0.4. Jet momentum is determined as the vectorial sum of all particle momenta in the jet, and is found from simulation to be, on average, within 5 to 10% of the true momentum over the whole pT spectrum and detector acceptance. Additional pp interactions within the same or nearby bunch crossings can contribute additional tracks and calorimetric energy depositions, increasing the apparent jet momentum. To mitigate this effect, tracks identified to be originating from the multiple pp interactions occurring in the same or nearby bunch crossings (pileup) are discarded and an offset correction is applied to correct for remaining contributions [31]. Jet energy corrections are derived from simulation studies so that the average measured energy of jets becomes identical to that of particle level jets. In situ measurements of the momentum balance in dijet, photon+jet, Z+jets, and multijet events are used to determine any residual differences between the jet energy scale in data and in simulation, and appropriate corrections are made [32]. Additional selection criteria are applied to each jet to remove jets potentially dominated by instrumental effects or reconstruction failures [31]. The missing transverse momentum vector pTmiss is computed as the negative vector sum of the transverse momenta of all the PF candidates in an event, and its magnitude is denoted as pTmiss[33]. The pTmiss is modified to account for corrections to the energy scale of the reconstructed jets in the event.Events of interest are selected using a two-tiered trigger system. The first level (L1), composed of custom hardware processors, uses information from the calorimeters and muon detectors to select events at a rate of around 100 kHz within a fixed latency of about 4μs[22]. The second level, known as the high-level trigger, consists of a farm of processors running a version of the full event reconstruction software optimized for fast processing, and reduces the event rate to around 1 kHz before data storage [23].3Simulated event samplesThe signal and background processes are simulated using several Monte Carlo (MC) programs. The ttq signal samples are simulated at leading order (LO) in perturbative quantum chromodynamics (QCD) with up to two additional noncollinear high-pT partons using MadGraph5_amc@nlo 2.6.5 [34], and the hard-process simulation is interfaced with parton shower jets using the MLM [35] matching prescription. Different signal samples are simulated for the case where a mass between 200 and 1000 GeV is assumed for A (H), and a mass too high to be of reach for our search is assumed for H (A). For these signal samples, there is no interference between A and H. Signal samples are also generated for the case where both A and H coexist and interfere assuming a mass difference mAmH=50GeV, following Ref. [36]. The amplitudes for the processes qgtAttq and qgtHttq cancel when A and H are mass degenerate. The signal cross section is not significantly modified with respect to the noninterference case when the mass differences are larger than 100GeV. Therefore, the investigated mass difference is chosen to retain some interference effects along with reasonably high cross sections. Depending on the coupling value and the interference assumption we consider in this Letter, the cross sections for the ttu process range from 1×104 to 7×101pb and for ttc range from 5×106 to 7×102pb, as calculated with MadGraph5_amc@nlo at LO precision in QCD. The inclusive cross section for the ttq process does not change, within uncertainties, when the intermediary particle is H or A, when there is no A-H interference.Background events generated by the MadGraph5_amc@nlo generator are ttV, V+jets, ttVV, ttVH, tZ, tttj, tttW, tttt, WZ, vector boson scattering (VBS, i.e., Wqq or V±V±JJ), VVV, and single top quark s-channel production. Among these processes, FxFx matching [37] is used for ttW, Z+jets, and the QCD part of WZ production, while MLM matching [35] is used for W+jets. The powheg 2.0 generator [38–40] is used to simulate events at next-to-LO in perturbative QCD for tt[41], ZZ and W±W[42], single top quark tW [43] and t-channel [44], and ttH production [45].Both the signal and background samples are interfaced with pythia v8.240 [46] for parton showering, fragmentation, and hadronization. The underlying event is also modeled with pythia, using the CP5 tune [47]. The parton distribution functions (PDFs) are taken from the NNPDF3.1 next-to-next-to-LO set [48]. Finally, for both signal and background MC event samples, the detector response is modeled with the Geant4 package [49]. The simulated events are weighted to match the observables sensitive to pileup to those observed in the data [31].The simulated events are corrected for the differences between data and simulation of the trigger efficiencies, lepton identification, and lepton isolation. The corrections are determined using the “tag-and-probe” method applied on Z boson candidate events [50] and are parametrized as functions of the lepton pT and pseudorapidity (η).4Event reconstruction and selectionData are selected online with a combination of double lepton triggers and single lepton triggers to enhance signal efficiency. Charged leptons (electrons or muons) are required to originate from the primary vertex to reject contributions from pileup. Identification of electrons makes use of a multivariate discriminant [51,52] combining observables sensitive to the matching of charged-particle tracks in the tracker to the energy deposits in the ECAL and the amount of bremsstrahlung photons emitted along their trajectory [24]. The number of electrons originating from asymmetric photon conversions is reduced by requiring that their associated track has no missing hits in the innermost layers of the silicon tracker. To ensure the correct assignment of the electric charge of the electrons, further selection criteria were applied [53]. The separation of prompt leptons from nonprompt leptons reconstructed within jets is achieved by using an isolation variable, relative to the lepton pT. The isolation variable is constructed from the scalar pT sum of charged hadrons, neutral hadrons, and photons reconstructed within a cone of variable size that depends on the lepton pT[54]. “Loose” leptons are those that pass the kinematic selection criteria of pT>10GeV and |η|<2.5(2.4) for electrons (muons). Electrons that fall in the region between the ECAL barrel and endcaps (1.442<|η|<1.556) are vetoed. “Tight” leptons are in addition required to have pT>20GeV. A multivariate discriminant is furthermore used to separate prompt leptons and nonprompt leptons originating from the decays of hadrons inside jets, hadrons misidentified as leptons, and electrons from photon conversions. The jets must have pT>30GeV and |η|<2.4 to be considered. In addition, they are required to be separated from identified leptons by ΔR=(Δη)2+(Δϕ)2>0.4, where ϕ is the azimuthal angle measured in radians. At least three jets, and pTmiss>30GeV are required in each event. Jets from the hadronization of b quarks (b jets), c quarks (c jets), and light (i.e., light-quark or gluon) jets are distinguished through the ratios of the corresponding jet flavor probabilities, defined as CvsL (c vs light quark) and CvsB (c vs b quark) [55,56], respectively. These probabilities are obtained from the DeepJet[57,58] algorithm: a neural network utilizing global variables, charged, neutral particle and secondary vertex features in a jet to perform flavor tagging. The differences of the shapes of the CvsL and CvsB discriminant distributions between data and simulation are corrected by flavor-dependent scale factors.The search is performed in three SS dilepton categories: e±e±, μ±μ±, and e±μ±. The event selection ensures complete orthogonality of these three categories to avoid any possible double counting of events selected in the analysis. Events are required to have two tight leptons with the same electric charge for which the leading lepton has pT>30GeV and subleading lepton pT>20GeV. Events containing a third lepton are vetoed if the additional lepton passes the loose selection. The two leptons are required to be separated by ΔR(1,2)>0.3 and required to have an invariant mass m(1,2)>20GeV. Events with 60<m(1,2)<120GeV in the e±e± channel are vetoed to suppress the Drell-Yan (DY) background contribution, the main source of charge misidentified leptons. This veto reduces the selected number of DY events in simulation by about 94% after the aforementioned requirements. This veto is not applied to the e±μ± and μ±μ± channels, as the charge misidentification rate for muons is negligible. The CvsL and CvsB distributions for the leading jet obtained from simulated events and data are displayed in Fig. 2.The nonprompt-lepton background is estimated from control regions in the data using the fake-factor method [59]. A dijet enriched sample is selected from data, from which the probability fp for a loose nonprompt lepton (originating from a jet) to also pass the tight lepton selection criteria is estimated in bins of pT and |η|. The nonprompt-lepton background contribution is then estimated by applying fp to events in a data control sample in which at least one lepton fails the tight lepton selection criteria. A data-driven approach is followed to evaluate the lepton charge misidentification rate in the e±e± channel using DY events with same- and opposite-sign electric charges. It is estimated in bins of lepton pT and η, and is used to calibrate simulated events. The rate, which increases with pT and η, varies from 105 to 102.5Signal extractionA boosted decision tree (BDT) discriminant [60] is used to separate signal and background events. We train the BDT model in the signal region, where process yields of both backgrounds and signal are small. For the training, we combine the inputs from different channels. By comparing the BDT output distributions for the training and test samples, we found no evidence of overtraining. We use an optimized set of input observables, listed in Table 1, for our signal topology. Flavor tagging variables are used to differentiate b quarks originating from the top quark decay, and to differentiate c quark and light-quark jets. Pairwise kinematic variables related to jets are incorporated that are sensitive to the resonance structures, specifically to top quarks and A/H. Other kinematic features, such as HT and pTmiss, are also sensitive to our signal and are included. To mitigate the impact of resonances such as the DY process, the dilepton (+jets) invariant mass is also used as an input to the BDT.We use half of the available simulated events for the BDT training. The main backgrounds in the signal region are tt (fully leptonic decay of the top quark-antiquark pair where one lepton has a misidentified charge), nonprompt leptons (dominated by semileptonic tt decay), ttW, and ttH. In the signal extraction, we use events from data to estimate the nonprompt-lepton background contribution, but we do not use these events for training. Instead, we use simulated samples of semileptonically decaying tt events for the BDT training, to mimic the misidentified lepton in the nonprompt-lepton background. We do not include events from W+jets or single top quark simulation, due to a limited number of simulated events. The various backgrounds are added corresponding to their cross sections. The MC event samples used for the BDT training are ttc or ttu signal, semileptonic tt, dileptonic tt (tt), ttV, VV, VVV, ttH, ttVH, ttVV, tttj, tttW, tttt, and VBS. Three values for the couplings ρtu and ρtc, namely, 0.1, 0.4, and 1.0 are considered. For each coupling, ten mA points are considered: 200, 300, 350, 400, 500, 600, 700, 800, 900, and 1000 GeV. Using the same coupling assumptions, we also consider the more realistic case with the A-H interference assuming a fixed mass difference mAmH=50GeV, with the following nine mA-mH combinations; 250-200, 300-250, 350-300, 400-350, 550-500, 700-650, 800-750, 900-850, and 1000-950 GeV. The signal extraction is performed using the shape of the BDT discriminant distributions. Because of the kinematic differences and different background compositions, the BDTs are trained independently for four data-taking periods, two in 2016, and one for each of the years 2017 and 2018; for each mass assumption, namely for each mA either with no H present or with A-H interference; and for ρtu=0.4 and ρtc=0.4. Therefore, a total of 152 BDTs are trained. The values of the BDT hyperparameters, as defined in the TMVA package [61], are chosen after scanning a range of values, avoiding overtraining, and requiring a high background rejection rate while maintaining a high signal efficiency. We use these same model parameters for all three years of data taking. The BDTs offer high background rejection, while simultaneously maintaining a high signal efficiency. For instance, when considering ρtc=0.4, and a signal efficiency of 96%, the background rejection rates for mA=200GeV and 1000GeV are 50% and 76%, respectively.The signal strength parameter, μ, is obtained using a simultaneous maximum likelihood fit [62], in analyses performed for three decay modes and for four different eras (i.e. 12 categories) for each signal mass-coupling assumption independently. It is defined as μ=σ/σtheory, where σtheory is the predicted ttq production cross section in g2HDM calculated with MadGraph5_amc@nlo +pythia, and σ is the upper limit on the observed cross section. To ensure numerical stability, the bin width is chosen to have a high enough yield in each bin of the BDT distributions. The BDT distribution ranges from −1 to 1, but to reduce the impact on the fit of background-dominated regions, events are selected with a BDT score >−0.6. This requirement on the BDT score also helps to improve the stability of the fit and the corresponding fit uncertainties. Except for the dominant nonprompt-lepton background, the predicted yields and the shapes of the BDT distributions are taken directly from the simulation. When performing the maximum likelihood fit, individual templates are used for the VBS, VV, tt (fully leptonic decays), ttH, ttW, and nonprompt-lepton background processes, while a combined template labeled others uses a combination of background processes, namely: DY, ttVV, ttVH, ttZ, tttj, tttW, tttt, VVV, tZq, tW, and tW.6Systematic uncertaintiesSystematic uncertainties, arising from various sources, such as detector effects, theoretical uncertainties, and mismodeling, are evaluated and categorized in two main groups: experimental uncertainties and modeling uncertainties. Several effects modify the event yields or shapes of the measured distributions. The systematic uncertainties are modeled as nuisance parameters in the maximum likelihood estimation procedure used for determining the best fit signal strength μˆ. The nuisance parameters are allowed to modify the shape and normalization of the backgrounds and signal in the fit using the method in Ref. [62]. The chosen probability density function (pdf) used for the interpolation between nominal and systematic templates is dependent on whether the associated nuisance parameter can also affect the shape of the nominal template or not. Log-normal pdfs are used for nuisance parameters that only affect the distributions normalization, whereas Gaussian distributions are used for those that can affect the shape as well. Experimental uncertainties, where appropriate, and all modeling uncertainties are taken as correlated across years and channels. The effect of the limited number of simulated events is estimated using the Barlow–Beeston-lite method [63].The experimental uncertainties are those related to the integrated luminosity [64–66], pileup, L1 trigger inefficiency, nonprompt-lepton background estimation, jet energy scale and resolution, unclustered energy scale, lepton identification and trigger efficiencies, charge misidentification, muon momentum scale, and heavy-quark, light-quark and gluon jet identification. The dominant experimental uncertainty sources are related to the flavor tagger discriminant shape calibration, and nonprompt-lepton background estimation. The modeling uncertainty sources are matrix-element renormalization and factorization scales, parton shower scales that control the initial- and final-state radiation, and PDFs. For the signal, these are included as separate nuisance parameters that affect the shape. For the backgrounds estimated using MC event samples, nuisance parameters are assumed to only affect the yields, and the corresponding uncertainties in the theoretical cross section calculations are used. The most significant modeling uncertainty in the analysis is attributed to the normalization of the ttW background, regardless of the A-H interference. The contributions of all uncertainty sources on the pre-fit expected event yields are displayed in Table 2, for ρtc=0.4 and mA=350GeV with A-H interference assuming mAmH=50GeV. The uncertainties in other scenarios are similar.7ResultsFig. 3 displays the post-fit BDT discriminant distributions used for the signal extraction combining the categories e±e±, μ±μ±, and e±μ±, and for ρtu=1.0 and ρtc=1.0 with A-H interference, assuming mA=350GeV.No significant excess over the expected SM background is observed. The results of the search are interpreted in terms of the upper limits on the signal strength parameter μ in the g2HDM. The upper limits on μ are calculated at 95% confidence level (CL) using a modified frequentist method [67–69] computed with an asymptotic approximation [70]. The expected 95% CL on the production cross section and the regions containing 68 and 95% of the distribution of the limits expected under the background-only hypothesis are calculated with pseudo-experiments using background-only samples. It is observed that the shapes of the BDT distributions are consistent with each other for different coupling values at the same A or H mass value. Therefore, for other coupling assumptions than ρtu/tc=0.4, the expected signal yields are scaled separately for ρtu and ρtc for each mass and coupling hypothesis making use of the corresponding signal cross sections. It is also observed that A or H can be used interchangeably as their corresponding BDT distribution shapes as well as their cross sections are the same. Therefore, we only show the results for A in this Letter. The observed and expected upper limits are displayed as functions of mA from 200 to 1000 GeV for ρtu=0.1,0.4,1.0 and ρtc=0.1,0.4,1.0, for the Run-2 data and for the combination of all three decay modes, without (with) A-H interference in Fig. 4(5). The observed limits at 95% CL on the signal strength as functions of mA and the new Yukawa couplings ρtc/tu are shown in Fig. 6 without A-H interference, and in Fig. 7 with A-H interference. Interpreted in g2HDM, exclusion limits at 95% CL on the mass of the additional Higgs bosons A and H are shown in Table 3 for different ρtu and ρtc assumptions.8SummaryA search for new Yukawa couplings of the top quark in models with additional Higgs bosons in proton-proton collisions at a center-of-mass energy of 13 TeV has been presented. The process considered is the production of same-sign top quark pairs associated with an up or a charm quark, and resulting in a final state containing two same-sign leptons and jets. No significant excess above the background prediction is observed. When no interference between the pseudoscalar (A) and scalar (H) Higgs bosons is assumed, A or H bosons with masses below 920 GeV and 1000 GeV are excluded at the 95% confidence level (CL) for coupling values ρtu=0.4 and 1.0, respectively, while all other extra Yukawa couplings are assumed to be zero. Similarly, without interference between H and A, and assuming a coupling value of ρtc=1.0, A or H bosons with masses below approximately 770GeV are excluded at the 95% CL. Under the assumption that A and H interfere in the scenario with a mass difference of mAmH=50GeV, the pseudoscalar Higgs boson is excluded for mA values below 1000GeV when considering coupling values ρtu>0.4. Furthermore, assuming ρtc=0.4, the exclusion limit for A is mA=340GeV, whereas assuming ρtc=1.0, the limit extends to mA=810GeV at 95% CL. These results represent the first search based on the generalized two-Higgs-doublet model considering A-H interference.Declaration of Competing InterestThe authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.AcknowledgementsWe congratulate our colleagues in the CERN accelerator departments for the excellent performance of the LHC and thank the technical and administrative staffs at CERN and at other CMS institutes for their contributions to the success of the CMS effort. In addition, we gratefully acknowledge the computing centers and personnel of the Worldwide LHC Computing Grid and other centers for delivering so effectively the computing infrastructure essential to our analyses. Finally, we acknowledge the enduring support for the construction and operation of the LHC, the CMS detector, and the supporting computing infrastructure provided by the following funding agencies: SC (Armenia), BMBWF and FWF (Austria); FNRS and FWO (Belgium); CNPq, CAPES, FAPERJ, FAPERGS, and FAPESP (Brazil); MES and BNSF (Bulgaria); CERN; CAS, MOST, and NSFC (China); Minciencias (Colombia); MSES and CSF (Croatia); RIF (Cyprus); SENESCYT (Ecuador); MoER, ERC PUT and ERDF (Estonia); Academy of Finland, MEC, and HIP (Finland); CEA and CNRS/IN2P3 (France); SRNSF (Georgia); BMBF, DFG, and HGF (Germany); GSRI (Greece); NKFIH (Hungary); DAE and DST (India); IPM (Iran); SFI (Ireland); INFN (Italy); MSIP and NRF (Republic of Korea); MES (Latvia); LAS (Lithuania); MOE and UM (Malaysia); BUAP, CINVESTAV, CONACYT, LNS, SEP, and UASLP-FAI (Mexico); MOS (Montenegro); MBIE (New Zealand); PAEC (Pakistan); MES and NSC (Poland); FCT (Portugal); MESTD (Serbia); MCIN/AEI and PCTI (Spain); MoSTR (Sri Lanka); Swiss Funding Agencies (Switzerland); MST (Taipei); MHESI and NSTDA (Thailand); TUBITAK and TENMAK (Turkey); NASU (Ukraine); STFC (United Kingdom); DOE and NSF (USA).Individuals have received support from the Marie-Curie program and the European Research Council and Horizon 2020 Grant, contract Nos. 675440, 724704, 752730, 758316, 765710, 824093, and COST Action CA16108 (European Union); the Leventis Foundation; the Alfred P. Sloan Foundation; the Alexander von Humboldt Foundation; the Science Committee, project no. 22rl-037 (Armenia); the Belgian Federal Science Policy Office; the Fonds pour la Formation à la Recherche dans l'Industrie et dans l'Agriculture (FRIA-Belgium); the Agentschap voor Innovatie door Wetenschap en Technologie (IWT-Belgium); the F.R.S.-FNRS and FWO (Belgium) under the “Excellence of Science – EOS” – be.h project n. 30820817; the Beijing Municipal Science & Technology Commission, No. Z191100007219010 and Fundamental Research Funds for the Central Universities (China); The Ministry of Education, Youth and Sports (MEYS) of the Czech Republic; the Shota Rustaveli National Science Foundation, grant FR-22-985 (Georgia); the Deutsche Forschungsgemeinschaft (DFG), under Germany's Excellence Strategy – EXC 2121 “Quantum Universe” – 390833306, and under project number 400140256 - GRK2497; the Hellenic Foundation for Research and Innovation (HFRI), Project Number 2288 (Greece); the Hungarian Academy of Sciences, the New National Excellence Program - ÚNKP, the NKFIH research grants K 124845, K 124850, K 128713, K 128786, K 129058, K 131991, K 133046, K 138136, K 143460, K 143477, 2020-2.2.1-ED-2021-00181, and TKP2021-NKTA-64 (Hungary); the Council of Science and Industrial Research, India; ICSC – National Research Center for High Performance Computing, Big Data and Quantum Computing, funded by the EU NexGeneration program (Italy); the Latvian Council of Science; the Ministry of Education and Science, project no. 2022/WK/14, and the National Science Center, contracts Opus 2021/41/B/ST2/01369 and 2021/43/B/ST2/01552 (Poland); the Fundação para a Ciência e a Tecnologia, grant CEECIND/01334/2018 (Portugal); the National Priorities Research Program by Qatar National Research Fund; MCIN/AEI/10.13039/501100011033, ERDF “a way of making Europe”, and the Programa Estatal de Fomento de la Investigación Científica y Técnica de Excelencia María de Maeztu, grant MDM-2017-0765 and Programa Severo Ochoa del Principado de Asturias (Spain); the Chulalongkorn Academic into Its 2nd Century Project Advancement Project, and the National Science, Research and Innovation Fund via the Program Management Unit for Human Resources & Institutional Development, Research and Innovation, grant B05F650021 (Thailand); the Kavli Foundation; the Nvidia Corporation; the SuperMicro Corporation; the Welch Foundation, contract C-1845; and the Weston Havens Foundation (USA).References[1]ATLAS CollaborationObservation of a new particle in the search for the standard model Higgs boson with the ATLAS detector at the LHCPhys. Lett. B7162012110.1016/j.physletb.2012.08.020arXiv:1207.7214ATLAS Collaboration, Observation of a new particle in the search for the standard model Higgs boson with the ATLAS detector at the LHC, Phys. Lett. B 716 (2012) 1. doi: 10.1016/j.physletb.2012.08.020. arXiv:1207.7214.[2]CMS CollaborationObservation of a new boson at a mass of 125 GeV with the CMS experiment at the LHCPhys. Lett. B71620123010.1016/j.physletb.2012.08.021arXiv:1207.7235CMS Collaboration, Observation of a new boson at a mass of 125 GeV with the CMS experiment at the LHC, Phys. Lett. B 716 (2012) 30. doi: 10.1016/j.physletb.2012.08.021. arXiv:1207.7235.[3]ATLAS CMS CollaborationsMeasurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC pp collision data at s=7 and 8 TeVJ. High Energy Phys.08201604510.1007/JHEP08(2016)045arXiv:1606.02266ATLAS and CMS Collaborations, Measurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC pp collision data at s=7 and 8 TeV, JHEP 08 (2016) 045. doi: 10.1007/JHEP08(2016)045. arXiv:1606.02266.[4]E.da Silva AlmeidaA.AlvesN.Rosa AgostinhoO.J.P.ÉboliM.C.Gonzalez-GarciaElectroweak sector under scrutiny: a combined analysis of LHC and electroweak precision dataPhys. Rev. D99201903300110.1103/PhysRevD.99.033001arXiv:1812.01009E. da Silva Almeida, A. Alves, N. Rosa Agostinho, O. J. P. Éboli, M. C. Gonzalez-Garcia, Electroweak sector under scrutiny: A combined analysis of LHC and electroweak precision data, Phys. Rev. D 99 (2019) 033001. doi: 10.1103/PhysRevD.99.033001. arXiv:1812.01009.[5]E.dS.AlmeidaA.AlvesO.J.P.ÉboliM.C.Gonzalez-GarciaElectroweak legacy of the LHC run IIPhys. Rev. D105202201300610.1103/PhysRevD.105.013006arXiv:2108.04828E. d. S. Almeida, A. Alves, O. J. P. Éboli, M. C. Gonzalez-Garcia, Electroweak legacy of the LHC run II, Phys. Rev. D 105 (2022) 013006. doi: 10.1103/PhysRevD.105.013006. arXiv:2108.04828.[6]ATLAS CollaborationA detailed map of Higgs boson interactions by the ATLAS experiment ten years after the discoveryNature60720225210.1038/s41586-022-04893-warXiv:2207.00092Erratum:https://doi.org/10.1038/s41586-022-05581-5ATLAS Collaboration, A detailed map of Higgs boson interactions by the ATLAS experiment ten years after the discovery, Nature 607 (2022) 52. doi: 10.1038/s41586-022-04893-w. arXiv:2207.00092, [Erratum: 10.1038/s41586-022-05581-5].[7]CMS CollaborationA portrait of the Higgs boson by the CMS experiment ten years after the discoveryNature60720226010.1038/s41586-022-04892-xarXiv:2207.00043CMS Collaboration, A portrait of the Higgs boson by the CMS experiment ten years after the discovery, Nature 607 (2022) 60. doi: 10.1038/s41586-022-04892-x. arXiv:2207.00043.[8]G.C.BrancoP.M.FerreiraL.LavouraM.N.RebeloM.SherJ.P.SilvaTheory and phenomenology of two-Higgs-doublet modelsPhys. Rep.5162012110.1016/j.physrep.2012.02.002arXiv:1106.0034G. C. Branco, P. M. Ferreira, L. Lavoura, M. N. Rebelo, M. Sher, J. P. Silva, Theory and phenomenology of two-Higgs-doublet models, Phys. Rept. 516 (2012) 1. doi: 10.1016/j.physrep.2012.02.002. arXiv:1106.0034.[9]M.KohdaT.ModakW.-S.HouSearching for new scalar bosons via triple-top signature in cgts0ttt¯Phys. Lett. B776201837910.1016/j.physletb.2017.11.056arXiv:1710.07260M. Kohda, T. Modak, W.-S. Hou, Searching for new scalar bosons via triple-top signature in cg→ts0→ttt¯, Phys. Lett. B 776 (2018) 379. doi: 10.1016/j.physletb.2017.11.056. arXiv:1710.07260.[10]W.-S.HouTree level t → ch0 or h0 → tc¯ decaysPhys. Lett. B296199217910.1016/0370-2693(92)90823-MW.-S. Hou, Tree level t → ch0 or h0 → tc¯ decays, Phys. Lett. B 296 (1992) 179. doi: 10.1016/0370-2693(92)90823-M.[11]W.-S.HouM.KikuchiApproximate alignment in two Higgs doublet model with extra Yukawa couplingsEurophys. Lett.12320181100110.1209/0295-5075/123/11001arXiv:1706.07694W.-S. Hou, M. Kikuchi, Approximate alignment in two Higgs doublet model with extra Yukawa couplings, Eur. Phys. Lett. 123 (2018) 11001. doi: 10.1209/0295-5075/123/11001. arXiv:1706.07694.[12]J.F.GunionH.E.HaberThe CP conserving two Higgs doublet model: the approach to the decoupling limitPhys. Rev. D67200307501910.1103/PhysRevD.67.075019arXiv:hep-ph/0207010J. F. Gunion, H. E. Haber, The CP conserving two Higgs doublet model: The approach to the decoupling limit, Phys. Rev. D 67 (2003) 075019. doi: 10.1103/PhysRevD.67.075019. arXiv:hep-ph/0207010.[13]M.CarenaI.LowN.R.ShahC.E.M.WagnerImpersonating the standard model Higgs boson: alignment without decouplingJ. High Energy Phys.04201401510.1007/JHEP04(2014)015arXiv:1310.2248M. Carena, I. Low, N. R. Shah, C. E. M. Wagner, Impersonating the standard model Higgs boson: Alignment without decoupling, JHEP 04 (2014) 015. doi: 10.1007/JHEP04(2014)015. arXiv:1310.2248.[14]P.S.Bhupal DevA.PilaftsisMaximally symmetric two Higgs doublet model with natural standard model alignmentJ. High Energy Phys.12201402410.1007/JHEP12(2014)024arXiv:1408.3405Erratum:https://doi.org/10.1007/JHEP11(2015)147P. S. Bhupal Dev, A. Pilaftsis, Maximally symmetric two Higgs doublet model with natural standard model alignment, JHEP 12 (2014) 024. doi: 10.1007/JHEP12(2014)024. arXiv:1408.3405, [Erratum: 10.1007/JHEP11(2015)147].[15]T.D.LeeA theory of spontaneous T violationPhys. Rev. D81973122610.1103/PhysRevD.8.1226T. D. Lee, A theory of spontaneous T violation, Phys. Rev. D 8 (1973) 1226. doi: 10.1103/PhysRevD.8.1226.[16]K.FuyutoW.-S.HouE.SenahaElectroweak baryogenesis driven by extra top Yukawa couplingsPhys. Lett. B776201840210.1016/j.physletb.2017.11.073arXiv:1705.05034K. Fuyuto, W.-S. Hou, E. Senaha, Electroweak baryogenesis driven by extra top Yukawa couplings, Phys. Lett. B 776 (2018) 402. doi: 10.1016/j.physletb.2017.11.073. arXiv:1705.05034.[17]K.FuyutoW.-S.HouE.SenahaCancellation mechanism for the electron electric dipole moment connected with the baryon asymmetry of the universePhys. Rev. D101202001190110.1103/PhysRevD.101.011901arXiv:1910.12404K. Fuyuto, W.-S. Hou, E. Senaha, Cancellation mechanism for the electron electric dipole moment connected with the baryon asymmetry of the universe, Phys. Rev. D 101 (2020) 011901. doi: 10.1103/PhysRevD.101.011901. arXiv:1910.12404.[18]D.P.Aguillard(Muon g-2), measurement of the positive muon anomalous magnetic moment to 0.20 ppmarXiv:2308.062302023D. P. Aguillard, et al. (Muon g-2), Measurement of the Positive Muon Anomalous Magnetic Moment to 0.20 ppm, 2023. arXiv:2308.06230.[19]ATLAS CollaborationSearch for heavy Higgs bosons with flavour-violating couplings in multi-lepton plus b-jets final states in pp collisions at 13 TeV with the ATLAS detectorJ. High Energy Phys.12202308110.1007/JHEP12(2023)081arXiv:2307.147592023ATLAS Collaboration, Search for heavy Higgs bosons with flavour-violating couplings in multi-lepton plus b-jets final states in pp collisions at 13 TeV with the ATLAS detector, 2023. arXiv:2307.14759.[20]HEPData record for this analysishttps://doi.org/10.17182/hepdata.1405282023HEPData record for this analysis, 2023. doi: 10.17182/hepdata.140528.[21]CMS CollaborationThe CMS experiment at the CERN LHCJ. Instrum.32008S0800410.1088/1748-0221/3/08/S08004CMS Collaboration, The CMS experiment at the CERN LHC, JINST 3 (2008) S08004. doi: 10.1088/1748-0221/3/08/S08004.[22]CMS CollaborationPerformance of the CMS level-1 trigger in proton-proton collisions at s=13 TeVJ. Instrum.152020P1001710.1088/1748-0221/15/10/P10017arXiv:2006.10165CMS Collaboration, Performance of the CMS level-1 trigger in proton-proton collisions at s=13 TeV, JINST 15 (2020) P10017. doi: 10.1088/1748-0221/15/10/P10017. arXiv:2006.10165.[23]CMS CollaborationThe CMS trigger systemJ. Instrum.122017P0102010.1088/1748-0221/12/01/P01020arXiv:1609.02366CMS Collaboration, The CMS trigger system, JINST 12 (2017) P01020. doi: 10.1088/1748-0221/12/01/P01020. arXiv:1609.02366.[24]CMS CollaborationElectron and photon reconstruction and identification with the CMS experiment at the CERN LHCJ. Instrum.162021P0501410.1088/1748-0221/16/05/P05014arXiv:2012.06888CMS Collaboration, Electron and photon reconstruction and identification with the CMS experiment at the CERN LHC, JINST 16 (2021) P05014. doi: 10.1088/1748-0221/16/05/P05014. arXiv:2012.06888.[25]CMS CollaborationPerformance of the CMS muon detector and muon reconstruction with proton-proton collisions at s=13 TeVJ. Instrum.132018P0601510.1088/1748-0221/13/06/P06015arXiv:1804.04528CMS Collaboration, Performance of the CMS muon detector and muon reconstruction with proton-proton collisions at s=13 TeV, JINST 13 (2018) P06015. doi: 10.1088/1748-0221/13/06/P06015. arXiv:1804.04528.[26]CMS CollaborationDescription and performance of track and primary-vertex reconstruction with the CMS trackerJ. Instrum.92014P1000910.1088/1748-0221/9/10/P10009arXiv:1405.6569CMS Collaboration, Description and performance of track and primary-vertex reconstruction with the CMS tracker, JINST 9 (2014) P10009. doi: 10.1088/1748-0221/9/10/P10009. arXiv:1405.6569.[27]CMS CollaborationParticle-flow reconstruction and global event description with the CMS detectorJ. Instrum.122017P1000310.1088/1748-0221/12/10/P10003arXiv:1706.04965CMS Collaboration, Particle-flow reconstruction and global event description with the CMS detector, JINST 12 (2017) P10003. doi: 10.1088/1748-0221/12/10/P10003. arXiv:1706.04965.[28]CMS CollaborationTechnical proposal for the Phase-II upgrade of the Compact Muon SolenoidCMS Technical proposal CERN-LHCC-2015-010, CMS-TDR-15-022015http://cds.cern.ch/record/2020886CMS Collaboration, Technical proposal for the Phase-II upgrade of the Compact Muon Solenoid, CMS Technical proposal CERN-LHCC-2015-010, CMS-TDR-15-02, 2015. URL: http://cds.cern.ch/record/2020886.[29]M.CacciariG.P.SalamG.SoyezThe anti-kt jet clustering algorithmJ. High Energy Phys.04200806310.1088/1126-6708/2008/04/063arXiv:0802.1189M. Cacciari, G. P. Salam, G. Soyez, The anti-kt jet clustering algorithm, JHEP 04 (2008) 063. doi: 10.1088/1126-6708/2008/04/063. arXiv:0802.1189.[30]M.CacciariG.P.SalamG.SoyezFastjet user manualEur. Phys. J. C722012189610.1140/epjc/s10052-012-1896-2arXiv:1111.6097M. Cacciari, G. P. Salam, G. Soyez, Fastjet user manual, Eur. Phys. J. C 72 (2012) 1896. doi: 10.1140/epjc/s10052-012-1896-2. arXiv:1111.6097.[31]CMS CollaborationPileup mitigation at CMS in 13 TeV dataJ. Instrum.152020P0901810.1088/1748-0221/15/09/P09018arXiv:2003.00503CMS Collaboration, Pileup mitigation at CMS in 13 TeV data, JINST 15 (2020) P09018. doi: 10.1088/1748-0221/15/09/P09018. arXiv:2003.00503.[32]CMS CollaborationJet energy scale and resolution in the CMS experiment in pp collisions at 8 TeVJ. Instrum.122017P0201410.1088/1748-0221/12/02/P02014arXiv:1607.03663CMS Collaboration, Jet energy scale and resolution in the CMS experiment in pp collisions at 8 TeV, JINST 12 (2017) P02014. doi: 10.1088/1748-0221/12/02/P02014. arXiv:1607.03663.[33]CMS CollaborationPerformance of missing transverse momentum reconstruction in proton-proton collisions at s=13 TeV using the CMS detectorJ. Instrum.142019P0700410.1088/1748-0221/14/07/P07004arXiv:1903.06078CMS Collaboration, Performance of missing transverse momentum reconstruction in proton-proton collisions at s=13 TeV using the CMS detector, JINST 14 (2019) P07004. doi: 10.1088/1748-0221/14/07/P07004. arXiv:1903.06078.[34]J.AlwallR.FrederixS.FrixioneV.HirschiF.MaltoniO.MattelaerH.S.ShaoT.StelzerP.TorrielliM.ZaroThe automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulationsJ. High Energy Phys.07201407910.1007/JHEP07(2014)079arXiv:1405.0301J. Alwall, R. Frederix, S. Frixione, V. Hirschi, F. Maltoni, O. Mattelaer, H. S. Shao, T. Stelzer, P. Torrielli, M. Zaro, The automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulations, JHEP 07 (2014) 079. doi: 10.1007/JHEP07(2014)079. arXiv:1405.0301.[35]J.AlwallS.HöcheF.KraussN.LavessonL.LönnbladF.MaltoniM.L.ManganoM.MorettiC.G.PapadopoulosF.PiccininiS.SchumannM.TreccaniJ.WinterM.WorekComparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisionsEur. Phys. J. C53200847310.1140/epjc/s10052-007-0490-5arXiv:0706.2569J. Alwall, S. Höche, F. Krauss, N. Lavesson, L. Lönnblad, F. Maltoni, M. L. Mangano, M. Moretti, C. G. Papadopoulos, F. Piccinini, S. Schumann, M. Treccani, J. Winter, M. Worek, Comparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisions, Eur. Phys. J. C 53 (2008) 473. doi: 10.1140/epjc/s10052-007-0490-5. arXiv:0706.2569.[36]W.-S.HouT.ModakProbing top changing neutral Higgs couplings at collidersMod. Phys. Lett. A362021213000610.1142/S0217732321300068arXiv:2012.05735W.-S. Hou, T. Modak, Probing top changing neutral Higgs couplings at colliders, Mod. Phys. Lett. A 36 (2021) 2130006. doi: 10.1142/S0217732321300068. arXiv:2012.05735.[37]R.FrederixS.FrixioneMerging meets matching in MC@NLOJ. High Energy Phys.12201206110.1007/JHEP12(2012)061arXiv:1209.6215R. Frederix, S. Frixione, Merging meets matching in MC@NLO, JHEP 12 (2012) 061. doi: 10.1007/JHEP12(2012)061. arXiv:1209.6215.[38]P.NasonA new method for combining NLO QCD with shower Monte Carlo algorithmsJ. High Energy Phys.11200404010.1088/1126-6708/2004/11/040arXiv:hep-ph/0409146P. Nason, A new method for combining NLO QCD with shower Monte Carlo algorithms, JHEP 11 (2004) 040. doi: 10.1088/1126-6708/2004/11/040. arXiv:hep-ph/0409146.[39]S.FrixioneP.NasonC.OleariMatching NLO QCD computations with parton shower simulations: the POWHEG methodJ. High Energy Phys.11200707010.1088/1126-6708/2007/11/070arXiv:0709.2092S. Frixione, P. Nason, C. Oleari, Matching NLO QCD computations with parton shower simulations: the POWHEG method, JHEP 11 (2007) 070. doi: 10.1088/1126-6708/2007/11/070. arXiv:0709.2092.[40]S.AlioliP.NasonC.OleariE.ReA general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG boxJ. High Energy Phys.06201004310.1007/JHEP06(2010)043arXiv:1002.2581S. Alioli, P. Nason, C. Oleari, E. Re, A general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG box, JHEP 06 (2010) 043. doi: 10.1007/JHEP06(2010)043. arXiv:1002.2581.[41]S.FrixioneP.NasonG.RidolfiA positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproductionJ. High Energy Phys.09200712610.1088/1126-6708/2007/09/126arXiv:0707.3088S. Frixione, P. Nason, G. Ridolfi, A positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproduction, JHEP 09 (2007) 126. doi: 10.1088/1126-6708/2007/09/126. arXiv:0707.3088.[42]T.MeliaP.NasonR.RontschG.ZanderighiW+W, WZ and ZZ production in the POWHEG boxJ. High Energy Phys.11201107810.1007/JHEP11(2011)078arXiv:1107.5051T. Melia, P. Nason, R. Rontsch, G. Zanderighi, W+W−, WZ and ZZ production in the POWHEG box, JHEP 11 (2011) 078. doi: 10.1007/JHEP11(2011)078. arXiv:1107.5051.[43]E.ReSingle-top Wt-channel production matched with parton showers using the POWHEG methodEur. Phys. J. C712011154710.1140/epjc/s10052-011-1547-zarXiv:1009.2450E. Re, Single-top Wt-channel production matched with parton showers using the POWHEG method, Eur. Phys. J. C 71 (2011) 1547. doi: 10.1140/epjc/s10052-011-1547-z. arXiv:1009.2450.[44]S.AlioliP.NasonC.OleariE.ReNLO single-top production matched with shower in POWHEG: s- and t-channel contributionsJ. High Energy Phys.09200911110.1088/1126-6708/2009/09/111arXiv:0907.4076Erratum:https://doi.org/10.1007/JHEP02(2010)011S. Alioli, P. Nason, C. Oleari, E. Re, NLO single-top production matched with shower in POWHEG: s- and t-channel contributions, JHEP 09 (2009) 111. doi: 10.1088/1126-6708/2009/09/111. arXiv:0907.4076, [Erratum: 10.1007/JHEP02(2010)011].[45]H.B.HartantoB.JagerL.ReinaD.WackerothHiggs boson production in association with top quarks in the POWHEG BOXPhys. Rev. D91201509400310.1103/PhysRevD.91.094003arXiv:1501.04498H. B. Hartanto, B. Jager, L. Reina, D. Wackeroth, Higgs boson production in association with top quarks in the POWHEG BOX, Phys. Rev. D 91 (2015) 094003. doi: 10.1103/PhysRevD.91.094003. arXiv:1501.04498.[46]T.SjöstrandS.AskJ.R.ChristiansenR.CorkeN.DesaiP.IltenS.MrennaS.PrestelC.O.RasmussenP.Z.SkandsAn introduction to PYTHIA8.2Comput. Phys. Commun.191201515910.1016/j.cpc.2015.01.024arXiv:1410.3012T. Sjöstrand, S. Ask, J. R. Christiansen, R. Corke, N. Desai, P. Ilten, S. Mrenna, S. Prestel, C. O. Rasmussen, P. Z. Skands, An introduction to PYTHIA8.2, Comput. Phys. Commun. 191 (2015) 159. doi: 10.1016/j.cpc.2015.01.024. arXiv:1410.3012.[47]CMS CollaborationExtraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurementsEur. Phys. J. C802020410.1140/epjc/s10052-019-7499-4arXiv:1903.12179CMS Collaboration, Extraction and validation of a new set of CMS PYTHIA8 tunes from underlying-event measurements, Eur. Phys. J. C 80 (2020) 4. doi: 10.1140/epjc/s10052-019-7499-4. arXiv:1903.12179.[48]R.D.BallNNPDFParton distributions from high-precision collider dataEur. Phys. J. C77201766310.1140/epjc/s10052-017-5199-5arXiv:1706.00428R. D. Ball, et al. (NNPDF), Parton distributions from high-precision collider data, Eur. Phys. J. C 77 (2017) 663. doi: 10.1140/epjc/s10052-017-5199-5. arXiv:1706.00428.[49]S.AgostinelliGeant4Geant4 — a simulation toolkitNucl. Instrum. Methods A506200325010.1016/S0168-9002(03)01368-8S. Agostinelli, et al. (Geant4), Geant4 — a simulation toolkit, Nucl. Instrum. Meth. A 506 (2003) 250. doi: 10.1016/S0168-9002(03)01368-8.[50]CMS CollaborationMeasurement of the inclusive W and Z production cross sections in pp collisions at s=7 TeVJ. High Energy Phys.10201113210.1007/JHEP10(2011)132arXiv:1107.4789CMS Collaboration, Measurement of the inclusive W and Z production cross sections in pp collisions at s=7 TeV, JHEP 10 (2011) 132. doi: 10.1007/JHEP10(2011)132. arXiv:1107.4789.[51]CMS CollaborationMeasurement of the Higgs boson production rate in association with top quarks in final states with electrons, muons, and hadronically decaying tau leptons at s=13 TeVEur. Phys. J. C81202137810.1140/epjc/s10052-021-09014-xarXiv:2011.03652CMS Collaboration, Measurement of the Higgs boson production rate in association with top quarks in final states with electrons, muons, and hadronically decaying tau leptons at s= 13 TeV, Eur. Phys. J. C 81 (2021) 378. doi: 10.1140/epjc/s10052-021-09014-x. arXiv:2011.03652.[52]CMS CollaborationMeasurement of the cross section of top quark-antiquark pair production in association with a W boson in proton-proton collisions at s=13 TeVJ. High Energy Phys.07202321910.1007/JHEP07(2023)219arXiv:2208.06485CMS Collaboration, Measurement of the cross section of top quark-antiquark pair production in association with a W boson in proton-proton collisions at s = 13 TeV, JHEP 07 (2023) 219. doi: 10.1007/JHEP07(2023)219. arXiv:2208.06485.[53]CMS CollaborationPerformance of electron reconstruction and selection with the CMS detector in proton-proton collisions at s=8 TeVJ. Instrum.102015P0600510.1088/1748-0221/10/06/P06005arXiv:1502.02701CMS Collaboration, Performance of electron reconstruction and selection with the CMS detector in proton-proton collisions at s=8 TeV, JINST 10 (2015) P06005. doi: 10.1088/1748-0221/10/06/P06005. arXiv:1502.02701.[54]K.RehermannB.TweedieEfficient identification of boosted semileptonic top quarks at the LHCJ. High Energy Phys.03201105910.1007/JHEP03(2011)059arXiv:1007.2221K. Rehermann, B. Tweedie, Efficient identification of boosted semileptonic top quarks at the LHC, JHEP 03 (2011) 059. doi: 10.1007/JHEP03(2011)059. arXiv:1007.2221.[55]CMS CollaborationA new calibration method for charm jet identification validated with proton-proton collision events at s=13 TeVJ. Instrum.172022P0301410.1088/1748-0221/17/03/P03014arXiv:2111.03027CMS Collaboration, A new calibration method for charm jet identification validated with proton-proton collision events at s = 13 TeV, JINST 17 (2022) P03014. doi: 10.1088/1748-0221/17/03/P03014. arXiv:2111.03027.[56]CMS CollaborationPerformance summary of AK4 jet charm tagging with the CMS Run2 legacy datasetCMS Detector Performance Note CMS-DP-2023-0062023https://cds.cern.ch/record/2854610CMS Collaboration, Performance summary of AK4 jet charm tagging with the CMS Run2 Legacy dataset, CMS Detector Performance Note CMS-DP-2023-006, 2023. URL: https://cds.cern.ch/record/2854610.[57]E.BolsJ.KieselerM.VerzettiM.StoyeA.StakiaJet flavour classification using DeepJetJ. Instrum.152020P1201210.1088/1748-0221/15/12/P12012arXiv:2008.10519E. Bols, J. Kieseler, M. Verzetti, M. Stoye, A. Stakia, Jet flavour classification using DeepJet, JINST 15 (2020) P12012. doi: 10.1088/1748-0221/15/12/P12012. arXiv:2008.10519.[58]CMS CollaborationPerformance summary of AK4 jet b tagging with data from proton-proton collisions at 13 TeV with the CMS detectorCMS Detector Performance Note CMS-DP-2023-0052023https://cds.cern.ch/record/2854609CMS Collaboration, Performance summary of AK4 jet b tagging with data from proton-proton collisions at 13 TeV with the CMS detector, CMS Detector Performance Note CMS-DP-2023-005, 2023. URL: https://cds.cern.ch/record/2854609.[59]CMS CollaborationEvidence for associated production of a Higgs boson with a top quark pair in final states with electrons, muons, and hadronically decaying τ leptons at s=13 TeVJ. High Energy Phys.08201806610.1007/JHEP08(2018)066arXiv:1803.05485CMS Collaboration, Evidence for associated production of a Higgs boson with a top quark pair in final states with electrons, muons, and hadronically decaying τ leptons at s= 13 TeV, JHEP 08 (2018) 066. doi: 10.1007/JHEP08(2018)066. arXiv:1803.05485.[60]J.H.FriedmanGreedy function approximation: a gradient boosting machineAnn. Stat.292001118910.1214/aos/1013203451J. H. Friedman, Greedy function approximation: A gradient boosting machine, Annals Statist. 29 (2001) 1189. doi: 10.1214/aos/1013203451.[61]A.HoeckerTMVA — toolkit for multivariate data analysisarXiv:physics/07030392007A. Hoecker, et al., TMVA — toolkit for multivariate data analysis, 2007. arXiv:physics/0703039.[62]The ATLAS and CMS Collaborationsthe LHC Higgs Combination GroupCMS Collaborations the LHC Higgs Combination GroupProcedure for the LHC Higgs boson search combination in summer 2011CMS Physics Analysis Summary CMS-NOTE-2011-005, ATL-PHYS-PUB-2011-112011https://cds.cern.ch/record/1379837The ATLAS and CMS Collaborations and the LHC Higgs Combination Group, Procedure for the LHC Higgs boson search combination in Summer 2011, CMS Physics Analysis Summary CMS-NOTE-2011-005, ATL-PHYS-PUB-2011-11, 2011. URL: https://cds.cern.ch/record/1379837.[63]R.J.BarlowC.BeestonFitting using finite Monte Carlo samplesComput. Phys. Commun.77199321910.1016/0010-4655(93)90005-WR. J. Barlow, C. Beeston, Fitting using finite Monte Carlo samples, Comput. Phys. Commun. 77 (1993) 219. doi: 10.1016/0010-4655(93)90005-W.[64]CMS CollaborationPrecision luminosity measurement in proton-proton collisions at s=13 TeV in 2015 and 2016 at CMSEur. Phys. J. C81202180010.1140/epjc/s10052-021-09538-2arXiv:2104.01927CMS Collaboration, Precision luminosity measurement in proton-proton collisions at s= 13 TeV in 2015 and 2016 at CMS, Eur. Phys. J. C 81 (2021) 800. doi: 10.1140/epjc/s10052-021-09538-2. arXiv:2104.01927.[65]CMS CollaborationCMS luminosity measurement for the 2017 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-17-0042018https://cds.cern.ch/record/2621960/CMS Collaboration, CMS luminosity measurement for the 2017 data-taking period at s = 13 TeV, CMS Physics Analysis Summary CMS-PAS-LUM-17-004, 2018. URL: https://cds.cern.ch/record/2621960/.[66]CMS CollaborationCMS luminosity measurement for the 2018 data-taking period at s=13 TeVCMS Physics Analysis Summary CMS-PAS-LUM-18-0022019https://cds.cern.ch/record/2676164CMS Collaboration, CMS luminosity measurement for the 2018 data-taking period at s = 13 TeV, CMS Physics Analysis Summary CMS-PAS-LUM-18-002, 2019. URL: https://cds.cern.ch/record/2676164.[67]S.HeinemeyerHandbook of LHC Higgs cross sections: 3. Higgs propertiesCERN Report CERN-2013-0042013https://doi.org/10.5170/CERN-2013-004arXiv:1307.1347S. Heinemeyer, et al., Handbook of LHC Higgs cross sections: 3. Higgs properties, CERN Report CERN-2013-004, 2013. doi: 10.5170/CERN-2013-004. arXiv:1307.1347.[68]T.JunkConfidence level computation for combining searches with small statisticsNucl. Instrum. Meth. A434199943510.1016/S0168-9002(99)00498-2arXiv:hep-ex/9902006T. Junk, Confidence level computation for combining searches with small statistics, Nucl. Instrum. Meth. A 434 (1999) 435. doi: 10.1016/S0168-9002(99)00498-2. arXiv:hep-ex/9902006.[69]A.L.ReadPresentation of search results: the CLs techniqueJ. Phys. G282002269310.1088/0954-3899/28/10/313A. L. Read, Presentation of search results: the CLs technique, J. Phys. G 28 (2002) 2693. doi: 10.1088/0954-3899/28/10/313.[70]G.CowanK.CranmerE.GrossO.VitellsAsymptotic formulae for likelihood-based tests of new physicsEur. Phys. J. C712011155410.1140/epjc/s10052-011-1554-0arXiv:1007.1727Erratum:https://doi.org/10.1140/epjc/s10052-013-2501-zG. Cowan, K. Cranmer, E. Gross, O. Vitells, Asymptotic formulae for likelihood-based tests of new physics, Eur. Phys. J. C 71 (2011) 1554. doi: 10.1140/epjc/s10052-011-1554-0. arXiv:1007.1727, [Erratum: 10.1140/epjc/s10052-013-2501-z]. diff --git a/tests/stubdata/output/els_book_review.json b/tests/stubdata/output/els_book_review.json index c7d0373..9fa229d 100644 --- a/tests/stubdata/output/els_book_review.json +++ b/tests/stubdata/output/els_book_review.json @@ -1,6 +1,11 @@ { "authors": [ { + "affiliation": [ + { + "affPubRaw": "Mechanical Engineering, University of Belgrade, 27 Marto 80, 11000 Belgrade, Serbia and Montenegro" + } + ], "attrib": { "email": "todorob@eunet.yu" }, diff --git a/tests/stubdata/output/els_phlb_compound_affil.json b/tests/stubdata/output/els_phlb_compound_affil.json index 72ad98b..23bd567 100644 --- a/tests/stubdata/output/els_phlb_compound_affil.json +++ b/tests/stubdata/output/els_phlb_compound_affil.json @@ -16,6 +16,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Yerevan Physics Institute, Yerevan, Armenia" + }, { "affPubRaw": "Also at Yerevan State University, Yerevan, Armenia." } @@ -125,6 +128,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + }, { "affPubRaw": "Also at TU Wien, Vienna, Austria." } @@ -195,6 +201,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + }, { "affPubRaw": "Also at TU Wien, Vienna, Austria." } @@ -279,6 +288,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institut f\u00fcr Hochenergiephysik, Vienna, Austria" + }, { "affPubRaw": "Also at TU Wien, Vienna, Austria." } @@ -293,6 +305,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Universiteit Antwerpen, Antwerpen, Belgium" + }, { "affPubRaw": "Also at Institute of Basic and Applied Sciences, Faculty of Engineering, Arab Academy for Science, Technology and Maritime Transport, Alexandria, Egypt." } @@ -489,6 +504,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Vrije Universiteit Brussel, Brussel, Belgium" + }, { "affPubRaw": "Also at Ghent University, Ghent, Belgium." } @@ -1263,6 +1281,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + }, { "affPubRaw": "Also at Universidade Estadual de Campinas, Campinas, Brazil." } @@ -1288,6 +1309,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + }, { "affPubRaw": "Also at Federal University of Rio Grande do Sul, Porto Alegre, Brazil." } @@ -1330,6 +1354,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Universidade do Estado do Rio de Janeiro, Rio de Janeiro, Brazil" + }, { "affPubRaw": "Also at UFMS, Nova Andradina, Brazil." } @@ -1455,6 +1482,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Universidade Estadual Paulista, Universidade Federal do ABC, S\u00e3o Paulo, Brazil" + } + ], "attrib": { "orcid": "0000-0001-5790-9563" }, @@ -1851,6 +1883,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Department of Physics, Tsinghua University, Beijing, China" + }, { "affPubRaw": "Also at Nanjing Normal University, Nanjing, China." } @@ -1865,6 +1900,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." } @@ -1879,6 +1917,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." } @@ -1893,6 +1934,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." } @@ -1932,6 +1976,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at China Center of Advanced Science and Technology, Beijing, China." } @@ -1960,6 +2007,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." } @@ -1974,6 +2024,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at China Spallation Neutron Source, Guangdong, China." } @@ -1988,6 +2041,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." } @@ -2013,6 +2069,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." } @@ -2038,6 +2097,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of High Energy Physics, Beijing, China" + }, { "affPubRaw": "Also at University of Chinese Academy of Sciences, Beijing, China." } @@ -2253,6 +2315,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Nanjing Normal University, Nanjing, China" + }, { "affPubRaw": "Now at Henan Normal University, Xinxiang, China." } @@ -2264,6 +2329,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute of Modern Physics and Key Laboratory of Nuclear Physics and Ion-beam Application (MOE) - Fudan University, Shanghai, China" + }, { "affPubRaw": "Also at Universit\u00e9 Libre de Bruxelles, Bruxelles, Belgium." } @@ -2563,6 +2631,9 @@ }, { "affiliation": [ + { + "affPubRaw": "University of Split, Faculty of Science, Split, Croatia" + }, { "affPubRaw": "Also at University of Latvia (LU), Riga, Latvia." } @@ -2647,6 +2718,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute Rudjer Boskovic, Zagreb, Croatia" + }, { "affPubRaw": "Also at an institute or an international laboratory covered by a cooperation agreement with CERN." } @@ -2879,6 +2953,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Academy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, Egypt" + }, { "affPubRaw": "Also at Cairo University, Cairo, Egypt." } @@ -2893,6 +2970,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Academy of Scientific Research and Technology of the Arab Republic of Egypt, Egyptian Network of High Energy Physics, Cairo, Egypt" + }, { "affPubRaw": "Also at Suez University, Suez, Egypt." } @@ -2932,6 +3012,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Chemical Physics and Biophysics, Tallinn, Estonia" + }, { "affPubRaw": "Also at Birla Institute of Technology, Mesra, Mesra, India." } @@ -3371,6 +3454,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Lappeenranta-Lahti University of Technology, Lappeenranta, Finland" + }, { "affPubRaw": "Deceased." } @@ -3569,6 +3655,9 @@ }, { "affiliation": [ + { + "affPubRaw": "IRFU, CEA, Universit\u00e9 Paris-Saclay, Gif-sur-Yvette, France" + }, { "affPubRaw": "Also at Purdue University, West Lafayette, Indiana, USA." } @@ -4031,6 +4120,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Universit\u00e9 de Strasbourg, CNRS, IPHC UMR 7178, Strasbourg, France" + }, { "affPubRaw": "Also at Universit\u00e9 de Haute Alsace, Mulhouse, France." } @@ -4350,6 +4442,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institut de Physique des 2 Infinis de Lyon (IP2I), Villeurbanne, France" + }, { "affPubRaw": "Also at Department of Physics, Tsinghua University, Beijing, China." } @@ -4558,6 +4653,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Georgian Technical University, Tbilisi, Georgia" + } + ], "attrib": { "orcid": "0000-0002-5953-0140" }, @@ -4581,6 +4681,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Georgian Technical University, Tbilisi, Georgia" + } + ], "attrib": { "orcid": "0000-0001-5377-3558" }, @@ -5139,6 +5244,9 @@ }, { "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany" + }, { "affPubRaw": "Also at The University of the State of Amazonas, Manaus, Brazil." } @@ -5217,6 +5325,9 @@ }, { "affiliation": [ + { + "affPubRaw": "RWTH Aachen University, III. Physikalisches Institut B, Aachen, Germany" + }, { "affPubRaw": "Also at Erzincan Binali Yildirim University, Erzincan, Turkey." } @@ -5466,6 +5577,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at University of Hamburg, Hamburg, Germany." } @@ -5480,6 +5594,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany." } @@ -5656,6 +5773,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at University of Hamburg, Hamburg, Germany." } @@ -5751,6 +5871,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at Isfahan University of Technology, Isfahan, Iran." } @@ -5916,6 +6039,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at Bergische University Wuppertal (BUW), Wuppertal, Germany." } @@ -5930,6 +6056,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at Brandenburg University of Technology, Cottbus, Germany." } @@ -6173,6 +6302,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at Forschungszentrum J\u00fclich, Juelich, Germany." } @@ -6187,6 +6319,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany." } @@ -6215,6 +6350,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at University of Hamburg, Hamburg, Germany." } @@ -6363,6 +6501,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Deutsches Elektronen-Synchrotron, Hamburg, Germany" + }, { "affPubRaw": "Also at RWTH Aachen University, III. Physikalisches Institut A, Aachen, Germany." } @@ -7176,6 +7317,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + }, { "affPubRaw": "Also at CERN, European Organization for Nuclear Research, Geneva, Switzerland." } @@ -7492,6 +7636,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Karlsruher Institut fuer Technologie, Karlsruhe, Germany" + }, { "affPubRaw": "Now at an institute or an international laboratory covered by a cooperation agreement with CERN." } @@ -7661,6 +7808,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear and Particle Physics (INPP), NCSR Demokritos, Aghia Paraskevi, Greece" + } + ], "name": { "given_name": "A.", "surname": "Papadopoulos" @@ -8069,6 +8221,9 @@ }, { "affiliation": [ + { + "affPubRaw": "HUN-REN Wigner Research Centre for Physics, Budapest, Hungary" + }, { "affPubRaw": "Also at Institute of Physics, University of Debrecen, Debrecen, Hungary." } @@ -8097,6 +8252,9 @@ }, { "affiliation": [ + { + "affPubRaw": "HUN-REN Wigner Research Centre for Physics, Budapest, Hungary" + }, { "affPubRaw": "Also at Institute of Nuclear Research ATOMKI, Debrecen, Hungary." } @@ -8167,6 +8325,9 @@ }, { "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + }, { "affPubRaw": "Also at Physics Department, Faculty of Science, Assiut University, Assiut, Egypt." } @@ -8237,6 +8398,9 @@ }, { "affiliation": [ + { + "affPubRaw": "MTA-ELTE Lend\u00fclet CMS Particle and Nuclear Physics Group, E\u00f6tv\u00f6s Lor\u00e1nd University, Budapest, Hungary" + }, { "affPubRaw": "Also at HUN-REN Wigner Research Centre for Physics, Budapest, Hungary." } @@ -8325,6 +8489,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Institute of Nuclear Research ATOMKI, Debrecen, Hungary" + } + ], "attrib": { "orcid": "0000-0003-0802-7665" }, @@ -8356,6 +8525,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Karoly Robert Campus, MATE Institute of Technology, Gyongyos, Hungary" + } + ], "attrib": { "orcid": "0000-0002-9110-9663" }, @@ -8365,6 +8539,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Karoly Robert Campus, MATE Institute of Technology, Gyongyos, Hungary" + } + ], "attrib": { "orcid": "0000-0002-1451-6484" }, @@ -8470,6 +8649,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Panjab University, Chandigarh, India" + }, { "affPubRaw": "Also at Punjab Agricultural University, Ludhiana, India." } @@ -8747,6 +8929,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Saha Institute of Nuclear Physics, HBNI, Kolkata, India" + }, { "affPubRaw": "Also at University of Visva-Bharati, Santiniketan, India." } @@ -8909,6 +9094,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + }, { "affPubRaw": "Also at Indian Institute of Science (IISc), Bangalore, India." } @@ -8923,6 +9111,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + }, { "affPubRaw": "Also at Indian Institute of Science (IISc), Bangalore, India." } @@ -8937,6 +9128,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Indian Institute of Technology Madras, Madras, India" + }, { "affPubRaw": "Also at Indian Institute of Science (IISc), Bangalore, India." } @@ -9222,6 +9416,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + }, { "affPubRaw": "Also at IIT Bhubaneswar, Bhubaneswar, India." } @@ -9261,6 +9458,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + }, { "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." } @@ -9303,6 +9503,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + }, { "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." } @@ -9317,6 +9520,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + }, { "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." } @@ -9331,6 +9537,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + }, { "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." } @@ -9384,6 +9593,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + }, { "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." } @@ -9398,6 +9610,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Institute of Science Education and Research, An OCC of Homi Bhabha National Institute, Bhubaneswar, Odisha, India" + }, { "affPubRaw": "Also at Institute of Physics, Bhubaneswar, India." } @@ -9412,6 +9627,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + }, { "affPubRaw": "Also at University of Hyderabad, Hyderabad, India." } @@ -9454,6 +9672,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + }, { "affPubRaw": "Also at University of Hyderabad, Hyderabad, India." } @@ -9496,6 +9717,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Indian Institute of Science Education and Research (IISER), Pune, India" + }, { "affPubRaw": "Also at University of Hyderabad, Hyderabad, India." } @@ -9524,6 +9748,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Isfahan University of Technology, Isfahan, Iran" + }, { "affPubRaw": "Also at Deutsches Elektronen-Synchrotron, Hamburg, Germany." } @@ -9538,6 +9765,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Isfahan University of Technology, Isfahan, Iran" + }, { "affPubRaw": "Also at Department of Physics, Isfahan University of Technology, Isfahan, Iran." } @@ -9552,6 +9782,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Isfahan University of Technology, Isfahan, Iran" + }, { "affPubRaw": "Also at Sharif University of Technology, Tehran, Iran." } @@ -9566,6 +9799,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Institute for Research in Fundamental Sciences (IPM), Tehran, Iran" + }, { "affPubRaw": "Also at Department of Physics, University of Science and Technology of Mazandaran, Behshahr, Iran." } @@ -10814,6 +11050,9 @@ }, { "affiliation": [ + { + "affPubRaw": "INFN Laboratori Nazionali di Frascati, Frascati, Italy" + }, { "affPubRaw": "Also at Universit\u00e0 degli Studi Guglielmo Marconi, Roma, Italy." } @@ -14413,6 +14652,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Riga Technical University, Riga, Latvia" + }, { "affPubRaw": "Also at Riga Technical University, Riga, Latvia." } @@ -14511,6 +14753,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Centre for Particle Physics, Universiti Malaya, Kuala Lumpur, Malaysia" + }, { "affPubRaw": "Also at Department of Applied Physics, Faculty of Science and Technology, Universiti Kebangsaan Malaysia, Bangi, Malaysia." } @@ -14684,6 +14929,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Centro de Investigacion y de Estudios Avanzados del IPN, Mexico City, Mexico" + }, { "affPubRaw": "Also at Consejo Nacional de Ciencia y Tecnolog\u00eda, Mexico City, Mexico." } @@ -16362,6 +16610,9 @@ }, { "affiliation": [ + { + "affPubRaw": "University of Colombo, Colombo, Sri Lanka" + }, { "affPubRaw": "Also at Trincomalee Campus, Eastern University, Sri Lanka, Nilaveli, Sri Lanka." } @@ -16404,6 +16655,9 @@ }, { "affiliation": [ + { + "affPubRaw": "University of Ruhuna, Department of Physics, Matara, Sri Lanka" + }, { "affPubRaw": "Also at Saegis Campus, Nugegoda, Sri Lanka." } @@ -16765,6 +17019,9 @@ }, { "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + }, { "affPubRaw": "Also at INFN Sezione di Pavia, Universit\u00e0 di Pavia, Pavia, Italy." } @@ -17427,6 +17684,9 @@ }, { "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + }, { "affPubRaw": "Also at National and Kapodistrian University of Athens, Athens, Greece." } @@ -17536,6 +17796,9 @@ }, { "affiliation": [ + { + "affPubRaw": "CERN, European Organization for Nuclear Research, Geneva, Switzerland" + }, { "affPubRaw": "Also at Ecole Polytechnique F\u00e9d\u00e9rale Lausanne, Lausanne, Switzerland." } @@ -17614,6 +17877,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + }, { "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." } @@ -17628,6 +17894,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + }, { "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." } @@ -17740,6 +18009,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + }, { "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." } @@ -17754,6 +18026,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Paul Scherrer Institut, Villigen, Switzerland" + }, { "affPubRaw": "Also at Universit\u00e4t Z\u00fcrich, Zurich, Switzerland." } @@ -17795,6 +18070,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], "attrib": { "orcid": "0000-0003-2694-6542" }, @@ -18081,6 +18361,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], "attrib": { "orcid": "0000-0001-6362-5356" }, @@ -18255,6 +18540,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "ETH Zurich - Institute for Particle Physics and Astrophysics (IPA), Zurich, Switzerland" + } + ], "attrib": { "orcid": "0000-0003-4420-5510" }, @@ -18293,6 +18583,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Universit\u00e4t Z\u00fcrich, Zurich, Switzerland" + }, { "affPubRaw": "Also at Stefan Meyer Institute for Subatomic Physics, Vienna, Austria." } @@ -18634,6 +18927,9 @@ }, { "affiliation": [ + { + "affPubRaw": "National Central University, Chung-Li, Taiwan" + }, { "affPubRaw": "Also at Laboratoire d'Annecy-le-Vieux de Physique des Particules, IN2P3-CNRS, Annecy-le-Vieux, France." } @@ -18691,6 +18987,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "National Central University, Chung-Li, Taiwan" + } + ], "attrib": { "orcid": "0000-0002-3667-3843" }, @@ -19038,6 +19339,9 @@ }, { "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + }, { "affPubRaw": "Also at Near East University, Research Center of Experimental Health Science, Mersin, Turkey." } @@ -19066,6 +19370,9 @@ }, { "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + }, { "affPubRaw": "Also at Konya Technical University, Konya, Turkey." } @@ -19080,6 +19387,9 @@ }, { "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + }, { "affPubRaw": "Also at Konya Technical University, Konya, Turkey." } @@ -19161,6 +19471,9 @@ }, { "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + }, { "affPubRaw": "Also at Izmir Bakircay University, Izmir, Turkey." } @@ -19189,6 +19502,9 @@ }, { "affiliation": [ + { + "affPubRaw": "\u00c7ukurova University, Physics Department, Science and Art Faculty, Adana, Turkey" + }, { "affPubRaw": "Also at Adiyaman University, Adiyaman, Turkey." } @@ -19259,6 +19575,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Middle East Technical University, Physics Department, Ankara, Turkey" + }, { "affPubRaw": "Also at Bozok Universitetesi Rekt\u00f6rl\u00fcg\u00fc, Yozgat, Turkey." } @@ -19315,6 +19634,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Bogazici University, Istanbul, Turkey" + }, { "affPubRaw": "Also at Marmara University, Istanbul, Turkey." } @@ -19329,6 +19651,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Bogazici University, Istanbul, Turkey" + }, { "affPubRaw": "Also at Milli Savunma University, Istanbul, Turkey." } @@ -19343,6 +19668,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Bogazici University, Istanbul, Turkey" + }, { "affPubRaw": "Also at Kafkas University, Kars, Turkey." } @@ -19370,6 +19698,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Istanbul Technical University, Istanbul, Turkey" + } + ], "attrib": { "orcid": "0000-0002-3829-3481" }, @@ -19394,6 +19727,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Istanbul Technical University, Istanbul, Turkey" + }, { "affPubRaw": "Also at Hacettepe University, Ankara, Turkey." } @@ -19421,6 +19757,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], "attrib": { "orcid": "0000-0002-8702-6152" }, @@ -19459,6 +19800,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + }, { "affPubRaw": "Also at Istanbul University - Cerrahpasa, Faculty of Engineering, Istanbul, Turkey." } @@ -19542,6 +19886,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Istanbul University, Istanbul, Turkey" + } + ], "attrib": { "orcid": "0000-0002-5412-4688" }, @@ -19566,6 +19915,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Yildiz Technical University, Istanbul, Turkey" + }, { "affPubRaw": "Also at Yildiz Technical University, Istanbul, Turkey." } @@ -19812,6 +20164,9 @@ }, { "affiliation": [ + { + "affPubRaw": "University of Bristol, Bristol, United Kingdom" + }, { "affPubRaw": "Also at Vrije Universiteit Brussel, Brussel, Belgium." } @@ -19876,6 +20231,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + }, { "affPubRaw": "Also at School of Physics and Astronomy, University of Southampton, Southampton, United Kingdom." } @@ -19985,6 +20343,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Rutherford Appleton Laboratory, Didcot, United Kingdom" + }, { "affPubRaw": "Also at University of Bristol, Bristol, United Kingdom." } @@ -20222,6 +20583,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + }, { "affPubRaw": "Also at IPPP Durham University, Durham, United Kingdom." } @@ -20515,6 +20879,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + }, { "affPubRaw": "Also at Monash University, Faculty of Science, Clayton, Australia." } @@ -20659,6 +21026,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Imperial College, London, United Kingdom" + } + ], "attrib": { "orcid": "0000-0001-7429-2198" }, @@ -21080,6 +21452,9 @@ }, { "affiliation": [ + { + "affPubRaw": "The University of Alabama, Tuscaloosa, AL, USA" + }, { "affPubRaw": "Also at Universit\u00e0 di Torino, Torino, Italy." } @@ -21429,6 +21804,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], "name": { "given_name": "X.", "surname": "Coubez" @@ -21478,6 +21858,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + }, { "affPubRaw": "Also at Bethel University, St. Paul, Minnesota, USA." } @@ -21575,6 +21958,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + } + ], "attrib": { "orcid": "0000-0002-7857-7403" }, @@ -21599,6 +21987,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Brown University, Providence, RI, USA" + }, { "affPubRaw": "Also at Karamano\u011flu Mehmetbey University, Karaman, Turkey." } @@ -22157,6 +22548,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "University of California, Riverside, Riverside, CA, USA" + } + ], "attrib": { "orcid": "0000-0003-0505-4908" }, @@ -24319,6 +24715,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + }, { "affPubRaw": "Also at California Institute of Technology, Pasadena, California, USA." } @@ -24347,6 +24746,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Fermi National Accelerator Laboratory, Batavia, IL, USA" + }, { "affPubRaw": "Also at United States Naval Academy, Annapolis, Maryland, USA." } @@ -25112,6 +25514,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Florida Institute of Technology, Melbourne, FL, USA" + } + ], "attrib": { "orcid": "0000-0001-9930-6445" }, @@ -25544,6 +25951,9 @@ }, { "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + }, { "affPubRaw": "Also at Bingol University, Bingol, Turkey." } @@ -25611,6 +26021,9 @@ }, { "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + }, { "affPubRaw": "Also at Georgian Technical University, Tbilisi, Georgia." } @@ -25650,6 +26063,9 @@ }, { "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + }, { "affPubRaw": "Also at Sinop University, Sinop, Turkey." } @@ -25703,6 +26119,9 @@ }, { "affiliation": [ + { + "affPubRaw": "The University of Iowa, Iowa City, IA, USA" + }, { "affPubRaw": "Also at Erciyes University, Kayseri, Turkey." } @@ -26106,6 +26525,9 @@ }, { "affiliation": [ + { + "affPubRaw": "The University of Kansas, Lawrence, KS, USA" + }, { "affPubRaw": "Also at Horia Hulubei National Institute of Physics and Nuclear Engineering (IFIN-HH), Bucharest, Romania." } @@ -27602,6 +28024,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Northeastern University, Boston, MA, USA" + }, { "affPubRaw": "Also at Sun Yat-Sen University, Guangzhou, China." } @@ -28171,6 +28596,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "University of Notre Dame, Notre Dame, IN, USA" + } + ], "attrib": { "orcid": "0009-0006-3545-1938" }, @@ -29376,6 +29806,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], "attrib": { "orcid": "0000-0001-6743-3781" }, @@ -29385,6 +29820,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "University of Rochester, Rochester, NY, USA" + } + ], "attrib": { "orcid": "0000-0001-7556-8969" }, @@ -29531,6 +29971,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Rutgers, The State University of New Jersey, Piscataway, NJ, USA" + } + ], "attrib": { "orcid": "0000-0002-2785-3762" }, @@ -29890,6 +30335,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + }, { "affPubRaw": "Also at Texas A&M University at Qatar, Doha, Qatar." } @@ -29960,6 +30408,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Texas A&M University, College Station, TX, USA" + }, { "affPubRaw": "Also at Kyungpook National University, Daegu, Korea." } @@ -30952,6 +31403,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31030,6 +31484,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31044,6 +31501,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31072,6 +31532,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31086,6 +31549,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at Universiteit Antwerpen, Antwerpen, Belgium." } @@ -31099,6 +31565,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], "attrib": { "orcid": "0000-0002-7766-7175" }, @@ -31305,6 +31776,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31386,6 +31860,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31428,6 +31905,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at Northeastern University, Boston, Massachusetts, USA." } @@ -31484,6 +31964,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31512,6 +31995,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at Imperial College, London, United Kingdom." } @@ -31593,6 +32079,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31618,6 +32107,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31702,6 +32194,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at another institute or international laboratory covered by a cooperation agreement with CERN." } @@ -31883,6 +32378,11 @@ } }, { + "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + } + ], "name": { "given_name": "A.", "surname": "Vorobyev" @@ -31918,6 +32418,9 @@ }, { "affiliation": [ + { + "affPubRaw": "Authors affiliated with an institute or an international laboratory covered by a cooperation agreement with CERN" + }, { "affPubRaw": "Also at Institute of Nuclear Physics of the Uzbekistan Academy of Sciences, Tashkent, Uzbekistan." } diff --git a/tests/stubdata/output/els_simple_article_3.json b/tests/stubdata/output/els_simple_article_3.json index 29419a9..cdaaaba 100644 --- a/tests/stubdata/output/els_simple_article_3.json +++ b/tests/stubdata/output/els_simple_article_3.json @@ -1,6 +1,11 @@ { "authors": [ { + "affiliation": [ + { + "affPubRaw": "Cognitive Electrophysiology Lab, Department of Psychology, University of Milano-Bicocca, Piazza dell'AteneoNuovo, 1, Milan 20162, Italy" + } + ], "attrib": { "email": "mado.proverbio@unimib.it", "orcid": "0000-0002-5138-1523" diff --git a/tests/stubdata/output/els_simple_article_4.json b/tests/stubdata/output/els_simple_article_4.json index fc25e52..4308779 100644 --- a/tests/stubdata/output/els_simple_article_4.json +++ b/tests/stubdata/output/els_simple_article_4.json @@ -1,6 +1,11 @@ { "authors": [ { + "affiliation": [ + { + "affPubRaw": "Institute for Pulsed Power and Microwave Technology, Karlsruhe Institute of Technology, Germany" + } + ], "attrib": { "email": "christian.gusbeth@kit.edu", "orcid": "0000-0002-1457-5994" From a27c5a75dd85b7832efa10e0f71a70c7e81685a9 Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Sat, 27 Apr 2024 19:24:43 -0400 Subject: [PATCH 09/10] Case of coverDisplayDate of "month1-month2 year" modified: adsingestp/parsers/elsevier.py new file: tests/stubdata/input/els_odd_cover_date.xml new file: tests/stubdata/output/els_odd_cover_date.json modified: tests/test_elsevier.py --- adsingestp/parsers/elsevier.py | 17 ++ tests/stubdata/input/els_odd_cover_date.xml | 1 + tests/stubdata/output/els_odd_cover_date.json | 197 ++++++++++++++++++ tests/test_elsevier.py | 1 + 4 files changed, 216 insertions(+) create mode 100644 tests/stubdata/input/els_odd_cover_date.xml create mode 100644 tests/stubdata/output/els_odd_cover_date.json diff --git a/adsingestp/parsers/elsevier.py b/adsingestp/parsers/elsevier.py index d9d891a..2bd966e 100644 --- a/adsingestp/parsers/elsevier.py +++ b/adsingestp/parsers/elsevier.py @@ -118,6 +118,23 @@ def _parse_pubdate(self): elif regex_yyyy.match(pubdate): year = pubdate self.base_metadata["pubdate_print"] = year + "-00-00" + else: + pubdate_parts = pubdate.split() + year = None + month = None + day = None + if len(pubdate_parts) == 2: + for pp in pubdate_parts: + if regex_yyyy.match(pp): + year = pp + elif utils.MONTH_TO_NUMBER.get(pp[0:3].lower(), None): + month = utils.MONTH_TO_NUMBER.get(pp[0:3].lower(), None) + if year: + if not month: + month = "00" + if not day: + day = "00" + self.base_metadata["pubdate_print"] = "%s-%s-%s" % (year, month, day) def _parse_edhistory(self): # key: xml tag, value: self.base_metadata key diff --git a/tests/stubdata/input/els_odd_cover_date.xml b/tests/stubdata/input/els_odd_cover_date.xml new file mode 100644 index 0000000..89fed36 --- /dev/null +++ b/tests/stubdata/input/els_odd_cover_date.xml @@ -0,0 +1 @@ +application/xmlLaboratory rotational spectroscopy of the magnesium-carbon chains MgC[formula omitted]H and MgC[formula omitted]NP. Bryan ChangalaNadav Genossar-DanJoshua H. BarabanMichael C. McCarthyRotational spectroscopyMetal-ligand moleculesAstrochemistryLaser-coolable moleculesJournal of Molecular Spectroscopy 401 (2024). doi:10.1016/j.jms.2024.111904journalJournal of Molecular Spectroscopy© 2024 Elsevier Inc. All rights reserved.Elsevier Inc.0022-2852401March-April 202410.1016/j.jms.2024.111904http://dx.doi.org/10.1016/j.jms.2024.111904doi:10.1016/j.jms.2024.1119041119042024-04-12T00:00:00.000ZJournalsS250.1YJMSP111904111904S0022-2852(24)00031-610.1016/j.jms.2024.111904Elsevier Inc.Fig. 1Laser ablation-electric discharge expansion source. A solenoid valve releases a pulse of precursor gas mixture synchronized with a laser pulse that ablates a rotating cylindrical metal target positioned outside the valve. The entrained ablation products continue through a stack of discharge electrodes and supersonically expand into the vacuum microwave cavity.Fig. 2Cavity FTMW measurements of MgC4H. The N and J quantum numbers are indicated above each panel, which is plotted with respect to the frequency offset from the center frequency shown. These transitions exhibit a larger Doppler splitting due to the co-axial cavity-expansion geometry and a smaller hyperfine splitting from the Fermi contact interaction of the H nuclear spin (I=1/2). The hyperfine doublets are labeled by the total angular momentum quantum number F (F=I+J). From top to bottom, the spectra are the result of 7min, 12min, and 70min of integration, respectively.Fig. 3Cavity FTMW measurements of MgC3N. The center frequencies and (N, J, F) quantum numbers are labeled as in Fig. 2. Each spin-rotation transition is split into three 14N nuclear hyperfine components (I=1), which are incompletely resolved (and unassigned) for transitions above 14GHz. The top and bottom spectra are the result of 130min and 230min of integration, respectively.Table 1The laboratory rest frequencies of MgC4H.NJFNJFFrequency (MHz)aObs. Calc. (kHz)22.5311.525528.28330.732.5321.528286.75831.032.5221.518286.78122.833.5422.538291.29301.533.5322.528291.3098−2.843.5432.5311049.7634−7.343.5332.5211049.7818−0.544.5533.5411054.2951−0.344.5433.5311054.30740.454.5543.5413812.7767b4.554.5443.5313812.7767b−2.955.5644.5513817.2959b3.355.5544.5413817.2959b−4.165.5654.5516575.7681b4.765.5554.5416575.7681b−0.466.5755.5616580.2859b4.366.5655.5516580.2859b−0.876.5765.5619338.7484b4.776.5665.5519338.7484b0.977.5866.5719343.2618b1.277.5766.5619343.2618b−2.587.5876.5722101.7115b−0.587.5776.5622101.7115b−3.488.5977.5822106.2289b1.088.5877.5722106.2289b−1.9aThe measurement uncertainty is 2 kHz.bHyperfine splitting is unresolved. The mean transition frequency is reported.Table 2The laboratory rest frequencies of MgC3N.NJFNJFFrequency (MHz)aObs. Calc. (kHz)32.52.521.51.58283.07042.032.53.521.52.58283.23050.833.52.522.51.58287.39631.333.53.522.52.58287.44460.633.54.522.53.58287.5473−0.843.52.532.51.511044.8171−0.443.53.532.52.511044.8722−2.043.54.532.53.511044.94660.144.53.533.52.511049.21590.244.54.533.53.511049.2402−1.844.55.533.54.511049.2966−1.554.54.543.53.513806.6394−3.754.55.543.54.513806.68733.455.54.544.53.513810.9914−4.555.55.544.54.513811.02026.855.56.544.55.513811.0485−0.1aThe measurement uncertainty is 2 kHz.Table 3The spectroscopic constants of MgC4H and MgC3N.Table 4Calculated properties of MgC4H and MgC3N.ParameterMgC4HMgC3NUHFROHFUHFROHFrMgC1a2.045452.044252.064242.06273rC1C21.221891.229751.219101.22679rC2C31.379791.373451.383101.37721rC3C4/C3N1.204341.211471.155861.16256rC4H1.061491.06171Be/MHzb1379.2401376.4091378.3741375.641ΔBvib/MHzb2.445b2.629bμe/a.u.c0.8410.8342.5182.494ρMg/a.u.d0.991980.935201.061120.99916ρC1/a.u.0.109550.126290.108480.12546ρC2/a.u.0.043030.016950.043830.01705ρC3/a.u.−0.026590.00334−0.025510.00305ρC4/N/a.u.0.02412−0.000510.02044−0.00055ρH/a.u.−0.003870.00018Sˆ2SCFe1.1960.7501.1610.750Sˆ2CC0.8150.7500.8060.750bF/MHzf−17.2770.8036.595−0.178c/MHz6.6400.053−6.4640.553eQq/MHz−4.305−4.170Note — The optimized geometries and electronic properties were calculated at the UHF- or ROHF-CCSD(T)/cc-pCVQZ level of theory, except where otherwise noted.aThe bond lengths with C1, C2, etc., labeling the C atoms beginning with that closest to Mg.bBe is the equilibrium rotational constant. ΔBvib=B0Be is the zero-point vibrational correction. The ΔBvib values were calculated with VPT2 using the cc-pCVTZ basis set.cThe equilibrium electric dipole moment.dThe unpaired spin densities evaluated at sequential nuclei.eSˆ2SCF is the SCF expectation value of Sˆ2, and Sˆ2CC is the projected expectation value 0|Sˆ2exp(Tˆ)|0, where Tˆ is the coupled-cluster excitation operator.fbF and c are the Fermi contact and spin-dipole hyperfine coupling constants for H/14N. eQq is the electric quadrupole coupling constant for 14N.Laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3NP. BryanChangalaWriting – review & editingWriting – original draftVisualizationValidationProject administrationMethodologyInvestigationFunding acquisitionFormal analysisConceptualizationabryan.changala@cfa.harvard.eduNadavGenossar-DanWriting – review & editingValidationInvestigationFormal analysisConceptualizationbJoshua H.BarabanWriting – review & editingValidationSupervisionProject administrationFunding acquisitionFormal analysisConceptualizationbMichael C.McCarthyWriting – review & editingSupervisionProject administrationFunding acquisitionConceptualizationaaCenter for Astrophysics — Harvard & Smithsonian, Cambridge, MA, 02138, USACenter for Astrophysics — Harvard & SmithsonianCambridgeMA02138USACenter for Astrophysics — Harvard & Smithsonian, Cambridge, MA, 02138, USAbDepartment of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, IsraelDepartment of Chemistry, Ben-Gurion University of the NegevBeer Sheva8410501IsraelDepartment of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, IsraelCorresponding author.AbstractRecent advances in circumstellar metal chemistry and laser-coolable molecules have spurred interest in the spectroscopy and electronic properties of alkaline earth metal-bearing polyatomic molecules. We report the microwave rotational spectra of two members of this important chemical family, the linear magnesium-carbon chains MgC4H and MgC3N, detected with cavity Fourier transform microwave spectroscopy of a laser ablation-electric discharge expansion. The rotation, fine, and hyperfine parameters have been derived from the precise laboratory rest frequencies. These experimental results, combined with a theoretical quantum chemical analysis, confirm the recent identification of MgC4H and MgC3N in the circumstellar envelope of the evolved carbon-rich star IRC+10216. The spectroscopic data also provide insight into the structural and electronic properties that influence the metal-based optical cycling center in this unique class of laser-coolable polyatomics.Graphical abstractHighlightsMgC4H and MgC3N were detected in the laboratory with microwave spectroscopy.Confirmation of the astronomical identification in carbon-rich circumstellar envelopes.Fine and hyperfine structure reveals a highly metal-localized unpaired electron.KeywordsRotational spectroscopyMetal-ligand moleculesAstrochemistryLaser-coolable moleculesData availabilityData will be made available on request.1IntroductionRadio astronomical observations of the evolved carbon-rich star IRC+10216 have revealed a rich metal chemistry in its inner layers and circumstellar shell. Equilibrium and non-equilibrium processes are thought to produce a large number of gas-phase molecules with highly ionic metal-ligand bonds, including small cyanides, isocyanides and acetylides [1–10]. Of these, the magnesium-carbon chains and clusters are by far the most extensively characterized family of metal-bearing circumstellar molecules. The identification of Mg(CC)nH, Mg(CC)n1 (NC/CN), and HMg(CC)n1(NC/CN) chains up to n=3[7,8,10–14]; their positively charged ions with n= 2–3 [15]; and the cyclic MgC2 metal dicarbide [16] in IRC+10216 provides strong support for an ion–molecule radiative association–dissociative recombination pathway that incorporates metal atoms into polyatomic molecules in the circumstellar shell [17–19]. Although an extensive literature of optical laboratory data exists for many of these Mg-bearing species [20–27], high resolution microwave/mm-wave laboratory spectra are known only for the smallest members: MgCCH [28–31], MgCN/MgNC/HMgNC [7,11,32–34], and MgC2[16]. The astronomical identification of the longer-chain molecules by radio detection has therefore relied primarily on quantum chemical calculations [13–15], motivating a renewed effort to produce these species in the laboratory and measure their rotational rest frequencies to high accuracy.Alkaline earth metal-containing molecules are also of fundamental interest in molecular physics. Ionic monovalent metal-ligand compounds (ML, with L = OH, OCH3, CCH, etc.) are the most common polyatomic candidates for direct laser-cooling applications because of the unique electronic structure of the unpaired electron localized on the metal atom [35,36]. This optically active electron interacts only weakly with the rest of the molecule, giving rise to quasi-atomic metal-centered electronic excitations with highly diagonal vibrational Franck–Condon factors, which are necessary for efficient photon cycling schemes. Metal acetylides are intriguing laser-cooling candidates in this class because they can potentially accommodate multiple metal atoms whose interactions can be tuned by simply elongating the chain with repeated CC units, i.e., M(CC)nM[37,38]. Quantifying the precise structural and electronic properties of long alkaline-earth metal-carbon chains is therefore crucial to illuminating the chemical design principles of these complex laser-coolable polyatomics [30].Motivated by these astrophysical and fundamental considerations, we have produced MgC4H and MgC3N in the laboratory with a laser ablation-electric discharge supersonic expansion source and detected their rotational spectra with a sensitive cavity Fourier transform microwave (FTMW) spectrometer. The precise spectroscopic constants derived from the laboratory rest frequencies are consistent with those derived from recent astronomical observations [13]. When combined with a variety of additional laboratory assays and tests, and new theoretical calculations, these measurements confirm beyond any reasonable doubt the identification of MgC4H and MgC3N in IRC+10216. A comparison of the structural and electronic properties inferred from their rotational, fine, and hyperfine parameters with those of the shorter analogues (e.g., MgCCH and MgCN) provides insight into the chemical and electronic trends of this important family of metal-ligand molecules.2ExperimentalMgC4H and MgC3N were produced in a laser ablation-electric discharge expansion source at conditions similar to those of other closely-related alkaline earth metal-bearing molecules recently studied in our laboratory, including MgCCH [30] and MgC2[16] (see Fig. 1). A dilute mixture of organic precursors in neon (0.1% acetylene, diacetylene, or acetonitrile) was expanded into a large vacuum chamber through a pulsed solenoid valve operating at a 5 Hz repetition rate with a 500μs pulse length. After the gas exits the valve, it passes a rotating magnesium rod that was ablated by a 5ns, 20–40 mJ pulse of 532 nm radiation generated from an Nd:YAG laser. The timing is such that the ablation plume is entrained into the expanding gas and then passes through two cylindrical copper electrodes separated by 1 cm and biased with a 700–900 V potential, which drives a 20–40 mA discharge current. The discharge increased the MgC4H and MgC3N yields by up to a factor of 5 relative to ablation alone likely due to the enhanced reactivity of electronically excited Mg atoms or Mg+ cations [30,31,39,40].The rotational spectra were measured with a cavity FTMW spectrometer operating from 5 to 26 GHz [41,42]. The cavity is aligned co-axially with the supersonic expansion and surrounded by three pairs of Helmholtz coils tuned to cancel the Earth’s magnetic field, which causes Zeeman splitting and shifts of the rotational transitions of open-shell molecules. Residual magnetic fields near the cavity boundaries are estimated to be less than 50 mG, and the rest frequencies of the rotational transitions were measured to an accuracy of 2 kHz.Using the spectroscopic parameters of putative MgC4H and MgC3N derived from astronomical observations (which span 30–110 GHz [13]), rest frequencies of both molecules in the 5–26 GHz bandwidth of the cavity spectrometer were predicted to an accuracy of 100kHz, sufficiently small to be searched for at a single position of the microwave cavity, which has very high sensitivity but a narrow instantaneous bandwidth, i.e. <0.5MHz. Microwave features of both MgC4H and MgC3N were readily observed after optimizing the experimental conditions for the production of MgCCH. Various assays were then performed to better constrain the chemical composition and properties of these carriers. Both required the ablation laser to be on, indicating they contain magnesium. The MgC4H transitions were observed with both acetylene and diacetylene precursors, but with a larger signal intensity (up to a factor of 2) from the latter. The optimal concentration of either precursor was 0.15% in neon. The MgC3N transitions required the presence of acetonitrile as a nitrogen source. A 1:1 acetonitrile:acetylene mixture (both 0.08% in neon) optimized the MgC3N signal, which was slightly more intense than that without acetylene (i.e. a pure 0.08% acetonitrile precursor). Both MgC4H and MgC3N transitions were sensitive to applied magnetic fields, displaying characteristic Zeeman splittings when one of the Helmholtz coils was turned off, as expected for an open-shell molecule. By examining the dependence of the signal on the microwave excitation power, we estimated that MgC4H has a dipole moment comparable to MgCCH (calculated to be 2.3 D and 1.7 D, respectively [43,44]) and that MgC3N has a dipole moment comparable to MgNC (calculated and measured to be 6.4 D and 5.3 D, respectively [13,26]). Accounting for the dipole moments and molecular partition functions at the typical rotational temperature of 2 K in the expansion, we estimate MgC4H and MgC3N to be a factor of 10–100 less abundant than MgCCH and MgNC, respectively, at the ablation-discharge expansion conditions optimized for MgC4H/MgC3N production, as described above. It is worth noting that a prior attempt to produce MgC3N (and CaC3N) in another laboratory equipped with a similar laser ablation expansion source, but using BrC3N, IC3N, or HC3N precursors, resulted in no detectable rotational transitions [45]. As the authors of that study pointed out, a possible explanation in this instance is the formation of divalent M(C3N)2 molecules instead, following thermochemical arguments. Given our own observations of MgCCH, MgNC, and MgC4H from HCCH, CH3CN, and HC4H precursors, respectively, we would expect MgC3N to be detectable in our source with an HC3N precursor, even with laser ablation alone (i.e. no discharge). Thus, it may also be the case that, despite comparable laser ablation pulse energies, the use of a picosecond pulse in the prior experiments (compared to the nanosecond pulses used here) might influence the population of Mg/Mg+ atoms, which appear to be important to the formation of monovalent alkaline earth metal-ligand molecules [40], or otherwise affect the precursor chemistry.3Theoretical methodsThe structural and electronic properties of MgC4H and MgC3N were computed with coupled-cluster quantum chemical methods in Cfour[46,47]. The optimized geometries and first-order properties were calculated with analytic derivative techniques for coupled-cluster theory with single, double, and perturbative triple excitations [CCSD(T)] with both unrestricted (UHF) [48–50] and restricted open-shell (ROHF) [51,52] reference wavefunctions and correlation- consistent polarized core-valence basis sets with double, triple, and quadruple ζ functions (cc-pCVXZ, X = D, T, Q) [53–55]. All electrons except those occupying the inner-core Mg 1s orbital were correlated. As discussed further below, the quadratically convergent self-consistent field (QCSCF) code in Cfour[56] was used to address inconsistent convergence of UHF solutions using a standard DIIS algorithm [57]. Vibrational zero-point corrections to the ground-state rotational constants were derived with second-order vibrational perturbation theory (VPT2) [58] using cubic force fields calculated by finite differences.4ResultsThe laboratory rest frequencies of MgC4H and MgC3N are listed in Tables 1 and 2. Some examples of the measured line profiles for MgC4H are shown in Fig. 2. An effective Hamiltonian for a 2Σ electronic state including rotational (B), centrifugal distortion (D), spin-rotation (γ), Fermi contact (bF), spin-dipole (c, MgC3N only), and electric quadrupole coupling (eQq, MgC3N only) parameters was fit to the measured lines using the SPFIT/SPCAT programs [59]. The small hyperfine parameters in MgC4H produced observable splittings only for transitions with N3, and its spectrum could be fit to the measurement uncertainty with a Fermi contact term only, fixing c=0. MgC3N exhibits much larger hyperfine splittings at low N owing to the electric quadrupole moment of the 14N nucleus (I=1). The partial collapse of the quadrupole splitting at high N led to congestion of MgC3N transitions above 14 GHz, which were excluded from the laboratory analysis because the hyperfine-weighted line center could not be confidently determined (see Fig. 3). The spectroscopic parameters derived from a laboratory-only data set and a combined laboratory-astronomical data set incorporating the 30–110 GHz transitions reported in Ref. [13] are summarized in Table 3. Although the astronomical frequencies have much larger measurement uncertainties (0.1–1.0 MHz) than the laboratory frequencies (2 kHz), the higher frequency range of the former helps to reduce the uncertainties of the derived B and D parameters. The rest frequencies calculated with the combined fit parameters for the strongest transitions below 40 GHz have a predicted uncertainty of 1–10 kHz. The raw line lists and fitting files are available in a permanent online data repository [60].The optimized geometry and first-order electronic properties of MgC4H and MgC3N at the CCSD(T)/cc-pCVQZ level of theory are summarized in Table 4, which includes results for both UHF and ROHF reference wavefunctions. The Sˆ2 expectation value of the UHF reference wavefunction is 1.2 for both MgC4H and MgC3N, which is evidence of significant spin contamination that is only partly removed in the correlated wavefunction. (The exact value for a doublet state is 3/4.) The UHF and ROHF optimized bond lengths show differences of up to 0.008 Å, while the difference in quantities that depend on the unpaired spin density are even more pronounced. For example, the UHF and ROHF predictions for the magnetic hyperfine coupling constants (bF and c) for both H and 14N differ substantially in absolute magnitude and sign. Molecular properties that depend on the total electron density such as the electric dipole moment and electric quadrupole coupling constant of 14N exhibit much smaller UHF-ROHF differences.In the course of this work, it was observed that two different UHF solutions could be converged depending on the choice of SCF algorithm (DIIS or QCSCF) and basis set. The results in Table 4 correspond to the spin-contaminated solution, which was always found by the QCSCF solver and appears to be the rigorous variational minimum. For MgC3N with the cc-pCV(D,T,Q)Z basis sets and MgC4H with the cc-pCV(D,T)Z basis sets, a conventional DIIS algorithm converged a weakly spin-contaminated solution (Sˆ2CC3/4<103). This weakly contaminated UHF reference wavefunction yielded optimized CCSD(T) bond lengths that differed from the ROHF-CCSD(T) values by 10−4 Å or less. Nonetheless, despite the similar optimized structures, the unpaired spin density of the weakly contaminated UHF-CCSD(T) wavefunction still differed substantially from that of the ROHF-CCSD(T) wavefunction. The values of the bF and c parameters of MgC3N with the former, for example, were 1.426 MHz and 2.157 MHz, respectively, which are considerably larger than the ROHF predictions in Table 4. (The weakly spin contaminated UHF solution could not be found for MgC4H with the cc-pCVQZ basis set.)5DiscussionThe combined laboratory, theoretical, and astronomical evidence unambiguously confirms the identification of MgC4H and MgC3N in IRC+10216 by Cernicharo et al. [13]. The next longer chains, MgC6H and MgC5N, have also been detected by radio astronomy in this source [14]. If the MgCCH:MgC4H 101:1–102:1 abundance ratio in our laser ablation-electric discharge holds for MgC4H:MgC6H (and similarly for MgC5N), then it should be possible to detect both of the longer species at similar experimental conditions, particularly as the laboratory rest frequencies in the cm-wave band can be predicted with relatively small uncertainties (1 MHz) using the astronomically derived spectroscopic constants.The structural and electronic properties of MgC4H and MgC3N demonstrate that their ionic metal-carbon bonding is very similar to that of their smaller chain analogues. Although the lack of isotopic data prevents a complete structural analysis at this juncture, if we constrain all bond lengths other than the Mg–C bond to their optimized ROHF-CCSD(T)/cc-pCVQZ values, then the semi-experimental equilibrium rotational constants, Bse=B0ΔBvib, derived from the measured B0 values and theoretical vibrational corrections (Table 4) imply that the semi-experimental equilibrium metal-carbon bond lengths are rse(Mg–C4H) 2.039Å and rse(Mg–C3N) 2.057Å. These are similar to the Mg–C bond length in MgCCH (rse= 2.0369(7)Å [30]) and somewhat shorter than that in MgCN (2.072Å [32,61]). In the (usually very good) approximation that the spin-rotation constants (γ) are dominated by second-order spin–orbit contributions [62], the ratio γ/B can also be compared between different Mg-bearing chain molecules to assess changes between the electronic state manifold of the unpaired σ(sp) electron centered on the Mg atom. The γ/B values of MgC4H and MgC3N are 3.27×103 and 3.17×103, respectively, while the values for MgCCH and MgCN are 3.36×103[29–31] and 2.95×103[32]. The small spread (10%) of these ratios illustrates that the unpaired Mg-centered electron in each of these molecules experiences a similar electronic environment.The strong localization of the unpaired electron is also reflected by the small magnitude of the magnetic hyperfine parameters of the H and N nuclei, which are farthest from the Mg radical center. The good agreement between the calculated ROHF-CCSD(T) hyperfine parameters and the measured bF(H), bF(N), and c(N) values highlights the importance of beginning with a ROHF determinant and the high sensitivity of these properties to even small amounts of spin contamination. The unpaired spin densities at each nucleus, reported in Table 4, decay approximately exponentially with distance from the Mg atom, a pattern similar to that observed experimentally in isotopologues of MgCCH, CaCCH, and SrCCH [30]. This behavior bolsters the idea that biradical electronic interactions in M–(CC)n–M chains can potentially be tuned over several orders of magnitude by varying the number of C2 linker units. Controlling this coupling will have an important influence on the optical cycling properties of hypermetallic polyatomic molecules for next-generation laser-cooling applications [37,38].6ConclusionsThe linear magnesium-carbon chains MgC4H and MgC3N were detected and characterized at high-resolution in the laboratory by cavity FTMW spectroscopy. A parallel quantum chemical analysis highlighted the influence of spin contamination on accurate predictions of their structural and magnetic hyperfine parameters. This study lays the foundation for a number of follow-up investigations targeting their substituted isotopic species, positively and negatively charged ions, and hypermetallic derivatives. The characterization of these molecules will provide the spectroscopic data needed to critically assess the chemical evolution of metal-carbon chains in astrophysical environments and the suitability of their unique electronic structure for applications in fundamental molecular physics.CRediT authorship contribution statementP. Bryan Changala: Writing – review & editing, Writing – original draft, Visualization, Validation, Project administration, Methodology, Investigation, Funding acquisition, Formal analysis, Conceptualization. Nadav Genossar-Dan: Writing – review & editing, Validation, Investigation, Formal analysis, Conceptualization. Joshua H. Baraban: Writing – review & editing, Validation, Supervision, Project administration, Funding acquisition, Formal analysis, Conceptualization. Michael C. McCarthy: Writing – review & editing, Supervision, Project administration, Funding acquisition, Conceptualization.Declaration of competing interestThe authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.AcknowledgmentsThe authors thank Prof. John F. Stanton (University of Florida) for helpful discussions regarding spin contamination. This work was supported by the U.S. National Science Foundation Award Nos. PHY-2110489 and AST-1908576, and by the U.S.-Israel Binational Science Foundation (Grant No. 2020724). N.G.-D. and J.H.B. are also supported by the Israel Science Foundation (ISF) , Grant No. 194/20. N.G.-D. acknowledges the VATAT scholarship for Ph.D. students in quantum science and technology.References[1]TurnerB.E.SteimleT.C.MeertsL.Detection of sodium cyanide (NaCN) in IRC 10216Astrophys. J. Lett.4261994L9710.1086/174043URL https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstractB. E. Turner, T. C. Steimle, L. Meerts, https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstractDetection of Sodium Cyanide (NaCN) in IRC 10216, ApJL 426 (1994) L97. doi:10.1086/174043. https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstract[2]GuélinM.MullerS.CernicharoJ.ApponiA.J.McCarthyM.C.GottliebC.A.ThaddeusP.Astronomical detection of the free radical SiCNAstron. Astrophys.3632000L9M. Guélin, S. Muller, J. Cernicharo, A. J. Apponi, M. C. McCarthy, C. A. Gottlieb, P. Thaddeus, Astronomical detection of the free radical SiCN, Astron. Astrophys. 363 (2000) L9.[3]ZiurysL.M.SavageC.HighbergerJ.L.ApponiA.J.GuélinM.CernicharoJ.More metal cyanide species: Detection of AlNC (X1Σ+) toward IRC+10216Astrophys. J.5642002L4510.1086/338775URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstractL. M. Ziurys, C. Savage, J. L. Highberger, A. J. Apponi, M. Guélin, J. Cernicharo, https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstractMore Metal Cyanide Species: Detection of AlNC (X1Σ+) toward IRC+10216, ApJ 564 (2002) L45. doi:10.1086/338775. https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstract[4]GuélinM.MullerS.CernicharoJ.McCarthyM.C.ThaddeusP.Detection of the SiNC radical in IRC+10216Astron. Astrophys.4262004L4910.1051/0004-6361:200400074M. Guélin, S. Muller, J. Cernicharo, M. C. McCarthy, P. Thaddeus, Detection of the SiNC radical in IRC+10216, Astron. Astrophys. 426 (2004) L49. doi:10.1051/0004-6361:200400074.[5]PulliamR.L.SavageC.AgúndezM.CernicharoJ.GuélinM.ZiurysL.M.Identification of KCN in IRC+10216: Evidence for selective cyanide chemistryAstrophys. J. Lett.7252010L18110.1088/2041-8205/725/2/L181URL https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstractR. L. Pulliam, C. Savage, M. Agúndez, J. Cernicharo, M. Guélin, L. M. Ziurys, https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstractIdentification of KCN in IRC+10216: Evidence for Selective Cyanide Chemistry, ApJL 725 (2010) L181. doi:10.1088/2041-8205/725/2/L181. https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstract[6]ZackL.N.HalfenD.T.ZiurysL.M.Detection of FeCN (X4Δi) in IRC+10216: A new interstellar moleculeAstrophys. J. Lett.7332011L3610.1088/2041-8205/733/2/L36L. N. Zack, D. T. Halfen, L. M. Ziurys, Detection of FeCN (X4Δi) in IRC+10216: A new interstellar molecule, ApJL 733 (2011) L36. doi:10.1088/2041-8205/733/2/L36.[7]CabezasC.CernicharoJ.AlonsoJ.L.AgundezM.MataS.GuelinM.PeñaI.Laboratory and astronomical discovery of hydromagnesium isocyanideAstrophys. J.775201313310.1088/0004-637X/775/2/133URL http://arxiv.org/abs/1309.0371C. Cabezas, J. Cernicharo, J. L. Alonso, M. Agundez, S. Mata, M. Guelin, I. Peña, http://arxiv.org/abs/1309.0371 http://dx.doi.org/10.1088/0004-637X/775/2/133Laboratory and Astronomical Discovery of Hydromagnesium Isocyanide, ApJ 775 (2013) 133. doi:10.1088/0004-637X/775/2/133. http://arxiv.org/abs/1309.0371 http://dx.doi.org/10.1088/0004-637X/775/2/133[8]AgúndezM.CernicharoJ.GuélinM.New molecules in IRC+10216: confirmation of C5S and tentative identification of MgCCH, NCCP, and SiH3CNAstron. Astrophys.5702014A4510.1051/0004-6361/201424542URL http://arxiv.org/abs/1408.6306M. Agúndez, J. Cernicharo, M. Guélin, http://arxiv.org/abs/1408.6306 http://dx.doi.org/10.1051/0004-6361/201424542New molecules in IRC+10216: confirmation of C5S and tentative identification of MgCCH, NCCP, and SiH3CN, Astron. Astrophys. 570 (2014) A45. doi:10.1051/0004-6361/201424542. http://arxiv.org/abs/1408.6306 http://dx.doi.org/10.1051/0004-6361/201424542[9]CernicharoJ.Velilla-PrietoL.AgúndezM.PardoJ.R.FonfríaJ.P.Quintana-LacaciG.CabezasC.BermúdezC.GuélinM.Discovery of the first Ca-bearing molecule in space: CaNCAstron. Astrophys.6272019L410.1051/0004-6361/201936040J. Cernicharo, L. Velilla-Prieto, M. Agúndez, J. R. Pardo, J. P. Fonfría, G. Quintana-Lacaci, C. Cabezas, C. Bermúdez, M. Guélin, Discovery of the first Ca-bearing molecule in space: CaNC, Astron. Astrophys. 627 (2019) L4. doi:10.1051/0004-6361/201936040.[10]CabezasC.PardoJ.R.AgúndezM.TerceroB.MarcelinoN.EndoY.de VicenteP.GuélinM.CernicharoJ.Discovery of two metallic cyanoacetylides in IRC+10216: HMgCCCN and NaCCCNAstron. Astrophys.6722023L1210.1051/0004-6361/202346462C. Cabezas, J. R. Pardo, M. Agúndez, B. Tercero, N. Marcelino, Y. Endo, P. de Vicente, M. Guélin, J. Cernicharo, Discovery of two metallic cyanoacetylides in IRC+10216: HMgCCCN and NaCCCN, Astron. Astrophys. 672 (2023) L12. doi:10.1051/0004-6361/202346462.[11]KawaguchiK.KagiE.HiranoT.TakanoS.SaitoS.Laboratory spectroscopy of MgNC: The first radioastronomical identification of Mg-bearing moleculeAstrophys. J. Lett.4061993L3910.1086/186781URL https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstractK. Kawaguchi, E. Kagi, T. Hirano, S. Takano, S. Saito, https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstractLaboratory Spectroscopy of MgNC: The First Radioastronomical Identification of Mg-bearing Molecule, ApJL 406 (1993) L39. doi:10.1086/186781. https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstract[12]ZiurysL.M.ApponiA.J.GuelinM.CernicharoJ.Detection of MgCN in IRC+10216: A new metal-bearing free radicalAstrophys. J.4451995L4710.1086/187886L. M. Ziurys, A. J. Apponi, M. Guelin, J. Cernicharo, Detection of MgCN in IRC+10216: A new metal-bearing free radical, Astrophys. J. 445 (1995) L47. doi:10.1086/187886.[13]CernicharoJ.CabezasC.PardoJ.R.AgúndezM.BermúdezC.Velilla-PrietoL.TerceroF.López-PérezJ.A.GallegoJ.D.FonfríaJ.P.Quintana-LacaciG.GuélinM.EndoY.Discovery of two new magnesium-bearing species in IRC+10216: MgC3N and MgC4HAstron. Astrophys.6302019L210.1051/0004-6361/201936372URL https://www.aanda.org/10.1051/0004-6361/201936372J. Cernicharo, C. Cabezas, J. R. Pardo, M. Agúndez, C. Bermúdez, L. Velilla-Prieto, F. Tercero, J. A. López-Pérez, J. D. Gallego, J. P. Fonfría, G. Quintana-Lacaci, M. Guélin, Y. Endo, https://www.aanda.org/10.1051/0004-6361/201936372Discovery of two new magnesium-bearing species in IRC+10216: MgC3N and MgC4H, Astron. Astrophys. 630 (2019) L2. doi:10.1051/0004-6361/201936372. https://www.aanda.org/10.1051/0004-6361/201936372[14]PardoJ.R.CabezasC.FonfríaJ.P.AgúndezM.TerceroB.De VicenteP.GuélinM.CernicharoJ.Magnesium radicals MgC5N and MgC6H in IRC+10216Astron. Astrophys.6522021L1310.1051/0004-6361/202141671J. R. Pardo, C. Cabezas, J. P. Fonfría, M. Agúndez, B. Tercero, P. De Vicente, M. Guélin, J. Cernicharo, Magnesium radicals MgC5N and MgC6H in IRC+10216, Astron. Astrophys. 652 (2021) L13. doi:10.1051/0004-6361/202141671.[15]CernicharoJ.CabezasC.PardoJ.R.AgúndezM.RonceroO.TerceroB.MarcelinoN.GuélinM.EndoY.de VicenteP.The magnesium paradigm in IRC +10216: Discovery of MgC4H+, MgC3N+, MgC6H+, and MgC5N+Astron. Astrophys.6722023L1310.1051/0004-6361/202346467URL https://www.aanda.org/10.1051/0004-6361/202346467J. Cernicharo, C. Cabezas, J. R. Pardo, M. Agúndez, O. Roncero, B. Tercero, N. Marcelino, M. Guélin, Y. Endo, P. de Vicente, https://www.aanda.org/10.1051/0004-6361/202346467The magnesium paradigm in IRC 10216: Discovery of MgC4H+, MgC3N+ , MgC6H+, and MgC5N+, Astron. Astrophys. 672 (2023) L13. doi:10.1051/0004-6361/202346467. https://www.aanda.org/10.1051/0004-6361/202346467[16]ChangalaP.B.GuptaH.CernicharoJ.PardoJ.R.AgúndezM.CabezasC.TerceroB.GuélinM.McCarthyM.C.Laboratory and astronomical discovery of magnesium dicarbide, MgC2Astrophys. J. Lett.9402022L4210.3847/2041-8213/aca144URL https://iopscience.iop.org/article/10.3847/2041-8213/aca144P. B. Changala, H. Gupta, J. Cernicharo, J. R. Pardo, M. Agúndez, C. Cabezas, B. Tercero, M. Guélin, M. C. McCarthy, https://iopscience.iop.org/article/10.3847/2041-8213/aca144Laboratory and Astronomical Discovery of Magnesium Dicarbide, MgC2, Astrophys. J. Lett. 940 (2022) L42. doi:10.3847/2041-8213/aca144. https://iopscience.iop.org/article/10.3847/2041-8213/aca144[17]DunbarR.C.PetrieS.Interstellar and circumstellar reaction kinetics of Na+, Mg+, and Al+ with cyanopolyynes and polyynesAstrophys. J.564200279210.1086/324196URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstractR. C. Dunbar, S. Petrie, https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstractInterstellar and Circumstellar Reaction Kinetics of Na+, Mg+, and Al+ with Cyanopolyynes and Polyynes, Astrophys. J. 564 (2002) 792. doi:10.1086/324196. https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstract[18]PetrieS.On the formation of metal cyanides and related compounds in the circumstellar envelope of IRC+10216Mon. Not. R. Astron. Soc.282199680781910.1093/MNRAS/282.3.807URL https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstractS. Petrie, https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstractOn the formation of metal cyanides and related compounds in the circumstellar envelope of IRC+10216, Mon. Not. R. Astron. Soc. 282 (1996) 807–819. doi:10.1093/MNRAS/282.3.807. https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstract[19]PetrieS.DunbarR.C.Radiative association reactions of Na+, Mg+, and Al+ with abundant interstellar molecules. variational transition state theory calculationsJ. Phys. Chem. A10420004480448810.1021/jp993485qURL https://pubs.acs.org/doi/10.1021/jp993485qS. Petrie, R. C. Dunbar, https://pubs.acs.org/doi/10.1021/jp993485qRadiative Association Reactions of Na+, Mg+, and Al+ with Abundant Interstellar Molecules. Variational Transition State Theory Calculations, J. Phys. Chem. A 104 (2000) 4480–4488. doi:10.1021/jp993485q. https://pubs.acs.org/doi/10.1021/jp993485q[20]CorlettG.K.LittleA.M.EllisA.M.LIF spectroscopy of the MgCCH free radicalChem. Phys. Lett.2491996535810.1016/0009-2614(95)01364-4G. K. Corlett, A. M. Little, A. M. Ellis, LIF spectroscopy of the MgCCH free radical, Chem. Phys. Lett. 249 (1996) 53–58. doi:10.1016/0009-2614(95)01364-4.[21]CorlettG.K.BeardahM.S.EllisA.M.A dispersed fluorescence investigation of the low frequency vibrations of MgCCH(X̃2Σ+)J. Mol. Spectrosc.185199720220310.1006/JMSP.1997.7412G. K. Corlett, M. S. Beardah, A. M. Ellis, A Dispersed Fluorescence Investigation of the Low Frequency Vibrations of MgCCH(X2Σ+), J. Mol. Spectrosc. 185 (1997) 202–203. doi:10.1006/JMSP.1997.7412.[22]TokarykD.W.AdamA.G.HopkinsW.S.High-resolution laser spectroscopy of the Ã2ΠX̃2Σ+ transition of MgCCHJ. Mol. Spectrosc.2302005546110.1016/j.jms.2004.10.008D. W. Tokaryk, A. G. Adam, W. S. Hopkins, High-resolution laser spectroscopy of the A2Π −X2Σ+ transition of MgCCH, J. Mol. Spectrosc. 230 (2005) 54–61. doi:10.1016/j.jms.2004.10.008.[23]ChasovskikhE.JochnowitzE.B.MaierJ.P.Electronic spectra of the MgC4H and MgC6H radicalsJ. Phys. Chem. A1123720088686868910.1021/jp803969aURL https://pubs.acs.org/doi/abs/10.1021/jp803969aE. Chasovskikh, E. B. Jochnowitz, J. P. Maier, https://pubs.acs.org/doi/abs/10.1021/jp803969aElectronic spectra of the MgC4H and MgC6H radicals, J. Phys. Chem. A 112 (37) (2008) 8686–8689. doi:10.1021/jp803969a. https://pubs.acs.org/doi/abs/10.1021/jp803969a[24]DingH.ApetreiC.ChacagaŁ.MaierJ.P.Electronic spectra of MgC2nH (n=1–3) chains in the gas phaseAstrophys. J.677200834835210.1086/524375URL https://iopscience.iop.org/article/10.1086/524375. https://iopscience.iop.org/article/10.1086/524375/metaH. Ding, C. Apetrei, Ł. Chacaga, J. P. Maier, https://iopscience.iop.org/article/10.1086/524375 https://iopscience.iop.org/article/10.1086/524375/metaElectronic Spectra of MgC2nH (n = 1–3) Chains in the Gas Phase, ApJ 677 (2008) 348–352. doi:10.1086/524375. https://iopscience.iop.org/article/10.1086/524375 https://iopscience.iop.org/article/10.1086/524375/meta[25]ForthommeD.LintonC.TokarykD.W.AdamA.G.GrangerA.D.High-resolution laser spectroscopy of the Ã2Π - X̃2Σ+ transition of MgC4HChem. Phys. Lett.4884–6201011612010.1016/j.cplett.2010.01.054D. Forthomme, C. Linton, D. W. Tokaryk, A. G. Adam, A. D. Granger, High-resolution laser spectroscopy of the A2Π - X2Σ+ transition of MgC4H, Chem. Phys. Lett. 488 (4-6) (2010) 116–120. doi:10.1016/j.cplett.2010.01.054.[26]SteimleT.C.BousquetR.R.The permanent electric dipole moment of MgNCJ. Chem. Phys.1152001520310.1063/1.1396853URL https://aip.scitation.org/doi/abs/10.1063/1.1396853T. C. Steimle, R. R. Bousquet, https://aip.scitation.org/doi/abs/10.1063/1.1396853The permanent electric dipole moment of MgNC, J. Chem. Phys. 115 (2001) 5203. doi:10.1063/1.1396853. https://aip.scitation.org/doi/abs/10.1063/1.1396853[27]FukushimaM.IshiwataT.The ν2 bending vibrational structure of the X̃2Σ+ state of MgNCJ. Chem. Phys.135201112431110.1063/1.3640024URL https://aip.scitation.org/doi/abs/10.1063/1.3640024M. Fukushima, T. Ishiwata, https://aip.scitation.org/doi/abs/10.1063/1.3640024The ν2 bending vibrational structure of the X2Σ+ state of MgNC, J. Chem. Phys. 135 (2011) 124311. doi:10.1063/1.3640024. https://aip.scitation.org/doi/abs/10.1063/1.3640024[28]AndersonM.A.ZiurysL.M.Laboratory detection and millimeter spectrum of the MgCCH radicalAstrophys. J.4391995L2510.1086/187736M. A. Anderson, L. M. Ziurys, Laboratory detection and millimeter spectrum of the MgCCH radical, ApJ 439 (1995) L25. doi:10.1086/187736.[29]BrewsterM.ApponiA.XinJ.ZiurysL.Millimeter-wave spectroscopy of vibrationally-excited NaCCH (X̃1Σ+) and MgCCH (X̃2Σ+): the ν5 bending modeChem. Phys. Lett.310199941142210.1016/S0009-2614(99)00816-7URL https://www.sciencedirect.com/science/article/pii/S0009261499008167M. Brewster, A. Apponi, J. Xin, L. Ziurys, https://www.sciencedirect.com/science/article/pii/S0009261499008167Millimeter-wave spectroscopy of vibrationally-excited NaCCH (X1Σ+) and MgCCH (X2Σ+): the ν5 bending mode, Chem. Phys. Lett. 310 (1999) 411–422. doi:10.1016/S0009-2614(99)00816-7. https://www.sciencedirect.com/science/article/pii/S0009261499008167[30]ChangalaP.B.Genossar-DanN.BrudnerE.GurT.BarabanJ.H.McCarthyM.C.Structural and electronic trends of optical cycling centers in polyatomic molecules revealed by microwave spectroscopy of MgCCH, CaCCH, and SrCCHProc. Natl. Acad. Sci.120282023e230358612010.1073/pnas.2303586120URL https://pnas.org/doi/10.1073/pnas.2303586120P. B. Changala, N. Genossar-Dan, E. Brudner, T. Gur, J. H. Baraban, M. C. McCarthy, https://pnas.org/doi/10.1073/pnas.2303586120Structural and electronic trends of optical cycling centers in polyatomic molecules revealed by microwave spectroscopy of MgCCH, CaCCH, and SrCCH, Proc. Natl. Acad. Sci. 120 (28) (2023) e2303586120. doi:10.1073/pnas.2303586120. https://pnas.org/doi/10.1073/pnas.2303586120[31]BurnsJ.E.ChengQ.FortenberryR.C.SunM.ZackL.N.ZaveriT.DeYonkerN.J.ZiurysL.M.A computational and spectroscopic study of MgCCH (X2Σ+: towards characterizing MgCCH+Mol. Phys.202310.1080/00268976.2023.2267135URL https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135J. E. Burns, Q. Cheng, R. C. Fortenberry, M. Sun, L. N. Zack, T. Zaveri, N. J. DeYonker, L. M. Ziurys, https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135A computational and spectroscopic study of MgCCH (X2Σ+: towards characterizing MgCCH+, Mol. Phys. (2023). doi:10.1080/00268976.2023.2267135. https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135[32]AndersonM.A.SteimleT.C.ZiurysL.M.AndersonM.A.SteimleT.C.ZiurysL.M.The millimeter and submillimeter rotational spectrum of the MgCN radical (X2Σ+)Astrophys. J. Lett.4291994L4110.1086/187408URL https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstractM. A. Anderson, T. C. Steimle, L. M. Ziurys, M. A. Anderson, T. C. Steimle, L. M. Ziurys, https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstractThe Millimeter and Submillimeter Rotational Spectrum of the MgCN Radical (X2Σ+), ApJL 429 (1994) L41. doi:10.1086/187408. https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstract[33]AndersonM.A.ZiurysL.M.The millimeter-wave spectrum of 25MgNC and 26MgNC: bonding in magnesium isocyanidesChem. Phys. Lett.231199416417010.1016/0009-2614(94)01259-8M. A. Anderson, L. M. Ziurys, The millimeter-wave spectrum of 25MgNC and 26MgNC: bonding in magnesium isocyanides, Chem. Phys. Lett. 231 (1994) 164–170. doi:10.1016/0009-2614(94)01259-8.[34]WalkerK.A.GerryM.C.14N hyperfine structure in the pure rotational spectrum of 24Mg14N12CJ. Mol. Spectrosc.1891998404510.1006/JMSP.1997.7515K. A. Walker, M. C. Gerry, 14N Hyperfine Structure in the Pure Rotational Spectrum of 24Mg14N12C, J. Mol. Spectrosc. 189 (1998) 40–45. doi:10.1006/JMSP.1997.7515.[35]IsaevT.A.BergerR.Polyatomic candidates for cooling of molecules with lasers from simple theoretical conceptsPhys. Rev. Lett.116201606300610.1103/PhysRevLett.116.063006URL https://link.aps.org/doi/10.1103/PhysRevLett.116.063006T. A. Isaev, R. Berger, https://link.aps.org/doi/10.1103/PhysRevLett.116.063006Polyatomic Candidates for Cooling of Molecules with Lasers from Simple Theoretical Concepts, Phys. Rev. Lett. 116 (2016) 063006. doi:10.1103/PhysRevLett.116.063006. https://link.aps.org/doi/10.1103/PhysRevLett.116.063006[36]KozyryevI.BaumL.MatsudaK.DoyleJ.M.Proposal for laser cooling of complex polyatomic moleculesChemPhysChem1720163641364810.1002/cphc.201601051URL http://doi.wiley.com/10.1002/cphc.201601051I. Kozyryev, L. Baum, K. Matsuda, J. M. Doyle, http://doi.wiley.com/10.1002/cphc.201601051Proposal for Laser Cooling of Complex Polyatomic Molecules, ChemPhysChem 17 (2016) 3641–3648. doi:10.1002/cphc.201601051. http://doi.wiley.com/10.1002/cphc.201601051[37]O’RourkeM.J.HutzlerN.R.Hypermetallic polar molecules for precision measurementsPhys. Rev. A100201902250210.1103/PhysRevA.100.022502URL https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502M. J. O’Rourke, N. R. Hutzler, https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502Hypermetallic polar molecules for precision measurements, Phys. Rev. A 100 (2019) 022502. doi:10.1103/PhysRevA.100.022502. https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502[38]IvanovM.V.GulaniaS.KrylovA.I.Two cycling centers in one molecule: Communication by through-bond interactions and entanglement of the unpaired electronsJ. Phys. Chem. Lett.1120201297130410.1021/acs.jpclett.0c00021URL https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021M. V. Ivanov, S. Gulania, A. I. Krylov, https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021Two Cycling Centers in One Molecule: Communication by Through-Bond Interactions and Entanglement of the Unpaired Electrons, J. Phys. Chem. Lett. 11 (2020) 1297–1304. doi:10.1021/acs.jpclett.0c00021. https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021[39]SunM.HalfenD.T.MinJ.HarrisB.ClouthierD.J.ZiurysL.M.The rotational spectrum of CuCCH(X̃1Σ+): A Fourier transform microwave discharge assisted laser ablation spectroscopy and millimeter/submillimeter studyJ. Chem. Phys.133201017430110.1063/1.3493690URL https://aip.scitation.org/doi/abs/10.1063/1.3493690M. Sun, D. T. Halfen, J. Min, B. Harris, D. J. Clouthier, L. M. Ziurys, https://aip.scitation.org/doi/abs/10.1063/1.3493690The rotational spectrum of CuCCH(X1Σ+): A Fourier transform microwave discharge assisted laser ablation spectroscopy and millimeter/submillimeter study, J. Chem. Phys. 133 (2010) 174301. doi:10.1063/1.3493690. https://aip.scitation.org/doi/abs/10.1063/1.3493690[40]BernathP.F.Spectroscopy and photochemistry of polyatomic alkaline earth containing moleculesAdv. Photochem.23199716210.1002/9780470133545.ch1URL https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1P. F. Bernath, https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1Spectroscopy and Photochemistry of Polyatomic Alkaline Earth Containing Molecules, Advances in Photochemistry 23 (1997) 1–62. doi:10.1002/9780470133545.ch1. https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1[41]GrabowJ.U.PalmerE.S.McCarthyM.C.ThaddeusP.Supersonic-jet cryogenic-resonator coaxially oriented beam-resonator arrangement Fourier transform microwave spectrometerRev. Sci. Instrum.76200509310610.1063/1.2039347URL http://aip.scitation.org/doi/10.1063/1.2039347J. U. Grabow, E. S. Palmer, M. C. McCarthy, P. Thaddeus, http://aip.scitation.org/doi/10.1063/1.2039347Supersonic-jet cryogenic-resonator coaxially oriented beam-resonator arrangement Fourier transform microwave spectrometer, Rev. Sci. Instrum. 76 (2005) 093106. doi:10.1063/1.2039347. http://aip.scitation.org/doi/10.1063/1.2039347[42]CrabtreeK.N.Martin-DrumelM.-A.BrownG.G.GasterS.A.HallT.M.McCarthyM.C.Microwave spectral taxonomy: A semi-automated combination of chirped-pulse and cavity Fourier-transform microwave spectroscopyJ. Chem. Phys.144201612420110.1063/1.4944072URL http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072K. N. Crabtree, M.-A. Martin-Drumel, G. G. Brown, S. A. Gaster, T. M. Hall, M. C. McCarthy, http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072Microwave spectral taxonomy: A semi-automated combination of chirped-pulse and cavity Fourier-transform microwave spectroscopy, J. Chem. Phys. 144 (2016) 124201. doi:10.1063/1.4944072. http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072[43]BâldeaI.Profiling astrophysically relevant MgC4H chains. An attempt to aid astronomical observationsMon. Not. R. Astron. Soc.49820204316432610.1093/mnras/staa2354URL https://academic.oup.com/mnras/article/498/3/4316/5903288I. Bâldea, https://academic.oup.com/mnras/article/498/3/4316/5903288Profiling astrophysically relevant MgC4H chains. An attempt to aid astronomical observations, Mon. Not. R. Astron. Soc 498 (2020) 4316–4326. doi:10.1093/mnras/staa2354. https://academic.oup.com/mnras/article/498/3/4316/5903288[44]WoonD.E.Ab initio characterization of MgCCH, MgCCH+, and MgC2 and pathways to their formation in the interstellar mediumAstrophys. J.456199660210.1086/176682URL https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract. http://adsabs.harvard.edu/doi/10.1086/176682D. E. Woon, https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract http://adsabs.harvard.edu/doi/10.1086/176682Ab Initio Characterization of MgCCH, MgCCH+, and MgC2 and Pathways to Their Formation in the Interstellar Medium, Astrophys. J. 456 (1996) 602. doi:10.1086/176682. https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract http://adsabs.harvard.edu/doi/10.1086/176682[45]CabezasC.BarrientosC.LargoA.GuilleminJ.-C.CernicharoJ.AlonsoJ.L.Alkaline and alkaline-earth cyanoacetylides: A combined theoretical and rotational spectroscopic investigationJ. Chem. Phys.151201910.1063/1.5110670URL https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-AC. Cabezas, C. Barrientos, A. Largo, J.-C. Guillemin, J. Cernicharo, J. L. Alonso, https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-AAlkaline and alkaline-earth cyanoacetylides: A combined theoretical and rotational spectroscopic investigation, J. Chem. Phys. 151 (2019). doi:10.1063/1.5110670. https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-A[46]StantonJ.F.GaussJ.ChengL.HardingM.E.MatthewsD.A.SzalayP.G.CFOUR, coupled-cluster techniques for computational chemistry, a quantum-chemical program package2020J. F. Stanton, J. Gauss, L. Cheng, M. E. Harding, D. A. Matthews, P. G. Szalay, CFOUR, Coupled-Cluster techniques for Computational Chemistry, a quantum-chemical program package (2020).[47]MatthewsD.A.ChengL.HardingM.E.LippariniF.StopkowiczS.JagauT.-C.SzalayP.G.GaussJ.StantonJ.F.Coupled-cluster techniques for computational chemistry: The cfour program packageJ. Chem. Phys.152202021410810.1063/5.0004837URL http://aip.scitation.org/doi/10.1063/5.0004837D. A. Matthews, L. Cheng, M. E. Harding, F. Lipparini, S. Stopkowicz, T.-C. Jagau, P. G. Szalay, J. Gauss, J. F. Stanton, http://aip.scitation.org/doi/10.1063/5.0004837Coupled-cluster techniques for computational chemistry: The CFOUR program package, J. Chem. Phys. 152 (2020) 214108. doi:10.1063/5.0004837. http://aip.scitation.org/doi/10.1063/5.0004837[48]RaghavachariK.TrucksG.W.PopleJ.A.Head-GordonM.A fifth-order perturbation comparison of electron correlation theoriesChem. Phys. Lett.157198947948310.1016/S0009-2614(89)87395-6K. Raghavachari, G. W. Trucks, J. A. Pople, M. Head-Gordon, A fifth-order perturbation comparison of electron correlation theories, Chem. Phys. Lett. 157 (1989) 479–483. doi:10.1016/S0009-2614(89)87395-6.[49]BartlettR.J.WattsJ.KucharskiS.NogaJ.Non-iterative fifth-order triple and quadruple excitation energy corrections in correlated methodsChem. Phys. Lett.165199051352210.1016/0009-2614(90)87031-LURL https://linkinghub.elsevier.com/retrieve/pii/000926149087031LR. J. Bartlett, J. Watts, S. Kucharski, J. Noga, https://linkinghub.elsevier.com/retrieve/pii/000926149087031LNon-iterative fifth-order triple and quadruple excitation energy corrections in correlated methods, Chem. Phys. Lett. 165 (1990) 513–522. doi:10.1016/0009-2614(90)87031-L. https://linkinghub.elsevier.com/retrieve/pii/000926149087031L[50]WattsJ.D.GaussJ.BartlettR.J.Open-shell analytical energy gradients for triple excitation many-body, coupled-cluster methods: Mbpt(4), CCSD+T(CCSD), CCSD(T), and QCISD(T)Chem. Phys. Lett.20019921710.1016/0009-2614(92)87036-OURL https://linkinghub.elsevier.com/retrieve/pii/000926149287036OJ. D. Watts, J. Gauss, R. J. Bartlett, https://linkinghub.elsevier.com/retrieve/pii/000926149287036OOpen-shell analytical energy gradients for triple excitation many-body, coupled-cluster methods: MBPT(4), CCSD+T(CCSD), CCSD(T),and QCISD(T), Chem. Phys. Lett. 200 (1992) 1–7. doi:10.1016/0009-2614(92)87036-O. https://linkinghub.elsevier.com/retrieve/pii/000926149287036O[51]GaussJ.LauderdaleW.J.StantonJ.F.WattsJ.D.BartlettR.J.Analytic energy gradients for open-shell coupled-cluster singles and doubles (CCSD) calculations using restricted open-shell Hartree—Fock (ROHF) reference functionsChem. Phys. Lett.182199120710.1016/0009-2614(91)80203-AURL https://linkinghub.elsevier.com/retrieve/pii/000926149180203AJ. Gauss, W. J. Lauderdale, J. F. Stanton, J. D. Watts, R. J. Bartlett, https://linkinghub.elsevier.com/retrieve/pii/000926149180203AAnalytic energy gradients for open-shell coupled-cluster singles and doubles (CCSD) calculations using restricted open-shell Hartree—Fock (ROHF) reference functions, Chem. Phys. Lett. 182 (1991) 207. doi:10.1016/0009-2614(91)80203-A. https://linkinghub.elsevier.com/retrieve/pii/000926149180203A[52]WattsJ.D.GaussJ.BartlettR.J.Coupled-cluster methods with noniterative triple excitations for restricted open-shell Hartree–Fock and other general single determinant reference functions. Energies and analytical gradientsJ. Chem. Phys.981993871810.1063/1.464480URL http://aip.scitation.org/doi/10.1063/1.464480J. D. Watts, J. Gauss, R. J. Bartlett, http://aip.scitation.org/doi/10.1063/1.464480Coupled-cluster methods with noniterative triple excitations for restricted open-shell Hartree–Fock and other general single determinant reference functions. Energies and analytical gradients, J. Chem. Phys. 98 (1993) 8718. doi:10.1063/1.464480. http://aip.scitation.org/doi/10.1063/1.464480[53]DunningT.H.Gaussian basis sets for use in correlated molecular calculations. I. The atoms boron through neon and hydrogenJ. Chem. Phys.901989100710.1063/1.456153URL http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153T. H. Dunning, http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153Gaussian basis sets for use in correlated molecular calculations. I. The atoms boron through neon and hydrogen, J. Chem. Phys. 90 (1989) 1007. doi:10.1063/1.456153. http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153[54]WoonD.E.DunningT.H.Gaussian basis sets for use in correlated molecular calculations. V. Core-valence basis sets for boron through neonJ. Chem. Phys.10319954572458510.1063/1.470645URL http://aip.scitation.org/doi/10.1063/1.470645D. E. Woon, T. H. Dunning, http://aip.scitation.org/doi/10.1063/1.470645Gaussian basis sets for use in correlated molecular calculations. V. Core-valence basis sets for boron through neon, J. Chem. Phys 103 (1995) 4572–4585. doi:10.1063/1.470645. http://aip.scitation.org/doi/10.1063/1.470645[55]PrascherB.P.WoonD.E.PetersonK.A.DunningT.H.WilsonA.K.Gaussian basis sets for use in correlated molecular calculations. VII. Valence, core-valence, and scalar relativistic basis sets for Li, Be, Na, and MgTheor. Chem. Acc.1282011698210.1007/S00214-010-0764-0URL https://link.springer.com/article/10.1007/s00214-010-0764-0B. P. Prascher, D. E. Woon, K. A. Peterson, T. H. Dunning, A. K. Wilson, https://link.springer.com/article/10.1007/s00214-010-0764-0Gaussian basis sets for use in correlated molecular calculations. VII. Valence, core-valence, and scalar relativistic basis sets for Li, Be, Na, and Mg, Theor. Chem. Acc. 128 (2011) 69–82. doi:10.1007/S00214-010-0764-0. https://link.springer.com/article/10.1007/s00214-010-0764-0[56]NottoliT.GaussJ.LippariniF.A black-box, general purpose quadratic self-consistent field code with and without Cholesky decomposition of the two-electron integralsMol. Phys.11921–22202110.1080/00268976.2021.1974590URL https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590T. Nottoli, J. Gauss, F. Lipparini, https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590A black-box, general purpose quadratic self-consistent field code with and without Cholesky decomposition of the two-electron integrals, Mol. Phys. 119 (21-22) (2021). doi:10.1080/00268976.2021.1974590. https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590[57]PulayP.Improved SCF convergence accelerationJ. Comput. Chem.3198255656010.1002/jcc.540030413URL https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413P. Pulay, https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413Improved SCF convergence acceleration, J. Comp. Chem. 3 (1982) 556–560. doi:10.1002/jcc.540030413. https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413[58]MillsI.M.Vibration-rotation structure in asymmetric- and symmetric-top moleculesRaoK.N.MathewsC.W.Molecular Spectroscopy: Modern Research1972Academic PressNew York115140Ch. 3.2I. M. Mills, Vibration-Rotation Structure in Asymmetric- and Symmetric-Top Molecules, in: K. N. Rao, C. W. Mathews (Eds.), Molecular Spectroscopy: Modern Research, Academic Press, New York, , 1972, Ch. 3.2, pp. 115–140.[59]PickettH.M.The fitting and prediction of vibration-rotation spectra with spin interactionsJ. Mol. Spectrosc.148199137137710.1016/0022-2852(91)90393-OH. M. Pickett, The fitting and prediction of vibration–rotation spectra with spin interactions, J. Mol. Spectrosc. 148 (1991) 371–377. doi:10.1016/0022-2852(91)90393-O.[60]ChangalaP.B.Genossar-DanN.BarabanJ.H.McCarthyM.C.Data for “laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N”202410.5281/zenodo.10779111P. B. Changala, N. Genossar-Dan, J. H. Baraban, M. C. McCarthy, https://doi.org/10.5281/zenodo.10779111Data for “Laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N” (Mar. 2024). doi:10.5281/zenodo.10779111. https://doi.org/10.5281/zenodo.10779111[61]HiranoT.IshiiK.OdakaT.E.JensenP.A theoretical study of MgNC and MgCN in the X̃2Σ+ electronic stateJ. Mol. Spectrosc.2152002425710.1006/jmsp.2002.8598URL https://linkinghub.elsevier.com/retrieve/pii/S002228520298598XT. Hirano, K. Ishii, T. E. Odaka, P. Jensen, https://linkinghub.elsevier.com/retrieve/pii/S002228520298598XA Theoretical Study of MgNC and MgCN in the X2Σ+ Electronic State, J. Mol. Spectrosc. 215 (2002) 42–57. doi:10.1006/jmsp.2002.8598. https://linkinghub.elsevier.com/retrieve/pii/S002228520298598X[62]StoneA.J.Gauge invariance of the g tensorProc. Roy. Soc. A271196342443410.1098/rspa.1963.0027URL https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027A. J. Stone, https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027Gauge invariance of the g tensor, Proc. Roy. Soc. A 271 (1963) 424–434. doi:10.1098/rspa.1963.0027. https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027 \ No newline at end of file diff --git a/tests/stubdata/output/els_odd_cover_date.json b/tests/stubdata/output/els_odd_cover_date.json new file mode 100644 index 0000000..4399529 --- /dev/null +++ b/tests/stubdata/output/els_odd_cover_date.json @@ -0,0 +1,197 @@ +{ + "abstract": { + "textEnglish": "Recent advances in circumstellar metal chemistry and laser-coolable molecules have spurred interest in the spectroscopy and electronic properties of alkaline earth metal-bearing polyatomic molecules. We report the microwave rotational spectra of two members of this important chemical family, the linear magnesium-carbon chains MgC4H and MgC3N, detected with cavity Fourier transform microwave spectroscopy of a laser ablation-electric discharge expansion. The rotation, fine, and hyperfine parameters have been derived from the precise laboratory rest frequencies. These experimental results, combined with a theoretical quantum chemical analysis, confirm the recent identification of MgC4H and MgC3N in the circumstellar envelope of the evolved carbon-rich star IRC+10216. The spectroscopic data also provide insight into the structural and electronic properties that influence the metal-based optical cycling center in this unique class of laser-coolable polyatomics." + }, + "authors": [ + { + "affiliation": [ + { + "affPubRaw": "Center for Astrophysics \u2014 Harvard & Smithsonian, Cambridge, MA, 02138, USA" + } + ], + "attrib": { + "email": "bryan.changala@cfa.harvard.edu", + "orcid": "0000-0003-0304-9814" + }, + "name": { + "given_name": "P. Bryan", + "surname": "Changala" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, Israel" + } + ], + "name": { + "given_name": "Nadav", + "surname": "Genossar-Dan" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Department of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, Israel" + } + ], + "name": { + "given_name": "Joshua H.", + "surname": "Baraban" + } + }, + { + "affiliation": [ + { + "affPubRaw": "Center for Astrophysics \u2014 Harvard & Smithsonian, Cambridge, MA, 02138, USA" + } + ], + "name": { + "given_name": "Michael C.", + "surname": "McCarthy" + } + } + ], + "copyright": { + "statement": "\u00a9 2024 Elsevier Inc. All rights reserved.", + "status": true + }, + "doctype": "article", + "editorialHistory": { + "acceptedDate": "2024-04-09", + "receivedDates": [ + "2024-01-22" + ], + "revisedDates": [ + "2024-04-07" + ] + }, + "esources": [ + { + "location": "http://dx.doi.org/10.1016/j.jms.2024.111904", + "source": "pub_html" + } + ], + "keywords": [ + { + "keyString": "Rotational spectroscopy", + "keySystem": "Elsevier" + }, + { + "keyString": "Metal-ligand molecules", + "keySystem": "Elsevier" + }, + { + "keyString": "Astrochemistry", + "keySystem": "Elsevier" + }, + { + "keyString": "Laser-coolable molecules", + "keySystem": "Elsevier" + } + ], + "pagination": { + "electronicID": "111904" + }, + "persistentIDs": [ + { + "DOI": "10.1016/j.jms.2024.111904" + } + ], + "pubDate": { + "printDate": "2024-03-00" + }, + "publication": { + "ISSN": [ + { + "issnString": "0022-2852", + "pubtype": "not specified" + } + ], + "pubName": "Journal of Molecular Spectroscopy", + "pubYear": "2024", + "publisher": "Elsevier Inc.", + "volumeNum": "401" + }, + "publisherIDs": [ + { + "Identifier": "S0022-2852(24)00031-6", + "attribute": "PII" + } + ], + "recordData": { + "createdTime": "", + "loadFormat": "OtherXML", + "loadLocation": "", + "loadType": "fromFile", + "parsedTime": "", + "recordOrigin": "" + }, + "references": [ + "TurnerB.E.SteimleT.C.MeertsL.Detection of sodium cyanide (NaCN) in IRC 10216Astrophys. J. Lett.4261994L9710.1086/174043URL https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstract", + "Gu\u00e9linM.MullerS.CernicharoJ.ApponiA.J.McCarthyM.C.GottliebC.A.ThaddeusP.Astronomical detection of the free radical SiCNAstron. Astrophys.3632000L9", + "ZiurysL.M.SavageC.HighbergerJ.L.ApponiA.J.Gu\u00e9linM.CernicharoJ.More metal cyanide species: Detection of AlNC (X1\u03a3+) toward IRC+10216Astrophys. J.5642002L4510.1086/338775URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstract", + "Gu\u00e9linM.MullerS.CernicharoJ.McCarthyM.C.ThaddeusP.Detection of the SiNC radical in IRC+10216Astron. Astrophys.4262004L4910.1051/0004-6361:200400074", + "PulliamR.L.SavageC.Ag\u00fandezM.CernicharoJ.Gu\u00e9linM.ZiurysL.M.Identification of KCN in IRC+10216: Evidence for selective cyanide chemistryAstrophys. J. Lett.7252010L18110.1088/2041-8205/725/2/L181URL https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstract", + "ZackL.N.HalfenD.T.ZiurysL.M.Detection of FeCN (X4\u0394i) in IRC+10216: A new interstellar moleculeAstrophys. J. Lett.7332011L3610.1088/2041-8205/733/2/L36", + "CabezasC.CernicharoJ.AlonsoJ.L.AgundezM.MataS.GuelinM.Pe\u00f1aI.Laboratory and astronomical discovery of hydromagnesium isocyanideAstrophys. J.775201313310.1088/0004-637X/775/2/133URL http://arxiv.org/abs/1309.0371", + "Ag\u00fandezM.CernicharoJ.Gu\u00e9linM.New molecules in IRC+10216: confirmation of C5S and tentative identification of MgCCH, NCCP, and SiH3CNAstron. Astrophys.5702014A4510.1051/0004-6361/201424542URL http://arxiv.org/abs/1408.6306", + "CernicharoJ.Velilla-PrietoL.Ag\u00fandezM.PardoJ.R.Fonfr\u00edaJ.P.Quintana-LacaciG.CabezasC.Berm\u00fadezC.Gu\u00e9linM.Discovery of the first Ca-bearing molecule in space: CaNCAstron. Astrophys.6272019L410.1051/0004-6361/201936040", + "CabezasC.PardoJ.R.Ag\u00fandezM.TerceroB.MarcelinoN.EndoY.de VicenteP.Gu\u00e9linM.CernicharoJ.Discovery of two metallic cyanoacetylides in IRC+10216: HMgCCCN and NaCCCNAstron. Astrophys.6722023L1210.1051/0004-6361/202346462", + "KawaguchiK.KagiE.HiranoT.TakanoS.SaitoS.Laboratory spectroscopy of MgNC: The first radioastronomical identification of Mg-bearing moleculeAstrophys. J. Lett.4061993L3910.1086/186781URL https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstract", + "ZiurysL.M.ApponiA.J.GuelinM.CernicharoJ.Detection of MgCN in IRC+10216: A new metal-bearing free radicalAstrophys. J.4451995L4710.1086/187886", + "CernicharoJ.CabezasC.PardoJ.R.Ag\u00fandezM.Berm\u00fadezC.Velilla-PrietoL.TerceroF.L\u00f3pez-P\u00e9rezJ.A.GallegoJ.D.Fonfr\u00edaJ.P.Quintana-LacaciG.Gu\u00e9linM.EndoY.Discovery of two new magnesium-bearing species in IRC+10216: MgC3N and MgC4HAstron. Astrophys.6302019L210.1051/0004-6361/201936372URL https://www.aanda.org/10.1051/0004-6361/201936372", + "PardoJ.R.CabezasC.Fonfr\u00edaJ.P.Ag\u00fandezM.TerceroB.De VicenteP.Gu\u00e9linM.CernicharoJ.Magnesium radicals MgC5N and MgC6H in IRC+10216Astron. Astrophys.6522021L1310.1051/0004-6361/202141671", + "CernicharoJ.CabezasC.PardoJ.R.Ag\u00fandezM.RonceroO.TerceroB.MarcelinoN.Gu\u00e9linM.EndoY.de VicenteP.The magnesium paradigm in IRC +10216: Discovery of MgC4H+, MgC3N+, MgC6H+, and MgC5N+Astron. Astrophys.6722023L1310.1051/0004-6361/202346467URL https://www.aanda.org/10.1051/0004-6361/202346467", + "ChangalaP.B.GuptaH.CernicharoJ.PardoJ.R.Ag\u00fandezM.CabezasC.TerceroB.Gu\u00e9linM.McCarthyM.C.Laboratory and astronomical discovery of magnesium dicarbide, MgC2Astrophys. J. Lett.9402022L4210.3847/2041-8213/aca144URL https://iopscience.iop.org/article/10.3847/2041-8213/aca144", + "DunbarR.C.PetrieS.Interstellar and circumstellar reaction kinetics of Na+, Mg+, and Al+ with cyanopolyynes and polyynesAstrophys. J.564200279210.1086/324196URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstract", + "PetrieS.On the formation of metal cyanides and related compounds in the circumstellar envelope of IRC+10216Mon. Not. R. Astron. Soc.282199680781910.1093/MNRAS/282.3.807URL https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstract", + "PetrieS.DunbarR.C.Radiative association reactions of Na+, Mg+, and Al+ with abundant interstellar molecules. variational transition state theory calculationsJ. Phys. Chem. A10420004480448810.1021/jp993485qURL https://pubs.acs.org/doi/10.1021/jp993485q", + "CorlettG.K.LittleA.M.EllisA.M.LIF spectroscopy of the MgCCH free radicalChem. Phys. Lett.2491996535810.1016/0009-2614(95)01364-4", + "CorlettG.K.BeardahM.S.EllisA.M.A dispersed fluorescence investigation of the low frequency vibrations of MgCCH(X\u03032\u03a3+)J. Mol. Spectrosc.185199720220310.1006/JMSP.1997.7412", + "TokarykD.W.AdamA.G.HopkinsW.S.High-resolution laser spectroscopy of the A\u03032\u03a0\u2212X\u03032\u03a3+ transition of MgCCHJ. Mol. Spectrosc.2302005546110.1016/j.jms.2004.10.008", + "ChasovskikhE.JochnowitzE.B.MaierJ.P.Electronic spectra of the MgC4H and MgC6H radicalsJ. Phys. Chem. A1123720088686868910.1021/jp803969aURL https://pubs.acs.org/doi/abs/10.1021/jp803969a", + "DingH.ApetreiC.Chacaga\u0141.MaierJ.P.Electronic spectra of MgC2nH (n=1\u20133) chains in the gas phaseAstrophys. J.677200834835210.1086/524375URL https://iopscience.iop.org/article/10.1086/524375. https://iopscience.iop.org/article/10.1086/524375/meta", + "ForthommeD.LintonC.TokarykD.W.AdamA.G.GrangerA.D.High-resolution laser spectroscopy of the A\u03032\u03a0 - X\u03032\u03a3+ transition of MgC4HChem. Phys. Lett.4884\u20136201011612010.1016/j.cplett.2010.01.054", + "SteimleT.C.BousquetR.R.The permanent electric dipole moment of MgNCJ. Chem. Phys.1152001520310.1063/1.1396853URL https://aip.scitation.org/doi/abs/10.1063/1.1396853", + "FukushimaM.IshiwataT.The \u03bd2 bending vibrational structure of the X\u03032\u03a3+ state of MgNCJ. Chem. Phys.135201112431110.1063/1.3640024URL https://aip.scitation.org/doi/abs/10.1063/1.3640024", + "AndersonM.A.ZiurysL.M.Laboratory detection and millimeter spectrum of the MgCCH radicalAstrophys. J.4391995L2510.1086/187736", + "BrewsterM.ApponiA.XinJ.ZiurysL.Millimeter-wave spectroscopy of vibrationally-excited NaCCH (X\u03031\u03a3+) and MgCCH (X\u03032\u03a3+): the \u03bd5 bending modeChem. Phys. Lett.310199941142210.1016/S0009-2614(99)00816-7URL https://www.sciencedirect.com/science/article/pii/S0009261499008167", + "ChangalaP.B.Genossar-DanN.BrudnerE.GurT.BarabanJ.H.McCarthyM.C.Structural and electronic trends of optical cycling centers in polyatomic molecules revealed by microwave spectroscopy of MgCCH, CaCCH, and SrCCHProc. Natl. Acad. Sci.120282023e230358612010.1073/pnas.2303586120URL https://pnas.org/doi/10.1073/pnas.2303586120", + "BurnsJ.E.ChengQ.FortenberryR.C.SunM.ZackL.N.ZaveriT.DeYonkerN.J.ZiurysL.M.A computational and spectroscopic study of MgCCH (X2\u03a3+: towards characterizing MgCCH+Mol. Phys.202310.1080/00268976.2023.2267135URL https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135", + "AndersonM.A.SteimleT.C.ZiurysL.M.AndersonM.A.SteimleT.C.ZiurysL.M.The millimeter and submillimeter rotational spectrum of the MgCN radical (X2\u03a3+)Astrophys. J. Lett.4291994L4110.1086/187408URL https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstract", + "AndersonM.A.ZiurysL.M.The millimeter-wave spectrum of 25MgNC and 26MgNC: bonding in magnesium isocyanidesChem. Phys. Lett.231199416417010.1016/0009-2614(94)01259-8", + "WalkerK.A.GerryM.C.14N hyperfine structure in the pure rotational spectrum of 24Mg14N12CJ. Mol. Spectrosc.1891998404510.1006/JMSP.1997.7515", + "IsaevT.A.BergerR.Polyatomic candidates for cooling of molecules with lasers from simple theoretical conceptsPhys. Rev. Lett.116201606300610.1103/PhysRevLett.116.063006URL https://link.aps.org/doi/10.1103/PhysRevLett.116.063006", + "KozyryevI.BaumL.MatsudaK.DoyleJ.M.Proposal for laser cooling of complex polyatomic moleculesChemPhysChem1720163641364810.1002/cphc.201601051URL http://doi.wiley.com/10.1002/cphc.201601051", + "O\u2019RourkeM.J.HutzlerN.R.Hypermetallic polar molecules for precision measurementsPhys. Rev. A100201902250210.1103/PhysRevA.100.022502URL https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502", + "IvanovM.V.GulaniaS.KrylovA.I.Two cycling centers in one molecule: Communication by through-bond interactions and entanglement of the unpaired electronsJ. Phys. Chem. Lett.1120201297130410.1021/acs.jpclett.0c00021URL https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021", + "SunM.HalfenD.T.MinJ.HarrisB.ClouthierD.J.ZiurysL.M.The rotational spectrum of CuCCH(X\u03031\u03a3+): A Fourier transform microwave discharge assisted laser ablation spectroscopy and millimeter/submillimeter studyJ. Chem. Phys.133201017430110.1063/1.3493690URL https://aip.scitation.org/doi/abs/10.1063/1.3493690", + "BernathP.F.Spectroscopy and photochemistry of polyatomic alkaline earth containing moleculesAdv. Photochem.23199716210.1002/9780470133545.ch1URL https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1", + "GrabowJ.U.PalmerE.S.McCarthyM.C.ThaddeusP.Supersonic-jet cryogenic-resonator coaxially oriented beam-resonator arrangement Fourier transform microwave spectrometerRev. Sci. Instrum.76200509310610.1063/1.2039347URL http://aip.scitation.org/doi/10.1063/1.2039347", + "CrabtreeK.N.Martin-DrumelM.-A.BrownG.G.GasterS.A.HallT.M.McCarthyM.C.Microwave spectral taxonomy: A semi-automated combination of chirped-pulse and cavity Fourier-transform microwave spectroscopyJ. Chem. Phys.144201612420110.1063/1.4944072URL http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072", + "B\u00e2ldeaI.Profiling astrophysically relevant MgC4H chains. An attempt to aid astronomical observationsMon. Not. R. Astron. Soc.49820204316432610.1093/mnras/staa2354URL https://academic.oup.com/mnras/article/498/3/4316/5903288", + "WoonD.E.Ab initio characterization of MgCCH, MgCCH+, and MgC2 and pathways to their formation in the interstellar mediumAstrophys. J.456199660210.1086/176682URL https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract. http://adsabs.harvard.edu/doi/10.1086/176682", + "CabezasC.BarrientosC.LargoA.GuilleminJ.-C.CernicharoJ.AlonsoJ.L.Alkaline and alkaline-earth cyanoacetylides: A combined theoretical and rotational spectroscopic investigationJ. Chem. Phys.151201910.1063/1.5110670URL https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-A", + "StantonJ.F.GaussJ.ChengL.HardingM.E.MatthewsD.A.SzalayP.G.CFOUR, coupled-cluster techniques for computational chemistry, a quantum-chemical program package2020", + "MatthewsD.A.ChengL.HardingM.E.LippariniF.StopkowiczS.JagauT.-C.SzalayP.G.GaussJ.StantonJ.F.Coupled-cluster techniques for computational chemistry: The cfour program packageJ. Chem. Phys.152202021410810.1063/5.0004837URL http://aip.scitation.org/doi/10.1063/5.0004837", + "RaghavachariK.TrucksG.W.PopleJ.A.Head-GordonM.A fifth-order perturbation comparison of electron correlation theoriesChem. Phys. Lett.157198947948310.1016/S0009-2614(89)87395-6", + "BartlettR.J.WattsJ.KucharskiS.NogaJ.Non-iterative fifth-order triple and quadruple excitation energy corrections in correlated methodsChem. Phys. Lett.165199051352210.1016/0009-2614(90)87031-LURL https://linkinghub.elsevier.com/retrieve/pii/000926149087031L", + "WattsJ.D.GaussJ.BartlettR.J.Open-shell analytical energy gradients for triple excitation many-body, coupled-cluster methods: Mbpt(4), CCSD+T(CCSD), CCSD(T), and QCISD(T)Chem. Phys. Lett.20019921710.1016/0009-2614(92)87036-OURL https://linkinghub.elsevier.com/retrieve/pii/000926149287036O", + "GaussJ.LauderdaleW.J.StantonJ.F.WattsJ.D.BartlettR.J.Analytic energy gradients for open-shell coupled-cluster singles and doubles (CCSD) calculations using restricted open-shell Hartree\u2014Fock (ROHF) reference functionsChem. Phys. Lett.182199120710.1016/0009-2614(91)80203-AURL https://linkinghub.elsevier.com/retrieve/pii/000926149180203A", + "WattsJ.D.GaussJ.BartlettR.J.Coupled-cluster methods with noniterative triple excitations for restricted open-shell Hartree\u2013Fock and other general single determinant reference functions. Energies and analytical gradientsJ. Chem. Phys.981993871810.1063/1.464480URL http://aip.scitation.org/doi/10.1063/1.464480", + "DunningT.H.Gaussian basis sets for use in correlated molecular calculations. I. The atoms boron through neon and hydrogenJ. Chem. Phys.901989100710.1063/1.456153URL http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153", + "WoonD.E.DunningT.H.Gaussian basis sets for use in correlated molecular calculations. V. Core-valence basis sets for boron through neonJ. Chem. Phys.10319954572458510.1063/1.470645URL http://aip.scitation.org/doi/10.1063/1.470645", + "PrascherB.P.WoonD.E.PetersonK.A.DunningT.H.WilsonA.K.Gaussian basis sets for use in correlated molecular calculations. VII. Valence, core-valence, and scalar relativistic basis sets for Li, Be, Na, and MgTheor. Chem. Acc.1282011698210.1007/S00214-010-0764-0URL https://link.springer.com/article/10.1007/s00214-010-0764-0", + "NottoliT.GaussJ.LippariniF.A black-box, general purpose quadratic self-consistent field code with and without Cholesky decomposition of the two-electron integralsMol. Phys.11921\u201322202110.1080/00268976.2021.1974590URL https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590", + "PulayP.Improved SCF convergence accelerationJ. Comput. Chem.3198255656010.1002/jcc.540030413URL https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413", + "MillsI.M.Vibration-rotation structure in asymmetric- and symmetric-top moleculesRaoK.N.MathewsC.W.Molecular Spectroscopy: Modern Research1972Academic PressNew York115140Ch. 3.2", + "PickettH.M.The fitting and prediction of vibration-rotation spectra with spin interactionsJ. Mol. Spectrosc.148199137137710.1016/0022-2852(91)90393-O", + "ChangalaP.B.Genossar-DanN.BarabanJ.H.McCarthyM.C.Data for \u201claboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N\u201d202410.5281/zenodo.10779111", + "HiranoT.IshiiK.OdakaT.E.JensenP.A theoretical study of MgNC and MgCN in the X\u03032\u03a3+ electronic stateJ. Mol. Spectrosc.2152002425710.1006/jmsp.2002.8598URL https://linkinghub.elsevier.com/retrieve/pii/S002228520298598X", + "StoneA.J.Gauge invariance of the g tensorProc. Roy. Soc. A271196342443410.1098/rspa.1963.0027URL https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027" + ], + "title": { + "textEnglish": "Laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N" + } +} diff --git a/tests/test_elsevier.py b/tests/test_elsevier.py index 260dabb..7481b7c 100644 --- a/tests/test_elsevier.py +++ b/tests/test_elsevier.py @@ -35,6 +35,7 @@ def test_elsevier(self): "els_detag_example_2", "els_list", "els_phlb_compound_affil", + "els_odd_cover_date", ] for f in filenames: test_infile = os.path.join(self.inputdir, f + ".xml") From 06d2394abf814c1f85159babfde1ed13f7cd0eb1 Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Sat, 27 Apr 2024 19:27:47 -0400 Subject: [PATCH 10/10] Fix linter issue modified: tests/stubdata/input/els_odd_cover_date.xml --- tests/stubdata/input/els_odd_cover_date.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stubdata/input/els_odd_cover_date.xml b/tests/stubdata/input/els_odd_cover_date.xml index 89fed36..423d6bb 100644 --- a/tests/stubdata/input/els_odd_cover_date.xml +++ b/tests/stubdata/input/els_odd_cover_date.xml @@ -1 +1 @@ -application/xmlLaboratory rotational spectroscopy of the magnesium-carbon chains MgC[formula omitted]H and MgC[formula omitted]NP. Bryan ChangalaNadav Genossar-DanJoshua H. BarabanMichael C. McCarthyRotational spectroscopyMetal-ligand moleculesAstrochemistryLaser-coolable moleculesJournal of Molecular Spectroscopy 401 (2024). doi:10.1016/j.jms.2024.111904journalJournal of Molecular Spectroscopy© 2024 Elsevier Inc. All rights reserved.Elsevier Inc.0022-2852401March-April 202410.1016/j.jms.2024.111904http://dx.doi.org/10.1016/j.jms.2024.111904doi:10.1016/j.jms.2024.1119041119042024-04-12T00:00:00.000ZJournalsS250.1YJMSP111904111904S0022-2852(24)00031-610.1016/j.jms.2024.111904Elsevier Inc.Fig. 1Laser ablation-electric discharge expansion source. A solenoid valve releases a pulse of precursor gas mixture synchronized with a laser pulse that ablates a rotating cylindrical metal target positioned outside the valve. The entrained ablation products continue through a stack of discharge electrodes and supersonically expand into the vacuum microwave cavity.Fig. 2Cavity FTMW measurements of MgC4H. The N and J quantum numbers are indicated above each panel, which is plotted with respect to the frequency offset from the center frequency shown. These transitions exhibit a larger Doppler splitting due to the co-axial cavity-expansion geometry and a smaller hyperfine splitting from the Fermi contact interaction of the H nuclear spin (I=1/2). The hyperfine doublets are labeled by the total angular momentum quantum number F (F=I+J). From top to bottom, the spectra are the result of 7min, 12min, and 70min of integration, respectively.Fig. 3Cavity FTMW measurements of MgC3N. The center frequencies and (N, J, F) quantum numbers are labeled as in Fig. 2. Each spin-rotation transition is split into three 14N nuclear hyperfine components (I=1), which are incompletely resolved (and unassigned) for transitions above 14GHz. The top and bottom spectra are the result of 130min and 230min of integration, respectively.Table 1The laboratory rest frequencies of MgC4H.NJFNJFFrequency (MHz)aObs. Calc. (kHz)22.5311.525528.28330.732.5321.528286.75831.032.5221.518286.78122.833.5422.538291.29301.533.5322.528291.3098−2.843.5432.5311049.7634−7.343.5332.5211049.7818−0.544.5533.5411054.2951−0.344.5433.5311054.30740.454.5543.5413812.7767b4.554.5443.5313812.7767b−2.955.5644.5513817.2959b3.355.5544.5413817.2959b−4.165.5654.5516575.7681b4.765.5554.5416575.7681b−0.466.5755.5616580.2859b4.366.5655.5516580.2859b−0.876.5765.5619338.7484b4.776.5665.5519338.7484b0.977.5866.5719343.2618b1.277.5766.5619343.2618b−2.587.5876.5722101.7115b−0.587.5776.5622101.7115b−3.488.5977.5822106.2289b1.088.5877.5722106.2289b−1.9aThe measurement uncertainty is 2 kHz.bHyperfine splitting is unresolved. The mean transition frequency is reported.Table 2The laboratory rest frequencies of MgC3N.NJFNJFFrequency (MHz)aObs. Calc. (kHz)32.52.521.51.58283.07042.032.53.521.52.58283.23050.833.52.522.51.58287.39631.333.53.522.52.58287.44460.633.54.522.53.58287.5473−0.843.52.532.51.511044.8171−0.443.53.532.52.511044.8722−2.043.54.532.53.511044.94660.144.53.533.52.511049.21590.244.54.533.53.511049.2402−1.844.55.533.54.511049.2966−1.554.54.543.53.513806.6394−3.754.55.543.54.513806.68733.455.54.544.53.513810.9914−4.555.55.544.54.513811.02026.855.56.544.55.513811.0485−0.1aThe measurement uncertainty is 2 kHz.Table 3The spectroscopic constants of MgC4H and MgC3N.Table 4Calculated properties of MgC4H and MgC3N.ParameterMgC4HMgC3NUHFROHFUHFROHFrMgC1a2.045452.044252.064242.06273rC1C21.221891.229751.219101.22679rC2C31.379791.373451.383101.37721rC3C4/C3N1.204341.211471.155861.16256rC4H1.061491.06171Be/MHzb1379.2401376.4091378.3741375.641ΔBvib/MHzb2.445b2.629bμe/a.u.c0.8410.8342.5182.494ρMg/a.u.d0.991980.935201.061120.99916ρC1/a.u.0.109550.126290.108480.12546ρC2/a.u.0.043030.016950.043830.01705ρC3/a.u.−0.026590.00334−0.025510.00305ρC4/N/a.u.0.02412−0.000510.02044−0.00055ρH/a.u.−0.003870.00018Sˆ2SCFe1.1960.7501.1610.750Sˆ2CC0.8150.7500.8060.750bF/MHzf−17.2770.8036.595−0.178c/MHz6.6400.053−6.4640.553eQq/MHz−4.305−4.170Note — The optimized geometries and electronic properties were calculated at the UHF- or ROHF-CCSD(T)/cc-pCVQZ level of theory, except where otherwise noted.aThe bond lengths with C1, C2, etc., labeling the C atoms beginning with that closest to Mg.bBe is the equilibrium rotational constant. ΔBvib=B0Be is the zero-point vibrational correction. The ΔBvib values were calculated with VPT2 using the cc-pCVTZ basis set.cThe equilibrium electric dipole moment.dThe unpaired spin densities evaluated at sequential nuclei.eSˆ2SCF is the SCF expectation value of Sˆ2, and Sˆ2CC is the projected expectation value 0|Sˆ2exp(Tˆ)|0, where Tˆ is the coupled-cluster excitation operator.fbF and c are the Fermi contact and spin-dipole hyperfine coupling constants for H/14N. eQq is the electric quadrupole coupling constant for 14N.Laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3NP. BryanChangalaWriting – review & editingWriting – original draftVisualizationValidationProject administrationMethodologyInvestigationFunding acquisitionFormal analysisConceptualizationabryan.changala@cfa.harvard.eduNadavGenossar-DanWriting – review & editingValidationInvestigationFormal analysisConceptualizationbJoshua H.BarabanWriting – review & editingValidationSupervisionProject administrationFunding acquisitionFormal analysisConceptualizationbMichael C.McCarthyWriting – review & editingSupervisionProject administrationFunding acquisitionConceptualizationaaCenter for Astrophysics — Harvard & Smithsonian, Cambridge, MA, 02138, USACenter for Astrophysics — Harvard & SmithsonianCambridgeMA02138USACenter for Astrophysics — Harvard & Smithsonian, Cambridge, MA, 02138, USAbDepartment of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, IsraelDepartment of Chemistry, Ben-Gurion University of the NegevBeer Sheva8410501IsraelDepartment of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, IsraelCorresponding author.AbstractRecent advances in circumstellar metal chemistry and laser-coolable molecules have spurred interest in the spectroscopy and electronic properties of alkaline earth metal-bearing polyatomic molecules. We report the microwave rotational spectra of two members of this important chemical family, the linear magnesium-carbon chains MgC4H and MgC3N, detected with cavity Fourier transform microwave spectroscopy of a laser ablation-electric discharge expansion. The rotation, fine, and hyperfine parameters have been derived from the precise laboratory rest frequencies. These experimental results, combined with a theoretical quantum chemical analysis, confirm the recent identification of MgC4H and MgC3N in the circumstellar envelope of the evolved carbon-rich star IRC+10216. The spectroscopic data also provide insight into the structural and electronic properties that influence the metal-based optical cycling center in this unique class of laser-coolable polyatomics.Graphical abstractHighlightsMgC4H and MgC3N were detected in the laboratory with microwave spectroscopy.Confirmation of the astronomical identification in carbon-rich circumstellar envelopes.Fine and hyperfine structure reveals a highly metal-localized unpaired electron.KeywordsRotational spectroscopyMetal-ligand moleculesAstrochemistryLaser-coolable moleculesData availabilityData will be made available on request.1IntroductionRadio astronomical observations of the evolved carbon-rich star IRC+10216 have revealed a rich metal chemistry in its inner layers and circumstellar shell. Equilibrium and non-equilibrium processes are thought to produce a large number of gas-phase molecules with highly ionic metal-ligand bonds, including small cyanides, isocyanides and acetylides [1–10]. Of these, the magnesium-carbon chains and clusters are by far the most extensively characterized family of metal-bearing circumstellar molecules. The identification of Mg(CC)nH, Mg(CC)n1 (NC/CN), and HMg(CC)n1(NC/CN) chains up to n=3[7,8,10–14]; their positively charged ions with n= 2–3 [15]; and the cyclic MgC2 metal dicarbide [16] in IRC+10216 provides strong support for an ion–molecule radiative association–dissociative recombination pathway that incorporates metal atoms into polyatomic molecules in the circumstellar shell [17–19]. Although an extensive literature of optical laboratory data exists for many of these Mg-bearing species [20–27], high resolution microwave/mm-wave laboratory spectra are known only for the smallest members: MgCCH [28–31], MgCN/MgNC/HMgNC [7,11,32–34], and MgC2[16]. The astronomical identification of the longer-chain molecules by radio detection has therefore relied primarily on quantum chemical calculations [13–15], motivating a renewed effort to produce these species in the laboratory and measure their rotational rest frequencies to high accuracy.Alkaline earth metal-containing molecules are also of fundamental interest in molecular physics. Ionic monovalent metal-ligand compounds (ML, with L = OH, OCH3, CCH, etc.) are the most common polyatomic candidates for direct laser-cooling applications because of the unique electronic structure of the unpaired electron localized on the metal atom [35,36]. This optically active electron interacts only weakly with the rest of the molecule, giving rise to quasi-atomic metal-centered electronic excitations with highly diagonal vibrational Franck–Condon factors, which are necessary for efficient photon cycling schemes. Metal acetylides are intriguing laser-cooling candidates in this class because they can potentially accommodate multiple metal atoms whose interactions can be tuned by simply elongating the chain with repeated CC units, i.e., M(CC)nM[37,38]. Quantifying the precise structural and electronic properties of long alkaline-earth metal-carbon chains is therefore crucial to illuminating the chemical design principles of these complex laser-coolable polyatomics [30].Motivated by these astrophysical and fundamental considerations, we have produced MgC4H and MgC3N in the laboratory with a laser ablation-electric discharge supersonic expansion source and detected their rotational spectra with a sensitive cavity Fourier transform microwave (FTMW) spectrometer. The precise spectroscopic constants derived from the laboratory rest frequencies are consistent with those derived from recent astronomical observations [13]. When combined with a variety of additional laboratory assays and tests, and new theoretical calculations, these measurements confirm beyond any reasonable doubt the identification of MgC4H and MgC3N in IRC+10216. A comparison of the structural and electronic properties inferred from their rotational, fine, and hyperfine parameters with those of the shorter analogues (e.g., MgCCH and MgCN) provides insight into the chemical and electronic trends of this important family of metal-ligand molecules.2ExperimentalMgC4H and MgC3N were produced in a laser ablation-electric discharge expansion source at conditions similar to those of other closely-related alkaline earth metal-bearing molecules recently studied in our laboratory, including MgCCH [30] and MgC2[16] (see Fig. 1). A dilute mixture of organic precursors in neon (0.1% acetylene, diacetylene, or acetonitrile) was expanded into a large vacuum chamber through a pulsed solenoid valve operating at a 5 Hz repetition rate with a 500μs pulse length. After the gas exits the valve, it passes a rotating magnesium rod that was ablated by a 5ns, 20–40 mJ pulse of 532 nm radiation generated from an Nd:YAG laser. The timing is such that the ablation plume is entrained into the expanding gas and then passes through two cylindrical copper electrodes separated by 1 cm and biased with a 700–900 V potential, which drives a 20–40 mA discharge current. The discharge increased the MgC4H and MgC3N yields by up to a factor of 5 relative to ablation alone likely due to the enhanced reactivity of electronically excited Mg atoms or Mg+ cations [30,31,39,40].The rotational spectra were measured with a cavity FTMW spectrometer operating from 5 to 26 GHz [41,42]. The cavity is aligned co-axially with the supersonic expansion and surrounded by three pairs of Helmholtz coils tuned to cancel the Earth’s magnetic field, which causes Zeeman splitting and shifts of the rotational transitions of open-shell molecules. Residual magnetic fields near the cavity boundaries are estimated to be less than 50 mG, and the rest frequencies of the rotational transitions were measured to an accuracy of 2 kHz.Using the spectroscopic parameters of putative MgC4H and MgC3N derived from astronomical observations (which span 30–110 GHz [13]), rest frequencies of both molecules in the 5–26 GHz bandwidth of the cavity spectrometer were predicted to an accuracy of 100kHz, sufficiently small to be searched for at a single position of the microwave cavity, which has very high sensitivity but a narrow instantaneous bandwidth, i.e. <0.5MHz. Microwave features of both MgC4H and MgC3N were readily observed after optimizing the experimental conditions for the production of MgCCH. Various assays were then performed to better constrain the chemical composition and properties of these carriers. Both required the ablation laser to be on, indicating they contain magnesium. The MgC4H transitions were observed with both acetylene and diacetylene precursors, but with a larger signal intensity (up to a factor of 2) from the latter. The optimal concentration of either precursor was 0.15% in neon. The MgC3N transitions required the presence of acetonitrile as a nitrogen source. A 1:1 acetonitrile:acetylene mixture (both 0.08% in neon) optimized the MgC3N signal, which was slightly more intense than that without acetylene (i.e. a pure 0.08% acetonitrile precursor). Both MgC4H and MgC3N transitions were sensitive to applied magnetic fields, displaying characteristic Zeeman splittings when one of the Helmholtz coils was turned off, as expected for an open-shell molecule. By examining the dependence of the signal on the microwave excitation power, we estimated that MgC4H has a dipole moment comparable to MgCCH (calculated to be 2.3 D and 1.7 D, respectively [43,44]) and that MgC3N has a dipole moment comparable to MgNC (calculated and measured to be 6.4 D and 5.3 D, respectively [13,26]). Accounting for the dipole moments and molecular partition functions at the typical rotational temperature of 2 K in the expansion, we estimate MgC4H and MgC3N to be a factor of 10–100 less abundant than MgCCH and MgNC, respectively, at the ablation-discharge expansion conditions optimized for MgC4H/MgC3N production, as described above. It is worth noting that a prior attempt to produce MgC3N (and CaC3N) in another laboratory equipped with a similar laser ablation expansion source, but using BrC3N, IC3N, or HC3N precursors, resulted in no detectable rotational transitions [45]. As the authors of that study pointed out, a possible explanation in this instance is the formation of divalent M(C3N)2 molecules instead, following thermochemical arguments. Given our own observations of MgCCH, MgNC, and MgC4H from HCCH, CH3CN, and HC4H precursors, respectively, we would expect MgC3N to be detectable in our source with an HC3N precursor, even with laser ablation alone (i.e. no discharge). Thus, it may also be the case that, despite comparable laser ablation pulse energies, the use of a picosecond pulse in the prior experiments (compared to the nanosecond pulses used here) might influence the population of Mg/Mg+ atoms, which appear to be important to the formation of monovalent alkaline earth metal-ligand molecules [40], or otherwise affect the precursor chemistry.3Theoretical methodsThe structural and electronic properties of MgC4H and MgC3N were computed with coupled-cluster quantum chemical methods in Cfour[46,47]. The optimized geometries and first-order properties were calculated with analytic derivative techniques for coupled-cluster theory with single, double, and perturbative triple excitations [CCSD(T)] with both unrestricted (UHF) [48–50] and restricted open-shell (ROHF) [51,52] reference wavefunctions and correlation- consistent polarized core-valence basis sets with double, triple, and quadruple ζ functions (cc-pCVXZ, X = D, T, Q) [53–55]. All electrons except those occupying the inner-core Mg 1s orbital were correlated. As discussed further below, the quadratically convergent self-consistent field (QCSCF) code in Cfour[56] was used to address inconsistent convergence of UHF solutions using a standard DIIS algorithm [57]. Vibrational zero-point corrections to the ground-state rotational constants were derived with second-order vibrational perturbation theory (VPT2) [58] using cubic force fields calculated by finite differences.4ResultsThe laboratory rest frequencies of MgC4H and MgC3N are listed in Tables 1 and 2. Some examples of the measured line profiles for MgC4H are shown in Fig. 2. An effective Hamiltonian for a 2Σ electronic state including rotational (B), centrifugal distortion (D), spin-rotation (γ), Fermi contact (bF), spin-dipole (c, MgC3N only), and electric quadrupole coupling (eQq, MgC3N only) parameters was fit to the measured lines using the SPFIT/SPCAT programs [59]. The small hyperfine parameters in MgC4H produced observable splittings only for transitions with N3, and its spectrum could be fit to the measurement uncertainty with a Fermi contact term only, fixing c=0. MgC3N exhibits much larger hyperfine splittings at low N owing to the electric quadrupole moment of the 14N nucleus (I=1). The partial collapse of the quadrupole splitting at high N led to congestion of MgC3N transitions above 14 GHz, which were excluded from the laboratory analysis because the hyperfine-weighted line center could not be confidently determined (see Fig. 3). The spectroscopic parameters derived from a laboratory-only data set and a combined laboratory-astronomical data set incorporating the 30–110 GHz transitions reported in Ref. [13] are summarized in Table 3. Although the astronomical frequencies have much larger measurement uncertainties (0.1–1.0 MHz) than the laboratory frequencies (2 kHz), the higher frequency range of the former helps to reduce the uncertainties of the derived B and D parameters. The rest frequencies calculated with the combined fit parameters for the strongest transitions below 40 GHz have a predicted uncertainty of 1–10 kHz. The raw line lists and fitting files are available in a permanent online data repository [60].The optimized geometry and first-order electronic properties of MgC4H and MgC3N at the CCSD(T)/cc-pCVQZ level of theory are summarized in Table 4, which includes results for both UHF and ROHF reference wavefunctions. The Sˆ2 expectation value of the UHF reference wavefunction is 1.2 for both MgC4H and MgC3N, which is evidence of significant spin contamination that is only partly removed in the correlated wavefunction. (The exact value for a doublet state is 3/4.) The UHF and ROHF optimized bond lengths show differences of up to 0.008 Å, while the difference in quantities that depend on the unpaired spin density are even more pronounced. For example, the UHF and ROHF predictions for the magnetic hyperfine coupling constants (bF and c) for both H and 14N differ substantially in absolute magnitude and sign. Molecular properties that depend on the total electron density such as the electric dipole moment and electric quadrupole coupling constant of 14N exhibit much smaller UHF-ROHF differences.In the course of this work, it was observed that two different UHF solutions could be converged depending on the choice of SCF algorithm (DIIS or QCSCF) and basis set. The results in Table 4 correspond to the spin-contaminated solution, which was always found by the QCSCF solver and appears to be the rigorous variational minimum. For MgC3N with the cc-pCV(D,T,Q)Z basis sets and MgC4H with the cc-pCV(D,T)Z basis sets, a conventional DIIS algorithm converged a weakly spin-contaminated solution (Sˆ2CC3/4<103). This weakly contaminated UHF reference wavefunction yielded optimized CCSD(T) bond lengths that differed from the ROHF-CCSD(T) values by 10−4 Å or less. Nonetheless, despite the similar optimized structures, the unpaired spin density of the weakly contaminated UHF-CCSD(T) wavefunction still differed substantially from that of the ROHF-CCSD(T) wavefunction. The values of the bF and c parameters of MgC3N with the former, for example, were 1.426 MHz and 2.157 MHz, respectively, which are considerably larger than the ROHF predictions in Table 4. (The weakly spin contaminated UHF solution could not be found for MgC4H with the cc-pCVQZ basis set.)5DiscussionThe combined laboratory, theoretical, and astronomical evidence unambiguously confirms the identification of MgC4H and MgC3N in IRC+10216 by Cernicharo et al. [13]. The next longer chains, MgC6H and MgC5N, have also been detected by radio astronomy in this source [14]. If the MgCCH:MgC4H 101:1–102:1 abundance ratio in our laser ablation-electric discharge holds for MgC4H:MgC6H (and similarly for MgC5N), then it should be possible to detect both of the longer species at similar experimental conditions, particularly as the laboratory rest frequencies in the cm-wave band can be predicted with relatively small uncertainties (1 MHz) using the astronomically derived spectroscopic constants.The structural and electronic properties of MgC4H and MgC3N demonstrate that their ionic metal-carbon bonding is very similar to that of their smaller chain analogues. Although the lack of isotopic data prevents a complete structural analysis at this juncture, if we constrain all bond lengths other than the Mg–C bond to their optimized ROHF-CCSD(T)/cc-pCVQZ values, then the semi-experimental equilibrium rotational constants, Bse=B0ΔBvib, derived from the measured B0 values and theoretical vibrational corrections (Table 4) imply that the semi-experimental equilibrium metal-carbon bond lengths are rse(Mg–C4H) 2.039Å and rse(Mg–C3N) 2.057Å. These are similar to the Mg–C bond length in MgCCH (rse= 2.0369(7)Å [30]) and somewhat shorter than that in MgCN (2.072Å [32,61]). In the (usually very good) approximation that the spin-rotation constants (γ) are dominated by second-order spin–orbit contributions [62], the ratio γ/B can also be compared between different Mg-bearing chain molecules to assess changes between the electronic state manifold of the unpaired σ(sp) electron centered on the Mg atom. The γ/B values of MgC4H and MgC3N are 3.27×103 and 3.17×103, respectively, while the values for MgCCH and MgCN are 3.36×103[29–31] and 2.95×103[32]. The small spread (10%) of these ratios illustrates that the unpaired Mg-centered electron in each of these molecules experiences a similar electronic environment.The strong localization of the unpaired electron is also reflected by the small magnitude of the magnetic hyperfine parameters of the H and N nuclei, which are farthest from the Mg radical center. The good agreement between the calculated ROHF-CCSD(T) hyperfine parameters and the measured bF(H), bF(N), and c(N) values highlights the importance of beginning with a ROHF determinant and the high sensitivity of these properties to even small amounts of spin contamination. The unpaired spin densities at each nucleus, reported in Table 4, decay approximately exponentially with distance from the Mg atom, a pattern similar to that observed experimentally in isotopologues of MgCCH, CaCCH, and SrCCH [30]. This behavior bolsters the idea that biradical electronic interactions in M–(CC)n–M chains can potentially be tuned over several orders of magnitude by varying the number of C2 linker units. Controlling this coupling will have an important influence on the optical cycling properties of hypermetallic polyatomic molecules for next-generation laser-cooling applications [37,38].6ConclusionsThe linear magnesium-carbon chains MgC4H and MgC3N were detected and characterized at high-resolution in the laboratory by cavity FTMW spectroscopy. A parallel quantum chemical analysis highlighted the influence of spin contamination on accurate predictions of their structural and magnetic hyperfine parameters. This study lays the foundation for a number of follow-up investigations targeting their substituted isotopic species, positively and negatively charged ions, and hypermetallic derivatives. The characterization of these molecules will provide the spectroscopic data needed to critically assess the chemical evolution of metal-carbon chains in astrophysical environments and the suitability of their unique electronic structure for applications in fundamental molecular physics.CRediT authorship contribution statementP. Bryan Changala: Writing – review & editing, Writing – original draft, Visualization, Validation, Project administration, Methodology, Investigation, Funding acquisition, Formal analysis, Conceptualization. Nadav Genossar-Dan: Writing – review & editing, Validation, Investigation, Formal analysis, Conceptualization. Joshua H. Baraban: Writing – review & editing, Validation, Supervision, Project administration, Funding acquisition, Formal analysis, Conceptualization. Michael C. McCarthy: Writing – review & editing, Supervision, Project administration, Funding acquisition, Conceptualization.Declaration of competing interestThe authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.AcknowledgmentsThe authors thank Prof. John F. Stanton (University of Florida) for helpful discussions regarding spin contamination. This work was supported by the U.S. National Science Foundation Award Nos. PHY-2110489 and AST-1908576, and by the U.S.-Israel Binational Science Foundation (Grant No. 2020724). N.G.-D. and J.H.B. are also supported by the Israel Science Foundation (ISF) , Grant No. 194/20. N.G.-D. acknowledges the VATAT scholarship for Ph.D. students in quantum science and technology.References[1]TurnerB.E.SteimleT.C.MeertsL.Detection of sodium cyanide (NaCN) in IRC 10216Astrophys. J. Lett.4261994L9710.1086/174043URL https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstractB. E. Turner, T. C. Steimle, L. Meerts, https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstractDetection of Sodium Cyanide (NaCN) in IRC 10216, ApJL 426 (1994) L97. doi:10.1086/174043. https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstract[2]GuélinM.MullerS.CernicharoJ.ApponiA.J.McCarthyM.C.GottliebC.A.ThaddeusP.Astronomical detection of the free radical SiCNAstron. Astrophys.3632000L9M. Guélin, S. Muller, J. Cernicharo, A. J. Apponi, M. C. McCarthy, C. A. Gottlieb, P. Thaddeus, Astronomical detection of the free radical SiCN, Astron. Astrophys. 363 (2000) L9.[3]ZiurysL.M.SavageC.HighbergerJ.L.ApponiA.J.GuélinM.CernicharoJ.More metal cyanide species: Detection of AlNC (X1Σ+) toward IRC+10216Astrophys. J.5642002L4510.1086/338775URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstractL. M. Ziurys, C. Savage, J. L. Highberger, A. J. Apponi, M. Guélin, J. Cernicharo, https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstractMore Metal Cyanide Species: Detection of AlNC (X1Σ+) toward IRC+10216, ApJ 564 (2002) L45. doi:10.1086/338775. https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstract[4]GuélinM.MullerS.CernicharoJ.McCarthyM.C.ThaddeusP.Detection of the SiNC radical in IRC+10216Astron. Astrophys.4262004L4910.1051/0004-6361:200400074M. Guélin, S. Muller, J. Cernicharo, M. C. McCarthy, P. Thaddeus, Detection of the SiNC radical in IRC+10216, Astron. Astrophys. 426 (2004) L49. doi:10.1051/0004-6361:200400074.[5]PulliamR.L.SavageC.AgúndezM.CernicharoJ.GuélinM.ZiurysL.M.Identification of KCN in IRC+10216: Evidence for selective cyanide chemistryAstrophys. J. Lett.7252010L18110.1088/2041-8205/725/2/L181URL https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstractR. L. Pulliam, C. Savage, M. Agúndez, J. Cernicharo, M. Guélin, L. M. Ziurys, https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstractIdentification of KCN in IRC+10216: Evidence for Selective Cyanide Chemistry, ApJL 725 (2010) L181. doi:10.1088/2041-8205/725/2/L181. https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstract[6]ZackL.N.HalfenD.T.ZiurysL.M.Detection of FeCN (X4Δi) in IRC+10216: A new interstellar moleculeAstrophys. J. Lett.7332011L3610.1088/2041-8205/733/2/L36L. N. Zack, D. T. Halfen, L. M. Ziurys, Detection of FeCN (X4Δi) in IRC+10216: A new interstellar molecule, ApJL 733 (2011) L36. doi:10.1088/2041-8205/733/2/L36.[7]CabezasC.CernicharoJ.AlonsoJ.L.AgundezM.MataS.GuelinM.PeñaI.Laboratory and astronomical discovery of hydromagnesium isocyanideAstrophys. J.775201313310.1088/0004-637X/775/2/133URL http://arxiv.org/abs/1309.0371C. Cabezas, J. Cernicharo, J. L. Alonso, M. Agundez, S. Mata, M. Guelin, I. Peña, http://arxiv.org/abs/1309.0371 http://dx.doi.org/10.1088/0004-637X/775/2/133Laboratory and Astronomical Discovery of Hydromagnesium Isocyanide, ApJ 775 (2013) 133. doi:10.1088/0004-637X/775/2/133. http://arxiv.org/abs/1309.0371 http://dx.doi.org/10.1088/0004-637X/775/2/133[8]AgúndezM.CernicharoJ.GuélinM.New molecules in IRC+10216: confirmation of C5S and tentative identification of MgCCH, NCCP, and SiH3CNAstron. Astrophys.5702014A4510.1051/0004-6361/201424542URL http://arxiv.org/abs/1408.6306M. Agúndez, J. Cernicharo, M. Guélin, http://arxiv.org/abs/1408.6306 http://dx.doi.org/10.1051/0004-6361/201424542New molecules in IRC+10216: confirmation of C5S and tentative identification of MgCCH, NCCP, and SiH3CN, Astron. Astrophys. 570 (2014) A45. doi:10.1051/0004-6361/201424542. http://arxiv.org/abs/1408.6306 http://dx.doi.org/10.1051/0004-6361/201424542[9]CernicharoJ.Velilla-PrietoL.AgúndezM.PardoJ.R.FonfríaJ.P.Quintana-LacaciG.CabezasC.BermúdezC.GuélinM.Discovery of the first Ca-bearing molecule in space: CaNCAstron. Astrophys.6272019L410.1051/0004-6361/201936040J. Cernicharo, L. Velilla-Prieto, M. Agúndez, J. R. Pardo, J. P. Fonfría, G. Quintana-Lacaci, C. Cabezas, C. Bermúdez, M. Guélin, Discovery of the first Ca-bearing molecule in space: CaNC, Astron. Astrophys. 627 (2019) L4. doi:10.1051/0004-6361/201936040.[10]CabezasC.PardoJ.R.AgúndezM.TerceroB.MarcelinoN.EndoY.de VicenteP.GuélinM.CernicharoJ.Discovery of two metallic cyanoacetylides in IRC+10216: HMgCCCN and NaCCCNAstron. Astrophys.6722023L1210.1051/0004-6361/202346462C. Cabezas, J. R. Pardo, M. Agúndez, B. Tercero, N. Marcelino, Y. Endo, P. de Vicente, M. Guélin, J. Cernicharo, Discovery of two metallic cyanoacetylides in IRC+10216: HMgCCCN and NaCCCN, Astron. Astrophys. 672 (2023) L12. doi:10.1051/0004-6361/202346462.[11]KawaguchiK.KagiE.HiranoT.TakanoS.SaitoS.Laboratory spectroscopy of MgNC: The first radioastronomical identification of Mg-bearing moleculeAstrophys. J. Lett.4061993L3910.1086/186781URL https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstractK. Kawaguchi, E. Kagi, T. Hirano, S. Takano, S. Saito, https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstractLaboratory Spectroscopy of MgNC: The First Radioastronomical Identification of Mg-bearing Molecule, ApJL 406 (1993) L39. doi:10.1086/186781. https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstract[12]ZiurysL.M.ApponiA.J.GuelinM.CernicharoJ.Detection of MgCN in IRC+10216: A new metal-bearing free radicalAstrophys. J.4451995L4710.1086/187886L. M. Ziurys, A. J. Apponi, M. Guelin, J. Cernicharo, Detection of MgCN in IRC+10216: A new metal-bearing free radical, Astrophys. J. 445 (1995) L47. doi:10.1086/187886.[13]CernicharoJ.CabezasC.PardoJ.R.AgúndezM.BermúdezC.Velilla-PrietoL.TerceroF.López-PérezJ.A.GallegoJ.D.FonfríaJ.P.Quintana-LacaciG.GuélinM.EndoY.Discovery of two new magnesium-bearing species in IRC+10216: MgC3N and MgC4HAstron. Astrophys.6302019L210.1051/0004-6361/201936372URL https://www.aanda.org/10.1051/0004-6361/201936372J. Cernicharo, C. Cabezas, J. R. Pardo, M. Agúndez, C. Bermúdez, L. Velilla-Prieto, F. Tercero, J. A. López-Pérez, J. D. Gallego, J. P. Fonfría, G. Quintana-Lacaci, M. Guélin, Y. Endo, https://www.aanda.org/10.1051/0004-6361/201936372Discovery of two new magnesium-bearing species in IRC+10216: MgC3N and MgC4H, Astron. Astrophys. 630 (2019) L2. doi:10.1051/0004-6361/201936372. https://www.aanda.org/10.1051/0004-6361/201936372[14]PardoJ.R.CabezasC.FonfríaJ.P.AgúndezM.TerceroB.De VicenteP.GuélinM.CernicharoJ.Magnesium radicals MgC5N and MgC6H in IRC+10216Astron. Astrophys.6522021L1310.1051/0004-6361/202141671J. R. Pardo, C. Cabezas, J. P. Fonfría, M. Agúndez, B. Tercero, P. De Vicente, M. Guélin, J. Cernicharo, Magnesium radicals MgC5N and MgC6H in IRC+10216, Astron. Astrophys. 652 (2021) L13. doi:10.1051/0004-6361/202141671.[15]CernicharoJ.CabezasC.PardoJ.R.AgúndezM.RonceroO.TerceroB.MarcelinoN.GuélinM.EndoY.de VicenteP.The magnesium paradigm in IRC +10216: Discovery of MgC4H+, MgC3N+, MgC6H+, and MgC5N+Astron. Astrophys.6722023L1310.1051/0004-6361/202346467URL https://www.aanda.org/10.1051/0004-6361/202346467J. Cernicharo, C. Cabezas, J. R. Pardo, M. Agúndez, O. Roncero, B. Tercero, N. Marcelino, M. Guélin, Y. Endo, P. de Vicente, https://www.aanda.org/10.1051/0004-6361/202346467The magnesium paradigm in IRC 10216: Discovery of MgC4H+, MgC3N+ , MgC6H+, and MgC5N+, Astron. Astrophys. 672 (2023) L13. doi:10.1051/0004-6361/202346467. https://www.aanda.org/10.1051/0004-6361/202346467[16]ChangalaP.B.GuptaH.CernicharoJ.PardoJ.R.AgúndezM.CabezasC.TerceroB.GuélinM.McCarthyM.C.Laboratory and astronomical discovery of magnesium dicarbide, MgC2Astrophys. J. Lett.9402022L4210.3847/2041-8213/aca144URL https://iopscience.iop.org/article/10.3847/2041-8213/aca144P. B. Changala, H. Gupta, J. Cernicharo, J. R. Pardo, M. Agúndez, C. Cabezas, B. Tercero, M. Guélin, M. C. McCarthy, https://iopscience.iop.org/article/10.3847/2041-8213/aca144Laboratory and Astronomical Discovery of Magnesium Dicarbide, MgC2, Astrophys. J. Lett. 940 (2022) L42. doi:10.3847/2041-8213/aca144. https://iopscience.iop.org/article/10.3847/2041-8213/aca144[17]DunbarR.C.PetrieS.Interstellar and circumstellar reaction kinetics of Na+, Mg+, and Al+ with cyanopolyynes and polyynesAstrophys. J.564200279210.1086/324196URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstractR. C. Dunbar, S. Petrie, https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstractInterstellar and Circumstellar Reaction Kinetics of Na+, Mg+, and Al+ with Cyanopolyynes and Polyynes, Astrophys. J. 564 (2002) 792. doi:10.1086/324196. https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstract[18]PetrieS.On the formation of metal cyanides and related compounds in the circumstellar envelope of IRC+10216Mon. Not. R. Astron. Soc.282199680781910.1093/MNRAS/282.3.807URL https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstractS. Petrie, https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstractOn the formation of metal cyanides and related compounds in the circumstellar envelope of IRC+10216, Mon. Not. R. Astron. Soc. 282 (1996) 807–819. doi:10.1093/MNRAS/282.3.807. https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstract[19]PetrieS.DunbarR.C.Radiative association reactions of Na+, Mg+, and Al+ with abundant interstellar molecules. variational transition state theory calculationsJ. Phys. Chem. A10420004480448810.1021/jp993485qURL https://pubs.acs.org/doi/10.1021/jp993485qS. Petrie, R. C. Dunbar, https://pubs.acs.org/doi/10.1021/jp993485qRadiative Association Reactions of Na+, Mg+, and Al+ with Abundant Interstellar Molecules. Variational Transition State Theory Calculations, J. Phys. Chem. A 104 (2000) 4480–4488. doi:10.1021/jp993485q. https://pubs.acs.org/doi/10.1021/jp993485q[20]CorlettG.K.LittleA.M.EllisA.M.LIF spectroscopy of the MgCCH free radicalChem. Phys. Lett.2491996535810.1016/0009-2614(95)01364-4G. K. Corlett, A. M. Little, A. M. Ellis, LIF spectroscopy of the MgCCH free radical, Chem. Phys. Lett. 249 (1996) 53–58. doi:10.1016/0009-2614(95)01364-4.[21]CorlettG.K.BeardahM.S.EllisA.M.A dispersed fluorescence investigation of the low frequency vibrations of MgCCH(X̃2Σ+)J. Mol. Spectrosc.185199720220310.1006/JMSP.1997.7412G. K. Corlett, M. S. Beardah, A. M. Ellis, A Dispersed Fluorescence Investigation of the Low Frequency Vibrations of MgCCH(X2Σ+), J. Mol. Spectrosc. 185 (1997) 202–203. doi:10.1006/JMSP.1997.7412.[22]TokarykD.W.AdamA.G.HopkinsW.S.High-resolution laser spectroscopy of the Ã2ΠX̃2Σ+ transition of MgCCHJ. Mol. Spectrosc.2302005546110.1016/j.jms.2004.10.008D. W. Tokaryk, A. G. Adam, W. S. Hopkins, High-resolution laser spectroscopy of the A2Π −X2Σ+ transition of MgCCH, J. Mol. Spectrosc. 230 (2005) 54–61. doi:10.1016/j.jms.2004.10.008.[23]ChasovskikhE.JochnowitzE.B.MaierJ.P.Electronic spectra of the MgC4H and MgC6H radicalsJ. Phys. Chem. A1123720088686868910.1021/jp803969aURL https://pubs.acs.org/doi/abs/10.1021/jp803969aE. Chasovskikh, E. B. Jochnowitz, J. P. Maier, https://pubs.acs.org/doi/abs/10.1021/jp803969aElectronic spectra of the MgC4H and MgC6H radicals, J. Phys. Chem. A 112 (37) (2008) 8686–8689. doi:10.1021/jp803969a. https://pubs.acs.org/doi/abs/10.1021/jp803969a[24]DingH.ApetreiC.ChacagaŁ.MaierJ.P.Electronic spectra of MgC2nH (n=1–3) chains in the gas phaseAstrophys. J.677200834835210.1086/524375URL https://iopscience.iop.org/article/10.1086/524375. https://iopscience.iop.org/article/10.1086/524375/metaH. Ding, C. Apetrei, Ł. Chacaga, J. P. Maier, https://iopscience.iop.org/article/10.1086/524375 https://iopscience.iop.org/article/10.1086/524375/metaElectronic Spectra of MgC2nH (n = 1–3) Chains in the Gas Phase, ApJ 677 (2008) 348–352. doi:10.1086/524375. https://iopscience.iop.org/article/10.1086/524375 https://iopscience.iop.org/article/10.1086/524375/meta[25]ForthommeD.LintonC.TokarykD.W.AdamA.G.GrangerA.D.High-resolution laser spectroscopy of the Ã2Π - X̃2Σ+ transition of MgC4HChem. Phys. Lett.4884–6201011612010.1016/j.cplett.2010.01.054D. Forthomme, C. Linton, D. W. Tokaryk, A. G. Adam, A. D. Granger, High-resolution laser spectroscopy of the A2Π - X2Σ+ transition of MgC4H, Chem. Phys. Lett. 488 (4-6) (2010) 116–120. doi:10.1016/j.cplett.2010.01.054.[26]SteimleT.C.BousquetR.R.The permanent electric dipole moment of MgNCJ. Chem. Phys.1152001520310.1063/1.1396853URL https://aip.scitation.org/doi/abs/10.1063/1.1396853T. C. Steimle, R. R. Bousquet, https://aip.scitation.org/doi/abs/10.1063/1.1396853The permanent electric dipole moment of MgNC, J. Chem. Phys. 115 (2001) 5203. doi:10.1063/1.1396853. https://aip.scitation.org/doi/abs/10.1063/1.1396853[27]FukushimaM.IshiwataT.The ν2 bending vibrational structure of the X̃2Σ+ state of MgNCJ. Chem. Phys.135201112431110.1063/1.3640024URL https://aip.scitation.org/doi/abs/10.1063/1.3640024M. Fukushima, T. Ishiwata, https://aip.scitation.org/doi/abs/10.1063/1.3640024The ν2 bending vibrational structure of the X2Σ+ state of MgNC, J. Chem. Phys. 135 (2011) 124311. doi:10.1063/1.3640024. https://aip.scitation.org/doi/abs/10.1063/1.3640024[28]AndersonM.A.ZiurysL.M.Laboratory detection and millimeter spectrum of the MgCCH radicalAstrophys. J.4391995L2510.1086/187736M. A. Anderson, L. M. Ziurys, Laboratory detection and millimeter spectrum of the MgCCH radical, ApJ 439 (1995) L25. doi:10.1086/187736.[29]BrewsterM.ApponiA.XinJ.ZiurysL.Millimeter-wave spectroscopy of vibrationally-excited NaCCH (X̃1Σ+) and MgCCH (X̃2Σ+): the ν5 bending modeChem. Phys. Lett.310199941142210.1016/S0009-2614(99)00816-7URL https://www.sciencedirect.com/science/article/pii/S0009261499008167M. Brewster, A. Apponi, J. Xin, L. Ziurys, https://www.sciencedirect.com/science/article/pii/S0009261499008167Millimeter-wave spectroscopy of vibrationally-excited NaCCH (X1Σ+) and MgCCH (X2Σ+): the ν5 bending mode, Chem. Phys. Lett. 310 (1999) 411–422. doi:10.1016/S0009-2614(99)00816-7. https://www.sciencedirect.com/science/article/pii/S0009261499008167[30]ChangalaP.B.Genossar-DanN.BrudnerE.GurT.BarabanJ.H.McCarthyM.C.Structural and electronic trends of optical cycling centers in polyatomic molecules revealed by microwave spectroscopy of MgCCH, CaCCH, and SrCCHProc. Natl. Acad. Sci.120282023e230358612010.1073/pnas.2303586120URL https://pnas.org/doi/10.1073/pnas.2303586120P. B. Changala, N. Genossar-Dan, E. Brudner, T. Gur, J. H. Baraban, M. C. McCarthy, https://pnas.org/doi/10.1073/pnas.2303586120Structural and electronic trends of optical cycling centers in polyatomic molecules revealed by microwave spectroscopy of MgCCH, CaCCH, and SrCCH, Proc. Natl. Acad. Sci. 120 (28) (2023) e2303586120. doi:10.1073/pnas.2303586120. https://pnas.org/doi/10.1073/pnas.2303586120[31]BurnsJ.E.ChengQ.FortenberryR.C.SunM.ZackL.N.ZaveriT.DeYonkerN.J.ZiurysL.M.A computational and spectroscopic study of MgCCH (X2Σ+: towards characterizing MgCCH+Mol. Phys.202310.1080/00268976.2023.2267135URL https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135J. E. Burns, Q. Cheng, R. C. Fortenberry, M. Sun, L. N. Zack, T. Zaveri, N. J. DeYonker, L. M. Ziurys, https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135A computational and spectroscopic study of MgCCH (X2Σ+: towards characterizing MgCCH+, Mol. Phys. (2023). doi:10.1080/00268976.2023.2267135. https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135[32]AndersonM.A.SteimleT.C.ZiurysL.M.AndersonM.A.SteimleT.C.ZiurysL.M.The millimeter and submillimeter rotational spectrum of the MgCN radical (X2Σ+)Astrophys. J. Lett.4291994L4110.1086/187408URL https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstractM. A. Anderson, T. C. Steimle, L. M. Ziurys, M. A. Anderson, T. C. Steimle, L. M. Ziurys, https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstractThe Millimeter and Submillimeter Rotational Spectrum of the MgCN Radical (X2Σ+), ApJL 429 (1994) L41. doi:10.1086/187408. https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstract[33]AndersonM.A.ZiurysL.M.The millimeter-wave spectrum of 25MgNC and 26MgNC: bonding in magnesium isocyanidesChem. Phys. Lett.231199416417010.1016/0009-2614(94)01259-8M. A. Anderson, L. M. Ziurys, The millimeter-wave spectrum of 25MgNC and 26MgNC: bonding in magnesium isocyanides, Chem. Phys. Lett. 231 (1994) 164–170. doi:10.1016/0009-2614(94)01259-8.[34]WalkerK.A.GerryM.C.14N hyperfine structure in the pure rotational spectrum of 24Mg14N12CJ. Mol. Spectrosc.1891998404510.1006/JMSP.1997.7515K. A. Walker, M. C. Gerry, 14N Hyperfine Structure in the Pure Rotational Spectrum of 24Mg14N12C, J. Mol. Spectrosc. 189 (1998) 40–45. doi:10.1006/JMSP.1997.7515.[35]IsaevT.A.BergerR.Polyatomic candidates for cooling of molecules with lasers from simple theoretical conceptsPhys. Rev. Lett.116201606300610.1103/PhysRevLett.116.063006URL https://link.aps.org/doi/10.1103/PhysRevLett.116.063006T. A. Isaev, R. Berger, https://link.aps.org/doi/10.1103/PhysRevLett.116.063006Polyatomic Candidates for Cooling of Molecules with Lasers from Simple Theoretical Concepts, Phys. Rev. Lett. 116 (2016) 063006. doi:10.1103/PhysRevLett.116.063006. https://link.aps.org/doi/10.1103/PhysRevLett.116.063006[36]KozyryevI.BaumL.MatsudaK.DoyleJ.M.Proposal for laser cooling of complex polyatomic moleculesChemPhysChem1720163641364810.1002/cphc.201601051URL http://doi.wiley.com/10.1002/cphc.201601051I. Kozyryev, L. Baum, K. Matsuda, J. M. Doyle, http://doi.wiley.com/10.1002/cphc.201601051Proposal for Laser Cooling of Complex Polyatomic Molecules, ChemPhysChem 17 (2016) 3641–3648. doi:10.1002/cphc.201601051. http://doi.wiley.com/10.1002/cphc.201601051[37]O’RourkeM.J.HutzlerN.R.Hypermetallic polar molecules for precision measurementsPhys. Rev. A100201902250210.1103/PhysRevA.100.022502URL https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502M. J. O’Rourke, N. R. Hutzler, https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502Hypermetallic polar molecules for precision measurements, Phys. Rev. A 100 (2019) 022502. doi:10.1103/PhysRevA.100.022502. https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502[38]IvanovM.V.GulaniaS.KrylovA.I.Two cycling centers in one molecule: Communication by through-bond interactions and entanglement of the unpaired electronsJ. Phys. Chem. Lett.1120201297130410.1021/acs.jpclett.0c00021URL https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021M. V. Ivanov, S. Gulania, A. I. Krylov, https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021Two Cycling Centers in One Molecule: Communication by Through-Bond Interactions and Entanglement of the Unpaired Electrons, J. Phys. Chem. Lett. 11 (2020) 1297–1304. doi:10.1021/acs.jpclett.0c00021. https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021[39]SunM.HalfenD.T.MinJ.HarrisB.ClouthierD.J.ZiurysL.M.The rotational spectrum of CuCCH(X̃1Σ+): A Fourier transform microwave discharge assisted laser ablation spectroscopy and millimeter/submillimeter studyJ. Chem. Phys.133201017430110.1063/1.3493690URL https://aip.scitation.org/doi/abs/10.1063/1.3493690M. Sun, D. T. Halfen, J. Min, B. Harris, D. J. Clouthier, L. M. Ziurys, https://aip.scitation.org/doi/abs/10.1063/1.3493690The rotational spectrum of CuCCH(X1Σ+): A Fourier transform microwave discharge assisted laser ablation spectroscopy and millimeter/submillimeter study, J. Chem. Phys. 133 (2010) 174301. doi:10.1063/1.3493690. https://aip.scitation.org/doi/abs/10.1063/1.3493690[40]BernathP.F.Spectroscopy and photochemistry of polyatomic alkaline earth containing moleculesAdv. Photochem.23199716210.1002/9780470133545.ch1URL https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1P. F. Bernath, https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1Spectroscopy and Photochemistry of Polyatomic Alkaline Earth Containing Molecules, Advances in Photochemistry 23 (1997) 1–62. doi:10.1002/9780470133545.ch1. https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1[41]GrabowJ.U.PalmerE.S.McCarthyM.C.ThaddeusP.Supersonic-jet cryogenic-resonator coaxially oriented beam-resonator arrangement Fourier transform microwave spectrometerRev. Sci. Instrum.76200509310610.1063/1.2039347URL http://aip.scitation.org/doi/10.1063/1.2039347J. U. Grabow, E. S. Palmer, M. C. McCarthy, P. Thaddeus, http://aip.scitation.org/doi/10.1063/1.2039347Supersonic-jet cryogenic-resonator coaxially oriented beam-resonator arrangement Fourier transform microwave spectrometer, Rev. Sci. Instrum. 76 (2005) 093106. doi:10.1063/1.2039347. http://aip.scitation.org/doi/10.1063/1.2039347[42]CrabtreeK.N.Martin-DrumelM.-A.BrownG.G.GasterS.A.HallT.M.McCarthyM.C.Microwave spectral taxonomy: A semi-automated combination of chirped-pulse and cavity Fourier-transform microwave spectroscopyJ. Chem. Phys.144201612420110.1063/1.4944072URL http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072K. N. Crabtree, M.-A. Martin-Drumel, G. G. Brown, S. A. Gaster, T. M. Hall, M. C. McCarthy, http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072Microwave spectral taxonomy: A semi-automated combination of chirped-pulse and cavity Fourier-transform microwave spectroscopy, J. Chem. Phys. 144 (2016) 124201. doi:10.1063/1.4944072. http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072[43]BâldeaI.Profiling astrophysically relevant MgC4H chains. An attempt to aid astronomical observationsMon. Not. R. Astron. Soc.49820204316432610.1093/mnras/staa2354URL https://academic.oup.com/mnras/article/498/3/4316/5903288I. Bâldea, https://academic.oup.com/mnras/article/498/3/4316/5903288Profiling astrophysically relevant MgC4H chains. An attempt to aid astronomical observations, Mon. Not. R. Astron. Soc 498 (2020) 4316–4326. doi:10.1093/mnras/staa2354. https://academic.oup.com/mnras/article/498/3/4316/5903288[44]WoonD.E.Ab initio characterization of MgCCH, MgCCH+, and MgC2 and pathways to their formation in the interstellar mediumAstrophys. J.456199660210.1086/176682URL https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract. http://adsabs.harvard.edu/doi/10.1086/176682D. E. Woon, https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract http://adsabs.harvard.edu/doi/10.1086/176682Ab Initio Characterization of MgCCH, MgCCH+, and MgC2 and Pathways to Their Formation in the Interstellar Medium, Astrophys. J. 456 (1996) 602. doi:10.1086/176682. https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract http://adsabs.harvard.edu/doi/10.1086/176682[45]CabezasC.BarrientosC.LargoA.GuilleminJ.-C.CernicharoJ.AlonsoJ.L.Alkaline and alkaline-earth cyanoacetylides: A combined theoretical and rotational spectroscopic investigationJ. Chem. Phys.151201910.1063/1.5110670URL https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-AC. Cabezas, C. Barrientos, A. Largo, J.-C. Guillemin, J. Cernicharo, J. L. Alonso, https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-AAlkaline and alkaline-earth cyanoacetylides: A combined theoretical and rotational spectroscopic investigation, J. Chem. Phys. 151 (2019). doi:10.1063/1.5110670. https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-A[46]StantonJ.F.GaussJ.ChengL.HardingM.E.MatthewsD.A.SzalayP.G.CFOUR, coupled-cluster techniques for computational chemistry, a quantum-chemical program package2020J. F. Stanton, J. Gauss, L. Cheng, M. E. Harding, D. A. Matthews, P. G. Szalay, CFOUR, Coupled-Cluster techniques for Computational Chemistry, a quantum-chemical program package (2020).[47]MatthewsD.A.ChengL.HardingM.E.LippariniF.StopkowiczS.JagauT.-C.SzalayP.G.GaussJ.StantonJ.F.Coupled-cluster techniques for computational chemistry: The cfour program packageJ. Chem. Phys.152202021410810.1063/5.0004837URL http://aip.scitation.org/doi/10.1063/5.0004837D. A. Matthews, L. Cheng, M. E. Harding, F. Lipparini, S. Stopkowicz, T.-C. Jagau, P. G. Szalay, J. Gauss, J. F. Stanton, http://aip.scitation.org/doi/10.1063/5.0004837Coupled-cluster techniques for computational chemistry: The CFOUR program package, J. Chem. Phys. 152 (2020) 214108. doi:10.1063/5.0004837. http://aip.scitation.org/doi/10.1063/5.0004837[48]RaghavachariK.TrucksG.W.PopleJ.A.Head-GordonM.A fifth-order perturbation comparison of electron correlation theoriesChem. Phys. Lett.157198947948310.1016/S0009-2614(89)87395-6K. Raghavachari, G. W. Trucks, J. A. Pople, M. Head-Gordon, A fifth-order perturbation comparison of electron correlation theories, Chem. Phys. Lett. 157 (1989) 479–483. doi:10.1016/S0009-2614(89)87395-6.[49]BartlettR.J.WattsJ.KucharskiS.NogaJ.Non-iterative fifth-order triple and quadruple excitation energy corrections in correlated methodsChem. Phys. Lett.165199051352210.1016/0009-2614(90)87031-LURL https://linkinghub.elsevier.com/retrieve/pii/000926149087031LR. J. Bartlett, J. Watts, S. Kucharski, J. Noga, https://linkinghub.elsevier.com/retrieve/pii/000926149087031LNon-iterative fifth-order triple and quadruple excitation energy corrections in correlated methods, Chem. Phys. Lett. 165 (1990) 513–522. doi:10.1016/0009-2614(90)87031-L. https://linkinghub.elsevier.com/retrieve/pii/000926149087031L[50]WattsJ.D.GaussJ.BartlettR.J.Open-shell analytical energy gradients for triple excitation many-body, coupled-cluster methods: Mbpt(4), CCSD+T(CCSD), CCSD(T), and QCISD(T)Chem. Phys. Lett.20019921710.1016/0009-2614(92)87036-OURL https://linkinghub.elsevier.com/retrieve/pii/000926149287036OJ. D. Watts, J. Gauss, R. J. Bartlett, https://linkinghub.elsevier.com/retrieve/pii/000926149287036OOpen-shell analytical energy gradients for triple excitation many-body, coupled-cluster methods: MBPT(4), CCSD+T(CCSD), CCSD(T),and QCISD(T), Chem. Phys. Lett. 200 (1992) 1–7. doi:10.1016/0009-2614(92)87036-O. https://linkinghub.elsevier.com/retrieve/pii/000926149287036O[51]GaussJ.LauderdaleW.J.StantonJ.F.WattsJ.D.BartlettR.J.Analytic energy gradients for open-shell coupled-cluster singles and doubles (CCSD) calculations using restricted open-shell Hartree—Fock (ROHF) reference functionsChem. Phys. Lett.182199120710.1016/0009-2614(91)80203-AURL https://linkinghub.elsevier.com/retrieve/pii/000926149180203AJ. Gauss, W. J. Lauderdale, J. F. Stanton, J. D. Watts, R. J. Bartlett, https://linkinghub.elsevier.com/retrieve/pii/000926149180203AAnalytic energy gradients for open-shell coupled-cluster singles and doubles (CCSD) calculations using restricted open-shell Hartree—Fock (ROHF) reference functions, Chem. Phys. Lett. 182 (1991) 207. doi:10.1016/0009-2614(91)80203-A. https://linkinghub.elsevier.com/retrieve/pii/000926149180203A[52]WattsJ.D.GaussJ.BartlettR.J.Coupled-cluster methods with noniterative triple excitations for restricted open-shell Hartree–Fock and other general single determinant reference functions. Energies and analytical gradientsJ. Chem. Phys.981993871810.1063/1.464480URL http://aip.scitation.org/doi/10.1063/1.464480J. D. Watts, J. Gauss, R. J. Bartlett, http://aip.scitation.org/doi/10.1063/1.464480Coupled-cluster methods with noniterative triple excitations for restricted open-shell Hartree–Fock and other general single determinant reference functions. Energies and analytical gradients, J. Chem. Phys. 98 (1993) 8718. doi:10.1063/1.464480. http://aip.scitation.org/doi/10.1063/1.464480[53]DunningT.H.Gaussian basis sets for use in correlated molecular calculations. I. The atoms boron through neon and hydrogenJ. Chem. Phys.901989100710.1063/1.456153URL http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153T. H. Dunning, http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153Gaussian basis sets for use in correlated molecular calculations. I. The atoms boron through neon and hydrogen, J. Chem. Phys. 90 (1989) 1007. doi:10.1063/1.456153. http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153[54]WoonD.E.DunningT.H.Gaussian basis sets for use in correlated molecular calculations. V. Core-valence basis sets for boron through neonJ. Chem. Phys.10319954572458510.1063/1.470645URL http://aip.scitation.org/doi/10.1063/1.470645D. E. Woon, T. H. Dunning, http://aip.scitation.org/doi/10.1063/1.470645Gaussian basis sets for use in correlated molecular calculations. V. Core-valence basis sets for boron through neon, J. Chem. Phys 103 (1995) 4572–4585. doi:10.1063/1.470645. http://aip.scitation.org/doi/10.1063/1.470645[55]PrascherB.P.WoonD.E.PetersonK.A.DunningT.H.WilsonA.K.Gaussian basis sets for use in correlated molecular calculations. VII. Valence, core-valence, and scalar relativistic basis sets for Li, Be, Na, and MgTheor. Chem. Acc.1282011698210.1007/S00214-010-0764-0URL https://link.springer.com/article/10.1007/s00214-010-0764-0B. P. Prascher, D. E. Woon, K. A. Peterson, T. H. Dunning, A. K. Wilson, https://link.springer.com/article/10.1007/s00214-010-0764-0Gaussian basis sets for use in correlated molecular calculations. VII. Valence, core-valence, and scalar relativistic basis sets for Li, Be, Na, and Mg, Theor. Chem. Acc. 128 (2011) 69–82. doi:10.1007/S00214-010-0764-0. https://link.springer.com/article/10.1007/s00214-010-0764-0[56]NottoliT.GaussJ.LippariniF.A black-box, general purpose quadratic self-consistent field code with and without Cholesky decomposition of the two-electron integralsMol. Phys.11921–22202110.1080/00268976.2021.1974590URL https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590T. Nottoli, J. Gauss, F. Lipparini, https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590A black-box, general purpose quadratic self-consistent field code with and without Cholesky decomposition of the two-electron integrals, Mol. Phys. 119 (21-22) (2021). doi:10.1080/00268976.2021.1974590. https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590[57]PulayP.Improved SCF convergence accelerationJ. Comput. Chem.3198255656010.1002/jcc.540030413URL https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413P. Pulay, https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413Improved SCF convergence acceleration, J. Comp. Chem. 3 (1982) 556–560. doi:10.1002/jcc.540030413. https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413[58]MillsI.M.Vibration-rotation structure in asymmetric- and symmetric-top moleculesRaoK.N.MathewsC.W.Molecular Spectroscopy: Modern Research1972Academic PressNew York115140Ch. 3.2I. M. Mills, Vibration-Rotation Structure in Asymmetric- and Symmetric-Top Molecules, in: K. N. Rao, C. W. Mathews (Eds.), Molecular Spectroscopy: Modern Research, Academic Press, New York, , 1972, Ch. 3.2, pp. 115–140.[59]PickettH.M.The fitting and prediction of vibration-rotation spectra with spin interactionsJ. Mol. Spectrosc.148199137137710.1016/0022-2852(91)90393-OH. M. Pickett, The fitting and prediction of vibration–rotation spectra with spin interactions, J. Mol. Spectrosc. 148 (1991) 371–377. doi:10.1016/0022-2852(91)90393-O.[60]ChangalaP.B.Genossar-DanN.BarabanJ.H.McCarthyM.C.Data for “laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N”202410.5281/zenodo.10779111P. B. Changala, N. Genossar-Dan, J. H. Baraban, M. C. McCarthy, https://doi.org/10.5281/zenodo.10779111Data for “Laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N” (Mar. 2024). doi:10.5281/zenodo.10779111. https://doi.org/10.5281/zenodo.10779111[61]HiranoT.IshiiK.OdakaT.E.JensenP.A theoretical study of MgNC and MgCN in the X̃2Σ+ electronic stateJ. Mol. Spectrosc.2152002425710.1006/jmsp.2002.8598URL https://linkinghub.elsevier.com/retrieve/pii/S002228520298598XT. Hirano, K. Ishii, T. E. Odaka, P. Jensen, https://linkinghub.elsevier.com/retrieve/pii/S002228520298598XA Theoretical Study of MgNC and MgCN in the X2Σ+ Electronic State, J. Mol. Spectrosc. 215 (2002) 42–57. doi:10.1006/jmsp.2002.8598. https://linkinghub.elsevier.com/retrieve/pii/S002228520298598X[62]StoneA.J.Gauge invariance of the g tensorProc. Roy. Soc. A271196342443410.1098/rspa.1963.0027URL https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027A. J. Stone, https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027Gauge invariance of the g tensor, Proc. Roy. Soc. A 271 (1963) 424–434. doi:10.1098/rspa.1963.0027. https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027 \ No newline at end of file +application/xmlLaboratory rotational spectroscopy of the magnesium-carbon chains MgC[formula omitted]H and MgC[formula omitted]NP. Bryan ChangalaNadav Genossar-DanJoshua H. BarabanMichael C. McCarthyRotational spectroscopyMetal-ligand moleculesAstrochemistryLaser-coolable moleculesJournal of Molecular Spectroscopy 401 (2024). doi:10.1016/j.jms.2024.111904journalJournal of Molecular Spectroscopy© 2024 Elsevier Inc. All rights reserved.Elsevier Inc.0022-2852401March-April 202410.1016/j.jms.2024.111904http://dx.doi.org/10.1016/j.jms.2024.111904doi:10.1016/j.jms.2024.1119041119042024-04-12T00:00:00.000ZJournalsS250.1YJMSP111904111904S0022-2852(24)00031-610.1016/j.jms.2024.111904Elsevier Inc.Fig. 1Laser ablation-electric discharge expansion source. A solenoid valve releases a pulse of precursor gas mixture synchronized with a laser pulse that ablates a rotating cylindrical metal target positioned outside the valve. The entrained ablation products continue through a stack of discharge electrodes and supersonically expand into the vacuum microwave cavity.Fig. 2Cavity FTMW measurements of MgC4H. The N and J quantum numbers are indicated above each panel, which is plotted with respect to the frequency offset from the center frequency shown. These transitions exhibit a larger Doppler splitting due to the co-axial cavity-expansion geometry and a smaller hyperfine splitting from the Fermi contact interaction of the H nuclear spin (I=1/2). The hyperfine doublets are labeled by the total angular momentum quantum number F (F=I+J). From top to bottom, the spectra are the result of 7min, 12min, and 70min of integration, respectively.Fig. 3Cavity FTMW measurements of MgC3N. The center frequencies and (N, J, F) quantum numbers are labeled as in Fig. 2. Each spin-rotation transition is split into three 14N nuclear hyperfine components (I=1), which are incompletely resolved (and unassigned) for transitions above 14GHz. The top and bottom spectra are the result of 130min and 230min of integration, respectively.Table 1The laboratory rest frequencies of MgC4H.NJFNJFFrequency (MHz)aObs. Calc. (kHz)22.5311.525528.28330.732.5321.528286.75831.032.5221.518286.78122.833.5422.538291.29301.533.5322.528291.3098−2.843.5432.5311049.7634−7.343.5332.5211049.7818−0.544.5533.5411054.2951−0.344.5433.5311054.30740.454.5543.5413812.7767b4.554.5443.5313812.7767b−2.955.5644.5513817.2959b3.355.5544.5413817.2959b−4.165.5654.5516575.7681b4.765.5554.5416575.7681b−0.466.5755.5616580.2859b4.366.5655.5516580.2859b−0.876.5765.5619338.7484b4.776.5665.5519338.7484b0.977.5866.5719343.2618b1.277.5766.5619343.2618b−2.587.5876.5722101.7115b−0.587.5776.5622101.7115b−3.488.5977.5822106.2289b1.088.5877.5722106.2289b−1.9aThe measurement uncertainty is 2 kHz.bHyperfine splitting is unresolved. The mean transition frequency is reported.Table 2The laboratory rest frequencies of MgC3N.NJFNJFFrequency (MHz)aObs. Calc. (kHz)32.52.521.51.58283.07042.032.53.521.52.58283.23050.833.52.522.51.58287.39631.333.53.522.52.58287.44460.633.54.522.53.58287.5473−0.843.52.532.51.511044.8171−0.443.53.532.52.511044.8722−2.043.54.532.53.511044.94660.144.53.533.52.511049.21590.244.54.533.53.511049.2402−1.844.55.533.54.511049.2966−1.554.54.543.53.513806.6394−3.754.55.543.54.513806.68733.455.54.544.53.513810.9914−4.555.55.544.54.513811.02026.855.56.544.55.513811.0485−0.1aThe measurement uncertainty is 2 kHz.Table 3The spectroscopic constants of MgC4H and MgC3N.Table 4Calculated properties of MgC4H and MgC3N.ParameterMgC4HMgC3NUHFROHFUHFROHFrMgC1a2.045452.044252.064242.06273rC1C21.221891.229751.219101.22679rC2C31.379791.373451.383101.37721rC3C4/C3N1.204341.211471.155861.16256rC4H1.061491.06171Be/MHzb1379.2401376.4091378.3741375.641ΔBvib/MHzb2.445b2.629bμe/a.u.c0.8410.8342.5182.494ρMg/a.u.d0.991980.935201.061120.99916ρC1/a.u.0.109550.126290.108480.12546ρC2/a.u.0.043030.016950.043830.01705ρC3/a.u.−0.026590.00334−0.025510.00305ρC4/N/a.u.0.02412−0.000510.02044−0.00055ρH/a.u.−0.003870.00018Sˆ2SCFe1.1960.7501.1610.750Sˆ2CC0.8150.7500.8060.750bF/MHzf−17.2770.8036.595−0.178c/MHz6.6400.053−6.4640.553eQq/MHz−4.305−4.170Note — The optimized geometries and electronic properties were calculated at the UHF- or ROHF-CCSD(T)/cc-pCVQZ level of theory, except where otherwise noted.aThe bond lengths with C1, C2, etc., labeling the C atoms beginning with that closest to Mg.bBe is the equilibrium rotational constant. ΔBvib=B0Be is the zero-point vibrational correction. The ΔBvib values were calculated with VPT2 using the cc-pCVTZ basis set.cThe equilibrium electric dipole moment.dThe unpaired spin densities evaluated at sequential nuclei.eSˆ2SCF is the SCF expectation value of Sˆ2, and Sˆ2CC is the projected expectation value 0|Sˆ2exp(Tˆ)|0, where Tˆ is the coupled-cluster excitation operator.fbF and c are the Fermi contact and spin-dipole hyperfine coupling constants for H/14N. eQq is the electric quadrupole coupling constant for 14N.Laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3NP. BryanChangalaWriting – review & editingWriting – original draftVisualizationValidationProject administrationMethodologyInvestigationFunding acquisitionFormal analysisConceptualizationabryan.changala@cfa.harvard.eduNadavGenossar-DanWriting – review & editingValidationInvestigationFormal analysisConceptualizationbJoshua H.BarabanWriting – review & editingValidationSupervisionProject administrationFunding acquisitionFormal analysisConceptualizationbMichael C.McCarthyWriting – review & editingSupervisionProject administrationFunding acquisitionConceptualizationaaCenter for Astrophysics — Harvard & Smithsonian, Cambridge, MA, 02138, USACenter for Astrophysics — Harvard & SmithsonianCambridgeMA02138USACenter for Astrophysics — Harvard & Smithsonian, Cambridge, MA, 02138, USAbDepartment of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, IsraelDepartment of Chemistry, Ben-Gurion University of the NegevBeer Sheva8410501IsraelDepartment of Chemistry, Ben-Gurion University of the Negev, Beer Sheva, 8410501, IsraelCorresponding author.AbstractRecent advances in circumstellar metal chemistry and laser-coolable molecules have spurred interest in the spectroscopy and electronic properties of alkaline earth metal-bearing polyatomic molecules. We report the microwave rotational spectra of two members of this important chemical family, the linear magnesium-carbon chains MgC4H and MgC3N, detected with cavity Fourier transform microwave spectroscopy of a laser ablation-electric discharge expansion. The rotation, fine, and hyperfine parameters have been derived from the precise laboratory rest frequencies. These experimental results, combined with a theoretical quantum chemical analysis, confirm the recent identification of MgC4H and MgC3N in the circumstellar envelope of the evolved carbon-rich star IRC+10216. The spectroscopic data also provide insight into the structural and electronic properties that influence the metal-based optical cycling center in this unique class of laser-coolable polyatomics.Graphical abstractHighlightsMgC4H and MgC3N were detected in the laboratory with microwave spectroscopy.Confirmation of the astronomical identification in carbon-rich circumstellar envelopes.Fine and hyperfine structure reveals a highly metal-localized unpaired electron.KeywordsRotational spectroscopyMetal-ligand moleculesAstrochemistryLaser-coolable moleculesData availabilityData will be made available on request.1IntroductionRadio astronomical observations of the evolved carbon-rich star IRC+10216 have revealed a rich metal chemistry in its inner layers and circumstellar shell. Equilibrium and non-equilibrium processes are thought to produce a large number of gas-phase molecules with highly ionic metal-ligand bonds, including small cyanides, isocyanides and acetylides [1–10]. Of these, the magnesium-carbon chains and clusters are by far the most extensively characterized family of metal-bearing circumstellar molecules. The identification of Mg(CC)nH, Mg(CC)n1 (NC/CN), and HMg(CC)n1(NC/CN) chains up to n=3[7,8,10–14]; their positively charged ions with n= 2–3 [15]; and the cyclic MgC2 metal dicarbide [16] in IRC+10216 provides strong support for an ion–molecule radiative association–dissociative recombination pathway that incorporates metal atoms into polyatomic molecules in the circumstellar shell [17–19]. Although an extensive literature of optical laboratory data exists for many of these Mg-bearing species [20–27], high resolution microwave/mm-wave laboratory spectra are known only for the smallest members: MgCCH [28–31], MgCN/MgNC/HMgNC [7,11,32–34], and MgC2[16]. The astronomical identification of the longer-chain molecules by radio detection has therefore relied primarily on quantum chemical calculations [13–15], motivating a renewed effort to produce these species in the laboratory and measure their rotational rest frequencies to high accuracy.Alkaline earth metal-containing molecules are also of fundamental interest in molecular physics. Ionic monovalent metal-ligand compounds (ML, with L = OH, OCH3, CCH, etc.) are the most common polyatomic candidates for direct laser-cooling applications because of the unique electronic structure of the unpaired electron localized on the metal atom [35,36]. This optically active electron interacts only weakly with the rest of the molecule, giving rise to quasi-atomic metal-centered electronic excitations with highly diagonal vibrational Franck–Condon factors, which are necessary for efficient photon cycling schemes. Metal acetylides are intriguing laser-cooling candidates in this class because they can potentially accommodate multiple metal atoms whose interactions can be tuned by simply elongating the chain with repeated CC units, i.e., M(CC)nM[37,38]. Quantifying the precise structural and electronic properties of long alkaline-earth metal-carbon chains is therefore crucial to illuminating the chemical design principles of these complex laser-coolable polyatomics [30].Motivated by these astrophysical and fundamental considerations, we have produced MgC4H and MgC3N in the laboratory with a laser ablation-electric discharge supersonic expansion source and detected their rotational spectra with a sensitive cavity Fourier transform microwave (FTMW) spectrometer. The precise spectroscopic constants derived from the laboratory rest frequencies are consistent with those derived from recent astronomical observations [13]. When combined with a variety of additional laboratory assays and tests, and new theoretical calculations, these measurements confirm beyond any reasonable doubt the identification of MgC4H and MgC3N in IRC+10216. A comparison of the structural and electronic properties inferred from their rotational, fine, and hyperfine parameters with those of the shorter analogues (e.g., MgCCH and MgCN) provides insight into the chemical and electronic trends of this important family of metal-ligand molecules.2ExperimentalMgC4H and MgC3N were produced in a laser ablation-electric discharge expansion source at conditions similar to those of other closely-related alkaline earth metal-bearing molecules recently studied in our laboratory, including MgCCH [30] and MgC2[16] (see Fig. 1). A dilute mixture of organic precursors in neon (0.1% acetylene, diacetylene, or acetonitrile) was expanded into a large vacuum chamber through a pulsed solenoid valve operating at a 5 Hz repetition rate with a 500μs pulse length. After the gas exits the valve, it passes a rotating magnesium rod that was ablated by a 5ns, 20–40 mJ pulse of 532 nm radiation generated from an Nd:YAG laser. The timing is such that the ablation plume is entrained into the expanding gas and then passes through two cylindrical copper electrodes separated by 1 cm and biased with a 700–900 V potential, which drives a 20–40 mA discharge current. The discharge increased the MgC4H and MgC3N yields by up to a factor of 5 relative to ablation alone likely due to the enhanced reactivity of electronically excited Mg atoms or Mg+ cations [30,31,39,40].The rotational spectra were measured with a cavity FTMW spectrometer operating from 5 to 26 GHz [41,42]. The cavity is aligned co-axially with the supersonic expansion and surrounded by three pairs of Helmholtz coils tuned to cancel the Earth’s magnetic field, which causes Zeeman splitting and shifts of the rotational transitions of open-shell molecules. Residual magnetic fields near the cavity boundaries are estimated to be less than 50 mG, and the rest frequencies of the rotational transitions were measured to an accuracy of 2 kHz.Using the spectroscopic parameters of putative MgC4H and MgC3N derived from astronomical observations (which span 30–110 GHz [13]), rest frequencies of both molecules in the 5–26 GHz bandwidth of the cavity spectrometer were predicted to an accuracy of 100kHz, sufficiently small to be searched for at a single position of the microwave cavity, which has very high sensitivity but a narrow instantaneous bandwidth, i.e. <0.5MHz. Microwave features of both MgC4H and MgC3N were readily observed after optimizing the experimental conditions for the production of MgCCH. Various assays were then performed to better constrain the chemical composition and properties of these carriers. Both required the ablation laser to be on, indicating they contain magnesium. The MgC4H transitions were observed with both acetylene and diacetylene precursors, but with a larger signal intensity (up to a factor of 2) from the latter. The optimal concentration of either precursor was 0.15% in neon. The MgC3N transitions required the presence of acetonitrile as a nitrogen source. A 1:1 acetonitrile:acetylene mixture (both 0.08% in neon) optimized the MgC3N signal, which was slightly more intense than that without acetylene (i.e. a pure 0.08% acetonitrile precursor). Both MgC4H and MgC3N transitions were sensitive to applied magnetic fields, displaying characteristic Zeeman splittings when one of the Helmholtz coils was turned off, as expected for an open-shell molecule. By examining the dependence of the signal on the microwave excitation power, we estimated that MgC4H has a dipole moment comparable to MgCCH (calculated to be 2.3 D and 1.7 D, respectively [43,44]) and that MgC3N has a dipole moment comparable to MgNC (calculated and measured to be 6.4 D and 5.3 D, respectively [13,26]). Accounting for the dipole moments and molecular partition functions at the typical rotational temperature of 2 K in the expansion, we estimate MgC4H and MgC3N to be a factor of 10–100 less abundant than MgCCH and MgNC, respectively, at the ablation-discharge expansion conditions optimized for MgC4H/MgC3N production, as described above. It is worth noting that a prior attempt to produce MgC3N (and CaC3N) in another laboratory equipped with a similar laser ablation expansion source, but using BrC3N, IC3N, or HC3N precursors, resulted in no detectable rotational transitions [45]. As the authors of that study pointed out, a possible explanation in this instance is the formation of divalent M(C3N)2 molecules instead, following thermochemical arguments. Given our own observations of MgCCH, MgNC, and MgC4H from HCCH, CH3CN, and HC4H precursors, respectively, we would expect MgC3N to be detectable in our source with an HC3N precursor, even with laser ablation alone (i.e. no discharge). Thus, it may also be the case that, despite comparable laser ablation pulse energies, the use of a picosecond pulse in the prior experiments (compared to the nanosecond pulses used here) might influence the population of Mg/Mg+ atoms, which appear to be important to the formation of monovalent alkaline earth metal-ligand molecules [40], or otherwise affect the precursor chemistry.3Theoretical methodsThe structural and electronic properties of MgC4H and MgC3N were computed with coupled-cluster quantum chemical methods in Cfour[46,47]. The optimized geometries and first-order properties were calculated with analytic derivative techniques for coupled-cluster theory with single, double, and perturbative triple excitations [CCSD(T)] with both unrestricted (UHF) [48–50] and restricted open-shell (ROHF) [51,52] reference wavefunctions and correlation- consistent polarized core-valence basis sets with double, triple, and quadruple ζ functions (cc-pCVXZ, X = D, T, Q) [53–55]. All electrons except those occupying the inner-core Mg 1s orbital were correlated. As discussed further below, the quadratically convergent self-consistent field (QCSCF) code in Cfour[56] was used to address inconsistent convergence of UHF solutions using a standard DIIS algorithm [57]. Vibrational zero-point corrections to the ground-state rotational constants were derived with second-order vibrational perturbation theory (VPT2) [58] using cubic force fields calculated by finite differences.4ResultsThe laboratory rest frequencies of MgC4H and MgC3N are listed in Tables 1 and 2. Some examples of the measured line profiles for MgC4H are shown in Fig. 2. An effective Hamiltonian for a 2Σ electronic state including rotational (B), centrifugal distortion (D), spin-rotation (γ), Fermi contact (bF), spin-dipole (c, MgC3N only), and electric quadrupole coupling (eQq, MgC3N only) parameters was fit to the measured lines using the SPFIT/SPCAT programs [59]. The small hyperfine parameters in MgC4H produced observable splittings only for transitions with N3, and its spectrum could be fit to the measurement uncertainty with a Fermi contact term only, fixing c=0. MgC3N exhibits much larger hyperfine splittings at low N owing to the electric quadrupole moment of the 14N nucleus (I=1). The partial collapse of the quadrupole splitting at high N led to congestion of MgC3N transitions above 14 GHz, which were excluded from the laboratory analysis because the hyperfine-weighted line center could not be confidently determined (see Fig. 3). The spectroscopic parameters derived from a laboratory-only data set and a combined laboratory-astronomical data set incorporating the 30–110 GHz transitions reported in Ref. [13] are summarized in Table 3. Although the astronomical frequencies have much larger measurement uncertainties (0.1–1.0 MHz) than the laboratory frequencies (2 kHz), the higher frequency range of the former helps to reduce the uncertainties of the derived B and D parameters. The rest frequencies calculated with the combined fit parameters for the strongest transitions below 40 GHz have a predicted uncertainty of 1–10 kHz. The raw line lists and fitting files are available in a permanent online data repository [60].The optimized geometry and first-order electronic properties of MgC4H and MgC3N at the CCSD(T)/cc-pCVQZ level of theory are summarized in Table 4, which includes results for both UHF and ROHF reference wavefunctions. The Sˆ2 expectation value of the UHF reference wavefunction is 1.2 for both MgC4H and MgC3N, which is evidence of significant spin contamination that is only partly removed in the correlated wavefunction. (The exact value for a doublet state is 3/4.) The UHF and ROHF optimized bond lengths show differences of up to 0.008 Å, while the difference in quantities that depend on the unpaired spin density are even more pronounced. For example, the UHF and ROHF predictions for the magnetic hyperfine coupling constants (bF and c) for both H and 14N differ substantially in absolute magnitude and sign. Molecular properties that depend on the total electron density such as the electric dipole moment and electric quadrupole coupling constant of 14N exhibit much smaller UHF-ROHF differences.In the course of this work, it was observed that two different UHF solutions could be converged depending on the choice of SCF algorithm (DIIS or QCSCF) and basis set. The results in Table 4 correspond to the spin-contaminated solution, which was always found by the QCSCF solver and appears to be the rigorous variational minimum. For MgC3N with the cc-pCV(D,T,Q)Z basis sets and MgC4H with the cc-pCV(D,T)Z basis sets, a conventional DIIS algorithm converged a weakly spin-contaminated solution (Sˆ2CC3/4<103). This weakly contaminated UHF reference wavefunction yielded optimized CCSD(T) bond lengths that differed from the ROHF-CCSD(T) values by 10−4 Å or less. Nonetheless, despite the similar optimized structures, the unpaired spin density of the weakly contaminated UHF-CCSD(T) wavefunction still differed substantially from that of the ROHF-CCSD(T) wavefunction. The values of the bF and c parameters of MgC3N with the former, for example, were 1.426 MHz and 2.157 MHz, respectively, which are considerably larger than the ROHF predictions in Table 4. (The weakly spin contaminated UHF solution could not be found for MgC4H with the cc-pCVQZ basis set.)5DiscussionThe combined laboratory, theoretical, and astronomical evidence unambiguously confirms the identification of MgC4H and MgC3N in IRC+10216 by Cernicharo et al. [13]. The next longer chains, MgC6H and MgC5N, have also been detected by radio astronomy in this source [14]. If the MgCCH:MgC4H 101:1–102:1 abundance ratio in our laser ablation-electric discharge holds for MgC4H:MgC6H (and similarly for MgC5N), then it should be possible to detect both of the longer species at similar experimental conditions, particularly as the laboratory rest frequencies in the cm-wave band can be predicted with relatively small uncertainties (1 MHz) using the astronomically derived spectroscopic constants.The structural and electronic properties of MgC4H and MgC3N demonstrate that their ionic metal-carbon bonding is very similar to that of their smaller chain analogues. Although the lack of isotopic data prevents a complete structural analysis at this juncture, if we constrain all bond lengths other than the Mg–C bond to their optimized ROHF-CCSD(T)/cc-pCVQZ values, then the semi-experimental equilibrium rotational constants, Bse=B0ΔBvib, derived from the measured B0 values and theoretical vibrational corrections (Table 4) imply that the semi-experimental equilibrium metal-carbon bond lengths are rse(Mg–C4H) 2.039Å and rse(Mg–C3N) 2.057Å. These are similar to the Mg–C bond length in MgCCH (rse= 2.0369(7)Å [30]) and somewhat shorter than that in MgCN (2.072Å [32,61]). In the (usually very good) approximation that the spin-rotation constants (γ) are dominated by second-order spin–orbit contributions [62], the ratio γ/B can also be compared between different Mg-bearing chain molecules to assess changes between the electronic state manifold of the unpaired σ(sp) electron centered on the Mg atom. The γ/B values of MgC4H and MgC3N are 3.27×103 and 3.17×103, respectively, while the values for MgCCH and MgCN are 3.36×103[29–31] and 2.95×103[32]. The small spread (10%) of these ratios illustrates that the unpaired Mg-centered electron in each of these molecules experiences a similar electronic environment.The strong localization of the unpaired electron is also reflected by the small magnitude of the magnetic hyperfine parameters of the H and N nuclei, which are farthest from the Mg radical center. The good agreement between the calculated ROHF-CCSD(T) hyperfine parameters and the measured bF(H), bF(N), and c(N) values highlights the importance of beginning with a ROHF determinant and the high sensitivity of these properties to even small amounts of spin contamination. The unpaired spin densities at each nucleus, reported in Table 4, decay approximately exponentially with distance from the Mg atom, a pattern similar to that observed experimentally in isotopologues of MgCCH, CaCCH, and SrCCH [30]. This behavior bolsters the idea that biradical electronic interactions in M–(CC)n–M chains can potentially be tuned over several orders of magnitude by varying the number of C2 linker units. Controlling this coupling will have an important influence on the optical cycling properties of hypermetallic polyatomic molecules for next-generation laser-cooling applications [37,38].6ConclusionsThe linear magnesium-carbon chains MgC4H and MgC3N were detected and characterized at high-resolution in the laboratory by cavity FTMW spectroscopy. A parallel quantum chemical analysis highlighted the influence of spin contamination on accurate predictions of their structural and magnetic hyperfine parameters. This study lays the foundation for a number of follow-up investigations targeting their substituted isotopic species, positively and negatively charged ions, and hypermetallic derivatives. The characterization of these molecules will provide the spectroscopic data needed to critically assess the chemical evolution of metal-carbon chains in astrophysical environments and the suitability of their unique electronic structure for applications in fundamental molecular physics.CRediT authorship contribution statementP. Bryan Changala: Writing – review & editing, Writing – original draft, Visualization, Validation, Project administration, Methodology, Investigation, Funding acquisition, Formal analysis, Conceptualization. Nadav Genossar-Dan: Writing – review & editing, Validation, Investigation, Formal analysis, Conceptualization. Joshua H. Baraban: Writing – review & editing, Validation, Supervision, Project administration, Funding acquisition, Formal analysis, Conceptualization. Michael C. McCarthy: Writing – review & editing, Supervision, Project administration, Funding acquisition, Conceptualization.Declaration of competing interestThe authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.AcknowledgmentsThe authors thank Prof. John F. Stanton (University of Florida) for helpful discussions regarding spin contamination. This work was supported by the U.S. National Science Foundation Award Nos. PHY-2110489 and AST-1908576, and by the U.S.-Israel Binational Science Foundation (Grant No. 2020724). N.G.-D. and J.H.B. are also supported by the Israel Science Foundation (ISF) , Grant No. 194/20. N.G.-D. acknowledges the VATAT scholarship for Ph.D. students in quantum science and technology.References[1]TurnerB.E.SteimleT.C.MeertsL.Detection of sodium cyanide (NaCN) in IRC 10216Astrophys. J. Lett.4261994L9710.1086/174043URL https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstractB. E. Turner, T. C. Steimle, L. Meerts, https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstractDetection of Sodium Cyanide (NaCN) in IRC 10216, ApJL 426 (1994) L97. doi:10.1086/174043. https://ui.adsabs.harvard.edu/abs/1994ApJ...426L..97T/abstract[2]GuélinM.MullerS.CernicharoJ.ApponiA.J.McCarthyM.C.GottliebC.A.ThaddeusP.Astronomical detection of the free radical SiCNAstron. Astrophys.3632000L9M. Guélin, S. Muller, J. Cernicharo, A. J. Apponi, M. C. McCarthy, C. A. Gottlieb, P. Thaddeus, Astronomical detection of the free radical SiCN, Astron. Astrophys. 363 (2000) L9.[3]ZiurysL.M.SavageC.HighbergerJ.L.ApponiA.J.GuélinM.CernicharoJ.More metal cyanide species: Detection of AlNC (X1Σ+) toward IRC+10216Astrophys. J.5642002L4510.1086/338775URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstractL. M. Ziurys, C. Savage, J. L. Highberger, A. J. Apponi, M. Guélin, J. Cernicharo, https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstractMore Metal Cyanide Species: Detection of AlNC (X1Σ+) toward IRC+10216, ApJ 564 (2002) L45. doi:10.1086/338775. https://ui.adsabs.harvard.edu/abs/2002ApJ...564L..45Z/abstract[4]GuélinM.MullerS.CernicharoJ.McCarthyM.C.ThaddeusP.Detection of the SiNC radical in IRC+10216Astron. Astrophys.4262004L4910.1051/0004-6361:200400074M. Guélin, S. Muller, J. Cernicharo, M. C. McCarthy, P. Thaddeus, Detection of the SiNC radical in IRC+10216, Astron. Astrophys. 426 (2004) L49. doi:10.1051/0004-6361:200400074.[5]PulliamR.L.SavageC.AgúndezM.CernicharoJ.GuélinM.ZiurysL.M.Identification of KCN in IRC+10216: Evidence for selective cyanide chemistryAstrophys. J. Lett.7252010L18110.1088/2041-8205/725/2/L181URL https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstractR. L. Pulliam, C. Savage, M. Agúndez, J. Cernicharo, M. Guélin, L. M. Ziurys, https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstractIdentification of KCN in IRC+10216: Evidence for Selective Cyanide Chemistry, ApJL 725 (2010) L181. doi:10.1088/2041-8205/725/2/L181. https://ui.adsabs.harvard.edu/abs/2010ApJ...725L.181P/abstract[6]ZackL.N.HalfenD.T.ZiurysL.M.Detection of FeCN (X4Δi) in IRC+10216: A new interstellar moleculeAstrophys. J. Lett.7332011L3610.1088/2041-8205/733/2/L36L. N. Zack, D. T. Halfen, L. M. Ziurys, Detection of FeCN (X4Δi) in IRC+10216: A new interstellar molecule, ApJL 733 (2011) L36. doi:10.1088/2041-8205/733/2/L36.[7]CabezasC.CernicharoJ.AlonsoJ.L.AgundezM.MataS.GuelinM.PeñaI.Laboratory and astronomical discovery of hydromagnesium isocyanideAstrophys. J.775201313310.1088/0004-637X/775/2/133URL http://arxiv.org/abs/1309.0371C. Cabezas, J. Cernicharo, J. L. Alonso, M. Agundez, S. Mata, M. Guelin, I. Peña, http://arxiv.org/abs/1309.0371 http://dx.doi.org/10.1088/0004-637X/775/2/133Laboratory and Astronomical Discovery of Hydromagnesium Isocyanide, ApJ 775 (2013) 133. doi:10.1088/0004-637X/775/2/133. http://arxiv.org/abs/1309.0371 http://dx.doi.org/10.1088/0004-637X/775/2/133[8]AgúndezM.CernicharoJ.GuélinM.New molecules in IRC+10216: confirmation of C5S and tentative identification of MgCCH, NCCP, and SiH3CNAstron. Astrophys.5702014A4510.1051/0004-6361/201424542URL http://arxiv.org/abs/1408.6306M. Agúndez, J. Cernicharo, M. Guélin, http://arxiv.org/abs/1408.6306 http://dx.doi.org/10.1051/0004-6361/201424542New molecules in IRC+10216: confirmation of C5S and tentative identification of MgCCH, NCCP, and SiH3CN, Astron. Astrophys. 570 (2014) A45. doi:10.1051/0004-6361/201424542. http://arxiv.org/abs/1408.6306 http://dx.doi.org/10.1051/0004-6361/201424542[9]CernicharoJ.Velilla-PrietoL.AgúndezM.PardoJ.R.FonfríaJ.P.Quintana-LacaciG.CabezasC.BermúdezC.GuélinM.Discovery of the first Ca-bearing molecule in space: CaNCAstron. Astrophys.6272019L410.1051/0004-6361/201936040J. Cernicharo, L. Velilla-Prieto, M. Agúndez, J. R. Pardo, J. P. Fonfría, G. Quintana-Lacaci, C. Cabezas, C. Bermúdez, M. Guélin, Discovery of the first Ca-bearing molecule in space: CaNC, Astron. Astrophys. 627 (2019) L4. doi:10.1051/0004-6361/201936040.[10]CabezasC.PardoJ.R.AgúndezM.TerceroB.MarcelinoN.EndoY.de VicenteP.GuélinM.CernicharoJ.Discovery of two metallic cyanoacetylides in IRC+10216: HMgCCCN and NaCCCNAstron. Astrophys.6722023L1210.1051/0004-6361/202346462C. Cabezas, J. R. Pardo, M. Agúndez, B. Tercero, N. Marcelino, Y. Endo, P. de Vicente, M. Guélin, J. Cernicharo, Discovery of two metallic cyanoacetylides in IRC+10216: HMgCCCN and NaCCCN, Astron. Astrophys. 672 (2023) L12. doi:10.1051/0004-6361/202346462.[11]KawaguchiK.KagiE.HiranoT.TakanoS.SaitoS.Laboratory spectroscopy of MgNC: The first radioastronomical identification of Mg-bearing moleculeAstrophys. J. Lett.4061993L3910.1086/186781URL https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstractK. Kawaguchi, E. Kagi, T. Hirano, S. Takano, S. Saito, https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstractLaboratory Spectroscopy of MgNC: The First Radioastronomical Identification of Mg-bearing Molecule, ApJL 406 (1993) L39. doi:10.1086/186781. https://ui.adsabs.harvard.edu/abs/1993ApJ...406L..39K/abstract[12]ZiurysL.M.ApponiA.J.GuelinM.CernicharoJ.Detection of MgCN in IRC+10216: A new metal-bearing free radicalAstrophys. J.4451995L4710.1086/187886L. M. Ziurys, A. J. Apponi, M. Guelin, J. Cernicharo, Detection of MgCN in IRC+10216: A new metal-bearing free radical, Astrophys. J. 445 (1995) L47. doi:10.1086/187886.[13]CernicharoJ.CabezasC.PardoJ.R.AgúndezM.BermúdezC.Velilla-PrietoL.TerceroF.López-PérezJ.A.GallegoJ.D.FonfríaJ.P.Quintana-LacaciG.GuélinM.EndoY.Discovery of two new magnesium-bearing species in IRC+10216: MgC3N and MgC4HAstron. Astrophys.6302019L210.1051/0004-6361/201936372URL https://www.aanda.org/10.1051/0004-6361/201936372J. Cernicharo, C. Cabezas, J. R. Pardo, M. Agúndez, C. Bermúdez, L. Velilla-Prieto, F. Tercero, J. A. López-Pérez, J. D. Gallego, J. P. Fonfría, G. Quintana-Lacaci, M. Guélin, Y. Endo, https://www.aanda.org/10.1051/0004-6361/201936372Discovery of two new magnesium-bearing species in IRC+10216: MgC3N and MgC4H, Astron. Astrophys. 630 (2019) L2. doi:10.1051/0004-6361/201936372. https://www.aanda.org/10.1051/0004-6361/201936372[14]PardoJ.R.CabezasC.FonfríaJ.P.AgúndezM.TerceroB.De VicenteP.GuélinM.CernicharoJ.Magnesium radicals MgC5N and MgC6H in IRC+10216Astron. Astrophys.6522021L1310.1051/0004-6361/202141671J. R. Pardo, C. Cabezas, J. P. Fonfría, M. Agúndez, B. Tercero, P. De Vicente, M. Guélin, J. Cernicharo, Magnesium radicals MgC5N and MgC6H in IRC+10216, Astron. Astrophys. 652 (2021) L13. doi:10.1051/0004-6361/202141671.[15]CernicharoJ.CabezasC.PardoJ.R.AgúndezM.RonceroO.TerceroB.MarcelinoN.GuélinM.EndoY.de VicenteP.The magnesium paradigm in IRC +10216: Discovery of MgC4H+, MgC3N+, MgC6H+, and MgC5N+Astron. Astrophys.6722023L1310.1051/0004-6361/202346467URL https://www.aanda.org/10.1051/0004-6361/202346467J. Cernicharo, C. Cabezas, J. R. Pardo, M. Agúndez, O. Roncero, B. Tercero, N. Marcelino, M. Guélin, Y. Endo, P. de Vicente, https://www.aanda.org/10.1051/0004-6361/202346467The magnesium paradigm in IRC 10216: Discovery of MgC4H+, MgC3N+ , MgC6H+, and MgC5N+, Astron. Astrophys. 672 (2023) L13. doi:10.1051/0004-6361/202346467. https://www.aanda.org/10.1051/0004-6361/202346467[16]ChangalaP.B.GuptaH.CernicharoJ.PardoJ.R.AgúndezM.CabezasC.TerceroB.GuélinM.McCarthyM.C.Laboratory and astronomical discovery of magnesium dicarbide, MgC2Astrophys. J. Lett.9402022L4210.3847/2041-8213/aca144URL https://iopscience.iop.org/article/10.3847/2041-8213/aca144P. B. Changala, H. Gupta, J. Cernicharo, J. R. Pardo, M. Agúndez, C. Cabezas, B. Tercero, M. Guélin, M. C. McCarthy, https://iopscience.iop.org/article/10.3847/2041-8213/aca144Laboratory and Astronomical Discovery of Magnesium Dicarbide, MgC2, Astrophys. J. Lett. 940 (2022) L42. doi:10.3847/2041-8213/aca144. https://iopscience.iop.org/article/10.3847/2041-8213/aca144[17]DunbarR.C.PetrieS.Interstellar and circumstellar reaction kinetics of Na+, Mg+, and Al+ with cyanopolyynes and polyynesAstrophys. J.564200279210.1086/324196URL https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstractR. C. Dunbar, S. Petrie, https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstractInterstellar and Circumstellar Reaction Kinetics of Na+, Mg+, and Al+ with Cyanopolyynes and Polyynes, Astrophys. J. 564 (2002) 792. doi:10.1086/324196. https://ui.adsabs.harvard.edu/abs/2002ApJ...564..792D/abstract[18]PetrieS.On the formation of metal cyanides and related compounds in the circumstellar envelope of IRC+10216Mon. Not. R. Astron. Soc.282199680781910.1093/MNRAS/282.3.807URL https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstractS. Petrie, https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstractOn the formation of metal cyanides and related compounds in the circumstellar envelope of IRC+10216, Mon. Not. R. Astron. Soc. 282 (1996) 807–819. doi:10.1093/MNRAS/282.3.807. https://ui.adsabs.harvard.edu/abs/1996MNRAS.282..807P/abstract[19]PetrieS.DunbarR.C.Radiative association reactions of Na+, Mg+, and Al+ with abundant interstellar molecules. variational transition state theory calculationsJ. Phys. Chem. A10420004480448810.1021/jp993485qURL https://pubs.acs.org/doi/10.1021/jp993485qS. Petrie, R. C. Dunbar, https://pubs.acs.org/doi/10.1021/jp993485qRadiative Association Reactions of Na+, Mg+, and Al+ with Abundant Interstellar Molecules. Variational Transition State Theory Calculations, J. Phys. Chem. A 104 (2000) 4480–4488. doi:10.1021/jp993485q. https://pubs.acs.org/doi/10.1021/jp993485q[20]CorlettG.K.LittleA.M.EllisA.M.LIF spectroscopy of the MgCCH free radicalChem. Phys. Lett.2491996535810.1016/0009-2614(95)01364-4G. K. Corlett, A. M. Little, A. M. Ellis, LIF spectroscopy of the MgCCH free radical, Chem. Phys. Lett. 249 (1996) 53–58. doi:10.1016/0009-2614(95)01364-4.[21]CorlettG.K.BeardahM.S.EllisA.M.A dispersed fluorescence investigation of the low frequency vibrations of MgCCH(X̃2Σ+)J. Mol. Spectrosc.185199720220310.1006/JMSP.1997.7412G. K. Corlett, M. S. Beardah, A. M. Ellis, A Dispersed Fluorescence Investigation of the Low Frequency Vibrations of MgCCH(X2Σ+), J. Mol. Spectrosc. 185 (1997) 202–203. doi:10.1006/JMSP.1997.7412.[22]TokarykD.W.AdamA.G.HopkinsW.S.High-resolution laser spectroscopy of the Ã2ΠX̃2Σ+ transition of MgCCHJ. Mol. Spectrosc.2302005546110.1016/j.jms.2004.10.008D. W. Tokaryk, A. G. Adam, W. S. Hopkins, High-resolution laser spectroscopy of the A2Π −X2Σ+ transition of MgCCH, J. Mol. Spectrosc. 230 (2005) 54–61. doi:10.1016/j.jms.2004.10.008.[23]ChasovskikhE.JochnowitzE.B.MaierJ.P.Electronic spectra of the MgC4H and MgC6H radicalsJ. Phys. Chem. A1123720088686868910.1021/jp803969aURL https://pubs.acs.org/doi/abs/10.1021/jp803969aE. Chasovskikh, E. B. Jochnowitz, J. P. Maier, https://pubs.acs.org/doi/abs/10.1021/jp803969aElectronic spectra of the MgC4H and MgC6H radicals, J. Phys. Chem. A 112 (37) (2008) 8686–8689. doi:10.1021/jp803969a. https://pubs.acs.org/doi/abs/10.1021/jp803969a[24]DingH.ApetreiC.ChacagaŁ.MaierJ.P.Electronic spectra of MgC2nH (n=1–3) chains in the gas phaseAstrophys. J.677200834835210.1086/524375URL https://iopscience.iop.org/article/10.1086/524375. https://iopscience.iop.org/article/10.1086/524375/metaH. Ding, C. Apetrei, Ł. Chacaga, J. P. Maier, https://iopscience.iop.org/article/10.1086/524375 https://iopscience.iop.org/article/10.1086/524375/metaElectronic Spectra of MgC2nH (n = 1–3) Chains in the Gas Phase, ApJ 677 (2008) 348–352. doi:10.1086/524375. https://iopscience.iop.org/article/10.1086/524375 https://iopscience.iop.org/article/10.1086/524375/meta[25]ForthommeD.LintonC.TokarykD.W.AdamA.G.GrangerA.D.High-resolution laser spectroscopy of the Ã2Π - X̃2Σ+ transition of MgC4HChem. Phys. Lett.4884–6201011612010.1016/j.cplett.2010.01.054D. Forthomme, C. Linton, D. W. Tokaryk, A. G. Adam, A. D. Granger, High-resolution laser spectroscopy of the A2Π - X2Σ+ transition of MgC4H, Chem. Phys. Lett. 488 (4-6) (2010) 116–120. doi:10.1016/j.cplett.2010.01.054.[26]SteimleT.C.BousquetR.R.The permanent electric dipole moment of MgNCJ. Chem. Phys.1152001520310.1063/1.1396853URL https://aip.scitation.org/doi/abs/10.1063/1.1396853T. C. Steimle, R. R. Bousquet, https://aip.scitation.org/doi/abs/10.1063/1.1396853The permanent electric dipole moment of MgNC, J. Chem. Phys. 115 (2001) 5203. doi:10.1063/1.1396853. https://aip.scitation.org/doi/abs/10.1063/1.1396853[27]FukushimaM.IshiwataT.The ν2 bending vibrational structure of the X̃2Σ+ state of MgNCJ. Chem. Phys.135201112431110.1063/1.3640024URL https://aip.scitation.org/doi/abs/10.1063/1.3640024M. Fukushima, T. Ishiwata, https://aip.scitation.org/doi/abs/10.1063/1.3640024The ν2 bending vibrational structure of the X2Σ+ state of MgNC, J. Chem. Phys. 135 (2011) 124311. doi:10.1063/1.3640024. https://aip.scitation.org/doi/abs/10.1063/1.3640024[28]AndersonM.A.ZiurysL.M.Laboratory detection and millimeter spectrum of the MgCCH radicalAstrophys. J.4391995L2510.1086/187736M. A. Anderson, L. M. Ziurys, Laboratory detection and millimeter spectrum of the MgCCH radical, ApJ 439 (1995) L25. doi:10.1086/187736.[29]BrewsterM.ApponiA.XinJ.ZiurysL.Millimeter-wave spectroscopy of vibrationally-excited NaCCH (X̃1Σ+) and MgCCH (X̃2Σ+): the ν5 bending modeChem. Phys. Lett.310199941142210.1016/S0009-2614(99)00816-7URL https://www.sciencedirect.com/science/article/pii/S0009261499008167M. Brewster, A. Apponi, J. Xin, L. Ziurys, https://www.sciencedirect.com/science/article/pii/S0009261499008167Millimeter-wave spectroscopy of vibrationally-excited NaCCH (X1Σ+) and MgCCH (X2Σ+): the ν5 bending mode, Chem. Phys. Lett. 310 (1999) 411–422. doi:10.1016/S0009-2614(99)00816-7. https://www.sciencedirect.com/science/article/pii/S0009261499008167[30]ChangalaP.B.Genossar-DanN.BrudnerE.GurT.BarabanJ.H.McCarthyM.C.Structural and electronic trends of optical cycling centers in polyatomic molecules revealed by microwave spectroscopy of MgCCH, CaCCH, and SrCCHProc. Natl. Acad. Sci.120282023e230358612010.1073/pnas.2303586120URL https://pnas.org/doi/10.1073/pnas.2303586120P. B. Changala, N. Genossar-Dan, E. Brudner, T. Gur, J. H. Baraban, M. C. McCarthy, https://pnas.org/doi/10.1073/pnas.2303586120Structural and electronic trends of optical cycling centers in polyatomic molecules revealed by microwave spectroscopy of MgCCH, CaCCH, and SrCCH, Proc. Natl. Acad. Sci. 120 (28) (2023) e2303586120. doi:10.1073/pnas.2303586120. https://pnas.org/doi/10.1073/pnas.2303586120[31]BurnsJ.E.ChengQ.FortenberryR.C.SunM.ZackL.N.ZaveriT.DeYonkerN.J.ZiurysL.M.A computational and spectroscopic study of MgCCH (X2Σ+: towards characterizing MgCCH+Mol. Phys.202310.1080/00268976.2023.2267135URL https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135J. E. Burns, Q. Cheng, R. C. Fortenberry, M. Sun, L. N. Zack, T. Zaveri, N. J. DeYonker, L. M. Ziurys, https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135A computational and spectroscopic study of MgCCH (X2Σ+: towards characterizing MgCCH+, Mol. Phys. (2023). doi:10.1080/00268976.2023.2267135. https://www.tandfonline.com/doi/full/10.1080/00268976.2023.2267135[32]AndersonM.A.SteimleT.C.ZiurysL.M.AndersonM.A.SteimleT.C.ZiurysL.M.The millimeter and submillimeter rotational spectrum of the MgCN radical (X2Σ+)Astrophys. J. Lett.4291994L4110.1086/187408URL https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstractM. A. Anderson, T. C. Steimle, L. M. Ziurys, M. A. Anderson, T. C. Steimle, L. M. Ziurys, https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstractThe Millimeter and Submillimeter Rotational Spectrum of the MgCN Radical (X2Σ+), ApJL 429 (1994) L41. doi:10.1086/187408. https://ui.adsabs.harvard.edu/abs/1994ApJ...429L..41A/abstract[33]AndersonM.A.ZiurysL.M.The millimeter-wave spectrum of 25MgNC and 26MgNC: bonding in magnesium isocyanidesChem. Phys. Lett.231199416417010.1016/0009-2614(94)01259-8M. A. Anderson, L. M. Ziurys, The millimeter-wave spectrum of 25MgNC and 26MgNC: bonding in magnesium isocyanides, Chem. Phys. Lett. 231 (1994) 164–170. doi:10.1016/0009-2614(94)01259-8.[34]WalkerK.A.GerryM.C.14N hyperfine structure in the pure rotational spectrum of 24Mg14N12CJ. Mol. Spectrosc.1891998404510.1006/JMSP.1997.7515K. A. Walker, M. C. Gerry, 14N Hyperfine Structure in the Pure Rotational Spectrum of 24Mg14N12C, J. Mol. Spectrosc. 189 (1998) 40–45. doi:10.1006/JMSP.1997.7515.[35]IsaevT.A.BergerR.Polyatomic candidates for cooling of molecules with lasers from simple theoretical conceptsPhys. Rev. Lett.116201606300610.1103/PhysRevLett.116.063006URL https://link.aps.org/doi/10.1103/PhysRevLett.116.063006T. A. Isaev, R. Berger, https://link.aps.org/doi/10.1103/PhysRevLett.116.063006Polyatomic Candidates for Cooling of Molecules with Lasers from Simple Theoretical Concepts, Phys. Rev. Lett. 116 (2016) 063006. doi:10.1103/PhysRevLett.116.063006. https://link.aps.org/doi/10.1103/PhysRevLett.116.063006[36]KozyryevI.BaumL.MatsudaK.DoyleJ.M.Proposal for laser cooling of complex polyatomic moleculesChemPhysChem1720163641364810.1002/cphc.201601051URL http://doi.wiley.com/10.1002/cphc.201601051I. Kozyryev, L. Baum, K. Matsuda, J. M. Doyle, http://doi.wiley.com/10.1002/cphc.201601051Proposal for Laser Cooling of Complex Polyatomic Molecules, ChemPhysChem 17 (2016) 3641–3648. doi:10.1002/cphc.201601051. http://doi.wiley.com/10.1002/cphc.201601051[37]O’RourkeM.J.HutzlerN.R.Hypermetallic polar molecules for precision measurementsPhys. Rev. A100201902250210.1103/PhysRevA.100.022502URL https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502M. J. O’Rourke, N. R. Hutzler, https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502Hypermetallic polar molecules for precision measurements, Phys. Rev. A 100 (2019) 022502. doi:10.1103/PhysRevA.100.022502. https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.022502[38]IvanovM.V.GulaniaS.KrylovA.I.Two cycling centers in one molecule: Communication by through-bond interactions and entanglement of the unpaired electronsJ. Phys. Chem. Lett.1120201297130410.1021/acs.jpclett.0c00021URL https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021M. V. Ivanov, S. Gulania, A. I. Krylov, https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021Two Cycling Centers in One Molecule: Communication by Through-Bond Interactions and Entanglement of the Unpaired Electrons, J. Phys. Chem. Lett. 11 (2020) 1297–1304. doi:10.1021/acs.jpclett.0c00021. https://pubs.acs.org/doi/10.1021/acs.jpclett.0c00021[39]SunM.HalfenD.T.MinJ.HarrisB.ClouthierD.J.ZiurysL.M.The rotational spectrum of CuCCH(X̃1Σ+): A Fourier transform microwave discharge assisted laser ablation spectroscopy and millimeter/submillimeter studyJ. Chem. Phys.133201017430110.1063/1.3493690URL https://aip.scitation.org/doi/abs/10.1063/1.3493690M. Sun, D. T. Halfen, J. Min, B. Harris, D. J. Clouthier, L. M. Ziurys, https://aip.scitation.org/doi/abs/10.1063/1.3493690The rotational spectrum of CuCCH(X1Σ+): A Fourier transform microwave discharge assisted laser ablation spectroscopy and millimeter/submillimeter study, J. Chem. Phys. 133 (2010) 174301. doi:10.1063/1.3493690. https://aip.scitation.org/doi/abs/10.1063/1.3493690[40]BernathP.F.Spectroscopy and photochemistry of polyatomic alkaline earth containing moleculesAdv. Photochem.23199716210.1002/9780470133545.ch1URL https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1P. F. Bernath, https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1Spectroscopy and Photochemistry of Polyatomic Alkaline Earth Containing Molecules, Advances in Photochemistry 23 (1997) 1–62. doi:10.1002/9780470133545.ch1. https://onlinelibrary.wiley.com/doi/10.1002/9780470133545.ch1[41]GrabowJ.U.PalmerE.S.McCarthyM.C.ThaddeusP.Supersonic-jet cryogenic-resonator coaxially oriented beam-resonator arrangement Fourier transform microwave spectrometerRev. Sci. Instrum.76200509310610.1063/1.2039347URL http://aip.scitation.org/doi/10.1063/1.2039347J. U. Grabow, E. S. Palmer, M. C. McCarthy, P. Thaddeus, http://aip.scitation.org/doi/10.1063/1.2039347Supersonic-jet cryogenic-resonator coaxially oriented beam-resonator arrangement Fourier transform microwave spectrometer, Rev. Sci. Instrum. 76 (2005) 093106. doi:10.1063/1.2039347. http://aip.scitation.org/doi/10.1063/1.2039347[42]CrabtreeK.N.Martin-DrumelM.-A.BrownG.G.GasterS.A.HallT.M.McCarthyM.C.Microwave spectral taxonomy: A semi-automated combination of chirped-pulse and cavity Fourier-transform microwave spectroscopyJ. Chem. Phys.144201612420110.1063/1.4944072URL http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072K. N. Crabtree, M.-A. Martin-Drumel, G. G. Brown, S. A. Gaster, T. M. Hall, M. C. McCarthy, http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072Microwave spectral taxonomy: A semi-automated combination of chirped-pulse and cavity Fourier-transform microwave spectroscopy, J. Chem. Phys. 144 (2016) 124201. doi:10.1063/1.4944072. http://scitation.aip.org/content/aip/journal/jcp/144/12/10.1063/1.4944072[43]BâldeaI.Profiling astrophysically relevant MgC4H chains. An attempt to aid astronomical observationsMon. Not. R. Astron. Soc.49820204316432610.1093/mnras/staa2354URL https://academic.oup.com/mnras/article/498/3/4316/5903288I. Bâldea, https://academic.oup.com/mnras/article/498/3/4316/5903288Profiling astrophysically relevant MgC4H chains. An attempt to aid astronomical observations, Mon. Not. R. Astron. Soc 498 (2020) 4316–4326. doi:10.1093/mnras/staa2354. https://academic.oup.com/mnras/article/498/3/4316/5903288[44]WoonD.E.Ab initio characterization of MgCCH, MgCCH+, and MgC2 and pathways to their formation in the interstellar mediumAstrophys. J.456199660210.1086/176682URL https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract. http://adsabs.harvard.edu/doi/10.1086/176682D. E. Woon, https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract http://adsabs.harvard.edu/doi/10.1086/176682Ab Initio Characterization of MgCCH, MgCCH+, and MgC2 and Pathways to Their Formation in the Interstellar Medium, Astrophys. J. 456 (1996) 602. doi:10.1086/176682. https://ui.adsabs.harvard.edu/abs/1996ApJ...456..602W/abstract http://adsabs.harvard.edu/doi/10.1086/176682[45]CabezasC.BarrientosC.LargoA.GuilleminJ.-C.CernicharoJ.AlonsoJ.L.Alkaline and alkaline-earth cyanoacetylides: A combined theoretical and rotational spectroscopic investigationJ. Chem. Phys.151201910.1063/1.5110670URL https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-AC. Cabezas, C. Barrientos, A. Largo, J.-C. Guillemin, J. Cernicharo, J. L. Alonso, https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-AAlkaline and alkaline-earth cyanoacetylides: A combined theoretical and rotational spectroscopic investigation, J. Chem. Phys. 151 (2019). doi:10.1063/1.5110670. https://pubs.aip.org/jcp/article/151/5/054312/198725/Alkaline-and-alkaline-earth-cyanoacetylides-A[46]StantonJ.F.GaussJ.ChengL.HardingM.E.MatthewsD.A.SzalayP.G.CFOUR, coupled-cluster techniques for computational chemistry, a quantum-chemical program package2020J. F. Stanton, J. Gauss, L. Cheng, M. E. Harding, D. A. Matthews, P. G. Szalay, CFOUR, Coupled-Cluster techniques for Computational Chemistry, a quantum-chemical program package (2020).[47]MatthewsD.A.ChengL.HardingM.E.LippariniF.StopkowiczS.JagauT.-C.SzalayP.G.GaussJ.StantonJ.F.Coupled-cluster techniques for computational chemistry: The cfour program packageJ. Chem. Phys.152202021410810.1063/5.0004837URL http://aip.scitation.org/doi/10.1063/5.0004837D. A. Matthews, L. Cheng, M. E. Harding, F. Lipparini, S. Stopkowicz, T.-C. Jagau, P. G. Szalay, J. Gauss, J. F. Stanton, http://aip.scitation.org/doi/10.1063/5.0004837Coupled-cluster techniques for computational chemistry: The CFOUR program package, J. Chem. Phys. 152 (2020) 214108. doi:10.1063/5.0004837. http://aip.scitation.org/doi/10.1063/5.0004837[48]RaghavachariK.TrucksG.W.PopleJ.A.Head-GordonM.A fifth-order perturbation comparison of electron correlation theoriesChem. Phys. Lett.157198947948310.1016/S0009-2614(89)87395-6K. Raghavachari, G. W. Trucks, J. A. Pople, M. Head-Gordon, A fifth-order perturbation comparison of electron correlation theories, Chem. Phys. Lett. 157 (1989) 479–483. doi:10.1016/S0009-2614(89)87395-6.[49]BartlettR.J.WattsJ.KucharskiS.NogaJ.Non-iterative fifth-order triple and quadruple excitation energy corrections in correlated methodsChem. Phys. Lett.165199051352210.1016/0009-2614(90)87031-LURL https://linkinghub.elsevier.com/retrieve/pii/000926149087031LR. J. Bartlett, J. Watts, S. Kucharski, J. Noga, https://linkinghub.elsevier.com/retrieve/pii/000926149087031LNon-iterative fifth-order triple and quadruple excitation energy corrections in correlated methods, Chem. Phys. Lett. 165 (1990) 513–522. doi:10.1016/0009-2614(90)87031-L. https://linkinghub.elsevier.com/retrieve/pii/000926149087031L[50]WattsJ.D.GaussJ.BartlettR.J.Open-shell analytical energy gradients for triple excitation many-body, coupled-cluster methods: Mbpt(4), CCSD+T(CCSD), CCSD(T), and QCISD(T)Chem. Phys. Lett.20019921710.1016/0009-2614(92)87036-OURL https://linkinghub.elsevier.com/retrieve/pii/000926149287036OJ. D. Watts, J. Gauss, R. J. Bartlett, https://linkinghub.elsevier.com/retrieve/pii/000926149287036OOpen-shell analytical energy gradients for triple excitation many-body, coupled-cluster methods: MBPT(4), CCSD+T(CCSD), CCSD(T),and QCISD(T), Chem. Phys. Lett. 200 (1992) 1–7. doi:10.1016/0009-2614(92)87036-O. https://linkinghub.elsevier.com/retrieve/pii/000926149287036O[51]GaussJ.LauderdaleW.J.StantonJ.F.WattsJ.D.BartlettR.J.Analytic energy gradients for open-shell coupled-cluster singles and doubles (CCSD) calculations using restricted open-shell Hartree—Fock (ROHF) reference functionsChem. Phys. Lett.182199120710.1016/0009-2614(91)80203-AURL https://linkinghub.elsevier.com/retrieve/pii/000926149180203AJ. Gauss, W. J. Lauderdale, J. F. Stanton, J. D. Watts, R. J. Bartlett, https://linkinghub.elsevier.com/retrieve/pii/000926149180203AAnalytic energy gradients for open-shell coupled-cluster singles and doubles (CCSD) calculations using restricted open-shell Hartree—Fock (ROHF) reference functions, Chem. Phys. Lett. 182 (1991) 207. doi:10.1016/0009-2614(91)80203-A. https://linkinghub.elsevier.com/retrieve/pii/000926149180203A[52]WattsJ.D.GaussJ.BartlettR.J.Coupled-cluster methods with noniterative triple excitations for restricted open-shell Hartree–Fock and other general single determinant reference functions. Energies and analytical gradientsJ. Chem. Phys.981993871810.1063/1.464480URL http://aip.scitation.org/doi/10.1063/1.464480J. D. Watts, J. Gauss, R. J. Bartlett, http://aip.scitation.org/doi/10.1063/1.464480Coupled-cluster methods with noniterative triple excitations for restricted open-shell Hartree–Fock and other general single determinant reference functions. Energies and analytical gradients, J. Chem. Phys. 98 (1993) 8718. doi:10.1063/1.464480. http://aip.scitation.org/doi/10.1063/1.464480[53]DunningT.H.Gaussian basis sets for use in correlated molecular calculations. I. The atoms boron through neon and hydrogenJ. Chem. Phys.901989100710.1063/1.456153URL http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153T. H. Dunning, http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153Gaussian basis sets for use in correlated molecular calculations. I. The atoms boron through neon and hydrogen, J. Chem. Phys. 90 (1989) 1007. doi:10.1063/1.456153. http://scitation.aip.org/content/aip/journal/jcp/90/2/10.1063/1.456153[54]WoonD.E.DunningT.H.Gaussian basis sets for use in correlated molecular calculations. V. Core-valence basis sets for boron through neonJ. Chem. Phys.10319954572458510.1063/1.470645URL http://aip.scitation.org/doi/10.1063/1.470645D. E. Woon, T. H. Dunning, http://aip.scitation.org/doi/10.1063/1.470645Gaussian basis sets for use in correlated molecular calculations. V. Core-valence basis sets for boron through neon, J. Chem. Phys 103 (1995) 4572–4585. doi:10.1063/1.470645. http://aip.scitation.org/doi/10.1063/1.470645[55]PrascherB.P.WoonD.E.PetersonK.A.DunningT.H.WilsonA.K.Gaussian basis sets for use in correlated molecular calculations. VII. Valence, core-valence, and scalar relativistic basis sets for Li, Be, Na, and MgTheor. Chem. Acc.1282011698210.1007/S00214-010-0764-0URL https://link.springer.com/article/10.1007/s00214-010-0764-0B. P. Prascher, D. E. Woon, K. A. Peterson, T. H. Dunning, A. K. Wilson, https://link.springer.com/article/10.1007/s00214-010-0764-0Gaussian basis sets for use in correlated molecular calculations. VII. Valence, core-valence, and scalar relativistic basis sets for Li, Be, Na, and Mg, Theor. Chem. Acc. 128 (2011) 69–82. doi:10.1007/S00214-010-0764-0. https://link.springer.com/article/10.1007/s00214-010-0764-0[56]NottoliT.GaussJ.LippariniF.A black-box, general purpose quadratic self-consistent field code with and without Cholesky decomposition of the two-electron integralsMol. Phys.11921–22202110.1080/00268976.2021.1974590URL https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590T. Nottoli, J. Gauss, F. Lipparini, https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590A black-box, general purpose quadratic self-consistent field code with and without Cholesky decomposition of the two-electron integrals, Mol. Phys. 119 (21-22) (2021). doi:10.1080/00268976.2021.1974590. https://www.tandfonline.com/doi/full/10.1080/00268976.2021.1974590[57]PulayP.Improved SCF convergence accelerationJ. Comput. Chem.3198255656010.1002/jcc.540030413URL https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413P. Pulay, https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413Improved SCF convergence acceleration, J. Comp. Chem. 3 (1982) 556–560. doi:10.1002/jcc.540030413. https://onlinelibrary.wiley.com/doi/10.1002/jcc.540030413[58]MillsI.M.Vibration-rotation structure in asymmetric- and symmetric-top moleculesRaoK.N.MathewsC.W.Molecular Spectroscopy: Modern Research1972Academic PressNew York115140Ch. 3.2I. M. Mills, Vibration-Rotation Structure in Asymmetric- and Symmetric-Top Molecules, in: K. N. Rao, C. W. Mathews (Eds.), Molecular Spectroscopy: Modern Research, Academic Press, New York, , 1972, Ch. 3.2, pp. 115–140.[59]PickettH.M.The fitting and prediction of vibration-rotation spectra with spin interactionsJ. Mol. Spectrosc.148199137137710.1016/0022-2852(91)90393-OH. M. Pickett, The fitting and prediction of vibration–rotation spectra with spin interactions, J. Mol. Spectrosc. 148 (1991) 371–377. doi:10.1016/0022-2852(91)90393-O.[60]ChangalaP.B.Genossar-DanN.BarabanJ.H.McCarthyM.C.Data for “laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N”202410.5281/zenodo.10779111P. B. Changala, N. Genossar-Dan, J. H. Baraban, M. C. McCarthy, https://doi.org/10.5281/zenodo.10779111Data for “Laboratory rotational spectroscopy of the magnesium-carbon chains MgC4H and MgC3N” (Mar. 2024). doi:10.5281/zenodo.10779111. https://doi.org/10.5281/zenodo.10779111[61]HiranoT.IshiiK.OdakaT.E.JensenP.A theoretical study of MgNC and MgCN in the X̃2Σ+ electronic stateJ. Mol. Spectrosc.2152002425710.1006/jmsp.2002.8598URL https://linkinghub.elsevier.com/retrieve/pii/S002228520298598XT. Hirano, K. Ishii, T. E. Odaka, P. Jensen, https://linkinghub.elsevier.com/retrieve/pii/S002228520298598XA Theoretical Study of MgNC and MgCN in the X2Σ+ Electronic State, J. Mol. Spectrosc. 215 (2002) 42–57. doi:10.1006/jmsp.2002.8598. https://linkinghub.elsevier.com/retrieve/pii/S002228520298598X[62]StoneA.J.Gauge invariance of the g tensorProc. Roy. Soc. A271196342443410.1098/rspa.1963.0027URL https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027A. J. Stone, https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027Gauge invariance of the g tensor, Proc. Roy. Soc. A 271 (1963) 424–434. doi:10.1098/rspa.1963.0027. https://royalsocietypublishing.org/doi/10.1098/rspa.1963.0027