Skip to content

Commit

Permalink
updated course URL + any links (new course number 430 > 296-1W)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthacsik committed Jul 5, 2024
1 parent de6f463 commit 534bad8
Show file tree
Hide file tree
Showing 36 changed files with 516 additions and 516 deletions.
8 changes: 4 additions & 4 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project:
output-dir: docs

website:
title: "EDS 430"
title: "EDS 296-1W"
navbar:
right:
- text: home
Expand Down Expand Up @@ -41,14 +41,14 @@ website:
- icon: github
menu:
- text: Source Code
url: https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny
url: https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny
target: _blank
- text: Report a Bug
url: https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues
url: https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues
target: _blank
page-footer:
background: dark
right: This website is built with [{{< fa brands github title="the github octocat logo" >}}](https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny), [{{< fa brands r-project title="R Project" >}}](https://www.r-project.org/about.html) and [Quarto](https://quarto.org/)
right: This website is built with [{{< fa brands github title="the github octocat logo" >}}](https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny), [{{< fa brands r-project title="R Project" >}}](https://www.r-project.org/about.html) and [Quarto](https://quarto.org/)
# center: |
# <img src="images/bren-logo.png" alt="The Bren School of Environmental Science & Management logo" width="250"/>
left: This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)
Expand Down
2 changes: 1 addition & 1 deletion course-materials/part0-setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ install.packages(pkgs = c( "tidyverse", "shiny", "shinydashboard", "shinyWidgets

## Reference code

We'll be building / playing with a number of small apps and dashboards throughout this workshop. You can reference the complete source code for each of them on [GitHub](https://github.com/samanthacsik/EDS430-shiny-app).
We'll be building / playing with a number of small apps and dashboards throughout this workshop. You can reference the complete source code for each of them on [GitHub](https://github.com/samanthacsik/EDS-296-shiny-apps).

We'll be creating our own GitHub repositories to house our apps, so *you do not need to fork this repo* (unless you want to, of course).
10 changes: 5 additions & 5 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>EDS 430 - About</title>
<title>EDS 296-1W - About</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -73,7 +73,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">EDS 430</span>
<span class="navbar-title">EDS 296-1W</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -156,11 +156,11 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-bi-github">
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny" rel="" target="_blank">
<span class="dropdown-text">Source Code</span></a>
</li>
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues" rel="" target="_blank">
<span class="dropdown-text">Report a Bug</span></a>
</li>
</ul>
Expand Down Expand Up @@ -442,7 +442,7 @@ <h1 class="title">About</h1>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
</div>
</footer>

Expand Down
12 changes: 6 additions & 6 deletions docs/course-materials/part0-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>EDS 430 - Setup</title>
<title>EDS 296-1W - Setup</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -107,7 +107,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">EDS 430</span>
<span class="navbar-title">EDS 296-1W</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -190,11 +190,11 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-bi-github">
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny" rel="" target="_blank">
<span class="dropdown-text">Source Code</span></a>
</li>
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues" rel="" target="_blank">
<span class="dropdown-text">Report a Bug</span></a>
</li>
</ul>
Expand Down Expand Up @@ -272,7 +272,7 @@ <h2 class="anchored" data-anchor-id="prerequisites">Prerequisites</h2>
</section>
<section id="reference-code" class="level2">
<h2 class="anchored" data-anchor-id="reference-code">Reference code</h2>
<p>We’ll be building / playing with a number of small apps and dashboards throughout this workshop. You can reference the complete source code for each of them on <a href="https://github.com/samanthacsik/EDS430-shiny-app">GitHub</a>.</p>
<p>We’ll be building / playing with a number of small apps and dashboards throughout this workshop. You can reference the complete source code for each of them on <a href="https://github.com/samanthacsik/EDS-296-shiny-apps">GitHub</a>.</p>
<p>We’ll be creating our own GitHub repositories to house our apps, so <em>you do not need to fork this repo</em> (unless you want to, of course).</p>


Expand Down Expand Up @@ -519,7 +519,7 @@ <h2 class="anchored" data-anchor-id="reference-code">Reference code</h2>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
</div>
</footer>

Expand Down
10 changes: 5 additions & 5 deletions docs/course-materials/part1-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>EDS 430 - Setup &amp; Intro</title>
<title>EDS 296-1W - Setup &amp; Intro</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -107,7 +107,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">EDS 430</span>
<span class="navbar-title">EDS 296-1W</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -190,11 +190,11 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-bi-github">
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny" rel="" target="_blank">
<span class="dropdown-text">Source Code</span></a>
</li>
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues" rel="" target="_blank">
<span class="dropdown-text">Report a Bug</span></a>
</li>
</ul>
Expand Down Expand Up @@ -529,7 +529,7 @@ <h2 class="anchored" data-anchor-id="lecture-materials">Lecture Materials</h2>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
</div>
</footer>

Expand Down
10 changes: 5 additions & 5 deletions docs/course-materials/part2-building-shiny-apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>EDS 430 - Building Shiny apps</title>
<title>EDS 296-1W - Building Shiny apps</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -107,7 +107,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">EDS 430</span>
<span class="navbar-title">EDS 296-1W</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -190,11 +190,11 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-bi-github">
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny" rel="" target="_blank">
<span class="dropdown-text">Source Code</span></a>
</li>
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues" rel="" target="_blank">
<span class="dropdown-text">Report a Bug</span></a>
</li>
</ul>
Expand Down Expand Up @@ -545,7 +545,7 @@ <h2 class="anchored" data-anchor-id="lecture-materials">Lecture Materials</h2>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
</div>
</footer>

Expand Down
10 changes: 5 additions & 5 deletions docs/course-materials/part3-building-shiny-dashboards.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>EDS 430 - Building Shiny dashboards</title>
<title>EDS 296-1W - Building Shiny dashboards</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -107,7 +107,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">EDS 430</span>
<span class="navbar-title">EDS 296-1W</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -190,11 +190,11 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-bi-github">
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny" rel="" target="_blank">
<span class="dropdown-text">Source Code</span></a>
</li>
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues" rel="" target="_blank">
<span class="dropdown-text">Report a Bug</span></a>
</li>
</ul>
Expand Down Expand Up @@ -538,7 +538,7 @@ <h2 class="anchored" data-anchor-id="lecture-materials">Lecture Materials</h2>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
</div>
</footer>

Expand Down
10 changes: 5 additions & 5 deletions docs/course-materials/part4-styling-apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>EDS 430 - Styling apps</title>
<title>EDS 296-1W - Styling apps</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -107,7 +107,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">EDS 430</span>
<span class="navbar-title">EDS 296-1W</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -190,11 +190,11 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-bi-github">
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny" rel="" target="_blank">
<span class="dropdown-text">Source Code</span></a>
</li>
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues" rel="" target="_blank">
<span class="dropdown-text">Report a Bug</span></a>
</li>
</ul>
Expand Down Expand Up @@ -534,7 +534,7 @@ <h2 class="anchored" data-anchor-id="lecture-materials">Lecture Materials</h2>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
</div>
</footer>

Expand Down
10 changes: 5 additions & 5 deletions docs/course-materials/part5-improving-ux-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>EDS 430 - Improving your app’s UX / UI</title>
<title>EDS 296-1W - Improving your app’s UX / UI</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -73,7 +73,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">EDS 430</span>
<span class="navbar-title">EDS 296-1W</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -156,11 +156,11 @@
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-bi-github">
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny" rel="" target="_blank">
<span class="dropdown-text">Source Code</span></a>
</li>
<li>
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny/issues" rel="" target="_blank">
<a class="dropdown-item" href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny/issues" rel="" target="_blank">
<span class="dropdown-text">Report a Bug</span></a>
</li>
</ul>
Expand Down Expand Up @@ -482,7 +482,7 @@ <h2 class="anchored" data-anchor-id="lecture-materials">Lecture Materials</h2>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-430-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
<div class="nav-footer-right">This website is built with <a href="https://github.com/UCSB-MEDS/EDS-296-Intro-to-Shiny"><i class="fa-brands fa-github" title="the github octocat logo" aria-label="github"></i></a>, <a href="https://www.r-project.org/about.html"><i class="fa-brands fa-r-project" title="R Project" aria-label="r-project"></i></a> and <a href="https://quarto.org/">Quarto</a></div>
</div>
</footer>

Expand Down
Loading

0 comments on commit 534bad8

Please sign in to comment.