Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
Quarto GHA Workflow Runner committed Sep 21, 2024
1 parent ad7c3b4 commit d5accdf
Showing 7 changed files with 59 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4f882bf0
05f70b0e
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
@@ -300,7 +300,7 @@ <h2 class="anchored" data-anchor-id="utilized-software">Utilized Software</h2>
<span id="cb2-8"><a href="#cb2-8" aria-hidden="true" tabindex="-1"></a> collate C.UTF-8</span>
<span id="cb2-9"><a href="#cb2-9" aria-hidden="true" tabindex="-1"></a> ctype C.UTF-8</span>
<span id="cb2-10"><a href="#cb2-10" aria-hidden="true" tabindex="-1"></a> tz UTC</span>
<span id="cb2-11"><a href="#cb2-11" aria-hidden="true" tabindex="-1"></a> date 2024-09-19</span>
<span id="cb2-11"><a href="#cb2-11" aria-hidden="true" tabindex="-1"></a> date 2024-09-21</span>
<span id="cb2-12"><a href="#cb2-12" aria-hidden="true" tabindex="-1"></a> pandoc 3.2 @ /opt/quarto/bin/tools/ (via rmarkdown)</span>
<span id="cb2-13"><a href="#cb2-13" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb2-14"><a href="#cb2-14" aria-hidden="true" tabindex="-1"></a>─ Packages ───────────────────────────────────────────────────────────────────</span>
35 changes: 22 additions & 13 deletions choose_license.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions make_readme.html
Original file line number Diff line number Diff line change
@@ -293,7 +293,7 @@ <h2 class="anchored" data-anchor-id="what-does-a-readme-contain">What does a REA
</dd>
<dt>Description</dt>
<dd>
<p>What is the project about? What are its features? Is there a published article associated with it?</p>
<p>What is the project about? What are its features? Why was it created?</p>
</dd>
<dt>Visuals</dt>
<dd>
@@ -321,11 +321,11 @@ <h2 class="anchored" data-anchor-id="what-does-a-readme-contain">What does a REA
</dd>
<dt>Citation</dt>
<dd>
<p>Is there a recommended way to cite this project? We recommend to increase citability by using the <a href="https://codemeta.github.io/codemeta-generator/">CodeMeta generator</a> to create a file called <code>codemeta.json</code>. Alternatively, one can also use the R package <a href="https://docs.ropensci.org/codemetar/"><code>codemetar</code></a> to create this file. Then, put it into the project folder. Another common standard is the <a href="https://citation-file-format.github.io/">Citation File Format</a> (CFF), which is an equally valid option.</p>
<p>Is there a recommended way to cite this project? Is there a published article associated with it that you would like to have cited? We recommend to increase citability by using the <a href="https://codemeta.github.io/codemeta-generator/">CodeMeta generator</a> to create a file called <code>codemeta.json</code>. Alternatively, one can also use the R package <a href="https://docs.ropensci.org/codemetar/"><code>codemetar</code></a> to create this file. Then, put it into the project folder. Another common standard is the <a href="https://citation-file-format.github.io/">Citation File Format</a> (CFF), which is an equally valid option.</p>
</dd>
<dt>License</dt>
<dd>
<p>Under which license are the contents in this project available?</p>
<p>Under which licenses are the works in this project available?</p>
</dd>
</dl>
</section>
18 changes: 9 additions & 9 deletions search.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions setup.html
Original file line number Diff line number Diff line change
@@ -535,21 +535,21 @@ <h2 class="anchored" data-anchor-id="add-data">Add Data</h2>
<!-- preamble start -->

<script>
function styleCell_v7jm9tdbkob1l8rrp2dt(i, j, css_id) {
var table = document.getElementById("tinytable_v7jm9tdbkob1l8rrp2dt");
function styleCell_civsb91zxd8f7by26o8u(i, j, css_id) {
var table = document.getElementById("tinytable_civsb91zxd8f7by26o8u");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_v7jm9tdbkob1l8rrp2dt');
var table = document.getElementById('tinytable_civsb91zxd8f7by26o8u');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_v7jm9tdbkob1l8rrp2dt(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_v7jm9tdbkob1l8rrp2dt");
function spanCell_civsb91zxd8f7by26o8u(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_civsb91zxd8f7by26o8u");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
@@ -575,21 +575,21 @@ <h2 class="anchored" data-anchor-id="add-data">Add Data</h2>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 0, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 1, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 2, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 3, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 4, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 5, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 6, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_v7jm9tdbkob1l8rrp2dt(0, 7, 'tinytable_css_idva0zmogxo6cdbzakl3aj') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 0, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 1, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 2, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 3, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 4, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 5, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 6, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
window.addEventListener('load', function () { styleCell_civsb91zxd8f7by26o8u(0, 7, 'tinytable_css_idxrjt7hjvwxh20iqkomya') })
</script>

<style>
.table td.tinytable_css_idva0zmogxo6cdbzakl3aj, .table th.tinytable_css_idva0zmogxo6cdbzakl3aj { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idxrjt7hjvwxh20iqkomya, .table th.tinytable_css_idxrjt7hjvwxh20iqkomya { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_v7jm9tdbkob1l8rrp2dt" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_civsb91zxd8f7by26o8u" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
@@ -1661,7 +1661,7 @@ <h2 class="anchored" data-anchor-id="the-last-mile">The Last Mile</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","loop":false,"descPosition":"bottom","openEffect":"zoom","closeEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","openEffect":"zoom","closeEffect":"zoom","loop":false,"descPosition":"bottom"});
(function() {
let previousOnload = window.onload;
window.onload = () => {
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -2,30 +2,30 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://lmu-osc.github.io/code-publishing/about.html</loc>
<lastmod>2024-09-19T12:23:23.897Z</lastmod>
<lastmod>2024-09-21T16:29:43.513Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/code-publishing/intro.html</loc>
<lastmod>2024-09-19T12:23:23.909Z</lastmod>
<lastmod>2024-09-21T16:29:43.526Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/code-publishing/index.html</loc>
<lastmod>2024-09-19T12:23:23.909Z</lastmod>
<lastmod>2024-09-21T16:29:43.525Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/code-publishing/make_readme.html</loc>
<lastmod>2024-09-19T12:23:23.909Z</lastmod>
<lastmod>2024-09-21T16:29:43.526Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/code-publishing/archive.html</loc>
<lastmod>2024-09-19T12:23:23.897Z</lastmod>
<lastmod>2024-09-21T16:29:43.513Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/code-publishing/choose_license.html</loc>
<lastmod>2024-09-19T12:23:23.897Z</lastmod>
<lastmod>2024-09-21T16:29:43.513Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/code-publishing/setup.html</loc>
<lastmod>2024-09-19T12:23:23.910Z</lastmod>
<lastmod>2024-09-21T16:29:43.526Z</lastmod>
</url>
</urlset>

0 comments on commit d5accdf

Please sign in to comment.