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

Fix zenodo configuration file and add LICENSE file #106

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
116 changes: 60 additions & 56 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,65 @@
{
"description": "A ctapipe-based pipeline prototype for the Cherenkov Telescope Array (CTA).",
"license": {
"id": "CECILL-B"
},
"keywords": [
"gamma-ray astronomy",
"Imaging Atmospheric Cherenkov Telescope",
"IACT",
"CTA",
"pipeline",
"simulations",
"grid",
],
"upload_type": "software",
"creators": [
{
"orcid": "0000-0002-7537-7334",
"affiliation": "AIM, CEA, CNRS, Universite Paris-Saclay, Universite Paris Diderot, Sorbonne Paris Cite, F-91191 Gif-sur-Yvette, France",
"name": "Peresano, Michele"
}
],
"access_right": "open",
"contributors": [
{
"type": "Other",
"name": "Lefaucheur, Julien"
},
{
"affiliation": "AIM, CEA, CNRS, Universite Paris-Saclay, Universite Paris Diderot, Sorbonne Paris Cite, F-91191 Gif-sur-Yvette, France",
"type": "Other",
"name": "Stolarczyk, Thierry"
},
{
"affiliation": "AIM, CEA, CNRS, Universite Paris-Saclay, Universite Paris Diderot, Sorbonne Paris Cite, F-91191 Gif-sur-Yvette, France",
"type": "Other",
"name": "Kosack, Karl"
},
{
"affiliation": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France",
"type": "Other",
"name": "Verna, Gaia"
},
{
"affiliation": "Universit\u00e0 di Udine & INFN Trieste",
"type": "Other",
"name": "Donini, Alice"
},
{
"orcid": "0000-0002-5686-2078",
"affiliation": "Laboratoire d'Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS, LAPP, 74000 Annecy, France",
"type": "Other",
"name": "Vuillaume, Thomas"
},
"metadata": {
"title" : "protopipe",
"description": "A ctapipe-based pipeline prototype for the Cherenkov Telescope Array (CTA).",
"license": {
"id": "CECILL-B"
},
"version": "v0.4.0",
"keywords": [
"gamma-ray astronomy",
"Imaging Atmospheric Cherenkov Telescope",
"IACT",
"CTA",
"pipeline",
"simulations",
"grid"
],
"upload_type": "software",
"creators": [
{
"orcid": "0000-0002-7537-7334",
"affiliation": "AIM, CEA, CNRS, Universite Paris-Saclay, Universite Paris Diderot, Sorbonne Paris Cite, F-91191 Gif-sur-Yvette, France",
"type": "Other",
"name": "Landriu, David"
"name": "Peresano, Michele"
}
]
],
"access_right": "open",
"contributors": [
{
"type": "Other",
"name": "Lefaucheur, Julien"
},
{
"affiliation": "AIM, CEA, CNRS, Universite Paris-Saclay, Universite Paris Diderot, Sorbonne Paris Cite, F-91191 Gif-sur-Yvette, France",
"type": "Other",
"name": "Stolarczyk, Thierry"
},
{
"affiliation": "AIM, CEA, CNRS, Universite Paris-Saclay, Universite Paris Diderot, Sorbonne Paris Cite, F-91191 Gif-sur-Yvette, France",
"type": "Other",
"name": "Kosack, Karl"
},
{
"affiliation": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France",
"type": "Other",
"name": "Verna, Gaia"
},
{
"affiliation": "Universit\u00e0 di Udine & INFN Trieste",
"type": "Other",
"name": "Donini, Alice"
},
{
"orcid": "0000-0002-5686-2078",
"affiliation": "Laboratoire d'Annecy de Physique des Particules, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS, LAPP, 74000 Annecy, France",
"type": "Other",
"name": "Vuillaume, Thomas"
},
{
"affiliation": "AIM, CEA, CNRS, Universite Paris-Saclay, Universite Paris Diderot, Sorbonne Paris Cite, F-91191 Gif-sur-Yvette, France",
"type": "Other",
"name": "Landriu, David"
}
]
}
}