Skip to content

Commit c7e0601

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — fix editorconfig name, fill CITATIONS.adoc placeholders
- .editorconfig: RSR-template-repo -> InvestigativeJournalist.jl - docs/CITATIONS.adoc: fill {{PLACEHOLDER}} templates with correct author/project/license Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d8056d1 commit c7e0601

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RSR-template-repo - Editor Configuration
1+
# InvestigativeJournalist.jl - Editor Configuration
22
# https://editorconfig.org
33

44
root = true

docs/CITATIONS.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
= {{PROJECT_NAME}} - Citation Guide
1+
= InvestigativeJournalist.jl - Citation Guide
22
:toc:
33

44
== BibTeX
55

66
[source,bibtex]
77
----
8-
@software{{{PROJECT_NAME}}_{{CURRENT_YEAR}},
9-
author = {{{AUTHOR_LAST}}, {{AUTHOR_FIRST}}},
10-
title = {{{PROJECT_NAME}}},
11-
year = {{{CURRENT_YEAR}}},
12-
url = {https://github.com/{{OWNER}}/{{PROJECT_NAME}}},
13-
license = {PMPL-1.0-or-later}
8+
@software{investigativejournalist_jl_2026,
9+
author = {Jewell, Jonathan D.A.},
10+
title = {InvestigativeJournalist.jl},
11+
year = {2026},
12+
url = {https://github.com/hyperpolymath/InvestigativeJournalist.jl},
13+
license = {MPL-2.0}
1414
}
1515
----
1616

1717
== Harvard Style
1818

19-
{{AUTHOR_LAST}}, {{AUTHOR_INITIALS}} ({{CURRENT_YEAR}}) _{{PROJECT_NAME}}_ [Computer software]. Available at: https://github.com/{{OWNER}}/{{PROJECT_NAME}}
19+
Jewell, J.D.A. (2026) _InvestigativeJournalist.jl_ [Computer software]. Available at: https://github.com/hyperpolymath/InvestigativeJournalist.jl
2020

2121
== OSCOLA
2222

23-
{{AUTHOR}}, '{{PROJECT_NAME}}' ({{CURRENT_YEAR}}) <https://github.com/{{OWNER}}/{{PROJECT_NAME}}>
23+
Jonathan D.A. Jewell, 'InvestigativeJournalist.jl' (2026) <https://github.com/hyperpolymath/InvestigativeJournalist.jl>
2424

2525
== MLA
2626

27-
{{AUTHOR_LAST}}, {{AUTHOR_FIRST}} "{{PROJECT_NAME}}." {{CURRENT_YEAR}}, github.com/{{OWNER}}/{{PROJECT_NAME}}.
27+
Jewell, Jonathan D.A. "InvestigativeJournalist.jl." 2026, github.com/hyperpolymath/InvestigativeJournalist.jl.
2828

2929
== APA 7
3030

31-
{{AUTHOR_LAST}}, {{AUTHOR_INITIALS}} ({{CURRENT_YEAR}}). _{{PROJECT_NAME}}_ [Computer software]. GitHub. https://github.com/{{OWNER}}/{{PROJECT_NAME}}
31+
Jewell, J. D. A. (2026). _InvestigativeJournalist.jl_ [Computer software]. GitHub. https://github.com/hyperpolymath/InvestigativeJournalist.jl
3232

3333
== See Also
3434

0 commit comments

Comments
 (0)