Skip to content

Commit

Permalink
updated gs notes
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   _site/cleansing.html
	modified:   _site/competition.html
	modified:   _site/exploration.html
	modified:   _site/full_stack.html
	modified:   _site/index.html
	modified:   _site/ml.html
	modified:   _site/robots.txt
	modified:   _site/search.json
	modified:   _site/site_libs/bootstrap/bootstrap-dark.min.css
	modified:   _site/site_libs/bootstrap/bootstrap.min.css
	modified:   _site/site_libs/quarto-nav/quarto-nav.js
	modified:   _site/site_libs/quarto-search/quarto-search.js
	modified:   _site/story_telling.html
  • Loading branch information
1Ramirez7 committed Mar 30, 2024
1 parent fd41256 commit 34f6636
Show file tree
Hide file tree
Showing 13 changed files with 1,348 additions and 851 deletions.
44 changes: 8 additions & 36 deletions _site/cleansing.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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.542">

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


<title>Your_Name Data Science Portfolio - about me</title>
<title>Eduardo I Ramirez Data Science Portfolio - about me</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -82,7 +82,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">Your_Name Data Science Portfolio</span>
<span class="navbar-title">Eduardo I Ramirez Data Science Portfolio</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -187,7 +187,6 @@ <h1 class="title">about me</h1>
<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">
Expand Down Expand Up @@ -215,7 +214,7 @@ <h1>%%</h1>
<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>
<p>See for an exploration of bill sizes by species. ““”</p>
</section>
<section id="section-3" class="level1">
<h1>%%</h1>
Expand Down Expand Up @@ -451,24 +450,6 @@ <h1>%%</h1>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -503,11 +484,7 @@ <h1>%%</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
if (note) {
return note.innerHTML;
} else {
return "";
}
return note.innerHTML;
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down Expand Up @@ -555,12 +532,7 @@ <h1>%%</h1>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// 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;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down Expand Up @@ -785,15 +757,15 @@ <h1>%%</h1>
<footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">
<p>Your_Name 2023©</p>
<p>Eduardo I Ramirez 2024©</p>
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">
<ul class="footer-items list-unstyled">
<li class="nav-item compact">
<a class="nav-link" href="./Your_LinkedIn_URL">
<a class="nav-link" href="./linkedin.com/in/eduardo-ramirez-lds">
<i class="bi bi-linkedin" role="img">
</i>
</a>
Expand Down
44 changes: 8 additions & 36 deletions _site/competition.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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.542">

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


<title>Your_Name Data Science Portfolio - about me</title>
<title>Eduardo I Ramirez Data Science Portfolio - about me</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -82,7 +82,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">Your_Name Data Science Portfolio</span>
<span class="navbar-title">Eduardo I Ramirez Data Science Portfolio</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -178,10 +178,9 @@ <h1 class="title">about me</h1>
<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>#’ ## Exploring the data #’ See 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>


Expand Down Expand Up @@ -412,24 +411,6 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -464,11 +445,7 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
if (note) {
return note.innerHTML;
} else {
return "";
}
return note.innerHTML;
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down Expand Up @@ -516,12 +493,7 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// 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;
}
return note.innerHTML;
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down Expand Up @@ -746,15 +718,15 @@ <h2 class="anchored" data-anchor-id="title-2-header">Title 2 Header</h2>
<footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">
<p>Your_Name 2023©</p>
<p>Eduardo I Ramirez 2024©</p>
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="nav-footer-right">
<ul class="footer-items list-unstyled">
<li class="nav-item compact">
<a class="nav-link" href="./Your_LinkedIn_URL">
<a class="nav-link" href="./linkedin.com/in/eduardo-ramirez-lds">
<i class="bi bi-linkedin" role="img">
</i>
</a>
Expand Down
Loading

0 comments on commit 34f6636

Please sign in to comment.