You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The title of your DRR. Should all DRR start with "Data Release Report:"? Should we enforce titles specifically referencing the data package(s) they the report is about?
26
+
# The title of your DRR. Should all DRR start with "Data Release Report:"? Should we enforce titles specifically referencing the data package(s) the Report is about?
20
27
title <- "DRR Title"
21
28
22
29
# Optional and should only be included if publishing to the semi-official DRR series. Contact Joe if you are. If not, leave as NULL
@@ -47,14 +54,16 @@ authorNames <- c(
47
54
48
55
#Note that the entirety of each affiliation is enclosed in quotations. Do not worry about indentation or word wrapping.
49
56
authorAffiliations <- c(
50
-
"NPS Inventory and Monitoring Division, 1201 Oakridge Dr., Suite 150, Fort Collins, Colorado",
57
+
"NPS Inventory and Monitoring Division, 1201 Oakridge Dr., Suite 150, Fort Collins, Colorado",
58
+
51
59
"Managed Business Solutions (MBS), a Sealaska Company, Contractor to the National Park Service, Natural Resource Stewardship and Science Directorate, 1201 Oakridge Dr., Suite 150, Fort Collins, Colorado",
60
+
52
61
"Managed Business Solutions (MBS), a Sealaska Company, Contractor to the National Park Service, Natural Resource Stewardship and Science Directorate, 1201 Oakridge Dr., Suite 150, Fort Collins, Colorado"
53
62
)
54
63
55
64
# List the ORCID iDs for each author in the format "(xxxx-xxxx-xxxx-xxxx)". If an author does not have an ORCID iD, specify NA (no quotes). If an author is listed more than once (for instance because they have multiple institutional affiliations), the ORCID iD must also be listed more than once. For more information on ORCID iDs and to register an ORCID iD, see https://www.orcid.org.
56
65
57
-
#The order of the ORCID iDs must match the order of authors in AuthorNames.In this example, Jane Doe has an ORCID iD but John Doe does not. Jane's ORCID iD is listed twice because she her name is listed twice in authorNames(because she has two authorAffiliations).
66
+
#The order of the ORCID iDs must match the order of authors in AuthorNames.In this example, Jane Doe has an ORCID iD but John Doe does not. Jane's ORCID iD is listed twice because she her name is listed twice in authorNames(because she has two authorAffiliations).
58
67
authorORCID <- c(
59
68
"(0000-1111-2222-3333)", "(0000-1111-2222-3333)", NA
Copy file name to clipboardExpand all lines: vignettes/articles/Using-the-DRR-Template.Rmd
+4-13Lines changed: 4 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,6 @@
2
2
title: "Using the DRR Template"
3
3
---
4
4
5
-
---
6
-
title: "Using the DRR Template"
7
-
output: rmarkdown::html_vignette
8
-
vignette: >
9
-
%\VignetteIndexEntry{Using the DRR Template}
10
-
%\VignetteEnging{knitr::rmarkdown}
11
-
%\VignetteEncoding{UTF-8}
12
-
---
13
-
14
5
```{r setup, include=FALSE}
15
6
RRpackages <- c('markdown', # links to Sundown rendering library
16
7
'rmarkdown', # newer rendering via pandoc
@@ -218,12 +209,12 @@ automatically insert the bibtex for the reference into your
218
209
references.bib file (and customize the unique identifier if you'd like)
219
210
and insert the in-text citation into the DRR template.
220
211
221
-
```{r fig2, echo=FALSE, out.width="75%", fig.align="center", fig.cap="Adding Citations - Source vs. Visual editing of the Template and how to access the citation manager."}
222
-
#knitr::include_graphics("RMD_vis_source.png")
212
+
```{r fig2, echo=FALSE, out.width="50%", out.height="50%", fig.align="center", fig.cap="Adding Citations - Source vs. Visual editing of the Template and how to access the citation manager."}
213
+
knitr::include_graphics("RMD_vis_source.png")
223
214
```
224
215
225
-
```{r fig3, echo=FALSE, out.width="75%", fig.align="center", fig.cap="Adding Citations - Using the citation manager."}
0 commit comments