Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPargent committed Mar 20, 2024
1 parent dcb6b72 commit d4d7c47
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40835d73
9442ba30
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h1 class="title">About</h1>
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/FlorianPargent\.github\.io\/temp\/");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
10 changes: 5 additions & 5 deletions aufgabe_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"code":"x <- readRDS(url(\"https://florianpargent.github.io/temp/www/aufgabe_1_version_1.rds\"))","id":1,"options":{"warning":"true","fig-width":7,"fig-height":5,"label":"unnamed-chunk-1","message":"true","read-only":"false","dpi":72,"classes":"","comment":"","results":"markup","context":"setup","out-height":"","fig-cap":"","output":"true","autorun":"true","out-width":"700px"}},{"code":"pwr.t.test(n = 100, d = x)","id":2,"options":{"warning":"true","fig-width":7,"fig-height":5,"label":"unnamed-chunk-2","message":"true","read-only":"false","dpi":72,"classes":"","comment":"","results":"markup","context":"interactive","out-height":"","fig-cap":"","output":"true","autorun":"true","out-width":"700px"}},{"code":"x <- readRDS(url(\"https://florianpargent.github.io/temp/www/aufgabe_1_version_2.rds\"))","id":3,"options":{"warning":"true","fig-width":7,"fig-height":5,"label":"unnamed-chunk-3","message":"true","read-only":"false","dpi":72,"classes":"","comment":"","results":"markup","context":"setup","out-height":"","fig-cap":"","output":"true","autorun":"true","out-width":"700px"}},{"code":"pwr.t.test(n = 100, d = x)","id":4,"options":{"warning":"true","fig-width":7,"fig-height":5,"label":"unnamed-chunk-4","message":"true","read-only":"false","dpi":72,"classes":"","comment":"","results":"markup","context":"interactive","out-height":"","fig-cap":"","output":"true","autorun":"true","out-width":"700px"}},{"code":"x <- readRDS(url(\"https://florianpargent.github.io/temp/www/aufgabe_1_version_3.rds\"))","id":5,"options":{"warning":"true","fig-width":7,"fig-height":5,"label":"unnamed-chunk-5","message":"true","read-only":"false","dpi":72,"classes":"","comment":"","results":"markup","context":"setup","out-height":"","fig-cap":"","output":"true","autorun":"true","out-width":"700px"}},{"code":"pwr.t.test(n = 100, d = x)","id":6,"options":{"warning":"true","fig-width":7,"fig-height":5,"label":"unnamed-chunk-6","message":"true","read-only":"false","dpi":72,"classes":"","comment":"","results":"markup","context":"interactive","out-height":"","fig-cap":"","output":"true","autorun":"true","out-width":"700px"}}];
globalThis.qwebrCellDetails = [{"id":1,"code":"x <- readRDS(url(\"https://florianpargent.github.io/temp/www/aufgabe_1_version_1.rds\"))","options":{"label":"unnamed-chunk-1","context":"setup","fig-height":5,"message":"true","warning":"true","fig-cap":"","output":"true","comment":"","out-width":"700px","autorun":"true","results":"markup","dpi":72,"out-height":"","classes":"","fig-width":7,"read-only":"false"}},{"id":2,"code":"pwr.t.test(n = 100, d = x)","options":{"label":"unnamed-chunk-2","context":"interactive","fig-height":5,"message":"true","warning":"true","fig-cap":"","output":"true","comment":"","out-width":"700px","autorun":"true","results":"markup","dpi":72,"out-height":"","classes":"","fig-width":7,"read-only":"false"}},{"id":3,"code":"x <- readRDS(url(\"https://florianpargent.github.io/temp/www/aufgabe_1_version_2.rds\"))","options":{"label":"unnamed-chunk-3","context":"setup","fig-height":5,"message":"true","warning":"true","fig-cap":"","output":"true","comment":"","out-width":"700px","autorun":"true","results":"markup","dpi":72,"out-height":"","classes":"","fig-width":7,"read-only":"false"}},{"id":4,"code":"pwr.t.test(n = 100, d = x)","options":{"label":"unnamed-chunk-4","context":"interactive","fig-height":5,"message":"true","warning":"true","fig-cap":"","output":"true","comment":"","out-width":"700px","autorun":"true","results":"markup","dpi":72,"out-height":"","classes":"","fig-width":7,"read-only":"false"}},{"id":5,"code":"x <- readRDS(url(\"https://florianpargent.github.io/temp/www/aufgabe_1_version_3.rds\"))","options":{"label":"unnamed-chunk-5","context":"setup","fig-height":5,"message":"true","warning":"true","fig-cap":"","output":"true","comment":"","out-width":"700px","autorun":"true","results":"markup","dpi":72,"out-height":"","classes":"","fig-width":7,"read-only":"false"}},{"id":6,"code":"pwr.t.test(n = 100, d = x)","options":{"label":"unnamed-chunk-6","context":"interactive","fig-height":5,"message":"true","warning":"true","fig-cap":"","output":"true","comment":"","out-width":"700px","autorun":"true","results":"markup","dpi":72,"out-height":"","classes":"","fig-width":7,"read-only":"false"}}];

</script>
<script type="module">
Expand Down Expand Up @@ -1229,7 +1229,7 @@ <h1 class="title">Aufgabe 1</h1>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>x <span class="ot">&lt;-</span> <span class="fu">rnorm</span>(<span class="dv">1</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>Der Wert für x ist -0.3969406.</p>
<p>Der Wert für x ist -0.2711937.</p>
<div id="qwebr-insertion-location-1"></div>
<noscript>Please enable JavaScript to experience the dynamic code cell content on this page.</noscript>
<div id="qwebr-insertion-location-2"></div>
Expand All @@ -1239,7 +1239,7 @@ <h1 class="title">Aufgabe 1</h1>
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>x <span class="ot">&lt;-</span> <span class="fu">rnorm</span>(<span class="dv">1</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>Der Wert für x ist 2.0795605.</p>
<p>Der Wert für x ist 0.8668293.</p>
<div id="qwebr-insertion-location-3"></div>
<noscript>Please enable JavaScript to experience the dynamic code cell content on this page.</noscript>
<div id="qwebr-insertion-location-4"></div>
Expand All @@ -1249,7 +1249,7 @@ <h1 class="title">Aufgabe 1</h1>
<div class="cell">
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>x <span class="ot">&lt;-</span> <span class="fu">rnorm</span>(<span class="dv">1</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>Der Wert für x ist 0.994917.</p>
<p>Der Wert für x ist -0.0141819.</p>
<div id="qwebr-insertion-location-5"></div>
<noscript>Please enable JavaScript to experience the dynamic code cell content on this page.</noscript>
<div id="qwebr-insertion-location-6"></div>
Expand Down Expand Up @@ -1342,7 +1342,7 @@ <h1 class="title">Aufgabe 1</h1>
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/FlorianPargent\.github\.io\/temp\/");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h1 class="title">Showcase Aufgaben</h1>
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/FlorianPargent\.github\.io\/temp\/");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
1 change: 0 additions & 1 deletion robots.txt

This file was deleted.

2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"href": "aufgabe_1.html",
"title": "Aufgabe 1",
"section": "",
"text": "Version 1Version 2Version 3\n\n\n\nx &lt;- rnorm(1)\n\nDer Wert für x ist -0.3969406.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\n\n\nx &lt;- rnorm(1)\n\nDer Wert für x ist 2.0795605.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\n\n\nx &lt;- rnorm(1)\n\nDer Wert für x ist 0.994917.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page."
"text": "Version 1Version 2Version 3\n\n\n\nx &lt;- rnorm(1)\n\nDer Wert für x ist -0.2711937.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\n\n\nx &lt;- rnorm(1)\n\nDer Wert für x ist 0.8668293.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\n\n\nx &lt;- rnorm(1)\n\nDer Wert für x ist -0.0141819.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page.\n\nPlease enable JavaScript to experience the dynamic code cell content on this page."
},
{
"objectID": "index.html",
Expand Down
15 changes: 0 additions & 15 deletions sitemap.xml

This file was deleted.

Binary file modified www/aufgabe_1_version_1.rds
Binary file not shown.
Binary file modified www/aufgabe_1_version_2.rds
Binary file not shown.
Binary file modified www/aufgabe_1_version_3.rds
Binary file not shown.

0 comments on commit d4d7c47

Please sign in to comment.