-
Notifications
You must be signed in to change notification settings - Fork 30
Standardize citation guidance #161
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
base: main
Are you sure you want to change the base?
Changes from all commits
6a27752
50ad996
014cb4c
872bd23
c666c41
19d99a5
ce6367f
63bb192
2dfcfb2
a3cc81c
ac6fbdf
cdbf602
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this guide, please cite it as below." | ||
title: "Cloud Optimized Geospatial Formats Guide" | ||
abstract: "Guide to methods for generating and testing Cloud-Optimized Geospatial Formats." | ||
license: CC-BY-4.0 | ||
repository: "https://github.com/cloudnativegeo/cloud-optimized-geospatial-formats-guide" | ||
doi: "10.5281/zenodo.1003150" # TODO: Update | ||
url: "https://guide.cloudnativegeo.org/" | ||
authors: | ||
- family-names: "Barciauskas" | ||
given-names: "Aimee" | ||
orcid: "https://orcid.org/0000-0002-3158-9554" | ||
- family-names: "Mandel" | ||
given-names: "Alex" | ||
orcid: "https://orcid.org/0000-0003-2024-6801" | ||
- family-names: "Pagán" | ||
given-names: "Brianna" | ||
- family-names: "Sarago" | ||
given-names: "Vincent" | ||
- family-names: "Holmes" | ||
given-names: "Chris" | ||
- family-names: "Quinn" | ||
given-names: "Patrick" | ||
- family-names: "Hanson" | ||
given-names: "Matt" | ||
- family-names: "Abernathey" | ||
given-names: "Ryan" | ||
orcid: "https://orcid.org/0000-0001-5999-4917" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,15 @@ This site is built using [Quarto](https://quarto.org/docs/get-started/). To prev | |
|
||
This project is licensed under the Creative Commons Attribution 4.0 International license. | ||
|
||
Preferred citation: `Barciauskas, A et al. 2023. Cloud Optimized Geospatial Formats Guide. CC-By-4.0`. | ||
## Citation | ||
|
||
Please cite the Cloud Optimized Geospatial Formats Guide through the project’s Zenodo archive using DOI: <TBA>. This DOI represents all versions, and will always resolve to the latest one. | ||
|
||
The citation will look something like: | ||
|
||
> Aimee Barciauskas, TBA (2023). cloudnativegeo/cloud-optimized-geospatial-formats-guide: Cloud Optimized Geospatial Formats Guide v2025.05.21 (v2025.05.21). Zenodo. <TBA> | ||
|
||
Please visit the Guide's [DOI link](TBA) to get the most recent version - the one above is not automatically generated and may be out of date as we release updated versions of the Guide. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe a todo for later to see if we can use the Zenodo API to return the up to date citation, or quarto build hook. |
||
|
||
## Questions? | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,15 @@ Once your PR is approved and all checks have passed, a project maintainer will m | |
|
||
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit [http://creativecommons.org/licenses/by/4.0/](http://creativecommons.org/licenses/by/4.0/). For attribution requirements, please look at the [license terms](http://creativecommons.org/licenses/by/4.0/). | ||
|
||
Preferred citation: `Barciauskas, A et al. 2023. Cloud Optimized Geospatial Formats Guide. CC-By-4.0`. | ||
## Citation | ||
|
||
Please cite the Cloud Optimized Geospatial Formats Guide through the project’s Zenodo archive using DOI: <TBA>. This DOI represents all versions, and will always resolve to the latest one. | ||
|
||
The citation will look something like: | ||
|
||
> Aimee Barciauskas, TBA (2023). cloudnativegeo/cloud-optimized-geospatial-formats-guide: Cloud Optimized Geospatial Formats Guide v2025.05.21 (v2025.05.21). Zenodo. <TBA> | ||
|
||
Please visit the Guide's [DOI link](TBA) to get the most recent version - the one above is not automatically generated and may be out of date as we release updated versions of the Guide. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a way we can avoid having to maintain this in 2 places? |
||
|
||
## Contact | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a slightly edited APA style citation.
Looks like Harvard and MLA are actually close to the current, it's fine to redirect people to the DOI zenodo page for other styles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be clear I'm copying and pasting from the Citation generator on Zenodo with minor edits.