Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add new CERN students to CITATION.cff #1781

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,30 @@
{
"affiliation": "Stanford University",
"name": "Rocky Bala Garg"
},
{
"affiliation": "CERN / TU Wien",
"name": "Andreas Stefl"
},
{
"affiliation": "CERN / University of Coimbra",
"name": "Luis Falda Coelho",
"orcid": "0000-0002-2298-3605"
},
{
"affiliation": "CERN / University of Graz",
"name": "Alexander J. Pfleger",
"orcid": "0000-0001-5524-7738"
},
{
"affiliation": "University of Lisbon",
"name": "Guilherme Almeida",
"orcid": "0000-0002-4257-4278"
},
{
"affiliation": "CERN / University of Amsterdam",
"name": "Stephen Nicholas Swatman",
"orcid": "0000-0002-3747-3229"
}
],
"access_right": "open",
Expand All @@ -109,4 +133,4 @@
"relation": "isVersionOf"
}
]
}
}
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ The following people have contributed to the project (in alphabetical order):

- Xiaocong Ai, DESY
- Corentin Allaire, CERN
- Guilherme Almeida, University of Lisbon
- Noemi Calace, CERN
- Luis Falda Coelho, CERN, University of Coimbra
- Paul Gessinger, JGU Mainz
- Hadrien Grasland, CNRS
- Heather Gray, LBNL
Expand All @@ -11,5 +13,8 @@ The following people have contributed to the project (in alphabetical order):
- Moritz Kiehn, CERN
- Fabian Klimpel, CERN
- Robert Langenberg, UMass
- Alexander J. Pfleger, CERN, University of Graz
- Andreas Salzburger, CERN
- Bastian Schlag, CERN, JGU Mainz
- Andreas Stefl, CERN, TU Wien
- Stephen Nicholas Swatman, CERN, University of Amsterdam
19 changes: 19 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,25 @@ authors:
family-names: Garg
name-particle: Bala
affiliation: Stanford University
- given-names: Andreas
family-names: Stefl
affiliation: CERN / TU Wien
- given-names: Luis Falda
family-names: Coelho
affiliation: CERN / University of Coimbra
orcid: https://orcid.org/0000-0002-2298-3605
- given-names: Alexander J.
family-names: Pfleger
affiliation: CERN / University of Graz
stephenswat marked this conversation as resolved.
Show resolved Hide resolved
orcid: https://orcid.org/0000-0001-5524-7738
- given-names: Guilherme
family-names: Almeida
affiliation: University of Lisbon
stephenswat marked this conversation as resolved.
Show resolved Hide resolved
orcid: https://orcid.org/0000-0002-4257-4278
- given-names: Stephen Nicholas
family-names: Swatman
affiliation: CERN / University of Amsterdam
orcid: https://orcid.org/0000-0002-3747-3229
version: 10.0.0
date-released: 2021-07-28
repository-code: https://github.com/acts-project/acts
Expand Down