Skip to content

Commit

Permalink
render website, shrink faceted histograms so axis label is still on page
Browse files Browse the repository at this point in the history
  • Loading branch information
atheobold committed Apr 15, 2024
1 parent 68cfbc8 commit 3602721
Show file tree
Hide file tree
Showing 128 changed files with 6,044 additions and 6,567 deletions.
4 changes: 2 additions & 2 deletions _freeze/slides/week3-day1/execute-results/html.json

Large diffs are not rendered by default.

Binary file modified _freeze/slides/week3-day1/figure-revealjs/aesthetic-activity-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions _freeze/slides/week3-day2/execute-results/html.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions docs/LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -91,7 +91,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="./index.html" class="sidebar-logo-link">
<img src="./images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -626,7 +626,12 @@ <h3 class="anchored" data-anchor-id="section-8-interpretation.">Section 8 – In
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
21 changes: 13 additions & 8 deletions docs/activity/week-1-quarto.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -91,7 +91,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="../index.html" class="sidebar-logo-link">
<img src="../images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -334,7 +334,7 @@ <h1>Accessing Lab 1</h1>
<li><p>Click on the Posit Cloud link below the “Lab” assignment module on Canvas</p></li>
<li><p>Create a log-in for Posit Cloud</p></li>
</ol>
<div class="img-fluid quarto-figure quarto-figure-center">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/create-login.png" class="img-fluid figure-img"></p>
<figcaption>What you will see when you first click on the link to join the Posit Cloud workspace for STAT 313 / 513</figcaption>
Expand All @@ -343,7 +343,7 @@ <h1>Accessing Lab 1</h1>
<ol start="3" type="1">
<li>Click “Yes” to join the STAT 313 / 513 workspace</li>
</ol>
<div class="img-fluid quarto-figure quarto-figure-center">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/request-to-join.png" class="img-fluid figure-img"></p>
<figcaption>Prompt you should see after you make an account, asking if you want to join the workspace – you should click “Yes”</figcaption>
Expand All @@ -352,7 +352,7 @@ <h1>Accessing Lab 1</h1>
<ol start="4" type="1">
<li>If you successfully joined the workspace, you should see a page that looks like this:</li>
</ol>
<div class="img-fluid quarto-figure quarto-figure-center">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/joined-workspace.png" class="img-fluid figure-img"></p>
<figcaption>The “Welcome to Stat 313 / 513 Winter 2024” welcome message you should see if you successfully joined the workspace</figcaption>
Expand All @@ -374,7 +374,7 @@ <h1>Accessing Lab 1</h1>
<ol start="5" type="1">
<li>Once you are in the workspace, you need to access the Content tab, which is where the lab assignments will be listed</li>
</ol>
<div class="img-fluid quarto-figure quarto-figure-center">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/access-content.png" class="img-fluid figure-img"></p>
<figcaption>What you should see if you click on the “Content” tab in the Stat 313 / 513 workspace</figcaption>
Expand All @@ -384,7 +384,7 @@ <h1>Accessing Lab 1</h1>
<li>Click on the Lab 1 project to open this week’s lab assignment</li>
</ol>
<p><img src="images/open-project.png" class="img-fluid" alt="What you should see when you click on the Lab 1 project – it may take a few moments to load the project (be patient)"> 7. Once you are in the Lab 1 project, the final step is to open the Lab 1 Quarto document. To do this, you need to click on the <code>lab-1.qmd</code> document, located in the lower right pane.</p>
<div class="img-fluid quarto-figure quarto-figure-center">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/open-lab.png" class="img-fluid figure-img"></p>
<figcaption>Where you need to click to open the Lab 1 assignment (<code>lab-1.qmd</code>) and what you should see pop up once you open the document</figcaption>
Expand Down Expand Up @@ -611,7 +611,12 @@ <h3 class="anchored" data-anchor-id="tutorial-of-quarto">💻 Tutorial of Quarto
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 8 additions & 3 deletions docs/activity/week-2-code-along.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -125,7 +125,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="../index.html" class="sidebar-logo-link">
<img src="../images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -1351,7 +1351,12 @@ <h2 class="anchored" data-anchor-id="adding-colors-to-scatterplots">Adding Color
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 8 additions & 3 deletions docs/activity/week-5-model-justification.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -91,7 +91,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="../index.html" class="sidebar-logo-link">
<img src="../images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -489,7 +489,12 @@ <h1 class="title">Model Justification</h1>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 8 additions & 3 deletions docs/activity/week-5-sample-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -91,7 +91,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="../index.html" class="sidebar-logo-link">
<img src="../images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -588,7 +588,12 @@ <h2 class="anchored" data-anchor-id="gapminder"><a href="https://cran.r-project.
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 8 additions & 3 deletions docs/activity/week-6-model-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -154,7 +154,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="../index.html" class="sidebar-logo-link">
<img src="../images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -943,7 +943,12 @@ <h2 class="anchored" data-anchor-id="new-rules">New Rules</h2>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
Binary file modified docs/activity/week-7-bootstrap-activity.docx
Binary file not shown.
20 changes: 13 additions & 7 deletions docs/activity/week-7-sampling-activity.html

Large diffs are not rendered by default.

Binary file modified docs/activity/week-8-grade-check.docx
Binary file not shown.
11 changes: 8 additions & 3 deletions docs/computing-access.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -93,7 +93,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="./index.html" class="sidebar-logo-link">
<img src="./images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -482,7 +482,12 @@ <h1 class="title">Computing access</h1>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 8 additions & 3 deletions docs/course-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -92,7 +92,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="./index.html" class="sidebar-logo-link">
<img src="./images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -481,7 +481,12 @@ <h1 class="title">STAT 313: Applied Experimental Design and Regression Models</h
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 8 additions & 3 deletions docs/course-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -93,7 +93,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="./index.html" class="sidebar-logo-link">
<img src="./images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -586,7 +586,12 @@ <h2 class="anchored" data-anchor-id="course-materials-costs"><strong>Course mate
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
34 changes: 20 additions & 14 deletions docs/course-syllabus.html

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions docs/course-team.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -93,7 +93,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="./index.html" class="sidebar-logo-link">
<img src="./images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -482,7 +482,12 @@ <h1 class="title">Course Instructor</h1>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
11 changes: 8 additions & 3 deletions docs/course_resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.533">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -93,7 +93,7 @@
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article">
<!-- sidebar -->
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto">
<div class="pt-lg-2 mt-2 text-center sidebar-header">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<a href="./index.html" class="sidebar-logo-link">
<img src="./images/cp-stat-hex.png" alt="" class="sidebar-logo py-0 d-lg-inline d-none">
</a>
Expand Down Expand Up @@ -542,7 +542,12 @@ <h3 class="anchored" data-anchor-id="pivoted-summary-tables"><a href="resources/
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
Loading

0 comments on commit 3602721

Please sign in to comment.