|
8 | 8 |
|
9 | 9 | <meta name="author" content="Jane Doe">
|
10 | 10 | <meta name="author" content="John Doe">
|
11 |
| -<meta name="dcterms.date" content="2024-08-04"> |
| 11 | +<meta name="dcterms.date" content="2024-08-11"> |
12 | 12 | <meta name="keywords" content="key1, key2, key3">
|
13 | 13 | <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.">
|
14 | 14 |
|
|
210 | 210 | <div>
|
211 | 211 | <div class="quarto-title-meta-heading">Published</div>
|
212 | 212 | <div class="quarto-title-meta-contents">
|
213 |
| - <p class="date">August 4, 2024</p> |
| 213 | + <p class="date">August 11, 2024</p> |
214 | 214 | </div>
|
215 | 215 | </div>
|
216 | 216 |
|
217 | 217 | <div>
|
218 | 218 | <div class="quarto-title-meta-heading">Modified</div>
|
219 | 219 | <div class="quarto-title-meta-contents">
|
220 |
| - <p class="date-modified">August 4, 2024</p> |
| 220 | + <p class="date-modified">August 11, 2024</p> |
221 | 221 | </div>
|
222 | 222 | </div>
|
223 | 223 |
|
@@ -398,16 +398,16 @@ <h2 data-number="2.3" class="anchored" data-anchor-id="python-code"><span class=
|
398 | 398 | <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>
|
399 | 399 | <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>
|
400 | 400 | <p><code>python</code> code chunks may be embedded as follows:</p>
|
401 |
| -<div id="22923e72" class="cell" data-execution_count="1"> |
| 401 | +<div id="eb4f3edc" class="cell" data-execution_count="1"> |
402 | 402 | <details class="code-fold">
|
403 | 403 | <summary>Hide/Show the code</summary>
|
404 | 404 | <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>
|
405 | 405 | <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>
|
406 | 406 | <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>
|
407 | 407 | </details>
|
408 | 408 | <div class="cell-output cell-output-display" data-execution_count="1">
|
409 |
| -<pre><code>array([-0.75881661, -1.02804011, -1.61991709, -1.88703587, 0.06511878, |
410 |
| - 0.79434162, 0.22275455, 0.15706478, 0.99459655, -1.48966117])</code></pre> |
| 409 | +<pre><code>array([-0.10750243, -0.77413371, -1.07586438, 0.15302411, -1.25941472, |
| 410 | + -0.21865454, 0.35055223, 1.06812595, -1.11090895, -0.23439242])</code></pre> |
411 | 411 | </div>
|
412 | 412 | </div>
|
413 | 413 | </section>
|
@@ -628,7 +628,7 @@ <h1 class="unnumbered">References</h1>
|
628 | 628 | publisher = {Société Française de Statistique},
|
629 | 629 | title = {Template for Contribution to {Computo}},
|
630 | 630 | journal = {Computo},
|
631 |
| - date = {2024-08-04}, |
| 631 | + date = {2024-08-11}, |
632 | 632 | url = {https://computo.sfds.asso.fr/template-computo-quarto},
|
633 | 633 | doi = {xxxx},
|
634 | 634 | issn = {2824-7795},
|
|
0 commit comments