Skip to content

Commit

Permalink
chore: Add zenodo info file (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 10, 2021
1 parent fb99e3e commit 373afa9
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 0 deletions.
112 changes: 112 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"description": "Experiment-independent toolkit for (charged) particle track reconstruction in (high energy) physics experiments implemented in modern C++ ",
"license": "MPL-2.0",
"title": "acts-project/acts: v11.0.0",
"version": "v11.0.0",
"upload_type": "software",
"creators": [
{
"affiliation": "CERN",
"name": "Andreas Salzburger"
},
{
"affiliation": "CERN",
"name": "Paul Gessinger"
},
{
"affiliation": "CERN / TUM Muenchen",
"name": "Fabian Klimpel"
},
{
"affiliation": "CERN",
"name": "Moritz Kiehn"
},
{
"affiliation": "CERN / JGU Mainz",
"name": "Bastian Schlag"
},
{
"affiliation": "Universite Paris-Saclay / CNRS/IN2P3",
"name": "Hadrien G."
},
{
"affiliation": "University of Massachussets",
"name": "Robert Langenberg"
},
{
"affiliation": "CERN",
"name": "Corentin Allaire"
},
{
"affiliation": "DESY Hamburg",
"name": "Xiaocong Ai"
},
{
"affiliation": "Universitaet Freiburg",
"name": "Benjamin Huth"
},
{
"affiliation": "UC Berkeley",
"name": "Louis-Guillaume Gagnon"
},
{
"affiliation": "CERN",
"name": "Noemi Calace"
},
{
"affiliation": "CERN",
"name": "Attila Krasznahorkay"
},
{
"affiliation": "UC Berkeley",
"name": "Beomki Yeo"
},
{
"affiliation": "LBNL",
"name": "Charles Leggett"
},
{
"affiliation": "Eotvos Lorand University",
"name": "Czirkos Angela"
},
{
"affiliation": "UC Berkeley",
"name": "Tomohiro Yamazaki"
},
{
"affiliation": "CERN",
"name": "Joana Niermann"
},
{
"affiliation": "UC Berkeley",
"name": "Irina Ene"
},
{
"affiliation": "Oak Ridge National Laboratory",
"name": "Joe Osborn"
},
{
"affiliation": "Stanford University",
"name": "Rocky Bala Garg"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/acts-project/acts/tree/v10.0.0",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.4818137",
"relation": "obsoletes",
"resource_type": "software"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.5141418",
"relation": "isVersionOf"
}
]
}
73 changes: 73 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
cff-version: 1.1.0
message: If you use this software, please cite it using these metadata.
title: 'A Common Tracking Software Project'
doi: 10.5281/zenodo.5141419
authors:
- given-names: Andreas
family-names: Salzburger
affiliation: CERN
- given-names: Paul
family-names: Gessinger
affiliation: CERN
- given-names: Fabian
family-names: Klimpel
affiliation: CERN / TUM Muenchen
- given-names: Moritz
family-names: Kiehn
affiliation: CERN
- given-names: Bastian
family-names: Schlag
affiliation: CERN / JGU Mainz
- given-names: Hadrien
family-names: Grasland
affiliation: Universite Paris-Saclay / CNRS/IN2P3
- given-names: Robert
family-names: Langenberg
affiliation: University of Massachussets
- given-names: Corentin
family-names: Allaire
affiliation: CERN
- given-names: Xiaocong
family-names: Ai
affiliation: DESY Hamburg
- given-names: Benjamin
family-names: Huth
affiliation: Universitaet Freiburg
- given-names: Louis-Guillaume
family-names: Gagnon
affiliation: UC Berkeley
- given-names: Noemi
family-names: Calace
affiliation: CERN
- given-names: Attila
family-names: Krasznahorkay
affiliation: CERN
- given-names: Beomki
family-names: Yeo
affiliation: UC Berkeley
- given-names: Charles
family-names: Leggett
affiliation: LBNL
- given-names: Czirkos
family-names: Angela
affiliation: Eotvos Lorand University
- given-names: Tomohiro
family-names: Yamazaki
affiliation: UC Berkeley
- given-names: Joana
family-names: Niermann
affiliation: CERN
- given-names: Irina
family-names: Ene
affiliation: UC Berkeley
- given-names: Joe
family-names: Osborn
affiliation: Oak Ridge National Laboratory
- given-names: Rocky
family-names: Garg
name-particle: Bala
affiliation: Stanford University
version: 10.0.0
date-released: 2021-07-28
repository-code: https://github.com/acts-project/acts
license: MPL-2.0

0 comments on commit 373afa9

Please sign in to comment.