-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.qmd
287 lines (183 loc) · 12 KB
/
index.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
---
pagetitle: "Hello Quarto"
format:
revealjs:
theme: style.scss
multiplex: true
transition: fade
height: 900
width: 1600
fontcolor: "#262d36"
highlight-style: a11y
code-line-numbers: false
editor: visual
---
## {#hello-quarto-title data-menu-title="Hello Quarto" background-image="images/horst_penguins_telescope.png" aria-label="One penguin standing on another penguin's shoulders in a snowscape, looking through a telescope at a Quarto logo moon in the night sky."}
[Hello Quarto]{.custom-title}
[share • collaborate • teach • reimagine]{.custom-subtitle}
[mine çetinkaya-rundel <br> julia stewart lowndes]{.custom-author}
[[mine.quarto.pub/hello-quarto](https://mine.quarto.pub/hello-quarto/)]{.custom-url}
[artwork by allison horst]{.custom-artwork}
::: notes
Thank you so much, we're excited to be here!
Mine and I have been using Quarto for the last year; she has been teaching and contributing to the development of Quarto it since its earliest days and Openscapes has been the first external users of Quarto.
As we've woven it into our work we realize we love it, and we're thrilled to welcome you to Quarto.
:::
# Hello, Quarto? {.title-top-light background-image="images/horst-quarto-meteor-transparent.png" aria-label="A meteor where the head of the meteor is the Quarto logo."}
::: notes
But also, we know you have questions.
We did too.
What is Quarto?
Why is Quarto?
And how does it relate to R Markdown and the workflows you already have?
--\> Well
:::
## {#unifies-extends-1 .centered data-menu-title="Unifies and extends 1" background-color="#0F1620" auto-animate="true"}
::: {style="margin-top: 150px; font-size: 3em; color: #75AADB;"}
Quarto **unifies** and **extends**<br>the R Markdown ecosystem
:::
::: notes
Quarto unifies & extends the R Markdown ecosystem.
:::
## {#unifies-extends-2 .centered data-menu-title="Unifies and extends 2" background-color="#0F1620" auto-animate="true"}
::: {style="margin-top: 100px; font-size: 2.2em; color: #75AADB"}
Quarto **unifies** and **extends** <br>the R Markdown ecosystem
:::
<br>
::: large
**unifies** for people who love R Markdown
:::
<br>
::: {.fragment .fade-up .large fragment-index="2"}
**extends** for people who don't know R Markdown
:::
::: notes
It unifies it for people who love R Markdown by reducing little points of friction, so that websites, books, and slides all have a common approach.
And it extends it for people who don't know RMarkdown by being a friendly way to work reproducibly and publish documents that have text and code in the same place
:::
## {#publishing-system-1 .centered data-menu-title="Publishing system 1" background-color="#0F1620" auto-animate="true"}
::: {style="margin-top: 100px; font-size: 3em; color: #75AADB;"}
Quarto is a new, open-source,<br> scientific and technical<br> publishing system
:::
::: notes
Quarto is a new open-source scientific and technical publishing system.
:::
## {#publishing-system-2 .centered data-menu-title="Publishing system 2" background-color="#0F1620" auto-animate="true"}
::: {style="margin-top: 50px; font-size: 2em; color: #75AADB"}
Quarto is a new, open-source,<br> scientific and technical<br> publishing system
:::
::: midi
**the goal is to make the process of creating**<br> and collaborating dramatically better
:::
::: {.fragment .fade-up}
![](images/horst_quarto_schematic.png){fig-align="center" width="1100px" fig-alt="A schematic representing the multi-language input (e.g. Python, R, Observable, Julia) and multi-format output (e.g. PDF, html, Word documents, and more) versatility of Quarto."}
:::
::: notes
The goal is to make the process of creating and collaborating dramatically better.
--\> It handles inputs in multiple languages, and outputs in multiple formats, all going through the same machinery.
--\> In our talk today, we'll introduce you to Quarto with stories and demos.
:::
## {#outline-1 .centered data-menu-title="Outline 1" auto-animate="true"}
![](images/outline-1.png){fig-alt="Quarto logo with two quadrants labelled as Share and Teach with a blue penguin next to it."}
::: notes
First Mine will focus on how Quarto unifies the R Markdown ecosystem through stories of sharing and teaching
:::
## {#outline-2 .centered data-menu-title="Outline 2" auto-animate="true"}
![](images/outline-2.png){fig-alt="Quarto logo with two quadrants labelled as Collaborate and Reimagine with an orange penguin next to it."}
::: notes
Then I will focus on how Quarto extends the R Markdown ecosystem through collaborating and reimagining
:::
## {#outline-3 .centered data-menu-title="Outline 3" auto-animate="true"}
![](images/outline-3.png){fig-alt="Quarto logo with all fouur quadrants labelled as Share, Collaborate, Teach, and Reimagine."}
::: notes
**Julie:** We're excited to get started!
NEXT - So let's let Mine kick it off to talk about sharing with Quarto.
:::
{{< include _1-share.qmd >}}
{{< include _2-collaborate.qmd >}}
{{< include _3-teach.qmd >}}
{{< include _4-reimagine.qmd >}}
# [mine.quarto.pub/hello-quarto](https://mine.quarto.pub/hello-quarto) {#coda .custom-url-top-white data-menu-title="Coda" background-image="images/horst-quarto-meteor.png" aria-label="A meteor where the head of the meteor is the Quarto logo, with dark background."}
::: notes
If you would like to start sharing, collaborating, teaching, and reimagining with Quarto by picking up where we left off, go to this link and scroll forward to see the next few slides where we share resources for learning as well as references for the works we presented today.
And if you have any questions about Quarto or R Markdown, please stop by the Open Source table in the Lounge between 12-3pm today.
And don't miss the Quarto session at 3:20pm!
:::
# Thank you {.title-top-dark background-image="images/horst_quarto_penguins_thankyou.png"}
::: notes
Thank you so much for joining us this morning, here in person or from wherever you are tuning in to the live stream.
We've talked about our experiences using Quarto and all the problems it has helped us solve and reimagine, but while Quarto is stable and ready for use, it's also a baby that you too can be a part of its growth.
So start using Quarto, and get involved by asking questions, reporting issues, providing feedback, and even building extensions for it.
We can't wait to see what you create!
:::
## Say hello to Quarto!
- Pick up where we left off: [github.com/mine-cetinkaya-rundel/hello-quarto-demo](https://github.com/mine-cetinkaya-rundel/hello-quarto-demo)
- Coming up at rstudio::conf(2022) -- Quarto deep dive - Potomac C - 3:20pm:
- Tracy Teal - These are a few of my favorite things (about Quarto presentations)
- Hamel Husain - Literate Programming With Jupyter Notebooks and Quarto
- Devin Pastoor - Websites & Books & Blogs, oh my! Creating Rich Content with Quarto
- Video: [Reproducible authoring with Quarto](https://youtu.be/6p4vOKS6Xls)
- Video: [Openscapes: Hello Quarto with NASA Openscapes, RLadies Santa Barbara, and JJ Allaire](https://youtu.be/azVAl343CIU)
- Quarto documentation: [quarto.org](https://quarto.org/)
- Quarto gallery: [quarto.org/docs/gallery](https://quarto.org/docs/gallery/)
- Quarto tip a day: [rstd.io/quartotip](https://rstd.io/quartotip)
![](images/horst-quarto-penguins.png){fig-alt="Two penguins. The orange one is holding the Quarto logo. The blue one is looking at the orange one." fig-align="right" width="600"}
## Engage, empower, amplify with Openscapes
- Coming up at rstudio::conf(2022)
- Ileana Fenwick - [A Journey to Data Science: Tools for Equity and Diversity in STEM](https://rstudioconf2022.sched.com/event/11ib8/a-journey-to-data-science-tools-for-equity-and-diversity-in-stem). 1:30pm - 1:50pm EDT
- Openscapes: [openscapes.org](https://openscapes.org)
- [Champions Lesson Series](https://openscapes.org/series)
- [Approach Guide](https://openscapes.org/approach-guide)
- [Quarto Website Tutorial](https://openscapes.github.io/quarto-website-tutorial/)
- NASA Openscapes: [nasa-openscapes.github.io](https://nasa-openscapes.github.io)
- NMFS Openscapes: [nmfs-openscapes.github.io](https://nmfs-openscapes.github.io)
- [Supercharge your research: a ten-week plan for open data science](https://openscapes.github.io/series/Supercharge%20your%20research:%20a%20ten-week%20plan%20for%20open%20data%20science) (Lowndes et al. 2019)
- [Our path to better science in less time using open data science tools](https://www.nature.com/articles/s41559-017-0160) (Lowndes et al. 2017)
- [Open Software Means Kinder Science](https://blogs.scientificamerican.com/observations/open-software-means-kinder-science/)
## Earthrise by Amanda Gorman[^1] {.smaller}
[^1]: [Full text and video for Earthrise by Amanda Gorman](https://www.sierraclub.org/los-padres/blog/2021/02/earthrise-poem-amanda-gorman)
::: columns
::: {.column width="40%"}
So, earth, pale blue dot<br> We will fail you not.<br>
Just as we chose to go to the moon<br> We know it's never too soon<br> To choose hope.<br> We choose to do more than cope<br> With climate change<br> We choose to end it---<br> We refuse to lose.<br> Together we do this and more<br> Not because it's very easy or nice<br> But because it is necessary,<br> Because with every dawn we carry<br> the weight of the fate of this celestial body orbiting a star.<br> And as heavy as that weight sounded, it doesn't hold us down,<br> But it keeps us grounded, steady, ready,<br> Because an environmental movement of this size<br> Is simply another form of an earthrise.<br>
:::
::: {.column width="60%"}
![NASA, Apollo 8, 1968](images/earthrise_nasa.jpg){fig-align="right"}
:::
:::
## Annotated Notes: Share {.small}
Mine Çetinkaya-Rundel PhD <https://mine-cr.com>
- Hex logos: <https://github.com/rstudio/hex-stickers>
- How it works: <https://quarto.org/docs/get-started/hello/rstudio.html#how-it-works>
## Annotated Notes: Collaborate {.small}
Julia Stewart Lowndes PhD <https://jules32.github.io>
**Openscapes**
<https://openscapes.org>
**NASA Images**
- Spinning Globe Earthdata: <https://svs.gsfc.nasa.gov/30701>
- NASA Hyperwall: <https://eospso.nasa.gov/content/about-nasas-hyperwall>
**NASA-Openscapes**
- [nasa-openscapes.github.io](https://nasa-openscapes.github.io)
- [2021 Cloud Hackathon](https://nasa-openscapes.github.io/2021-Cloud-Hackathon/)
- [2021 Cloud Workshop at AGU](https://nasa-openscapes.github.io/2021-Cloud-Workshop-AGU/)
- [2022 SWOT Ocean Hackathon](https://podaac.github.io/2022-SWOT-Ocean-Cloud-Workshop/)
**Demo: JupyterLab** JupyterHub managed by 2i2c <https://2i2c.org>
**Other** Rey with Quarto, throwback to <https://jules32.github.io/useR-2019-keynote>
## Annotated Notes: Teach
- Photo credit for Holland Stam: <https://undergraduateresearch.duke.edu/news/data-scraping-art-history-survey-texts>
- 📦 arthistory: <https://saralemus7.github.io/arthistory>
## Annotated Notes: Reimagine {.small}
**All We Can Save**: <https://www.allwecansave.earth>
How to answer the Q of "What should I do to fight climate change?" <br> A: "What are you good at? Do that. Do that in the service of climate" - ([ayanaeliza](https://twitter.com/juliesquid/status/1362573772096593923))
**FayLab Manual**
- [Learning by doing: migrating to Quarto from Bookdown](https://www.openscapes.org/blog/2022/07/21/quarto-migrate/)
- Re: Tara Robertson on psychological safety [A Chat with Tara Robertson](https://www.openscapes.org/blog/2021/05/27/tara-robertson/)
- Re: Gavin Fay on psychological safety: [Openscapes is Awesome! Building lab resources to sustain future us with tools from open data science](https://docs.google.com/presentation/d/1c624mH3md8pQHiP6rJ7HPuhxDLgNB7xvONDZlUM3f64/edit#slide=id.gb6050dd30d_0_0)
**Quarto Mosaic**
See also: [3 takeaways for planning for the year of open science](https://www.openscapes.org/blog/2022/02/17/esip-winter-2022/)
- <https://openscapes.github.io/approach-guide>
- <https://nmfs-openscapes.github.io>
**NASA images**
- <https://twitter.com/nasaearth>
- <https://twitter.com/UNOOSA/status/803692453358424064/photo/1>
- <https://www.doi.gov/blog/earth-art-stunning-landsat-images>