Skip to content

Commit

Permalink
pride tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellHarrison authored and MitchellHarrison committed Jun 11, 2024
1 parent b3d10ed commit b9a4639
Show file tree
Hide file tree
Showing 18 changed files with 2,288 additions and 26 deletions.
3 changes: 2 additions & 1 deletion docs/listings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"/tutorials/math_stat_1.html",
"/tutorials/math_stat_2.html",
"/tutorials/math_stat_3.html",
"/tutorials/tidytuesday_05212024.html"
"/tutorials/tidytuesday_05212024.html",
"/tutorials/tidytuesday_06112024.html"
]
}
]
2 changes: 1 addition & 1 deletion docs/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h5 class="no-anchor card-title listing-title">
</div>
</a>
</div>
<div class="g-col-1" data-index="2" data-categories="Data Viz,TidyTuesday" data-listing-file-modified-sort="1718137778184" data-listing-reading-time-sort="4" data-listing-word-count-sort="624">
<div class="g-col-1" data-index="2" data-categories="Data Viz,TidyTuesday" data-listing-file-modified-sort="1718143850833" data-listing-reading-time-sort="4" data-listing-word-count-sort="635">
<a href="./projects/tidytuesday_06112024/pride.html" class="quarto-grid-link">
<div class="quarto-grid-item card h-100 card-left">
<p class="card-img-top">
Expand Down
10 changes: 5 additions & 5 deletions docs/projects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<atom:link href="https://mitchellharrison.github.io/projects.xml" rel="self" type="application/rss+xml"/>
<description></description>
<generator>quarto-1.4.554</generator>
<lastBuildDate>Tue, 11 Jun 2024 20:30:15 GMT</lastBuildDate>
<lastBuildDate>Tue, 11 Jun 2024 22:11:00 GMT</lastBuildDate>
<item>
<title>Our World in Emissions | TidyTuesday</title>
<dc:creator>Mitch Harrison</dc:creator>
Expand Down Expand Up @@ -604,7 +604,7 @@ font-style: inherit;">fill =</span> BG_COLOR)</span>
<category>Data Viz</category>
<category>TidyTuesday</category>
<guid>https://mitchellharrison.github.io/projects/tidytuesday_05212024/emissions.html</guid>
<pubDate>Tue, 11 Jun 2024 20:30:15 GMT</pubDate>
<pubDate>Tue, 11 Jun 2024 22:11:00 GMT</pubDate>
<media:content url="https://mitchellharrison.github.io/images/thumbnails/tidytuesday/05212024.png" medium="image" type="image/png"/>
</item>
<item>
Expand Down Expand Up @@ -707,7 +707,7 @@ $icon
<category>TidyTuesday</category>
<category>Dashboard</category>
<guid>https://mitchellharrison.github.io/projects/tidytuesday_06042024/cheese.html</guid>
<pubDate>Tue, 11 Jun 2024 20:30:15 GMT</pubDate>
<pubDate>Tue, 11 Jun 2024 22:11:00 GMT</pubDate>
<media:content url="https://mitchellharrison.github.io/images/thumbnails/projects/tidytuesday/06042024.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
Expand All @@ -720,7 +720,7 @@ $icon
<section id="welcome" class="level1">
<h1>Welcome!</h1>
<p>Happy pride month! On this fine TidyTuesday afternoon, we will see how different types of colleges and universities handle LGBTQ+ inclusion! The Campus Pride Index tracks safety, inclusivity, and LGBTQ+ policies/programs at universities across the United States. Results are on a 1-5 scale (with higher numbers being most inclusive), and colleges are grouped by various discrete categories. Today, we’ll build a stacked horizontal bar chart to see the distribution of scores for some of those categories. I’ll use the <code>ggchicklet</code> package and some custom fonts for easy aesthetic changes, and we’ll be done! If you want to see a step-by-step tutorial explaining the code, click <a href="">here</a>.</p>
<p>Happy pride month! On this fine TidyTuesday afternoon, we will see how different types of colleges and universities handle LGBTQ+ inclusion! The Campus Pride Index tracks safety, inclusivity, and LGBTQ+ policies/programs at universities across the United States. Results are on a 1-5 scale (with higher numbers being most inclusive), and colleges are grouped by various discrete categories. Today, we’ll build a stacked horizontal bar chart to see the distribution of scores for some of those categories. I’ll use the <code>ggchicklet</code> package and some custom fonts for easy aesthetic changes, and we’ll be done! If you want to see a step-by-step tutorial explaining the code, click <a href="../../tutorials/tidytuesday_06112024.html">here</a>.</p>
<div class="cell" data-layout-align="center">
<details class="code-fold">
<summary>Click here for code</summary>
Expand Down Expand Up @@ -1236,7 +1236,7 @@ font-style: inherit;">20</span>))</span>
<category>Data Viz</category>
<category>TidyTuesday</category>
<guid>https://mitchellharrison.github.io/projects/tidytuesday_06112024/pride.html</guid>
<pubDate>Tue, 11 Jun 2024 20:30:15 GMT</pubDate>
<pubDate>Tue, 11 Jun 2024 22:11:00 GMT</pubDate>
<media:content url="https://mitchellharrison.github.io/images/thumbnails/projects/tidytuesday/06112024.jpg" medium="image" type="image/jpeg"/>
</item>
</channel>
Expand Down
2 changes: 1 addition & 1 deletion docs/projects/tidytuesday_06112024/pride.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1 class="title">Campus Pride Index | TidyTuesday</h1>

<section id="welcome" class="level1">
<h1>Welcome!</h1>
<p>Happy pride month! On this fine TidyTuesday afternoon, we will see how different types of colleges and universities handle LGBTQ+ inclusion! The Campus Pride Index tracks safety, inclusivity, and LGBTQ+ policies/programs at universities across the United States. Results are on a 1-5 scale (with higher numbers being most inclusive), and colleges are grouped by various discrete categories. Today, we’ll build a stacked horizontal bar chart to see the distribution of scores for some of those categories. I’ll use the <code>ggchicklet</code> package and some custom fonts for easy aesthetic changes, and we’ll be done! If you want to see a step-by-step tutorial explaining the code, click <a href="">here</a>.</p>
<p>Happy pride month! On this fine TidyTuesday afternoon, we will see how different types of colleges and universities handle LGBTQ+ inclusion! The Campus Pride Index tracks safety, inclusivity, and LGBTQ+ policies/programs at universities across the United States. Results are on a 1-5 scale (with higher numbers being most inclusive), and colleges are grouped by various discrete categories. Today, we’ll build a stacked horizontal bar chart to see the distribution of scores for some of those categories. I’ll use the <code>ggchicklet</code> package and some custom fonts for easy aesthetic changes, and we’ll be done! If you want to see a step-by-step tutorial explaining the code, click <a href="../../tutorials/tidytuesday_06112024.html">here</a>.</p>
<div class="cell" data-layout-align="center">
<details class="code-fold">
<summary>Click here for code</summary>
Expand Down
11 changes: 9 additions & 2 deletions docs/search.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</url>
<url>
<loc>https://mitchellharrison.github.io/projects/tidytuesday_06112024/pride.html</loc>
<lastmod>2024-06-11T20:29:38.184Z</lastmod>
<lastmod>2024-06-11T22:10:50.833Z</lastmod>
</url>
<url>
<loc>https://mitchellharrison.github.io/tutorials/tidytuesday_05212024.html</loc>
<lastmod>2024-05-26T03:48:50.010Z</lastmod>
<lastmod>2024-06-11T22:10:10.600Z</lastmod>
</url>
<url>
<loc>https://mitchellharrison.github.io/tutorials/math_stat_2.html</loc>
Expand Down Expand Up @@ -44,4 +44,8 @@
<loc>https://mitchellharrison.github.io/index.html</loc>
<lastmod>2024-05-26T19:37:00.534Z</lastmod>
</url>
<url>
<loc>https://mitchellharrison.github.io/tutorials/tidytuesday_06112024.html</loc>
<lastmod>2024-06-11T22:46:41.752Z</lastmod>
</url>
</urlset>
31 changes: 29 additions & 2 deletions docs/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<!-- margin-sidebar -->
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">

<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(5)</span></div><div class="category" data-category="Data Viz">Data Viz <span class="quarto-category-count">(1)</span></div><div class="category" data-category="Mathematical Statistics">Mathematical Statistics <span class="quarto-category-count">(4)</span></div><div class="category" data-category="Statistics">Statistics <span class="quarto-category-count">(4)</span></div></div></div>
<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(6)</span></div><div class="category" data-category="Data Viz">Data Viz <span class="quarto-category-count">(2)</span></div><div class="category" data-category="Mathematical Statistics">Mathematical Statistics <span class="quarto-category-count">(4)</span></div><div class="category" data-category="Statistics">Statistics <span class="quarto-category-count">(4)</span></div></div></div>
<!-- main -->
<main class="content" id="quarto-document-content">

Expand Down Expand Up @@ -324,7 +324,7 @@ <h5 class="no-anchor card-title listing-title">
</div>
</a>
</div>
<div class="g-col-1" data-index="4" data-categories="Data Viz" data-listing-file-modified-sort="1716695330010" data-listing-reading-time-sort="17" data-listing-word-count-sort="3307">
<div class="g-col-1" data-index="4" data-categories="Data Viz" data-listing-file-modified-sort="1718143810600" data-listing-reading-time-sort="17" data-listing-word-count-sort="3305">
<a href="./tutorials/tidytuesday_05212024.html" class="quarto-grid-link">
<div class="quarto-grid-item card h-100 card-left">
<p class="card-img-top">
Expand All @@ -351,6 +351,33 @@ <h5 class="no-anchor card-title listing-title">
</div>
</a>
</div>
<div class="g-col-1" data-index="5" data-categories="Data Viz" data-listing-file-modified-sort="1718146001752" data-listing-reading-time-sort="10" data-listing-word-count-sort="1907">
<a href="./tutorials/tidytuesday_06112024.html" class="quarto-grid-link">
<div class="quarto-grid-item card h-100 card-left">
<p class="card-img-top">
<img src="./images/thumbnails/tidytuesday/06112024.jpg" class="thumbnail-image card-img" style="height: 150px;">
</p>
<div class="card-body post-contents">
<h5 class="no-anchor card-title listing-title">
Campus Pride Index| TidyTutorial
</h5>
<div class="listing-categories">
<div class="listing-category" onclick="window.quartoListingCategory('Data Viz'); return false;">
Data Viz
</div>
</div>
<div class="card-text listing-description">
In celebration of Pride Month, this week’s TidyTuesday provides data from the Campus Pride Index, which measures the safety and inclusivity of LGBTQ+ programs across…
</div>
<div class="card-attribution card-text-small start">
<div class="listing-author">
Mitch Harrison
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="listing-no-matching d-none">
No matching items
Expand Down
Loading

0 comments on commit b9a4639

Please sign in to comment.