Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheiss committed Feb 14, 2024
1 parent d0f5917 commit 1ee16a4
Show file tree
Hide file tree
Showing 18 changed files with 9,440 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
97fe689d
a31c55d5
133 changes: 81 additions & 52 deletions index.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>2023-aysps-dataviz</title>
<title>2023 AYS Data Visualization - Data Visualization for a Public Audience</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand All @@ -20,40 +20,6 @@
margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */
vertical-align: middle;
}
/* CSS for syntax highlighting */
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
}
pre.numberSource { margin-left: 3em; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
</style>


Expand All @@ -73,6 +39,8 @@
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/quarto-contrib/fontawesome6-0.1.0/all.css" rel="stylesheet">
<link href="site_libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css" rel="stylesheet">
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
"copy-button": false,
Expand Down Expand Up @@ -104,15 +72,15 @@

</head>

<body class="nav-fixed fullcontent">
<body class="nav-fixed">

<div id="quarto-search-results"></div>
<header id="quarto-header" class="headroom fixed-top">
<nav class="navbar navbar-expand-lg " data-bs-theme="dark">
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">2023-aysps-dataviz</span>
<span class="navbar-title">2023 AYS Data Visualization</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand All @@ -122,12 +90,23 @@
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-scroll me-auto">
<li class="nav-item">
<a class="nav-link active" href="./index.html" aria-current="page">
<span class="menu-text">Home</span></a>
<a class="nav-link" href="./session_1/index.html">
<span class="menu-text">Session I</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">
<span class="menu-text">About</span></a>
<a class="nav-link" href="./session_2/index.html">
<span class="menu-text">Session II</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./session_3/index.html">
<span class="menu-text">Session III</span></a>
</li>
</ul>
<ul class="navbar-nav navbar-nav-scroll ms-auto">
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/aysps/2024-aysps-dataviz"> <i class="bi bi-github" role="img">
</i>
<span class="menu-text"></span></a>
</li>
</ul>
</div> <!-- /navcollapse -->
Expand All @@ -137,21 +116,21 @@
</nav>
</header>
<!-- content -->
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article page-navbar">
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-full page-navbar">
<!-- sidebar -->
<!-- margin-sidebar -->

<!-- main -->
<main class="content" id="quarto-document-content">
<main class="content column-page" id="quarto-document-content">

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">2023-aysps-dataviz</h1>
<h1 class="title">Data Visualization for a Public Audience</h1>
</div>



<div class="quarto-title-meta">
<div class="quarto-title-meta column-page">



Expand All @@ -163,13 +142,50 @@ <h1 class="title">2023-aysps-dataviz</h1>
</header>


<p>This is a Quarto website.</p>
<p>To learn more about Quarto websites visit <a href="https://quarto.org/docs/websites" class="uri">https://quarto.org/docs/websites</a>.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="dv">1</span> <span class="sc">+</span> <span class="dv">1</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 2</code></pre>
</div>
<p>Make data meaningful through storytelling. Design better charts, graphs, interactives, and dashboards by learning foundational graphic design principles and the universal grammar of data-based graphics.</p>
<div class="grid">
<section id="session-i" class="level3 g-col-12 g-col-sm-6 g-col-md-4">
<h3 class="anchored" data-anchor-id="session-i">Session I</h3>
<p><span class="text-danger"><strong>Truth and Beauty with Data in R: An Introduction to the Tools</strong></span></p>
<p><small><em>February 16, 2024</em></small></p>
<ul>
<li>Learn how to use R and the tidyverse to load, manipulate, and plot data</li>
<li>Become familiar with the grammar of graphics—a new way to talk about data-based graphs</li>
<li>Discover core graphic design principles that you can apply to any designed document</li>
<li><em>No prior coding experience is necessary</em></li>
</ul>
<p class="text-center">
<a class="btn btn-primary" href="./session_1/" role="button">View materials</a>
</p>
</section>
<section id="session-ii" class="level3 g-col-12 g-col-sm-6 g-col-md-4">
<h3 class="anchored" data-anchor-id="session-ii">Session II</h3>
<p><span class="text-danger"><strong>Visualizing Data in R: Core Applications</strong></span></p>
<p><small><em>April 12, 2024</em></small></p>
<ul>
<li>Learn best practices for visualizing amounts, proportions, uncertainty, comparisons, and relationships.</li>
<li>Discover best practices for styling and annotating data-based graphics</li>
<li><em>A basic understanding of R and {ggplot2} is required/highly recommended</em></li>
</ul>
<p class="text-center">
<a class="btn btn-primary disabled" href="./session_2/" role="button">View materials</a>
</p>
</section>
<section id="session-iii" class="level3 g-col-12 g-col-sm-6 g-col-md-4">
<h3 class="anchored" data-anchor-id="session-iii">Session III</h3>
<p><span class="text-danger"><strong>Visualizing Data in R: Extensions: Time, Space, and Text</strong></span></p>
<p><small><em>June 7, 2024</em></small></p>
<ul>
<li>Make interactive plots and dashboards</li>
<li>Visualize trends in data over time</li>
<li>Make maps and conduct basic geographic information systems (GIS) analysis</li>
<li>Learn the best ways to visualize text and qualitative data</li>
<li><em>A basic understanding of R and {ggplot2} is required/highly recommended</em></li>
</ul>
<p class="text-center">
<a class="btn btn-primary disabled" href="./session_3/" role="button">View materials</a>
</p>
</section>
</div>


Expand Down Expand Up @@ -558,6 +574,19 @@ <h1 class="title">2023-aysps-dataviz</h1>
});
</script>
</div> <!-- /content -->
<footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">
<p>Content <i class="fa-brands fa-creative-commons" aria-label="creative-commons"></i> 2024 by Andrew Heiss, Jason Coupet, and Virginia Carr Schneider <br> All content licensed under a <i class="fa-brands fa-creative-commons" aria-label="creative-commons"></i> <i class="fa-brands fa-creative-commons-by" aria-label="creative-commons-by"></i> <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International license (CC BY 4.0)</a></p>
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">
<p>Made with <i class="fa-brands fa-r-project" aria-label="r-project"></i> and <a href="https://quarto.org/">Quarto</a><br> <a href="https://github.com/aysps/2024-aysps-dataviz">View the source at <i class="fa-brands fa-github" aria-label="github"></i> GitHub</a></p>
</div>
</div>
</footer>



Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://aysps.github.io/2023-aysps-dataviz/sitemap.xml
Sitemap: https://aysps.github.io/2024-aysps-dataviz/sitemap.xml
33 changes: 27 additions & 6 deletions search.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
[
{
"objectID": "about.html",
"href": "about.html",
"title": "About",
"objectID": "session_1/index.html",
"href": "session_1/index.html",
"title": "Truth and Beauty with Data in R",
"section": "",
"text": "About this site\n\n1 + 1\n\n[1] 2"
"text": "Things to do:\n\nMake a free account at Posit.cloud\nJoin the workshop Posit Cloud group\nMake sure you have access to Canvas\n\n\n\n\nImportant things:\n\nSlides\n\n\n\n\nImportant things:\n\nSlides\nPosit Cloud project\n\n\n\n\n\n\n\nImportant things:\n\nSlides\nPosit Cloud project\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe previous section on {ggplot2} might spill over to this section—that’s okay!\n\n\n\nImportant things:\n\nSlides\nPosit Cloud project\n\n\n\n\n\n\n\nImportant things:\n\nSlides\nCanva"
},
{
"objectID": "session_1/index.html#workshop-schedule",
"href": "session_1/index.html#workshop-schedule",
"title": "Truth and Beauty with Data in R",
"section": "",
"text": "Things to do:\n\nMake a free account at Posit.cloud\nJoin the workshop Posit Cloud group\nMake sure you have access to Canvas\n\n\n\n\nImportant things:\n\nSlides\n\n\n\n\nImportant things:\n\nSlides\nPosit Cloud project\n\n\n\n\n\n\n\nImportant things:\n\nSlides\nPosit Cloud project\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe previous section on {ggplot2} might spill over to this section—that’s okay!\n\n\n\nImportant things:\n\nSlides\nPosit Cloud project\n\n\n\n\n\n\n\nImportant things:\n\nSlides\nCanva"
},
{
"objectID": "session_1/index.html#milestones",
"href": "session_1/index.html#milestones",
"title": "Truth and Beauty with Data in R",
"section": "Milestones",
"text": "Milestones\n\n{ggplot2}\nInstructions here\n\n\n{dplyr}\nInstructions here\n\n\nPoster re-design\nInstructions here"
},
{
"objectID": "session_1/index.html#project",
"href": "session_1/index.html#project",
"title": "Truth and Beauty with Data in R",
"section": "Project",
"text": "Project\nInstructions here"
},
{
"objectID": "index.html",
"href": "index.html",
"title": "2023-aysps-dataviz",
"title": "Data Visualization for a Public Audience",
"section": "",
"text": "This is a Quarto website.\nTo learn more about Quarto websites visit https://quarto.org/docs/websites.\n\n1 + 1\n\n[1] 2"
"text": "Make data meaningful through storytelling. Design better charts, graphs, interactives, and dashboards by learning foundational graphic design principles and the universal grammar of data-based graphics.\n\n\nSession I\nTruth and Beauty with Data in R: An Introduction to the Tools\nFebruary 16, 2024\n\nLearn how to use R and the tidyverse to load, manipulate, and plot data\nBecome familiar with the grammar of graphics—a new way to talk about data-based graphs\nDiscover core graphic design principles that you can apply to any designed document\nNo prior coding experience is necessary\n\n\nView materials\n\n\n\nSession II\nVisualizing Data in R: Core Applications\nApril 12, 2024\n\nLearn best practices for visualizing amounts, proportions, uncertainty, comparisons, and relationships.\nDiscover best practices for styling and annotating data-based graphics\nA basic understanding of R and {ggplot2} is required/highly recommended\n\n\nView materials\n\n\n\nSession III\nVisualizing Data in R: Extensions: Time, Space, and Text\nJune 7, 2024\n\nMake interactive plots and dashboards\nVisualize trends in data over time\nMake maps and conduct basic geographic information systems (GIS) analysis\nLearn the best ways to visualize text and qualitative data\nA basic understanding of R and {ggplot2} is required/highly recommended\n\n\nView materials"
}
]
Loading

0 comments on commit 1ee16a4

Please sign in to comment.