-
Notifications
You must be signed in to change notification settings - Fork 30
DOC/ENH: use CITATION.cff #156
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9aa4a5b
ENH: use citation.cff
jklenzing b5ef6ac
DOC: update changelog
jklenzing 5128a62
DOC: add doi to citation file
jklenzing b54c617
TST: add citation file validation to docs.yml
jklenzing f48bf0e
BUG: update CITATION.cff
jklenzing db3c98f
MAINT: use auto-generated .zenodo.json
jklenzing becaa42
DOC: Update reference info
jklenzing 23990e2
DOC: update changelog
jklenzing 28cf980
MAINT: remove zenodo.json (duplicate info)
jklenzing ff93c4f
DOC: update citation.cff
jklenzing 88fe60a
DOC: update changelog
jklenzing d83dd4d
MAINT: removed code climate
aburrell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,65 +1,62 @@ | ||
| { | ||
| "license": { | ||
| "id": "MIT" | ||
| }, | ||
| "notes": "When referencing this package, please cite both the package DOI and the Apex Coordinates journal article: Emmert, J. T., A. D. Richmond, and D. P. Drob (2010), A computationally compact representation of Magnetic-Apex and Quasi-Dipole coordinates with smooth base vectors, J. Geophys. Res., 115(A8), A08322, doi:10.1029/2010JA015326.", | ||
| "references": [ | ||
| "Emmert, J. T., A. D. Richmond, and D. P. Drob (2010), A computationally compact representation of Magnetic-Apex and Quasi-Dipole coordinates with smooth base vectors, J. Geophys. Res., 115(A8), A08322, doi:10.1029/2010JA015326.", | ||
| "Richmond, A. D. (1995), Ionospheric Electrodynamics Using Magnetic Apex Coordinates, Journal of geomagnetism and geoelectricity, 47(2), 191–212, doi:10.5636/jgg.47.191." | ||
| ], | ||
| "keywords": [ | ||
| "Magnetic Apex Coordinates", | ||
| "Quasi Dipole Coordinates", | ||
| "MLT", | ||
| "Magnetic Local Time", | ||
| "Conversion", | ||
| "Coordinate Conversion", | ||
| "Converting", | ||
| "Ionosphere", | ||
| "Magnetic Field", | ||
| "Space Physics", | ||
| "Heliophysics" | ||
| ], | ||
| "creators": [ | ||
| { | ||
| "orcid": "0000-0002-8043-0953", | ||
| "name": "van der Meeren, Christer" | ||
| "name": "van der Meeren, Christer", | ||
| "orcid": "0000-0002-8043-0953" | ||
| }, | ||
| { | ||
| "orcid": "0000-0001-5028-4943", | ||
| "name": "Laundal, Karl M." | ||
| "name": "Laundal, Karl M.", | ||
| "orcid": "0000-0001-5028-4943" | ||
| }, | ||
| { | ||
| "orcid": "0000-0001-8875-9326", | ||
| "affiliation": "Naval Research Laboratory", | ||
| "name": "Burrell, Angeline G." | ||
| "name": "Burrell, Angeline G.", | ||
| "orcid": "0000-0001-8875-9326" | ||
| }, | ||
| { | ||
| "orcid": "0000-0001-7098-0524", | ||
| "name": "Lamarche, Leslie L." | ||
| "name": "Lamarche, Leslie L.", | ||
| "orcid": "0000-0001-7098-0524" | ||
| }, | ||
| { | ||
| "orcid": "0000-0002-3487-3630", | ||
| "name": "Starr, Gregory" | ||
| "name": "Starr, Gregory", | ||
| "orcid": "0000-0002-3487-3630" | ||
| }, | ||
| { | ||
| "orcid": "0000-0002-4621-3453", | ||
| "name": "Reimer, Ashton S." | ||
| "name": "Reimer, Ashton S.", | ||
| "orcid": "0000-0002-4621-3453" | ||
| }, | ||
| { | ||
| "orcid": "0000-0001-7955-4441", | ||
| "affiliation": "GFZ German Research Centre for Geosciences", | ||
| "name": "Morschhauser, Achim" | ||
| "name": "Morschhauser, Achim", | ||
| "orcid": "0000-0001-7955-4441" | ||
| }, | ||
| { | ||
| "orcid": "0000-0001-9741-4063", | ||
| "affiliation": "GFZ German Research Centre for Geosciences", | ||
| "name": "Michaelis, Ingo" | ||
| "name": "Michaelis, Ingo", | ||
| "orcid": "0000-0001-9741-4063" | ||
| }, | ||
| { | ||
| "orcid": "0000-0001-8321-6074", | ||
| "affiliation": "Goddard Space Flight Center", | ||
| "name": "Klenzing, Jeff" | ||
| "name": "Klenzing, Jeff", | ||
| "orcid": "0000-0001-8321-6074" | ||
| } | ||
| ] | ||
| ], | ||
| "keywords": [ | ||
| "Magnetic Apex Coordinates", | ||
| "Quasi Dipole Coordinates", | ||
| "MLT", | ||
| "Magnetic Local Time", | ||
| "Conversion", | ||
| "Coordinate Conversion", | ||
| "Converting", | ||
| "Ionosphere", | ||
| "Magnetic Field", | ||
| "Space Physics", | ||
| "Heliophysics" | ||
| ], | ||
| "license": { | ||
| "id": "MIT" | ||
| }, | ||
| "title": "apexpy", | ||
| "version": "2.1.0" | ||
| } | ||
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,83 @@ | ||
| cff-version: 1.2.0 | ||
| message: "When referencing this package, please cite both the package DOI and the Apex Coordinates journal article: Emmert, J. T., A. D. Richmond, and D. P. Drob (2010), A computationally compact representation of Magnetic-Apex and Quasi-Dipole coordinates with smooth base vectors, J. Geophys. Res., 115(A8), A08322, doi:10.1029/2010JA015326." | ||
| title: apexpy | ||
| version: 2.1.0 | ||
| license: MIT | ||
| type: software | ||
| repository-code: "https://github.com/aburrell/apexpy" | ||
| authors: | ||
| - family-names: "Meeren" | ||
| given-names: "Christer" | ||
| name-particle: "van der" | ||
| orcid: "https://orcid.org/0000-0002-8043-0953" | ||
| - family-names: "Laundal" | ||
| given-names: "Karl M." | ||
| orcid: "https://orcid.org/0000-0001-5028-4943" | ||
| - family-names: "Burrell" | ||
| given-names: "Angeline G." | ||
| affiliation: "Naval Research Laboratory" | ||
| orcid: "https://orcid.org/0000-0001-8875-9326" | ||
| - family-names: "Lamarche" | ||
| given-names: "Leslie L." | ||
| orcid: "https://orcid.org/0000-0001-7098-0524" | ||
| - family-names: "Starr" | ||
| given-names: "Gregory" | ||
| orcid: "https://orcid.org/0000-0002-3487-3630" | ||
| - family-names: "Reimer" | ||
| given-names: "Ashton S." | ||
| orcid: "https://orcid.org/0000-0002-4621-3453" | ||
| - family-names: "Morschhauser" | ||
| given-names: "Achim" | ||
| affiliation: "GFZ German Research Centre for Geosciences" | ||
| orcid: "https://orcid.org/0000-0001-7955-4441" | ||
| - family-names: "Michaelis" | ||
| given-names: "Ingo" | ||
| affiliation: "GFZ German Research Centre for Geosciences" | ||
| orcid: "https://orcid.org/0000-0001-9741-4063" | ||
| - family-names: "Klenzing" | ||
| given-names: "Jeff" | ||
| affiliation: "Goddard Space Flight Center" | ||
| orcid: "https://orcid.org/0000-0001-8321-6074" | ||
| identifiers: | ||
| - type: doi | ||
| value: "10.5281/zenodo.1214206" | ||
| keywords: | ||
| - "Magnetic Apex Coordinates" | ||
| - "Quasi Dipole Coordinates" | ||
| - "MLT" | ||
| - "Magnetic Local Time" | ||
| - "Conversion" | ||
| - "Coordinate Conversion" | ||
| - "Converting" | ||
| - "Ionosphere" | ||
| - "Magnetic Field" | ||
| - "Space Physics" | ||
| - "Heliophysics" | ||
| references: | ||
| - authors: | ||
| - family-names: "Emmert" | ||
| given-names: "J. T." | ||
| - family-names: "Richmond" | ||
| given-names: "A. D." | ||
| - family-names: "Drob" | ||
| given-names: "D. P." | ||
| doi: "10.1029/2010JA015326" | ||
| title: "A computationally compact representation of Magnetic-Apex and Quasi-Dipole coordinates with smooth base vectors" | ||
| journal: "J. Geophys. Res." | ||
| scope: "Cite this paper alongside the package." | ||
| type: "article" | ||
| volume: "115" | ||
| issue: "A8" | ||
| pages: "A08322" | ||
| year: "2010" | ||
| - authors: | ||
| - family-names: "Richmond" | ||
| given-names: "A. D." | ||
| doi: "10.5636/jgg.47.191" | ||
| title: "Ionospheric Electrodynamics Using Magnetic Apex Coordinates" | ||
| type: "article" | ||
| journal: "Journal of Geomagnetism and Geoelectricity" | ||
| volume: "47" | ||
| issue: "2" | ||
| pages: "191–212" | ||
| year: "1995" |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.