-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresources.qmd
153 lines (108 loc) · 5.16 KB
/
resources.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
title: ""
aliases:
- https://www.openscapes.org/resources/
---
::: column-screen
![](images/banner_imgs/text_banners/resources_banner.png)
<br>
::: white-div
::: {.medium-body-text .center-text}
<!-- **Open source resources developed by the Openscapes community.** -->
**Explore, remix, and reuse open resources developed by the Openscapes community.**
---
:::
```{r}
#| echo: false
#| fig-align: "center"
#| out-width: "10%"
#| fig-alt: "A green tree with a tall and wide canopy. Only a small amount of the brown trunk is visible."
#knitr::include_graphics("images/minis/horst_openscapes_grassland_oak.png")
```
<!--------------------------------------------->
<!---------------- START row 1 ---------------->
::: {.grid}
<!---------------- START NASA ---------------->
::: {.g-col-12 .g-col-md-6 .resource-box .center-text}
[I use **NASA Earthdata** and I'm interested in transitioning my workflow to the **cloud**]{.med-sm-body-text}
[{{< fa earth-americas title="Planet Earth rotated so that the Americas are visible" >}}]{.large-body-text}
---
[**NASA Earthdata Cloud Cookbook**](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/)
[**`earthaccess` Python library**](https://earthaccess.readthedocs.io/en/latest/)
:::
<!---------------- END NASA ---------------->
<!---------------- START Champions Program ---------------->
::: {.g-col-12 .g-col-md-6 .resource-box .center-text}
[I want to revisit or share **Champions Program** resources]{.med-sm-body-text}
[{{< fa people-carry-box title="Two people carry a box together" >}}]{.large-body-text}
---
[**Openscapes Champions Lesson Series**](https://openscapes.github.io/series)
[**Tidy Data Illustrated Series**](https://openscapes.org/blog/2020-10-12-tidy-data/)
[**GitHub Illustrated Series**](https://openscapes.org/blog/2022-05-27-github-illustrated-series/index.html)
:::
<!---------------- END Champions Program ---------------->
:::
<!--------------------------------------------->
<!---------------- END row 1 ------------------>
<!--------------------------------------------------------------------->
<!--------------------------------------------------------------------->
<!--------------------------------------------------------------------->
<!--------------------------------------------->
<!---------------- START row 2 ---------------->
::: {.grid}
<!---------------- START Approach Guide ---------------->
::: {.g-col-12 .g-col-md-6 .resource-box .center-text}
[I want to adapt or reuse **Openscapes' facilitation approach** and style]{.med-sm-body-text}
[{{< fa person-chalkboard title="A person standing in front of and pointing at a chalkboard" >}}]{.large-body-text}
---
[**Openscapes Approach Guide**](https://openscapes.github.io/approach-guide/)
:::
<!---------------- END Approach Guide ---------------->
<!---------------- START RR & Collab ---------------->
::: {.g-col-12 .g-col-md-6 .resource-box .center-text}
[I'm looking for **reproducible workflow** or **collaborative documentation** tutorials]{.med-sm-body-text}
[{{< fa laptop-code title="An open laptop computer with the code symbol, </>, on the screen" >}}]{.large-body-text}
---
[**R for Excel Users**](https://rstudio-conf-2020.github.io/r-for-excel)
[**Making sharable documents with Quarto**](https://openscapes.github.io/quarto-website-tutorial/)
[**Documenting things: openly for future us**](https://openscapes.github.io/documenting-things)
:::
<!---------------- END RR & Collab ---------------->
:::
<!--------------------------------------------->
<!---------------- END row 2 ------------------>
<!--------------------------------------------------------------------->
<!--------------------------------------------------------------------->
<!--------------------------------------------------------------------->
<!--------------------------------------------->
<!---------------- START row 3 ---------------->
::: {.grid}
<!---------------- START Approach Guide ---------------->
::: {.g-col-12 .g-col-md-6 .resource-box .center-text}
[I'm looking for **NOAA Fisheries**-specific guidelines]{.med-sm-body-text}
[{{< fa fish title="A fish" >}}]{.large-body-text}
---
[**NOAA Fisheries Openscapes**](https://nmfs-openscapes.github.io/)
:::
<!---------------- END Approach Guide ---------------->
<!---------------- START CA Water ---------------->
::: {.g-col-12 .g-col-md-6 .resource-box .center-text}
[I'm looking for **California Water Board**-specific guidelines]{.med-sm-body-text}
[{{< fa water title="Water waves" >}}]{.large-body-text}
---
[**California Water Boards Openscapes**](https://cawaterboarddatacenter.github.io/swrcb-openscapes/)
:::
<!---------------- END CA Water ---------------->
:::
<!--------------------------------------------->
<!---------------- END row 3 ------------------>
<br>
::: {.yellow-box .med-sm-body-text .center-text}
::: {.large-body-text .center-text}
{{< fa book-open title="An open book" >}} Looking for more?
:::
Explore our [**initiatives page**](initiatives.qmd) for detailed information about all Openscapes programs and associated open source curriculum, blog posts, and products.
See also our **[media](media.qmd)** for publications, slides, and videos about our work.
:::
:::
:::