Skip to content

Commit 47448a8

Browse files
committed
update setup
1 parent f70cf32 commit 47448a8

25 files changed

+178
-85
lines changed

_quarto.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ website:
3636
- schedule.md
3737
- section: Set-up
3838
contents:
39-
- set-up.qmd
39+
- text: Set up info
40+
href: setup.qmd
4041
- text: R and RStudio on your computer
4142
href: content/02-local-setup-r.qmd
4243
- text: R and RStudion on the JupyterHub

content/02-jupyterhub-setup-r.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ Everything you need is installed for you. Note, before you can log in, we will n
88
* Click Start Server and accept defaults
99
* Click the RStudio button. If you don't see it, click the blue button in the top left to open a new 'Launcher' window.
1010

11-
![](content/img/jhub-launcher.png)
11+
![](https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/img/jhub-launcher.png)
1212

1313
## Access to the JupyterHub
1414

1515
### GitHub username
1616

17-
* Create a GitHub account (if you don’t already have one) at <https://github.com>. Advice for choosing a GitHub username: this is a professional username that you will use in work settings. GitHub accounts are not anonymous; this is for sharing work. Using your real name is common.
18-
* Write down your username and password; you will need to log in during the course!
19-
* Here is [a video](https://www.youtube.com/watch?v=nHXw4mGoqiE) showing the whole process
17+
* Log into GitHub.com. Authentication to the JupyterHub uses your username and being a member of the NMFS Openscapes GitHub org.
2018

2119
### Get on JupyterHub
2220

23-
Once you have submitted your GitHub username and have been accepted as a member on the nmfs-openscapes organization, you can log-into the JupyterHub.
21+
Once you have submitted your GitHub username and have been accepted as a member on the nmfs-openscapes organization, you can log-into the JupyterHub. For those who did the GitHub clinic, you should be good to go.
2422

2523
<https://nmfs-openscapes.2i2c.cloud>
2624

2725
* **Choose the default Py-R base geospatial image**. [Watch a video](https://youtu.be/o99jZWHqKi8) of the login process and basic JupyterHub orientation.
2826

2927
* home directory is yours and no one else can see it.
3028
* To share files, you can connect to a GitHub repository or use the `shared` directory. Everyone can read and write to this directory. Please don't delete content that is not your own.
29+
30+
This is a platform for training. Please do not put confidential info on here.

docs/coc.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,11 @@
172172
</div>
173173
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 ">
174174
<li class="sidebar-item">
175-
<span class="menu-text">set-up.qmd</span>
176-
</li>
175+
<div class="sidebar-item-container">
176+
<a href="./setup.html" class="sidebar-item-text sidebar-link">
177+
<span class="menu-text">Set up info</span></a>
178+
</div>
179+
</li>
177180
<li class="sidebar-item">
178181
<div class="sidebar-item-container">
179182
<a href="./content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">

docs/content/01-intro-to-jupyterhub.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,11 @@
171171
</div>
172172
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 ">
173173
<li class="sidebar-item">
174-
<span class="menu-text">set-up.qmd</span>
175-
</li>
174+
<div class="sidebar-item-container">
175+
<a href="../setup.html" class="sidebar-item-text sidebar-link">
176+
<span class="menu-text">Set up info</span></a>
177+
</div>
178+
</li>
176179
<li class="sidebar-item">
177180
<div class="sidebar-item-container">
178181
<a href="../content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">

docs/content/01-repro-reports.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,11 @@
172172
</div>
173173
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 ">
174174
<li class="sidebar-item">
175-
<span class="menu-text">set-up.qmd</span>
176-
</li>
175+
<div class="sidebar-item-container">
176+
<a href="../setup.html" class="sidebar-item-text sidebar-link">
177+
<span class="menu-text">Set up info</span></a>
178+
</div>
179+
</li>
177180
<li class="sidebar-item">
178181
<div class="sidebar-item-container">
179182
<a href="../content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">

docs/content/02-git-jupyter.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" role="button" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
159159
<i class="bi bi-layout-text-sidebar-reverse"></i>
160160
</button>
161-
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-git-jupyter.html">Git-JupyterLab</a></li></ol></nav>
161+
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-git-jupyter.html">Git-JupyterLab</a></li></ol></nav>
162162
<a class="flex-grow-1" role="navigation" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
163163
</a>
164164
</div>
@@ -206,8 +206,11 @@
206206
</div>
207207
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 show">
208208
<li class="sidebar-item">
209-
<span class="menu-text">set-up.qmd</span>
210-
</li>
209+
<div class="sidebar-item-container">
210+
<a href="../setup.html" class="sidebar-item-text sidebar-link">
211+
<span class="menu-text">Set up info</span></a>
212+
</div>
213+
</li>
211214
<li class="sidebar-item">
212215
<div class="sidebar-item-container">
213216
<a href="../content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">
@@ -331,7 +334,7 @@ <h2 id="toc-title">On this page</h2>
331334

332335
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
333336

334-
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-git-jupyter.html">Git-JupyterLab</a></li></ol></nav>
337+
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-git-jupyter.html">Git-JupyterLab</a></li></ol></nav>
335338
<div class="quarto-title">
336339
<h1 class="title">Git - Jupyter Lab</h1>
337340
</div>

docs/content/02-git-rstudio.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" role="button" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
125125
<i class="bi bi-layout-text-sidebar-reverse"></i>
126126
</button>
127-
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-git-rstudio.html">Git-RStudio</a></li></ol></nav>
127+
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-git-rstudio.html">Git-RStudio</a></li></ol></nav>
128128
<a class="flex-grow-1" role="navigation" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
129129
</a>
130130
</div>
@@ -172,8 +172,11 @@
172172
</div>
173173
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 show">
174174
<li class="sidebar-item">
175-
<span class="menu-text">set-up.qmd</span>
176-
</li>
175+
<div class="sidebar-item-container">
176+
<a href="../setup.html" class="sidebar-item-text sidebar-link">
177+
<span class="menu-text">Set up info</span></a>
178+
</div>
179+
</li>
177180
<li class="sidebar-item">
178181
<div class="sidebar-item-container">
179182
<a href="../content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">
@@ -298,7 +301,7 @@ <h2 id="toc-title">On this page</h2>
298301

299302
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
300303

301-
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-git-rstudio.html">Git-RStudio</a></li></ol></nav>
304+
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-git-rstudio.html">Git-RStudio</a></li></ol></nav>
302305
<div class="quarto-title">
303306
<h1 class="title">Basic Git/GitHub Skills Using RStudio</h1>
304307
</div>

docs/content/02-git.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" role="button" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
125125
<i class="bi bi-layout-text-sidebar-reverse"></i>
126126
</button>
127-
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-git.html">Git-Authentication</a></li></ol></nav>
127+
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-git.html">Git-Authentication</a></li></ol></nav>
128128
<a class="flex-grow-1" role="navigation" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
129129
</a>
130130
</div>
@@ -172,8 +172,11 @@
172172
</div>
173173
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 show">
174174
<li class="sidebar-item">
175-
<span class="menu-text">set-up.qmd</span>
176-
</li>
175+
<div class="sidebar-item-container">
176+
<a href="../setup.html" class="sidebar-item-text sidebar-link">
177+
<span class="menu-text">Set up info</span></a>
178+
</div>
179+
</li>
177180
<li class="sidebar-item">
178181
<div class="sidebar-item-container">
179182
<a href="../content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">
@@ -295,7 +298,7 @@ <h2 id="toc-title">On this page</h2>
295298

296299
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
297300

298-
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-git.html">Git-Authentication</a></li></ol></nav>
301+
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-git.html">Git-Authentication</a></li></ol></nav>
299302
<div class="quarto-title">
300303
<h1 class="title">Git - Set-up for Pushing</h1>
301304
</div>

docs/content/02-jupyterhub-setup-r.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" role="button" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
125125
<i class="bi bi-layout-text-sidebar-reverse"></i>
126126
</button>
127-
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-jupyterhub-setup-r.html">R and RStudion on the JupyterHub</a></li></ol></nav>
127+
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-jupyterhub-setup-r.html">R and RStudion on the JupyterHub</a></li></ol></nav>
128128
<a class="flex-grow-1" role="navigation" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
129129
</a>
130130
</div>
@@ -172,8 +172,11 @@
172172
</div>
173173
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 show">
174174
<li class="sidebar-item">
175-
<span class="menu-text">set-up.qmd</span>
176-
</li>
175+
<div class="sidebar-item-container">
176+
<a href="../setup.html" class="sidebar-item-text sidebar-link">
177+
<span class="menu-text">Set up info</span></a>
178+
</div>
179+
</li>
177180
<li class="sidebar-item">
178181
<div class="sidebar-item-container">
179182
<a href="../content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">
@@ -292,7 +295,7 @@ <h2 id="toc-title">On this page</h2>
292295

293296
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
294297

295-
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item">Set-up</li><li class="breadcrumb-item"><a href="../content/02-jupyterhub-setup-r.html">R and RStudion on the JupyterHub</a></li></ol></nav>
298+
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../index.html">Welcome</a></li><li class="breadcrumb-item"><a href="../setup.html">Set-up</a></li><li class="breadcrumb-item"><a href="../content/02-jupyterhub-setup-r.html">R and RStudion on the JupyterHub</a></li></ol></nav>
296299
<div class="quarto-title">
297300
<h1 class="title">R/RStudio on JupyterHub</h1>
298301
</div>
@@ -317,26 +320,25 @@ <h1 class="title">R/RStudio on JupyterHub</h1>
317320
<li>Click Start Server and accept defaults</li>
318321
<li>Click the RStudio button. If you don’t see it, click the blue button in the top left to open a new ‘Launcher’ window.</li>
319322
</ul>
320-
<p><img src="content/img/jhub-launcher.png" class="img-fluid"></p>
323+
<p><img src="https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/img/jhub-launcher.png" class="img-fluid"></p>
321324
<section id="access-to-the-jupyterhub" class="level2">
322325
<h2 class="anchored" data-anchor-id="access-to-the-jupyterhub">Access to the JupyterHub</h2>
323326
<section id="github-username" class="level3">
324327
<h3 class="anchored" data-anchor-id="github-username">GitHub username</h3>
325328
<ul>
326-
<li>Create a GitHub account (if you don’t already have one) at <a href="https://github.com" class="uri">https://github.com</a>. Advice for choosing a GitHub username: this is a professional username that you will use in work settings. GitHub accounts are not anonymous; this is for sharing work. Using your real name is common.</li>
327-
<li>Write down your username and password; you will need to log in during the course!</li>
328-
<li>Here is <a href="https://www.youtube.com/watch?v=nHXw4mGoqiE">a video</a> showing the whole process</li>
329+
<li>Log into GitHub.com. Authentication to the JupyterHub uses your username and being a member of the NMFS Openscapes GitHub org.</li>
329330
</ul>
330331
</section>
331332
<section id="get-on-jupyterhub" class="level3">
332333
<h3 class="anchored" data-anchor-id="get-on-jupyterhub">Get on JupyterHub</h3>
333-
<p>Once you have submitted your GitHub username and have been accepted as a member on the nmfs-openscapes organization, you can log-into the JupyterHub.</p>
334+
<p>Once you have submitted your GitHub username and have been accepted as a member on the nmfs-openscapes organization, you can log-into the JupyterHub. For those who did the GitHub clinic, you should be good to go.</p>
334335
<p><a href="https://nmfs-openscapes.2i2c.cloud" class="uri">https://nmfs-openscapes.2i2c.cloud</a></p>
335336
<ul>
336337
<li><p><strong>Choose the default Py-R base geospatial image</strong>. <a href="https://youtu.be/o99jZWHqKi8">Watch a video</a> of the login process and basic JupyterHub orientation.</p></li>
337338
<li><p>home directory is yours and no one else can see it.</p></li>
338339
<li><p>To share files, you can connect to a GitHub repository or use the <code>shared</code> directory. Everyone can read and write to this directory. Please don’t delete content that is not your own.</p></li>
339340
</ul>
341+
<p>This is a platform for training. Please do not put confidential info on here.</p>
340342

341343

342344
</section>

docs/content/02-local-setup-python.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,11 @@
204204
</div>
205205
<ul id="quarto-sidebar-section-2" class="collapse list-unstyled sidebar-section depth2 ">
206206
<li class="sidebar-item">
207-
<span class="menu-text">set-up.qmd</span>
208-
</li>
207+
<div class="sidebar-item-container">
208+
<a href="../setup.html" class="sidebar-item-text sidebar-link">
209+
<span class="menu-text">Set up info</span></a>
210+
</div>
211+
</li>
209212
<li class="sidebar-item">
210213
<div class="sidebar-item-container">
211214
<a href="../content/02-local-setup-r.html" class="sidebar-item-text sidebar-link">

0 commit comments

Comments
 (0)