Skip to content

Commit e36f316

Browse files
committed
git push origin masterMerge branch 'bookdown'
2 parents 84cf69e + cb699b3 commit e36f316

File tree

75 files changed

+100
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+100
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions

_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", "Intro.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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+
---

intro.Rmd

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Introduction
2+
3+
## About this book
4+
5+
This book describes the TERRA-REF data collection, computing, and analysis pipelines. The following links provide quick access to:
6+
7+
* [Available Data](user-manual/what-data-is-available.md)
8+
* [How to access data](user-manual/how-to-access-data/)
9+
* [Hands on tutorials](tutorials.md)
10+
11+
## About TERRA-REF
12+
13+
The ARPA-E-funded Transportation Energy Resources from Renewable Agriculture Phenotyping Reference Platform \(TERRA-REF\) program aims to transform plant breeding by using remote sensing to quantify plant traits such as plant architecture, carbon uptake, tissue chemistry, water use, and other features to predict the yield potential and stress resistance of 300+ diverse Sorghum lines.
14+
15+
The data storage and computing system provides researchers with access to the reference phenotyping data and analytics resources using a high performance computing environment. The reference phenotyping data includes direct measurements and sensor observations, derived plant phenotypes, and genetic and genomic data.
16+
17+
Our objectives are to ensure that the software and data in the reference data and computing pipeline are interoperable, reusable, extensible, and understandable. Providing clear definitions of common formats will make it easier to analyze and exchange data and results.
18+
19+
## Versions
20+
21+
* The first edition \(alpha release\) was published **November 2016**.
22+
* The second edition \(beta release\) will be published **November 2018**
23+
* The third edition \(version 1.0\) will be published **November 2019**
24+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)