Skip to content

Commit

Permalink
new post: ined-revealjs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-gunther committed Jul 1, 2022
1 parent eabdccc commit a2867ee
Show file tree
Hide file tree
Showing 58 changed files with 23,589 additions and 201 deletions.
7 changes: 4 additions & 3 deletions _posts/2021-05-01-storymaps/storymaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
code span.al { color: #ad0000; } /* Alert */
code span.an { color: #5e5e5e; } /* Annotation */
code span.at { color: #20794d; } /* Attribute */
code span.at { } /* Attribute */
code span.bn { color: #ad0000; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007ba5; } /* ControlFlow */
Expand All @@ -77,14 +77,15 @@
code span.op { color: #5e5e5e; } /* Operator */
code span.ot { color: #007ba5; } /* Other */
code span.pp { color: #ad0000; } /* Preprocessor */
code span.sc { color: #20794d; } /* SpecialChar */
code span.sc { color: #5e5e5e; } /* SpecialChar */
code span.ss { color: #20794d; } /* SpecialString */
code span.st { color: #20794d; } /* String */
code span.va { color: #111111; } /* Variable */
code span.vs { color: #20794d; } /* VerbatimString */
code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</style>


<!--radix_placeholder_meta_tags-->
<title>Visualizing PMA Data with StoryMaps</title>

Expand Down Expand Up @@ -1129,7 +1130,7 @@
var layout = $(this).attr('data-layout');

// apply layout to markdown level block elements
var elements = $(this).children().not('div.sourceCode, pre, script');
var elements = $(this).children().not('details, div.sourceCode, pre, script');
elements.each(function(i, el) {
var layout_div = $('<div class="' + layout + '"></div>');
if (layout_div.hasClass('shaded')) {
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-11-15-find-an-example/find-an-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author:
- name: Matt Gunther
affiliation: IPUMS PMA Senior Data Analyst
categories:
- R tips
- R Tips
- R packages
date: 2021-11-15
output:
Expand Down
404 changes: 319 additions & 85 deletions _posts/2021-11-15-find-an-example/find-an-example.html

Large diffs are not rendered by default.

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 a2867ee

Please sign in to comment.