Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Dasgupta committed Aug 18, 2024
1 parent 16c81f8 commit 158bd77
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
53defe50
e1a25860
11 changes: 7 additions & 4 deletions 01-technical-background.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')","id":1,"options":{"message":"true","editor-font-scale":"1","editor-quick-suggestions":"false","warning":"true","out-height":"","results":"markup","editor-max-height":"","comment":"","output":"true","editor-word-wrap":"true","label":"unnamed-chunk-1","fig-cap":"","autorun":"false","context":"interactive","fig-height":5,"fig-width":7,"classes":"","dpi":72,"read-only":"false","out-width":"700px"}},{"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')","id":2,"options":{"message":"true","editor-font-scale":"1","editor-quick-suggestions":"false","warning":"true","out-height":"","results":"markup","editor-max-height":"","comment":"","output":"true","editor-word-wrap":"true","label":"unnamed-chunk-2","fig-cap":"","autorun":"false","context":"interactive","fig-height":5,"fig-width":7,"classes":"","dpi":72,"read-only":"false","out-width":"700px"}}];
globalThis.qwebrCellDetails = [{"id":1,"options":{"autorun":"false","context":"interactive","fig-cap":"","results":"markup","output":"true","editor-word-wrap":"true","editor-quick-suggestions":"false","editor-max-height":"","fig-height":5,"warning":"true","fig-width":7,"read-only":"false","out-height":"","label":"unnamed-chunk-1","dpi":72,"comment":"","classes":"","editor-font-scale":"1","out-width":"700px","message":"true"},"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')"},{"id":2,"options":{"autorun":"false","context":"interactive","fig-cap":"","results":"markup","output":"true","editor-word-wrap":"true","editor-quick-suggestions":"false","editor-max-height":"","fig-height":5,"warning":"true","fig-width":7,"read-only":"false","out-height":"","label":"unnamed-chunk-2","dpi":72,"comment":"","classes":"","editor-font-scale":"1","out-width":"700px","message":"true"},"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')"}];

</script>
<script type="module">
Expand Down Expand Up @@ -1614,6 +1614,9 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">Biological and Biomedical Data Science (</a><a href="https://gu-dsan.github.io/6150-fall-2024/" target="_blank">DSAN 6150</a>)
<div class="sidebar-tools-main">
<a href="https://github.com/araastat/6150-notes/" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
<div class="mt-2 flex-shrink-0 align-items-center">
Expand Down Expand Up @@ -1681,7 +1684,7 @@ <h2 id="toc-title">Table of contents</h2>
<li><a href="#hypthesis-testing-and-errors" id="toc-hypthesis-testing-and-errors" class="nav-link" data-scroll-target="#hypthesis-testing-and-errors"><span class="header-section-number">A.3.1</span> Hypthesis testing and errors</a></li>
</ul></li>
</ul>
</nav>
<div class="toc-actions"><ul><li><a href="https://github.com/araastat/6150-notes/edit/main/01-technical-background.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/araastat/6150-notes/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
Expand Down Expand Up @@ -2126,7 +2129,7 @@ <h3 data-number="A.3.1" class="anchored" data-anchor-id="hypthesis-testing-and-e
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/www\.araastat\.com\/6150-notes");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down Expand Up @@ -2471,7 +2474,7 @@ <h3 data-number="A.3.1" class="anchored" data-anchor-id="hypthesis-testing-and-e
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.com/araastat/6150-notes/edit/main/01-technical-background.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/araastat/6150-notes/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div>
<div class="nav-footer-right">
<p>This book was built with <a href="https://quarto.org">Quarto</a></p>
</div>
Expand Down
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">Biological and Biomedical Data Science (</a><a href="https://gu-dsan.github.io/6150-fall-2024/" target="_blank">DSAN 6150</a>)
<div class="sidebar-tools-main">
<a href="https://github.com/araastat/6150-notes/" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
<div class="mt-2 flex-shrink-0 align-items-center">
Expand Down Expand Up @@ -154,7 +157,7 @@ <h2 id="toc-title">Table of contents</h2>
<ul>
<li><a href="#introduction" id="toc-introduction" class="nav-link active" data-scroll-target="#introduction">Introduction</a></li>
</ul>
</nav>
<div class="toc-actions"><ul><li><a href="https://github.com/araastat/6150-notes/edit/main/index.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/araastat/6150-notes/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
Expand Down Expand Up @@ -307,7 +310,7 @@ <h1 class="unnumbered">Introduction</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/www\.araastat\.com\/6150-notes");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down Expand Up @@ -652,7 +655,7 @@ <h1 class="unnumbered">Introduction</h1>
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.com/araastat/6150-notes/edit/main/index.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/araastat/6150-notes/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div>
<div class="nav-footer-right">
<p>This book was built with <a href="https://quarto.org">Quarto</a></p>
</div>
Expand Down
7 changes: 5 additions & 2 deletions references.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">Biological and Biomedical Data Science (</a><a href="https://gu-dsan.github.io/6150-fall-2024/" target="_blank">DSAN 6150</a>)
<div class="sidebar-tools-main">
<a href="https://github.com/araastat/6150-notes/" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
<div class="mt-2 flex-shrink-0 align-items-center">
Expand Down Expand Up @@ -289,7 +292,7 @@ <h1 class="title">References</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/www\.araastat\.com\/6150-notes");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down Expand Up @@ -637,7 +640,7 @@ <h1 class="title">References</h1>
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="toc-actions"><ul><li><a href="https://github.com/araastat/6150-notes/edit/main/references.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/araastat/6150-notes/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div>
<div class="nav-footer-right">
<p>This book was built with <a href="https://quarto.org">Quarto</a></p>
</div>
Expand Down
1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://www.araastat.com/6150-notes/sitemap.xml
19 changes: 19 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.araastat.com/6150-notes/index.html</loc>
<lastmod>2024-08-18T01:05:33.725Z</lastmod>
</url>
<url>
<loc>https://www.araastat.com/6150-notes/summary.html</loc>
<lastmod>2024-08-18T01:05:33.781Z</lastmod>
</url>
<url>
<loc>https://www.araastat.com/6150-notes/references.html</loc>
<lastmod>2024-08-18T01:05:33.778Z</lastmod>
</url>
<url>
<loc>https://www.araastat.com/6150-notes/01-technical-background.html</loc>
<lastmod>2024-08-18T01:05:33.663Z</lastmod>
</url>
</urlset>
7 changes: 5 additions & 2 deletions summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation floating overflow-auto"><div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">Biological and Biomedical Data Science (</a><a href="https://gu-dsan.github.io/6150-fall-2024/" target="_blank">DSAN 6150</a>)
<div class="sidebar-tools-main">
<a href="https://github.com/araastat/6150-notes/" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
<div class="mt-2 flex-shrink-0 align-items-center">
Expand Down Expand Up @@ -288,7 +291,7 @@ <h1 class="title">
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/www\.araastat\.com\/6150-notes");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down Expand Up @@ -633,7 +636,7 @@ <h1 class="title">
</div>
<div class="nav-footer-center">
&nbsp;
</div>
<div class="toc-actions"><ul><li><a href="https://github.com/araastat/6150-notes/edit/main/summary.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/araastat/6150-notes/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div>
<div class="nav-footer-right">
<p>This book was built with <a href="https://quarto.org">Quarto</a></p>
</div>
Expand Down

0 comments on commit 158bd77

Please sign in to comment.