Skip to content

Commit 5c7e52e

Browse files
authored
Merge pull request #5 from AlexStead/local
Update CITATION.cff
2 parents 74100bc + 481c9db commit 5c7e52e

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

CITATION.cff

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
citHeader("To cite FronPy in publications use:")
2-
3-
citEntry(entry: "Manual",
4-
title: "FronPy: A Python package for frontier analysis",
5-
author: personList(as.person("Alexander D. Stead")),
6-
year: "2024",
7-
note: "Python package version 0.1.2",
8-
url: "https://github.com/AlexStead/FronPy",
9-
textVersion:
10-
paste("Alexander D. Stead (2024).",
11-
"FronPy: A Python package for frontier analysis.",
12-
"Python package version 0.1.2.",
13-
"https://github.com/AlexStead/FronPy.")
14-
)
15-
1+
cff-version: 1.2.0
2+
message: "To cite FronPy in publications use:"
3+
authors:
4+
- family-names: Stead
5+
given-names: Alexander D.
6+
title: "FronPy: A Python package for frontier analysis"
7+
version: 0.1.4
8+
year: 2024
9+
url: "https://github.com/AlexStead/FronPy"
10+
doi: "DOI-if-available"
11+
citation: |
12+
Alexander D. Stead (2024). FronPy: A Python package for frontier analysis. Python package version 0.1.2. https://github.com/AlexStead/FronPy.

0 commit comments

Comments
 (0)