-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+++ cranko-release-info-v1 [[projects]] qnames = ["pywwt", "npm"] version = "1.8.0" age = 0 [[projects]] qnames = ["pywwt", "pypa"] version = "0.24.0" age = 0 +++
- Loading branch information
Showing
14 changed files
with
139 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,73 @@ | ||
// See https://pkgw.github.io/cranko/book/latest/integrations/zenodo.html | ||
// and https://developers.zenodo.org/#representation | ||
|
||
{ | ||
conceptrecid: '7164147', | ||
|
||
metadata: { | ||
upload_type: 'software', | ||
language: 'eng', | ||
|
||
// ** Keep this alphabetical by family name!!! ** | ||
creators: [ | ||
"conceptrecid": "7164147", | ||
"metadata": { | ||
"access_right": "open", | ||
"creators": [ | ||
{ | ||
affiliation: 'Center for Astrophysics | Harvard & Smithsonian', | ||
name: 'Carifio, Jonathan', | ||
orcid: '0000-0002-7759-2601', | ||
"affiliation": "Center for Astrophysics | Harvard & Smithsonian", | ||
"name": "Carifio, Jonathan", | ||
"orcid": "0000-0002-7759-2601" | ||
}, | ||
{ | ||
affiliation: 'Heidelberg Institute for Theoretical Studies', | ||
name: 'Gaibler, Volker', | ||
orcid: '0000-0001-7581-7574', | ||
"affiliation": "Heidelberg Institute for Theoretical Studies", | ||
"name": "Gaibler, Volker", | ||
"orcid": "0000-0001-7581-7574" | ||
}, | ||
{ | ||
affiliation: 'Aperio Software', | ||
name: 'Homeier, Derek', | ||
orcid: '0000-0002-8546-9128', | ||
"affiliation": "Aperio Software", | ||
"name": "Homeier, Derek", | ||
"orcid": "0000-0002-8546-9128" | ||
}, | ||
{ | ||
affiliation: 'Winter Way', | ||
name: 'Norman, Henrik', | ||
orcid: '0000-0003-4189-3450', | ||
"affiliation": "Winter Way", | ||
"name": "Norman, Henrik", | ||
"orcid": "0000-0003-4189-3450" | ||
}, | ||
{ | ||
affiliation: 'Space Telescope Science Institute', | ||
name: 'Otor, O. Justin', | ||
orcid: '0000-0002-4679-5692', | ||
"affiliation": "Space Telescope Science Institute", | ||
"name": "Otor, O. Justin", | ||
"orcid": "0000-0002-4679-5692" | ||
}, | ||
{ | ||
affiliation: 'Aperio Software', | ||
name: 'Robitaille, Thomas P.', | ||
orcid: '0000-0002-8642-1329', | ||
"affiliation": "Aperio Software", | ||
"name": "Robitaille, Thomas P.", | ||
"orcid": "0000-0002-8642-1329" | ||
}, | ||
{ | ||
name: 'Subbarao, Jeffrey', | ||
"name": "Subbarao, Jeffrey" | ||
}, | ||
{ | ||
affiliation: 'Center for Astrophysics | Harvard & Smithsonian', | ||
name: 'Williams, Peter K. G.', | ||
orcid: '0000-0003-3734-3587', | ||
"affiliation": "Center for Astrophysics | Harvard & Smithsonian", | ||
"name": "Williams, Peter K. G.", | ||
"orcid": "0000-0003-3734-3587" | ||
}, | ||
{ | ||
affiliation: 'Center for Astrophysics | Harvard & Smithsonian', | ||
name: 'ZuHone, John', | ||
orcid: '0000-0003-3175-2347', | ||
}, | ||
"affiliation": "Center for Astrophysics | Harvard & Smithsonian", | ||
"name": "ZuHone, John", | ||
"orcid": "0000-0003-3175-2347" | ||
} | ||
], | ||
|
||
// Subset of HTML allowed here: | ||
description: 'pywwt is the official toolkit for accessing WorldWide \ | ||
Telescope (WWT) from Python. Learn more at <a href="https://pywwt.readthedocs.io/">the pywwt website</a>.', | ||
|
||
access_right: 'open', | ||
license: 'BSD-3-Clause', // see https://spdx.org/licenses/ | ||
|
||
grants: [ | ||
// National Science Foundation: | ||
{id: '10.13039/100000001::1550701'}, | ||
|
||
// As of 2022 August these grants are not in the OpenAIRE "Research Graph" | ||
// and so Zenodo won't let us record them here. Test existence by | ||
// GET'ing `https://zenodo.org/api/grants/$id`. | ||
// | ||
//{id: '10.13039/100000001::1642446'}, | ||
//{id: '10.13039/100000001::2004840'}, | ||
"description": "pywwt is the official toolkit for accessing WorldWide Telescope (WWT) from Python. Learn more at <a href=\"https://pywwt.readthedocs.io/\">the pywwt website</a>.", | ||
"grants": [ | ||
{ | ||
"id": "10.13039/100000001::1550701" | ||
} | ||
], | ||
|
||
// Keywords use an uncontrolled vocabulary (and so are of limited usefulness): | ||
keywords: [ | ||
'Astronomy', | ||
'Python', | ||
'Visualization', | ||
'WorldWide Telescope', | ||
"keywords": [ | ||
"Astronomy", | ||
"Python", | ||
"Visualization", | ||
"WorldWide Telescope" | ||
], | ||
"language": "eng", | ||
"license": "BSD-3-Clause", | ||
"publication_date": "2024-05-21", | ||
"title": "pypa:pywwt 0.24.0", | ||
"upload_type": "software", | ||
"version": "0.24.0" | ||
}, | ||
"conceptdoi": "10.5281/zenodo.7164147", | ||
"record_id": "10385538", | ||
"doi": "10.5281/zenodo.10385538", | ||
"bucket_link": "https://zenodo.org/api/files/6029720a-d8ff-483a-a770-24e40c454989" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters