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 14, 2024
1 parent bc8b5f8 commit 1187a2c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
164aa8df
5f07936c
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h3 class="anchored" data-anchor-id="what-is-htr-united">What is HTR-United?</h3
<h3 class="anchored" data-anchor-id="what-is-shown-here">What is shown here?</h3>
<p>This page is only dedicated to a generic oversight of the content of the catalog, mainly in the form of plots. If you want to browse the datasets listed in the catalog, there is a more suitable interface for that <a href="https://htr-united.github.io/catalog.html">here</a>.</p>
<!-- library import -->
<div id="14b9602b" class="cell" data-execution_count="1">
<div id="27688f60" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co"># install necessary packages</span></span>
Expand All @@ -142,7 +142,7 @@ <h3 class="anchored" data-anchor-id="what-is-shown-here">What is shown here?</h3
</details>
</div>
<!-- some function definition -->
<div id="c111f003" class="cell" data-execution_count="2">
<div id="6e94f83d" class="cell" data-execution_count="2">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co"># function to built the bar plots</span></span>
Expand Down Expand Up @@ -181,7 +181,7 @@ <h3 class="anchored" data-anchor-id="what-is-shown-here">What is shown here?</h3
<section id="downloading-the-catlaog" class="level2">
<h2 class="anchored" data-anchor-id="downloading-the-catlaog">Downloading the catlaog</h2>
<!-- library import -->
<div id="fea3ece6" class="cell" data-execution_count="3">
<div id="6e45bdf4" class="cell" data-execution_count="3">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="co"># fetch latest version of the catalog</span></span>
Expand Down Expand Up @@ -228,7 +228,7 @@ <h2 class="anchored" data-anchor-id="downloading-the-catlaog">Downloading the ca
</section>
<section id="language-coverage" class="level2">
<h2 class="anchored" data-anchor-id="language-coverage">Language coverage</h2>
<div id="e216445a" class="cell" data-execution_count="4">
<div id="7db4b866" class="cell" data-execution_count="4">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>languages <span class="op">=</span> []</span>
Expand Down Expand Up @@ -266,7 +266,7 @@ <h2 class="anchored" data-anchor-id="language-coverage">Language coverage</h2>
</section>
<section id="script-coverage" class="level2">
<h2 class="anchored" data-anchor-id="script-coverage">Script coverage</h2>
<div id="d127cf9e" class="cell" data-execution_count="5">
<div id="72ec371c" class="cell" data-execution_count="5">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a>scripts_dict <span class="op">=</span> []</span>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h2 class="anchored" data-anchor-id="script-coverage">Script coverage</h2>
</section>
<section id="writing-type-type-coverage" class="level2">
<h2 class="anchored" data-anchor-id="writing-type-type-coverage">Writing type type coverage</h2>
<div id="e5be26c9" class="cell" data-execution_count="6">
<div id="8b43a3fb" class="cell" data-execution_count="6">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb9"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a>script_types <span class="op">=</span> [entry.get(<span class="st">"script-type"</span>) <span class="cf">for</span> entry <span class="kw">in</span> data <span class="cf">if</span> entry.get(<span class="st">"script-type"</span>)]</span>
Expand All @@ -335,7 +335,7 @@ <h2 class="anchored" data-anchor-id="writing-type-type-coverage">Writing type ty
</section>
<section id="software-variety" class="level2">
<h2 class="anchored" data-anchor-id="software-variety">Software variety</h2>
<div id="aa091566" class="cell" data-execution_count="7">
<div id="268146ce" class="cell" data-execution_count="7">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb11"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a>softwares <span class="op">=</span> [entry.get(<span class="st">"production-software"</span>) <span class="cf">for</span> entry <span class="kw">in</span> data <span class="cf">if</span> entry.get(<span class="st">"production-software"</span>)]</span>
Expand Down Expand Up @@ -369,7 +369,7 @@ <h2 class="anchored" data-anchor-id="software-variety">Software variety</h2>
</section>
<section id="project-diversity" class="level2">
<h2 class="anchored" data-anchor-id="project-diversity">Project diversity</h2>
<div id="08a09af5" class="cell" data-execution_count="8">
<div id="d45d0488" class="cell" data-execution_count="8">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb13"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a><span class="co"># nb of datasets in the catalog</span></span>
Expand Down Expand Up @@ -412,7 +412,7 @@ <h2 class="anchored" data-anchor-id="project-diversity">Project diversity</h2>
</section>
<section id="volumetry" class="level2">
<h2 class="anchored" data-anchor-id="volumetry">Volumetry</h2>
<div id="6b1c7f95" class="cell" data-execution_count="9">
<div id="45caacf7" class="cell" data-execution_count="9">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb15"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb15-1"><a href="#cb15-1" aria-hidden="true" tabindex="-1"></a>metrics <span class="op">=</span> {</span>
Expand Down
18 changes: 9 additions & 9 deletions visualize_catalog_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h3 class="anchored" data-anchor-id="what-is-htr-united">What is HTR-United?</h3
<h3 class="anchored" data-anchor-id="what-is-shown-here">What is shown here?</h3>
<p>This page is only dedicated to a generic oversight of the content of the catalog, mainly in the form of plots. If you want to browse the datasets listed in the catalog, there is a more suitable interface for that <a href="https://htr-united.github.io/catalog.html">here</a>.</p>
<!-- library import -->
<div id="14b9602b" class="cell" data-execution_count="1">
<div id="27688f60" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co"># install necessary packages</span></span>
Expand All @@ -142,7 +142,7 @@ <h3 class="anchored" data-anchor-id="what-is-shown-here">What is shown here?</h3
</details>
</div>
<!-- some function definition -->
<div id="c111f003" class="cell" data-execution_count="2">
<div id="6e94f83d" class="cell" data-execution_count="2">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co"># function to built the bar plots</span></span>
Expand Down Expand Up @@ -181,7 +181,7 @@ <h3 class="anchored" data-anchor-id="what-is-shown-here">What is shown here?</h3
<section id="downloading-the-catlaog" class="level2">
<h2 class="anchored" data-anchor-id="downloading-the-catlaog">Downloading the catlaog</h2>
<!-- library import -->
<div id="fea3ece6" class="cell" data-execution_count="3">
<div id="6e45bdf4" class="cell" data-execution_count="3">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="co"># fetch latest version of the catalog</span></span>
Expand Down Expand Up @@ -228,7 +228,7 @@ <h2 class="anchored" data-anchor-id="downloading-the-catlaog">Downloading the ca
</section>
<section id="language-coverage" class="level2">
<h2 class="anchored" data-anchor-id="language-coverage">Language coverage</h2>
<div id="e216445a" class="cell" data-execution_count="4">
<div id="7db4b866" class="cell" data-execution_count="4">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>languages <span class="op">=</span> []</span>
Expand Down Expand Up @@ -266,7 +266,7 @@ <h2 class="anchored" data-anchor-id="language-coverage">Language coverage</h2>
</section>
<section id="script-coverage" class="level2">
<h2 class="anchored" data-anchor-id="script-coverage">Script coverage</h2>
<div id="d127cf9e" class="cell" data-execution_count="5">
<div id="72ec371c" class="cell" data-execution_count="5">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a>scripts_dict <span class="op">=</span> []</span>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h2 class="anchored" data-anchor-id="script-coverage">Script coverage</h2>
</section>
<section id="writing-type-type-coverage" class="level2">
<h2 class="anchored" data-anchor-id="writing-type-type-coverage">Writing type type coverage</h2>
<div id="e5be26c9" class="cell" data-execution_count="6">
<div id="8b43a3fb" class="cell" data-execution_count="6">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb9"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a>script_types <span class="op">=</span> [entry.get(<span class="st">"script-type"</span>) <span class="cf">for</span> entry <span class="kw">in</span> data <span class="cf">if</span> entry.get(<span class="st">"script-type"</span>)]</span>
Expand All @@ -335,7 +335,7 @@ <h2 class="anchored" data-anchor-id="writing-type-type-coverage">Writing type ty
</section>
<section id="software-variety" class="level2">
<h2 class="anchored" data-anchor-id="software-variety">Software variety</h2>
<div id="aa091566" class="cell" data-execution_count="7">
<div id="268146ce" class="cell" data-execution_count="7">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb11"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a>softwares <span class="op">=</span> [entry.get(<span class="st">"production-software"</span>) <span class="cf">for</span> entry <span class="kw">in</span> data <span class="cf">if</span> entry.get(<span class="st">"production-software"</span>)]</span>
Expand Down Expand Up @@ -369,7 +369,7 @@ <h2 class="anchored" data-anchor-id="software-variety">Software variety</h2>
</section>
<section id="project-diversity" class="level2">
<h2 class="anchored" data-anchor-id="project-diversity">Project diversity</h2>
<div id="08a09af5" class="cell" data-execution_count="8">
<div id="d45d0488" class="cell" data-execution_count="8">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb13"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a><span class="co"># nb of datasets in the catalog</span></span>
Expand Down Expand Up @@ -412,7 +412,7 @@ <h2 class="anchored" data-anchor-id="project-diversity">Project diversity</h2>
</section>
<section id="volumetry" class="level2">
<h2 class="anchored" data-anchor-id="volumetry">Volumetry</h2>
<div id="6b1c7f95" class="cell" data-execution_count="9">
<div id="45caacf7" class="cell" data-execution_count="9">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb15"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb15-1"><a href="#cb15-1" aria-hidden="true" tabindex="-1"></a>metrics <span class="op">=</span> {</span>
Expand Down

0 comments on commit 1187a2c

Please sign in to comment.