source-cooperative / source-cooperative/docs.source.coop
Document best practices for citing Source
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 2
- Avg merge
- 25m
- Merged PRs (30d)
- 2
Description
Suggested text...
Citing Source Cooperative
Citing a dataset
When citing a dataset hosted on Source Cooperative, use the formats below. If the dataset has a DOI, use that in preference to the URL.
APA (7th ed.)
With DOI:
Creator(s). (Year). Dataset title [Data set]. Source Cooperative. https://doi.org/xxxxx (Accessed YYYY-MM-DD)
Without DOI:
Creator(s). (Year). Dataset title [Data set]. Source Cooperative. https://source.coop/[org]/[repository] (Accessed YYYY-MM-DD)
Chicago (Author-Date)
With DOI:
Creator(s). Year. "Dataset title." Data set. Source Cooperative. Accessed Month DD, YYYY. https://doi.org/xxxxx.
Without DOI:
Creator(s). Year. "Dataset title." Data set. Source Cooperative. Accessed Month DD, YYYY. https://source.coop/[org]/[repository].
BibTeX / DataCite
With DOI:
@dataset{,
author = {},
title = {},
year = {},
publisher = {Source Cooperative},
doi = {},
urldate = {YYYY-MM-DD},
}
Without DOI:
@dataset{,
author = {},
title = {},
year = {},
publisher = {Source Cooperative},
url = {https://source.coop/[org]/[repository]},
urldate = {YYYY-MM-DD},
}
Access dates
Source Cooperative datasets resolve to their current state and do not currently support versioned snapshots. An access date is required in all citations, including those with a DOI, since the DOI resolves to a dataset landing page that may change over time. The access date allows readers to understand which state of the dataset was used at the time of research.
Citing Source Cooperative as a platform
If you are citing Source Cooperative itself — for example, when describing the infrastructure used to publish or access data — use:
APA:
Radiant Earth. (2026). Source Cooperative [Data repository]. https://source.coop
BibTeX:
@misc{sourcecooperative,
author = {{Radiant Earth}},
title = {Source Cooperative},
year = {2026},
howpublished = {\url{https://source.coop}},
note = {Data repository},
}
For dataset publishers
To make your dataset easy to cite, ensure your repository includes the following metadata:
- Creator(s) — individual authors or the publishing organization
- Year — year of publication or last major update
- Title — a clear, descriptive dataset title
If your dataset has an externally assigned DOI, add it to your repository metadata so it can be surfaced to users and included in citation exports.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the proposed citation text in this issue and locate the appropriate documentation page in the docs site. Add the dataset, access-date, platform, and publisher guidance described there, then verify the published page renders the APA, Chicago, and BibTeX examples correctly.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100