Skip to content

Commit 0a25409

Browse files
jeremymanningclaude
andcommitted
Add CITATION.cff and improve README citation section
- Add CITATION.cff with paper as preferred citation (enables GitHub cite button) - Add human-readable citation block and DOI to README - Link to CITATION.cff for machine-readable metadata - Year: 2026 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c5d7990 commit 0a25409

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite the paper below."
3+
title: "Knowledge Mapper"
4+
type: software
5+
license: CC-BY-NC-SA-4.0
6+
repository-code: "https://github.com/ContextLab/mapper"
7+
url: "https://contextlab.github.io/mapper/"
8+
preferred-citation:
9+
type: article
10+
title: "Text embedding models yield detailed conceptual knowledge maps derived from short multiple-choice quizzes"
11+
authors:
12+
- family-names: "Fitzpatrick"
13+
given-names: "Paxton C."
14+
- family-names: "Heusser"
15+
given-names: "Andrew C."
16+
- family-names: "Manning"
17+
given-names: "Jeremy R."
18+
year: 2026
19+
url: "https://osf.io/preprints/psyarxiv/dh3q2"
20+
doi: "10.31234/osf.io/dh3q2"

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,22 @@ npx playwright test # 9 E2E specs across 5 browser projects (Chromium, Firefox
8989

9090
## Citation
9191

92+
If you use this software, please cite our paper:
93+
94+
> Fitzpatrick, P. C., Heusser, A. C., & Manning, J. R. (2026). Text embedding models yield detailed conceptual knowledge maps derived from short multiple-choice quizzes. *PsyArXiv*. https://doi.org/10.31234/osf.io/dh3q2
95+
9296
```bibtex
93-
@article{fitzpatrick2025mapper,
97+
@article{fitzpatrick2026mapper,
9498
title={Text embedding models yield detailed conceptual knowledge maps derived from short multiple-choice quizzes},
9599
author={Fitzpatrick, Paxton C. and Heusser, Andrew C. and Manning, Jeremy R.},
96-
year={2025},
100+
year={2026},
101+
doi={10.31234/osf.io/dh3q2},
97102
url={https://osf.io/preprints/psyarxiv/dh3q2}
98103
}
99104
```
100105

106+
See also [`CITATION.cff`](CITATION.cff) for machine-readable citation metadata.
107+
101108
## License
102109

103110
[CC BY-NC-SA 4.0](LICENSE) -- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

0 commit comments

Comments
 (0)