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

Add zenodo json file to fix title and contributors #139

Merged
85 changes: 85 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"title": "tobac - Tracking and Object-based Analysis of Clouds",
"description": "tobac is a Python package to identify, track and analyze clouds in different types of gridded datasets, such as 3D model output from cloud-resolving model simulations or 2D data from satellite retrievals.",
"creators": [
{
"name": "tobac Community"
},
{
"name": "Heikenfeld, Max",
"affiliation": "University of Oxford",
"orcid": "0000-0001-8124-8048"
},
{
"name": "Marinescu, Peter J.",
"affiliation": "Colorado State University",
"orcid": "0000-0002-5842-969X"
},
{
"name": "Freeman, Sean W.",
"affiliation": "Colorado State University",
"orcid": "0000-0002-7398-1597"
},
{
"name": "Kukulies, Julia",
"affiliation": "University of Gothenburg (Sweden)",
"orcid": "0000-0001-6084-0069"
},
{
"name": "Jones, William K.",
"affiliation": "University of Oxford",
"orcid": "0000-0001-9786-3723"
},
{
"name": "Senf, Fabian",
"affiliation": "Leibniz Institute for Tropospheric Research, Leipzig (Germany)",
"orcid": "0000-0003-1685-2657"
},
{
"name": "Bruning, Eric",
"affiliation": "Texas Tech University",
"orcid": "0000-0003-1959-442X"
},
{
"name": "Brunner, Kelcy",
"affiliation": "Texas Tech University",
"orcid": "0000-0003-3938-0963"
},
{
"name": "Collis, Scott M.",
"affiliation": "Argonne National Laboratory",
"orcid": "0000-0002-2303-687X"
},
{
"name": "Pfeifer, Nils",
"affiliation": "Leibniz Institute for Tropospheric Research, Leipzig (Germany)",
"orcid": "0000-0002-5350-1445"
},
{
"name": "Raut, Bhupendra A.",
"affiliation": "Northwestern-Argonne Institute of Science and Engineering, Argonne National Laboratory",
"orcid": "0000-0001-5598-1393"
},
{
"name": "Stier, Philip",
"affiliation": "University of Oxford",
"orcid": "0000-0002-1191-0128"
},
{
"name": "van den Heever, Sue C.",
"affiliation": "Colorado State University",
"orcid": "0000-0001-9843-3864"
},
{
"name": "Zhang, Xin",
"affiliation": "Nanjing University of Information Science & Technology (China)",
"orcid": "0000-0002-1756-6620"
}
],
"license": "BSD-3-Clause",
"keywords": [
"cloud tracking"
],
"access_right": "open",
"upload_type": "software"
}