Skip to content

Commit 82e3698

Browse files
authored
Update Zenodo metadata: Contributors, Description, and Community (#517)
* Update Zenodo metadata: add contributors, description, and community identifier * Sort creators alphabetically in .zenodo.json * Update Zenodo metadata: add Gerardo Ganis (principal author in man pages) and re-sort alphabetically * Add ORCID for Juraj Smieško
1 parent bf51a0c commit 82e3698

1 file changed

Lines changed: 48 additions & 9 deletions

File tree

.zenodo.json

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,48 @@
11
{
22
"creators": [
3+
{
4+
"affiliation": "CERN",
5+
"name": "Carceller, Juan Miguel"
6+
},
7+
{
8+
"affiliation": "University of Adelaide",
9+
"name": "Desai, Aman"
10+
},
11+
{
12+
"affiliation": "CERN",
13+
"name": "Eysermans, Jan"
14+
},
15+
{
16+
"affiliation": "CERN",
17+
"name": "Forthomme, Laurent",
18+
"orcid": "0000-0002-3302-336X"
19+
},
20+
{
21+
"affiliation": "CERN",
22+
"name": "Francois, Brieuc"
23+
},
24+
{
25+
"affiliation": "CERN",
26+
"name": "Ganis, Gerardo",
27+
"orcid": "0000-0002-8432-2183"
28+
},
329
{
430
"affiliation": "Ecole Polytechnique Fédérale de Lausanne",
531
"name": "Helsens, Clement",
632
"orcid": "0000-0002-9243-7554"
733
},
34+
{
35+
"affiliation": "CERN",
36+
"name": "Jamin, David Olivier"
37+
},
38+
{
39+
"affiliation": "DESY",
40+
"name": "Madlener, Thomas"
41+
},
42+
{
43+
"affiliation": "University of Copenhagen",
44+
"name": "Munch Torndal, Julie"
45+
},
846
{
947
"affiliation": "CERN",
1048
"name": "Perez, Emmanuel",
@@ -17,19 +55,21 @@
1755
},
1856
{
1957
"affiliation": "CERN",
20-
"name": "Volkl, Valentin",
21-
"orcid": "0000-0002-9172-6629"
58+
"name": "Smieško, Juraj",
59+
"orcid": "0000-0003-3725-2984"
2260
},
2361
{
2462
"affiliation": "CERN",
25-
"name": "Forthomme, Laurent",
26-
"orcid": "0000-0002-3302-336X"
27-
},
28-
{
29-
"affiliation": "University of Copenhagen",
30-
"name": "Munch Torndal, Julie"
63+
"name": "Volkl, Valentin",
64+
"orcid": "0000-0002-9172-6629"
3165
}
3266
],
67+
"description": "FCCAnalyses is a common framework for Future Circular Collider (FCC) related analyses. It allows users to write full analyses by taking EDM4hep input ROOT files, processing them using ROOT RDataFrame, and producing histograms and plots. The framework is designed to be efficient and modular, supporting various FCC-ee and FCC-hh physics studies.",
68+
"communities": [
69+
{
70+
"identifier": "fcc-phex"
71+
}
72+
],
3373
"keywords": [
3474
"data analyses",
3575
"edm4hep",
@@ -40,4 +80,3 @@
4080
"license": "Apache-2.0",
4181
"upload_type": "software"
4282
}
43-

0 commit comments

Comments
 (0)