Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Oct 6, 2024
1 parent 646c979 commit f9bd4c7
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6c5994d
694844af
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.6.15">
<meta name="generator" content="quarto-1.6.21">

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

<meta name="author" content="Jane Doe">
<meta name="author" content="John Doe">
<meta name="dcterms.date" content="2024-09-29">
<meta name="dcterms.date" content="2024-10-06">
<meta name="keywords" content="key1, key2, key3">
<meta name="description" content="This document provides a template based on the quarto system for contributions to Computo, using the quarto journal extension, the Jupyter kernel (Python user) and venv+pip to set-up the dependencies.">

Expand Down Expand Up @@ -91,7 +91,7 @@
<link href="template-computo-python_files/libs/quarto-html/quarto-syntax-highlighting-6f7931aacaeb22aa467d6667c6f1725d.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="template-computo-python_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="template-computo-python_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-b5255278e755812c7170897e31def730.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-3d562f37409bf2d9a8bc8ded1d1c4080.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<style>

.quarto-title-block .quarto-title-banner h1,
Expand Down Expand Up @@ -210,14 +210,14 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">September 29, 2024</p>
<p class="date">October 6, 2024</p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">September 29, 2024</p>
<p class="date-modified">October 6, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -398,16 +398,16 @@ <h2 data-number="2.3" class="anchored" data-anchor-id="python-code"><span class=
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a><span class="fu">jupyter</span><span class="kw">:</span><span class="at"> python3</span></span>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p><code>python</code> code chunks may be embedded as follows:</p>
<div id="d3734b3a" class="cell" data-execution_count="1">
<div id="ac008710" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Hide/Show the code</summary>
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a>x <span class="op">=</span> np.random.normal(<span class="dv">0</span>, <span class="dv">1</span>, <span class="dv">10</span>)</span>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a>x</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>array([-1.0203013 , 0.03136964, 1.55045159, 0.26220669, 0.51628382,
-0.50229665, 1.16653555, 0.14418388, -0.59253084, 0.79161246])</code></pre>
<pre><code>array([-0.67297496, -0.18586654, 0.02168609, -0.84094483, 0.51247776,
1.38320038, -0.72853478, 2.51977012, 1.5082455 , -0.55095359])</code></pre>
</div>
</div>
</section>
Expand Down Expand Up @@ -460,26 +460,26 @@ <h2 data-number="2.5" class="anchored" data-anchor-id="tables"><span class="head
Table&nbsp;1: my table caption
</figcaption>
<div aria-describedby="tbl-mylabel-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<table class="caption-top">
<table class="caption-top table">
<thead>
<tr>
<tr class="header">
<th>Tables</th>
<th style="text-align: center;">Are</th>
<th style="text-align: right;">Cool</th>
</tr>
</thead>
<tbody>
<tr>
<tr class="odd">
<td>col 1 is</td>
<td style="text-align: center;">left-aligned</td>
<td style="text-align: right;">$1600</td>
</tr>
<tr>
<tr class="even">
<td>col 2 is</td>
<td style="text-align: center;">centered</td>
<td style="text-align: right;">$12</td>
</tr>
<tr>
<tr class="odd">
<td>col 3 is</td>
<td style="text-align: center;">right-aligned</td>
<td style="text-align: right;">$1</td>
Expand Down Expand Up @@ -628,7 +628,7 @@ <h1 class="unnumbered">References</h1>
publisher = {Société Française de Statistique},
title = {Template for Contribution to {Computo}},
journal = {Computo},
date = {2024-09-29},
date = {2024-10-06},
url = {https://computo.sfds.asso.fr/template-computo-quarto},
doi = {xxxx},
issn = {2824-7795},
Expand All @@ -643,7 +643,7 @@ <h1 class="unnumbered">References</h1>
}
</code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-doe2024" class="csl-entry quarto-appendix-citeas" role="listitem">
Doe, Jane, and John Doe. 2024. <span>“Template for Contribution to
Computo.”</span> <em>Computo</em>, September. <a href="https://doi.org/xxxx">https://doi.org/xxxx</a>.
Computo.”</span> <em>Computo</em>, October. <a href="https://doi.org/xxxx">https://doi.org/xxxx</a>.
</div></div></section></div></main>
<!-- /main column -->
<script id="quarto-html-after-body" type="application/javascript">
Expand Down
30 changes: 15 additions & 15 deletions template-computo-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.6.15">
<meta name="generator" content="quarto-1.6.21">

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

<meta name="author" content="Jane Doe">
<meta name="author" content="John Doe">
<meta name="dcterms.date" content="2024-09-29">
<meta name="dcterms.date" content="2024-10-06">
<meta name="keywords" content="key1, key2, key3">
<meta name="description" content="This document provides a template based on the quarto system for contributions to Computo, using the quarto journal extension, the Jupyter kernel (Python user) and venv+pip to set-up the dependencies.">

Expand Down Expand Up @@ -91,7 +91,7 @@
<link href="template-computo-python_files/libs/quarto-html/quarto-syntax-highlighting-6f7931aacaeb22aa467d6667c6f1725d.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="template-computo-python_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="template-computo-python_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-b5255278e755812c7170897e31def730.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-3d562f37409bf2d9a8bc8ded1d1c4080.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<style>

.quarto-title-block .quarto-title-banner h1,
Expand Down Expand Up @@ -210,14 +210,14 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">September 29, 2024</p>
<p class="date">October 6, 2024</p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">September 29, 2024</p>
<p class="date-modified">October 6, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -398,16 +398,16 @@ <h2 data-number="2.3" class="anchored" data-anchor-id="python-code"><span class=
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a><span class="fu">jupyter</span><span class="kw">:</span><span class="at"> python3</span></span>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p><code>python</code> code chunks may be embedded as follows:</p>
<div id="d3734b3a" class="cell" data-execution_count="1">
<div id="ac008710" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Hide/Show the code</summary>
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a>x <span class="op">=</span> np.random.normal(<span class="dv">0</span>, <span class="dv">1</span>, <span class="dv">10</span>)</span>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a>x</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>array([-1.0203013 , 0.03136964, 1.55045159, 0.26220669, 0.51628382,
-0.50229665, 1.16653555, 0.14418388, -0.59253084, 0.79161246])</code></pre>
<pre><code>array([-0.67297496, -0.18586654, 0.02168609, -0.84094483, 0.51247776,
1.38320038, -0.72853478, 2.51977012, 1.5082455 , -0.55095359])</code></pre>
</div>
</div>
</section>
Expand Down Expand Up @@ -460,26 +460,26 @@ <h2 data-number="2.5" class="anchored" data-anchor-id="tables"><span class="head
Table&nbsp;1: my table caption
</figcaption>
<div aria-describedby="tbl-mylabel-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<table class="caption-top">
<table class="caption-top table">
<thead>
<tr>
<tr class="header">
<th>Tables</th>
<th style="text-align: center;">Are</th>
<th style="text-align: right;">Cool</th>
</tr>
</thead>
<tbody>
<tr>
<tr class="odd">
<td>col 1 is</td>
<td style="text-align: center;">left-aligned</td>
<td style="text-align: right;">$1600</td>
</tr>
<tr>
<tr class="even">
<td>col 2 is</td>
<td style="text-align: center;">centered</td>
<td style="text-align: right;">$12</td>
</tr>
<tr>
<tr class="odd">
<td>col 3 is</td>
<td style="text-align: center;">right-aligned</td>
<td style="text-align: right;">$1</td>
Expand Down Expand Up @@ -628,7 +628,7 @@ <h1 class="unnumbered">References</h1>
publisher = {Société Française de Statistique},
title = {Template for Contribution to {Computo}},
journal = {Computo},
date = {2024-09-29},
date = {2024-10-06},
url = {https://computo.sfds.asso.fr/template-computo-quarto},
doi = {xxxx},
issn = {2824-7795},
Expand All @@ -643,7 +643,7 @@ <h1 class="unnumbered">References</h1>
}
</code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-doe2024" class="csl-entry quarto-appendix-citeas" role="listitem">
Doe, Jane, and John Doe. 2024. <span>“Template for Contribution to
Computo.”</span> <em>Computo</em>, September. <a href="https://doi.org/xxxx">https://doi.org/xxxx</a>.
Computo.”</span> <em>Computo</em>, October. <a href="https://doi.org/xxxx">https://doi.org/xxxx</a>.
</div></div></section></div></main>
<!-- /main column -->
<script id="quarto-html-after-body" type="application/javascript">
Expand Down
Binary file modified template-computo-python.pdf
Binary file not shown.
Loading

0 comments on commit f9bd4c7

Please sign in to comment.