Skip to content

Commit 2f88167

Browse files
committed
add required bookdown files
1 parent a058a88 commit 2f88167

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

_bookdown.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
rmd_subdir: true
2+
rmd_files: ["index.Rmd", "README.Rmd", "data-sources.Rmd",
3+
"software.Rmd", "scientific-objectives-and-experimental-design/README.Rmd",
4+
"scientific-objectives-and-experimental-design/protocols/README.Rmd",
5+
"scientific-objectives-and-experimental-design/protocols/controlled-environment-protocols.Rmd",
6+
"scientific-objectives-and-experimental-design/protocols/manual-field-data-protocols.Rmd",
7+
"scientific-objectives-and-experimental-design/protocols/phenotractor-protocols.Rmd",
8+
"scientific-objectives-and-experimental-design/protocols/sensor-calibration.Rmd",
9+
"scientific-objectives-and-experimental-design/protocols/template-protocol.Rmd",
10+
"scientific-objectives-and-experimental-design/protocols/uav-protocols.Rmd",
11+
"scientific-objectives-and-experimental-design/experimental-design/README.Rmd",
12+
"scientific-objectives-and-experimental-design/experimental-design/experimental-design-danforth/README.Rmd",
13+
"scientific-objectives-and-experimental-design/experimental-design/experimental-design-danforth/sorghum-lines-danforth.Rmd",
14+
"scientific-objectives-and-experimental-design/experimental-design/experimental-design-genomics/README.Rmd",
15+
"scientific-objectives-and-experimental-design/experimental-design/experimental-design-genomics/sorghum-lines-genomics-year-1.Rmd",
16+
"scientific-objectives-and-experimental-design/experimental-design/experimental-design-genomics/sorghum-lines-genomics-year-1-continued.Rmd",
17+
"scientific-objectives-and-experimental-design/experimental-design/experimental-design-genomics/sorghum-lines-genomics-year-2.Rmd",
18+
"scientific-objectives-and-experimental-design/experimental-design/experimental-design-mac.Rmd",
19+
"user-manual/README.Rmd",
20+
"user-manual/what-data-is-available.Rmd",
21+
"user-manual/data-products/README.Rmd",
22+
"user-manual/data-products/environmental-conditions.Rmd",
23+
"user-manual/data-products/fluorescence-intensity-imaging.Rmd",
24+
"user-manual/data-products/genomics-data.Rmd",
25+
"user-manual/data-products/geospatial-information.Rmd",
26+
"user-manual/data-products/hyperspectral-imaging-data.Rmd",
27+
"user-manual/data-products/infrared-heat-imaging-data.Rmd",
28+
"user-manual/data-products/multispectral-imaging-data.Rmd",
29+
"user-manual/data-products/meteorological-data.Rmd",
30+
"user-manual/data-products/plantcv-trait-data.Rmd",
31+
"user-manual/data-products/point-cloud-data.Rmd",
32+
"user-manual/how-to-access-data/README.Rmd",
33+
"user-manual/how-to-access-data/using-clowder-sensor-and-genoomics-data.Rmd",
34+
"user-manual/how-to-access-data/using-globus-sensor-and-genomics-data.Rmd",
35+
"user-manual/how-to-access-data/using-betydb-trait-data-experimental-metadata/README.Rmd",
36+
"user-manual/how-to-access-data/using-betydb-trait-data-experimental-metadata/accessing-betydb-via-arcmap-and-other-gis-software.Rmd",
37+
"user-manual/how-to-access-data/using-coge-genomics.Rmd",
38+
"user-manual/how-to-access-data/using-cyverse-genomics.Rmd",
39+
"user-manual/how-to-access-data/using-analysis-workbench-all-data.Rmd",
40+
"user-manual/data-use-policy.Rmd",
41+
"user-manual/manuscripts-and-authorship-guidelines.Rmd",
42+
"user-manual/release-reprocessing-schedule.Rmd",
43+
"technical-documentation/README.Rmd",
44+
"technical-documentation/data-standards/README.Rmd",
45+
"technical-documentation/data-standards/existing-data-standards.Rmd",
46+
"technical-documentation/data-standards/agronomic-and-phenotype-data-standards.Rmd",
47+
"technical-documentation/data-standards/genomic-data-standards.Rmd",
48+
"technical-documentation/data-standards/sensor-data-standards.Rmd",
49+
"technical-documentation/data-standards/data-standards-committee.Rmd",
50+
"technical-documentation/directory-structure.Rmd",
51+
"technical-documentation/data-storage.Rmd",
52+
"technical-documentation/data-transfer.Rmd",
53+
"technical-documentation/data-processing-pipeline/README.Rmd",
54+
"technical-documentation/data-processing-pipeline/geospatial-time-series-structure.Rmd",
55+
"technical-documentation/data-backup.Rmd",
56+
"technical-documentation/data-collection.Rmd",
57+
"technical-documentation/data-product-creation/README.Rmd",
58+
"technical-documentation/data-product-creation/genomic-data.Rmd",
59+
"technical-documentation/data-product-creation/hyperspectral-data.Rmd",
60+
"technical-documentation/quality-assurance-and-quality-control.Rmd",
61+
"developer-manual/README.Rmd",
62+
"developer-manual/submitting-data-to-clowder.Rmd",
63+
"developer-manual/submitting-data-to-betydb.Rmd",
64+
"developer-manual/submitting-data-to-coge.Rmd",
65+
"developer-manual/developing-clowder-extractors.Rmd",
66+
"tutorials.Rmd",
67+
"appendix/README.Rmd",
68+
"appendix/code-of-conduct.Rmd",
69+
"appendix/collaboration-tools.Rmd",
70+
"appendix/glossary.Rmd"]

_output.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bookdown::gitbook:
2+
split_by: chapter

index.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "TERRA REF"
3+
---

0 commit comments

Comments
 (0)