Skip to content

Commit ef90d3f

Browse files
author
Lukas Geiger
committed
docs: add CRM citation metadata
1 parent 5b661a7 commit ef90d3f

3 files changed

Lines changed: 34 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
message: "If you use this research code or paper series, please cite the Zenodo record and include the accessed commit."
3+
type: software
4+
title: "The Curvature Relaxation Model: A Four-Paper Program for Geometric Cosmology Without the Dark Sector"
5+
authors:
6+
- family-names: Geiger
7+
given-names: Lukas
8+
orcid: "https://orcid.org/0009-0005-7296-1534"
9+
version: "7.0"
10+
date-released: "2026-03-26"
11+
license: CC-BY-4.0
12+
doi: 10.5281/zenodo.19233559
13+
url: "https://github.com/research-line/crm-cosmology"
14+
repository-code: "https://github.com/research-line/crm-cosmology"
15+
abstract: "Research code, papers, result tables, and figures for the Curvature Relaxation Model (CRM), a preprint-stage modified-gravity cosmology program."
16+
keywords:
17+
- cosmology
18+
- modified-gravity
19+
- f(R) gravity
20+
- MOND
21+
- CMB
22+
- Pantheon+
23+
- SPARC
24+
- research-code

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ This work uses the following open-source software:
219219

220220
## Citation
221221

222-
If you use this work, please cite the Zenodo deposit:
222+
If you use this work, please cite the Zenodo deposit and include the accessed Git commit when referring to the repository code. GitHub can also read the repository-level `CITATION.cff` file for citation export.
223+
224+
- Concept DOI for all CRM I--IV versions: [10.5281/zenodo.18728935](https://doi.org/10.5281/zenodo.18728935)
225+
- Latest published Zenodo v7.0 record checked for this README: [10.5281/zenodo.19233559](https://doi.org/10.5281/zenodo.19233559)
223226

224227
```bibtex
225228
@misc{Geiger2026CRM,
@@ -228,8 +231,9 @@ If you use this work, please cite the Zenodo deposit:
228231
for Geometric Cosmology Without the Dark Sector},
229232
year = {2026},
230233
publisher = {Zenodo},
231-
doi = {10.5281/zenodo.18728935},
232-
url = {https://doi.org/10.5281/zenodo.18728935}
234+
version = {7.0},
235+
doi = {10.5281/zenodo.19233559},
236+
url = {https://doi.org/10.5281/zenodo.19233559}
233237
}
234238
```
235239

@@ -279,7 +283,7 @@ This work is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/
279283

280284
## Haftung / Liability
281285

282-
Dieses Projekt ist eine **unentgeltliche Open-Source-Schenkung** im Sinne der §§ 516 ff. BGB. Die Haftung des Urhebers ist gemäß **§ 521 BGB** auf **Vorsatz und grobe Fahrlässigkeit** beschränkt. Ergänzend gelten die Haftungsausschlüsse aus GPL-3.0 / MIT / Apache-2.0 §§ 15–16 (je nach gewählter Lizenz).
286+
Dieses Projekt ist eine **unentgeltliche Open-Science-Veröffentlichung**. Die Haftung des Urhebers ist gemäß **§ 521 BGB** auf **Vorsatz und grobe Fahrlässigkeit** beschränkt.
283287

284288
Nutzung auf eigenes Risiko. Keine Wartungszusage, keine Verfügbarkeitsgarantie, keine Gewähr für Fehlerfreiheit oder Eignung für einen bestimmten Zweck.
285289

llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Canonical repository: https://github.com/research-line/crm-cosmology
44
Primary DOI concept: https://doi.org/10.5281/zenodo.18728935
5+
Latest published Zenodo v7.0 record checked in this run: https://doi.org/10.5281/zenodo.19233559
56
Latest local status noted in repo docs: open research/preprint repository; latest local paper rebuilds may be newer than the live Zenodo v7 record.
67
License: CC BY 4.0
78

@@ -16,6 +17,7 @@ The repository includes:
1617
- Python scripts for Planck 2018 CMB, Pantheon+, MOND, and SPARC-oriented checks.
1718
- Figures and result tables used by the paper series.
1819
- Project review notes and publication strategy documents.
20+
- `CITATION.cff` with the current GitHub/Zenodo citation metadata.
1921

2022
## Recommended Reading Order
2123

0 commit comments

Comments
 (0)