Skip to content

Commit e2bd1c2

Browse files
committed
Add human-readable citation guide
1 parent dcbf15e commit e2bd1c2

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CITATION.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Citation
2+
3+
If you use **Sandbox**, please cite the archived software release and the repository.
4+
5+
## Preferred citation
6+
7+
Carsten Hammer. **Sandbox**. 2026. Software. GitHub repository: https://github.com/carstenartur/sandbox
8+
9+
When a Zenodo DOI is minted for a release, prefer the Zenodo citation shown on the release page and keep the GitHub repository URL as the code source.
10+
11+
## BibTeX template
12+
13+
```bibtex
14+
@software{hammer_sandbox_2026,
15+
author = {Hammer, Carsten},
16+
title = {Sandbox},
17+
publisher = {GitHub and Zenodo},
18+
url = {https://github.com/carstenartur/sandbox},
19+
license = {EPL-2.0}
20+
}
21+
```
22+
23+
## Author identifier
24+
25+
Carsten Hammer's ORCID iD is https://orcid.org/0009-0005-1047-6381.
26+
27+
## What to cite
28+
29+
- Cite the Zenodo DOI for stable archival reference once available.
30+
- Cite the GitHub repository when referring to the active development version.
31+
- Cite specific commits or release tags when reproducibility depends on the exact implementation state.

0 commit comments

Comments
 (0)