/ docs / CITATIONS.adoc
CITATIONS.adoc
 1  = RSR-template-repo - Citation Guide
 2  :toc:
 3  
 4  == BibTeX
 5  
 6  [source,bibtex]
 7  ----
 8  @software{rsr-template-repo_2025,
 9    author = {Polymath, Hyper},
10    title = {RSR-template-repo},
11    year = {2025},
12    url = {https://github.com/hyperpolymath/RSR-template-repo},
13    license = {AGPL-3.0-or-later}
14  }
15  ----
16  
17  == Harvard Style
18  
19  Polymath, H. (2025) _RSR-template-repo_ [Computer software]. Available at: https://github.com/hyperpolymath/RSR-template-repo
20  
21  == OSCOLA
22  
23  Hyper Polymath, 'RSR-template-repo' (2025) <https://github.com/hyperpolymath/RSR-template-repo>
24  
25  == MLA
26  
27  Polymath, Hyper. "RSR-template-repo." 2025, github.com/hyperpolymath/RSR-template-repo.
28  
29  == APA 7
30  
31  Polymath, H. (2025). _RSR-template-repo_ [Computer software]. GitHub. https://github.com/hyperpolymath/RSR-template-repo
32  
33  == See Also
34  
35  * link:../CITATION.cff[CITATION.cff]
36  * link:../codemeta.json[codemeta.json]