Skip to content

Commit 587d9b7

Browse files
committed
updating the DOI and citation
1 parent c48cbe6 commit 587d9b7

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: APCalign
22
Title: Resolving Plant Taxon Names Using the Australian Plant Census
3-
Version: 1.1.3
3+
Version: 1.1.4
44
Authors@R: c(
55
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-9814-092X")),
66
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-5640-5910")),
77
person(given = "Will", family = "Cornwell", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0003-4080-4073")),
88
person(given = "Fonti", family = "Kar", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-2760-3974")),
99
person(given = "Carl", family= "Boettiger", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-1642-628X"))
1010
)
11-
Description: The process of resolving taxon names is necessary when working with biodiversity data. 'APCalign' uses the Australian Plant Census (APC) and the Australian Plant Name Index (APNI) to align and update plant taxon names to current, accepted standards. 'APCalign' also supplies information about the established status of plant taxa across different states/territories.
11+
Description: The process of resolving and updating taxon names is necessary when working with biodiversity data. 'APCalign' uses the Australian Plant Census (APC) and the Australian Plant Name Index (APNI) to align and update plant taxon names to current, accepted standards. 'APCalign' also supplies information about the establishment status (i.e. native or introduced) of plant taxa across different states/territories. https://www.publish.csiro.au/bt/pdf/BT24014 https://doi.org/10.1071/BT24014
1212
License: MIT + file LICENSE
1313
Encoding: UTF-8
1414
Language: en
@@ -41,5 +41,5 @@ Roxygen: list(markdown = TRUE)
4141
RoxygenNote: 7.3.2
4242
Config/testthat/edition: 3
4343
VignetteBuilder: knitr
44-
URL: https://traitecoevo.github.io/APCalign/, https://github.com/traitecoevo/APCalign
44+
URL: https://traitecoevo.github.io/APCalign/, https://github.com/traitecoevo/APCalign, https://www.publish.csiro.au/bt/pdf/BT24014, https://doi.org/10.1071/BT24014
4545
BugReports: https://github.com/traitecoevo/APCalign/issues

README.Rmd

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ library(APCalign)
2626

2727
# APCalign <img src="man/figures/APCalign_hex_2.svg" align="right" width="120"/>
2828

29-
`APCalign` uses the [Australian Plant Census (APC)](https://biodiversity.org.au/nsl/services/search/taxonomy) and [Australian Plant Name Index](https://biodiversity.org.au/nsl/services/search/names) to align and update Australian plant taxon name strings. 'APCalign' also supplies information about
30-
the established status (native/introduced) of plant taxa across different states/territories. It's useful for updating species list and intersecting them with the APC consensus understanding of established status (native/introduced).
29+
`APCalign` uses the [Australian Plant Census (APC)](https://biodiversity.org.au/nsl/services/search/taxonomy) and [Australian Plant Name Index](https://biodiversity.org.au/nsl/services/search/names) to align and update Australian plant taxon names. 'APCalign' also supplies information about the established status (i.e., native/introduced) of plant taxa within different states/territories as compiled by the APC. It's useful for updating species list and intersecting them with the APC consensus for both taxonomy and establishment status.
30+
31+
DOI: https://doi.org/10.1071/BT24014
3132

3233
## Installation 🛠️
3334

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ coverage](https://codecov.io/gh/traitecoevo/APCalign/branch/master/graph/badge.s
1515
(APC)](https://biodiversity.org.au/nsl/services/search/taxonomy) and
1616
[Australian Plant Name
1717
Index](https://biodiversity.org.au/nsl/services/search/names) to align
18-
and update Australian plant taxon name strings. ‘APCalign’ also supplies
19-
information about the established status (native/introduced) of plant
20-
taxa across different states/territories. It’s useful for updating
21-
species list and intersecting them with the APC consensus understanding
22-
of established status (native/introduced).
18+
and update Australian plant taxon names. ‘APCalign’ also supplies
19+
information about the established status (i.e., native/introduced) of
20+
plant taxa within different states/territories as compiled by the APC.
21+
It’s useful for updating species list and intersecting them with the APC
22+
consensus for both taxonomy and establishment status.
23+
24+
DOI: <https://doi.org/10.1071/BT24014>
2325

2426
## Installation 🛠️
2527

inst/CITATION

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ bibentry(
1212
person(given = "Ruby", family= "Stephens", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-3767-2690")),
1313
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-9814-092X"))
1414
),
15-
year = 2024,
16-
note = "R package version: 1.0.1",
17-
url = "https://www.biorxiv.org/content/10.1101/2024.02.02.578715v1"
15+
volume = 72,
16+
number = 4,
17+
year = 2024,
18+
publisher="CSIRO Publishing",
19+
note = "R package version: 1.1.4",
20+
url = "https://doi.org/10.1071/BT24014"
1821
)

0 commit comments

Comments
 (0)