Skip to content

Commit 088e186

Browse files
committed
added section header; added pointer urls
1 parent 3577f02 commit 088e186

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

index.Rmd

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ output:
88
bookdown::gitbook: default
99
---
1010

11+
# Section 1: Traits {-}
12+
1113
# Overview
1214

1315
This book is intended to introduce users to TERRA REF data as quickly as possible.
@@ -18,17 +20,26 @@ It introduces to the wide range of phenomics datasets generated by the TERRA Ref
1820

1921
TODO: link to relevant parts of docs.terraref.org
2022

23+
* Info on how to [request access to data](https://docs.terraref.org/user-manual/how-to-access-data/using-betydb-trait-data-experimental-metadata)
24+
2125
## Ways of Acessing Data
2226

2327
* Web Interfaces
28+
+ [Clowder](https://docs.terraref.org/user-manual/how-to-access-data/using-clowder-sensor-and-genoomics-data) (sensor and genomic data)
29+
+ [Globus](https://docs.terraref.org/user-manual/how-to-access-data/using-globus-sensor-and-genomics-data) (sensor and genomic data)
30+
+ [BETYdb](https://docs.terraref.org/user-manual/how-to-access-data/using-betydb-trait-data-experimental-metadata) (trait data and experimental metadata)
31+
+ [CoGe](https://docs.terraref.org/user-manual/how-to-access-data/using-coge-genomics) (genomic data)
2432
* Files
2533
* Programming APIs
34+
+ [BETYdb API](https://pecan.gitbook.io/betydb-data-access/api-for-url-based-queries)
2635
* API Clients
36+
+ [rOpenSci traits package](https://pecan.gitbook.io/betydb-data-access/ropensci-traits-package)
2737

2838
## Other Resources
2939

30-
The TERRA REF website: terraref.org
31-
The TERRA REF Technical Documentation: docs.terraref.org
40+
The TERRA REF website: [terraref.org](http://terraref.org/)
41+
42+
The TERRA REF Technical Documentation: [docs.terraref.org](docs.terraref.org)
3243

3344
## Contents
3445

@@ -50,20 +61,20 @@ At a minimum, you should have:
5061
* An internet connection
5162
* Web Browser
5263
* A TERRA REF Beta User account
53-
* If you have not done so, please sign up at terraref.org/beta
64+
+ If you have not done so, please sign up at [terraref.org/beta](terraref.org/beta)
5465
* Access to the data that you are using
55-
* The tutorials will state which databases you will need access to
66+
+ The tutorials will state which databases you will need access to
5667
* Software:
57-
* Software requirements vary with the tutorials, and may be complex
58-
*
68+
+ Software requirements vary with the tutorials, and may be complex
69+
5970

6071
## Finding help
6172

62-
* Slack
63-
* GitHub
64-
* Google
73+
- [Slack](terra-ref.slack.com)
74+
- [GitHub](https://github.com/terraref/tutorials)
75+
- [Google](https://www.google.com/)
6576

66-
```{r}
77+
```{r, include = FALSE}
6778
knitr::opts_chunk$set(echo = FALSE, cache = TRUE)
6879
options(warn = -1)
6980
```

0 commit comments

Comments
 (0)