Skip to content

Commit 885a546

Browse files
Merge pull request #66 from USEPA/65-add-citation-for-new-ctxr-paper
65 add citation for new ctxr paper
2 parents 04324be + 5e98ae0 commit 885a546

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

README.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ To install the current development version, run the following command:
4040

4141
Users don't need a API key to install ctxR, but will need to supply an API key to use ctxR and access data. A *FREE* API key can be obtained by emailing the [CTX API Admins](mailto:ccte_api@epa.gov).
4242

43+
If you use [ctxR](https://cran.r-project.org/package=ctxR) in published research, please cite the following paper:
44+
45+
Kruse, PM, Ring, CL, Paul Friedman, K, Feshuk, M, Brown, J, Thunes, C, & Rashid, A. (2025). ctxR: Utilities for interacting with the CTX APIs. _*NAM Journal*_, 100031. doi: [10.1016/j.namjnl.2025.100031](https://doi.org/10.1016/j.namjnl.2025.100031)
46+
4347
### Disclaimer
4448

4549
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Users don’t need a API key to install ctxR, but will need to supply an
4646
API key to use ctxR and access data. A *FREE* API key can be obtained by
4747
emailing the [CTX API Admins](mailto:ccte_api@epa.gov).
4848

49+
If you use [ctxR](https://cran.r-project.org/package=ctxR) in published
50+
research, please cite the following paper:
51+
52+
Kruse, PM, Ring, CL, Paul Friedman, K, Feshuk, M, Brown, J, Thunes, C, &
53+
Rashid, A. (2025). ctxR: Utilities for interacting with the CTX APIs.
54+
**NAM Journal**, 100031. doi:
55+
[10.1016/j.namjnl.2025.100031](https://doi.org/10.1016/j.namjnl.2025.100031)
56+
4957
### Disclaimer
5058

5159
The United States Environmental Protection Agency (EPA) GitHub project

inst/CITATION

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
bibentry(
2+
bibtype = "Article",
3+
title = "ctxR: Utilities for interacting with the CTX APIs",
4+
author = c(person(given = c("Paul", "M."),
5+
family = "Kruse"),
6+
person(given = c("Caroline", "L."),
7+
family = "Ring"),
8+
person(given = "Katie",
9+
family = c("Paul", "Friedman")),
10+
person(given = "Madison",
11+
family = "Feshuk"),
12+
person(given = "Jason",
13+
family = "Brown"),
14+
person(given = "Carter",
15+
family = "Thunes"),
16+
person(given = "Asif",
17+
family = "Rashid")),
18+
journal = "NAM Journal",
19+
year = "2025",
20+
volume = "1",
21+
pages = "100031",
22+
doi = "10.1016/j.namjnl.2025.100031",
23+
textVersion =
24+
paste("Kruse PM, Ring CL, Paul Friedman K, Feshuk M, Brown J, Thunes C, Rashid A (2025).",
25+
"ctxR: Utilities for interacting with the CTX APIs.",
26+
"NAM Journal, 1, 100031",
27+
"doi:10.1016/j.namjnl.2025.100031")
28+
)

0 commit comments

Comments
 (0)