Skip to content

Commit b07b138

Browse files
committed
add CITATION
1 parent 179678d commit b07b138

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

inst/CITATION

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
citHeader("To cite betydata in publications, please use:")
2+
3+
bibentry(
4+
bibtype = "Manual",
5+
title = "betydata: Public Data from the BETYdb Database",
6+
author = c(
7+
person("David", "LeBauer"),
8+
person("Akash", "BV")
9+
),
10+
year = "2026",
11+
note = paste("R package version", meta$Version),
12+
url = "https://github.com/PecanProject/betydata"
13+
)
14+
15+
bibentry(
16+
bibtype = "Article",
17+
title = "BETYdb: a yield, trait, and ecosystem service database applied to second-generation bioenergy feedstock production",
18+
author = c(
19+
person("David", "LeBauer"),
20+
person("Rob", "Kooper"),
21+
person("Patrick", "Mulrooney"),
22+
person("Scott", "Rohde"),
23+
person("Dan", "Wang"),
24+
person("Stephen P.", "Long"),
25+
person("Michael C.", "Dietze")
26+
),
27+
journal = "GCB Bioenergy",
28+
year = "2018",
29+
volume = "10",
30+
number = "1",
31+
pages = "61--71",
32+
doi = "10.1111/gcbb.12420"
33+
)

0 commit comments

Comments
 (0)