|
1 | | -= {{PROJECT_NAME}} - Citation Guide |
| 1 | += InvestigativeJournalist.jl - Citation Guide |
2 | 2 | :toc: |
3 | 3 |
|
4 | 4 | == BibTeX |
5 | 5 |
|
6 | 6 | [source,bibtex] |
7 | 7 | ---- |
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} |
14 | 14 | } |
15 | 15 | ---- |
16 | 16 |
|
17 | 17 | == Harvard Style |
18 | 18 |
|
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 |
20 | 20 |
|
21 | 21 | == OSCOLA |
22 | 22 |
|
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> |
24 | 24 |
|
25 | 25 | == MLA |
26 | 26 |
|
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. |
28 | 28 |
|
29 | 29 | == APA 7 |
30 | 30 |
|
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 |
32 | 32 |
|
33 | 33 | == See Also |
34 | 34 |
|
|
0 commit comments