-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
40 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
--- | ||
title: Intro to Quarto | ||
title: Introduction to RStudio and Quarto | ||
--- | ||
|
||
::: {.callout-note title="Learning Objectives"} | ||
|
||
1. objective 1 | ||
2. objective 2 | ||
3. objective 3 | ||
1. Understand what Quarto is and why we use it | ||
2. Get familiar with RStudio | ||
3. Create a Quarto file and understand its structure | ||
4. Understand how Quarto projects differ from Quarto files | ||
::: | ||
|
||
## Summary | ||
|
||
## Logging onto JupyterHub | ||
|
||
## Terminology | ||
For this workshop, we'll be using the [NOAA NMFS JupyterHub](https://dhub.opensci.live/). You're welcome to use your own version of RStudio on your desktop, just make sure R and RStudio are updated to the latest versions. Follow the instructions to set up your JupyterHub access here: [Intro to JupyterHubs](https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/01-intro-to-jupyterhub.html) | ||
|
||
## Using the Carpentries Tutorials | ||
|
||
## Prerequisites | ||
Instead of re-inventing the wheel, we will be leveraging open science principles by using the Carpentries Incubator [**Introduction to Reproducible Publications with RStudio**](https://carpentries-incubator.github.io/reproducible-publications-quarto/index.html)tutorial. The tutorial consists of a series of "episodes" that we will be walking through with you. Several of the episodes go a bit further in-depth than we will cover in the workshop, but feel free to explore further on your own time. | ||
|
||
For today's session, we will be going through the following episodes: | ||
|
||
## Load Required Packages | ||
1. [Scientific reproducibility: What is it for?](https://carpentries-incubator.github.io/reproducible-publications-quarto/01-repro-project-org/01-introduction/index.html) | ||
2. [Navigating RStudio and Quarto Documents](https://carpentries-incubator.github.io/reproducible-publications-quarto/02-quarto/01-basic-rstudio/index.html) | ||
3. [Working with projects in RStudio](https://carpentries-incubator.github.io/reproducible-publications-quarto/02-quarto/02-projects-rstudio/index.html) | ||
4. [Quarto Files vs Quarto Projects (Section in Working with projects in RStudio)](https://carpentries-incubator.github.io/reproducible-publications-quarto/01-repro-project-org/02-reproducibility/index.html#quarto-projects) | ||
|
||
Follow along on your own computer as we walk through the tutorials. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
--- | ||
title: Intro to Quarto | ||
title: Working with Quarto files and the Markdown language | ||
--- | ||
|
||
::: {.callout-note title="Learning Objectives"} | ||
1. Coming Soon! | ||
|
||
1. objective 1 | ||
2. objective 2 | ||
3. objective 3 | ||
::: | ||
|
||
## Summary | ||
|
||
|
||
## Terminology | ||
|
||
|
||
## Prerequisites | ||
|
||
|
||
## Load Required Packages | ||
|
||
## | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
--- | ||
title: Intro to Quarto | ||
title: Dynamic output in Quarto files: Code, Tables, and Figures | ||
--- | ||
|
||
::: {.callout-note title="Learning Objectives"} | ||
1. Coming Soon! | ||
|
||
1. objective 1 | ||
2. objective 2 | ||
3. objective 3 | ||
::: | ||
|
||
## Summary | ||
|
||
|
||
## Terminology | ||
|
||
|
||
## Prerequisites | ||
|
||
|
||
## Load Required Packages | ||
|
||
## | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,7 @@ | ||
--- | ||
title: Intro to Quarto | ||
title: Cross-references, bibliography and citations in Quarto files | ||
--- | ||
|
||
::: {.callout-note title="Learning Objectives"} | ||
|
||
1. objective 1 | ||
2. objective 2 | ||
3. objective 3 | ||
::: | ||
|
||
## Summary | ||
|
||
|
||
## Terminology | ||
|
||
|
||
## Prerequisites | ||
|
||
|
||
## Load Required Packages | ||
|
||
1. Coming Soon! | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Introduction to Quarto Projects | ||
--- | ||
|
||
::: {.callout-note title="Learning Objectives"} | ||
1. Coming Soon! | ||
::: |