Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed May 1, 2024
1 parent c9b7ded commit 2b964a7
Show file tree
Hide file tree
Showing 21 changed files with 171 additions and 218 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fc1a2873
cc513c50
6 changes: 3 additions & 3 deletions Projects/project1.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Projects/project2.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Projects/project3.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Projects/project4.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Projects/project5.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions Templates/DS250_Template.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Templates/DS350_Template.html

Large diffs are not rendered by default.

47 changes: 2 additions & 45 deletions cleansing.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -148,15 +148,6 @@ <h2 id="toc-title">On this page</h2>
<ul class="collapse">
<li><a href="#title-2-header" id="toc-title-2-header" class="nav-link" data-scroll-target="#title-2-header">Title 2 Header</a></li>
</ul></li>
<li><a href="#markdown" id="toc-markdown" class="nav-link" data-scroll-target="#markdown">%% [markdown]</a></li>
<li><a href="#section" id="toc-section" class="nav-link" data-scroll-target="#section"></a></li>
<li><a href="#title-palmer-penguins" id="toc-title-palmer-penguins" class="nav-link" data-scroll-target="#title-palmer-penguins">title: Palmer Penguins</a></li>
<li><a href="#author-norah-jones" id="toc-author-norah-jones" class="nav-link" data-scroll-target="#author-norah-jones">author: Norah Jones</a></li>
<li><a href="#date-31223" id="toc-date-31223" class="nav-link" data-scroll-target="#date-31223">date: 3/12/23</a></li>
<li><a href="#section-1" id="toc-section-1" class="nav-link" data-scroll-target="#section-1"></a></li>
<li><a href="#section-2" id="toc-section-2" class="nav-link" data-scroll-target="#section-2">%%</a></li>
<li><a href="#markdown-1" id="toc-markdown-1" class="nav-link" data-scroll-target="#markdown-1">%% [markdown]</a></li>
<li><a href="#section-3" id="toc-section-3" class="nav-link" data-scroll-target="#section-3">%%</a></li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -188,43 +179,9 @@ <h1>Title 1 Header</h1>
<section id="title-2-header" class="level2">
<h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
<p><a href="https://quarto.org/docs/authoring/markdown-basics.html#links-images">MarkDown Basics</a></p>
</section>
</section>
<section id="markdown" class="level1">
<h1>%% [markdown]</h1>
</section>
<section id="section" class="level1">
<h1></h1>
</section>
<section id="title-palmer-penguins" class="level1">
<h1>title: Palmer Penguins</h1>
</section>
<section id="author-norah-jones" class="level1">
<h1>author: Norah Jones</h1>
</section>
<section id="date-31223" class="level1">
<h1>date: 3/12/23</h1>
</section>
<section id="section-1" class="level1">
<h1></h1>
</section>
<section id="section-2" class="level1">
<h1>%%</h1>
<p>#| echo: false import pandas as pd df = pd.read_csv(“palmer-penguins.csv”)</p>
</section>
<section id="markdown-1" class="level1">
<h1>%% [markdown]</h1>
<p>““” ## Exploring the data</p>
<p>See <strong>?@fig-bill-sizes</strong> for an exploration of bill sizes by species. ““”</p>
</section>
<section id="section-3" class="level1">
<h1>%%</h1>
<p>#| label: fig-bill-sizes #| fig-cap: Bill Sizes by Species</p>
<p>import matplotlib.pyplot as plt<br>
import seaborn as sns</p>
<p>g = sns.FacetGrid(df, hue=“species”, height=3, aspect=3.5/1.5) g.map(plt.scatter, “bill_length_mm”, “bill_depth_mm”).add_legend()</p>


</section>
</section>

<a onclick="window.scrollTo(0, 0); return false;" role="button" id="quarto-back-to-top"><i class="bi bi-arrow-up"></i> Back to top</a></main> <!-- /main -->
Expand Down
6 changes: 1 addition & 5 deletions competition.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -179,10 +179,6 @@ <h1>Title 1 Header</h1>
<section id="title-2-header" class="level2">
<h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
<p><a href="https://quarto.org/docs/authoring/markdown-basics.html#links-images">MarkDown Basics</a></p>
<p>#’ — #’ title: Palmer Penguins #’ author: Norah Jones #’ date: 3/12/23 #’ format: html #’ —</p>
<p>library(palmerpenguins)</p>
<p>#’ ## Exploring the data #’ See <strong>?@fig-bill-sizes</strong> for an exploration of bill sizes by species.</p>
<p>#| label: fig-bill-sizes #| fig-cap: Bill Sizes by Species #| warning: false library(ggplot2) ggplot(data = penguins, aes(x = bill_length_mm, y = bill_depth_mm, group = species)) + geom_point(aes(color = species, shape = species), size = 3, alpha = 0.8) + labs(title = “Penguin bill dimensions”, subtitle = “Bill length and depth for Adelie, Chinstrap and Gentoo Penguins at Palmer Station LTER”, x = “Bill length (mm)”, y = “Bill depth (mm)”, color = “Penguin species”, shape = “Penguin species”)</p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion exploration.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down
2 changes: 1 addition & 1 deletion full_stack.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down
2 changes: 1 addition & 1 deletion index.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down
2 changes: 1 addition & 1 deletion ml.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down
2 changes: 1 addition & 1 deletion projects.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down
2 changes: 1 addition & 1 deletion resume.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.551">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down
Loading

0 comments on commit 2b964a7

Please sign in to comment.