Skip to content

Commit baf9d42

Browse files
committed
improved format
1 parent 810c491 commit baf9d42

33 files changed

Lines changed: 2433 additions & 1312 deletions

File tree

_site/index.html

Lines changed: 64 additions & 55 deletions
Large diffs are not rendered by default.

_site/listings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
{
1010
"listing": "/index.html",
1111
"items": [
12+
"/posts/24012026-numerators_denominators/index.html",
1213
"/posts/08012026-suma-reciprocos-tetraedricos/index.html",
1314
"/posts/11062025-euclinacci/index.html",
1415
"/posts/18052024-catalan-numbers/index.html",

_site/posts/01082023-blog-logo/index.html

Lines changed: 142 additions & 143 deletions
Large diffs are not rendered by default.

_site/posts/02082023-numpy-latex/index.html

Lines changed: 197 additions & 198 deletions
Large diffs are not rendered by default.

_site/posts/05032022-max-determinant/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="author" content="Enrique Pérez Herrero">
1010
<meta name="dcterms.date" content="2022-03-05">
11-
<meta name="description" content="Determinants of special square matrices with elements defined as the Maximum or Minimum of the Indices.">
11+
<meta name="description" content="Determinants of special square matrices with elements defined as the Maximum or Minimum of the Indices">
1212

1313
<title>Max Determinant – ENERGYCODE</title>
1414
<style>
@@ -238,7 +238,7 @@
238238
<div class="quarto-title-block"><div><h1 class="title">Max Determinant</h1><button type="button" class="btn code-tools-button" id="quarto-code-tools-source"><i class="bi"></i> Code</button></div></div>
239239
<div>
240240
<div class="description">
241-
Determinants of special square matrices with elements defined as the Maximum or Minimum of the Indices.
241+
Determinants of special square matrices with elements defined as the Maximum or Minimum of the Indices
242242
</div>
243243
</div>
244244
<div class="quarto-categories">
@@ -255,7 +255,7 @@
255255
<div>
256256
<div class="quarto-title-meta-heading">Author</div>
257257
<div class="quarto-title-meta-contents">
258-
<p>Enrique Pérez Herrero </p>
258+
<p><a href="https://github.com/EnriquePH">Enrique Pérez Herrero</a> </p>
259259
</div>
260260
</div>
261261

@@ -1025,10 +1025,10 @@ <h2 data-number="3" data-anchor-id="references"><span class="header-section-numb
10251025
});
10261026
</script><div class="modal fade" id="quarto-embedded-source-code-modal" tabindex="-1" aria-labelledby="quarto-embedded-source-code-modal-label" aria-hidden="true"><div class="modal-dialog modal-dialog-scrollable"><div class="modal-content"><div class="modal-header"><h5 class="modal-title" id="quarto-embedded-source-code-modal-label">Source Code</h5><button class="btn-close" data-bs-dismiss="modal"></button></div><div class="modal-body"><div class="">
10271027
<div class="sourceCode" id="cb1" data-shortcodes="false"><pre class="sourceCode markdown code-with-copy"><code class="sourceCode markdown"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span>
1028-
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="an">title:</span><span class="co"> Max Determinant</span></span>
1029-
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="an">description:</span><span class="co"> Determinants of special square matrices with elements defined as the Maximum or Minimum of the Indices.</span></span>
1030-
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="an">author:</span><span class="co"> 'Enrique Pérez Herrero'</span></span>
1031-
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="an">date:</span><span class="co"> '2022-03-05'</span></span>
1028+
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="an">title:</span><span class="co"> "Max Determinant"</span></span>
1029+
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="an">description:</span><span class="co"> "Determinants of special square matrices with elements defined as the Maximum or Minimum of the Indices"</span></span>
1030+
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="an">date:</span><span class="co"> '2022-03-05'</span></span>
1031+
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="an">lang:</span><span class="co"> en</span></span>
10321032
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a><span class="an">image:</span><span class="co"> plot3dmaxmatrix.png</span></span>
10331033
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="an">categories:</span><span class="co"> </span></span>
10341034
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a><span class="co"> - Math</span></span>

_site/posts/08012026-suma-reciprocos-tetraedricos/index.html

Lines changed: 142 additions & 143 deletions
Large diffs are not rendered by default.

_site/posts/09032022-confusion-matrix/index.html

Lines changed: 82 additions & 83 deletions
Large diffs are not rendered by default.

_site/posts/11062025-euclinacci/index.html

Lines changed: 178 additions & 179 deletions
Large diffs are not rendered by default.

_site/posts/12012026-binomial-matrix-i/index.html

Lines changed: 125 additions & 126 deletions
Large diffs are not rendered by default.

_site/posts/18052024-catalan-numbers/index.html

Lines changed: 90 additions & 91 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)