Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9170468 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kwells4 committed Dec 7, 2023
1 parent 00ebe74 commit bebfd53
Show file tree
Hide file tree
Showing 7 changed files with 3,122 additions and 18 deletions.
19 changes: 18 additions & 1 deletion classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<!--radix_placeholder_rmarkdown_metadata-->

<script type="text/json" id="radix-rmarkdown-metadata">
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","site","listing"]}},"value":[{"type":"character","attributes":{},"value":["Practical Biological Data Analysis"]},{"type":"character","attributes":{},"value":["distill::distill_website"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["posts"]}},"value":[{"type":"character","attributes":{},"value":["2023-11-06-install-r","2023-11-27-class-1-introduction-to-the-r-statistical-programming-language","2023-11-27-class-2","2023-11-30-class-3-data-wrangling-with-the-tidyverse","2023-12-01-class-4-reshaping-data-into-a-tidy-format","2023-12-05-class-5-intro-to-ggplot2","2023-12-06-class-6-intro-to-ggplot2-part2","2023-12-07-class-7-integrated-data-analysis"]}]}]}
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","site","listing"]}},"value":[{"type":"character","attributes":{},"value":["Practical Biological Data Analysis"]},{"type":"character","attributes":{},"value":["distill::distill_website"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["posts"]}},"value":[{"type":"character","attributes":{},"value":["2023-11-06-install-r","2023-11-27-class-1-introduction-to-the-r-statistical-programming-language","2023-11-27-class-2","2023-11-30-class-3-data-wrangling-with-the-tidyverse","2023-12-01-class-4-reshaping-data-into-a-tidy-format","2023-12-05-class-5-intro-to-ggplot2","2023-12-06-class-6-intro-to-ggplot2-part2","2023-12-07-class-7-integrated-data-analysis","2023-12-08-class-8-matricies"]}]}]}
</script>
<!--/radix_placeholder_rmarkdown_metadata-->
<!--radix_placeholder_navigation_in_header-->
Expand Down Expand Up @@ -2416,6 +2416,23 @@ <h2>Class 7: Integrated Data Analysis</h2>
<p></p>
</div>
</a>
<a href="posts/2023-12-08-class-8-matricies/" class="post-preview">
<script class="post-metadata" type="text/json">{"categories":[]}</script>
<div class="metadata">
<div class="publishedDate">Dec. 7, 2023</div>
<div class="dt-authors">
<div class="dt-author">Kristen Wells</div>
</div>
</div>
<div class="thumbnail">
<img data-src="posts/2023-12-08-class-8-matricies/img/matrix_image.jpg"/>
</div>
<div class="description">
<h2>Class 8: Introduction to matricies</h2>
<div class="dt-tags"></div>
<p></p>
</div>
</a>
</div>
<div class="posts-more">
<a href="#">More articles &raquo;</a>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bebfd53

Please sign in to comment.