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 Apr 18, 2024
1 parent 0269870 commit dc03ec8
Show file tree
Hide file tree
Showing 15 changed files with 250 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ac22c8bd
1b690099
26 changes: 24 additions & 2 deletions LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -362,6 +362,24 @@ <h1>Attribution 4.0 International</h1>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/frbcesab\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -396,7 +414,11 @@ <h1>Attribution 4.0 International</h1>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
53 changes: 44 additions & 9 deletions content/courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -178,21 +178,34 @@ <h4 class="anchored" data-anchor-id="systematic-reviews-meta-analyses">Systemati
</div>
<p><i class="fa-solid fa-globe" aria-label="globe"></i> &nbsp;<a href="https://literaturesynthesis.github.io/" class="uri">https://literaturesynthesis.github.io/</a> <br> <i class="fa-brands fa-github" aria-label="github"></i> &nbsp;<a href="https://github.com/literaturesynthesis/" class="uri">https://github.com/literaturesynthesis/</a></p>
<p><br></p>
<div class="columns">
<div class="column" style="width:30%;">
<p><a href="https://econetoolbox.github.io/"> <img src="../images/logo-econetoolbox_150dpi.png" width="80%"> </a></p>
</div><div class="column" style="width:70%;">
<section id="analyzing-ecological-networks" class="level4">
<h4 class="anchored" data-anchor-id="analyzing-ecological-networks">Analyzing Ecological Networks</h4>
<p>Since 2024&nbsp; • &nbsp;Co-organised with the <a href="https://cmatias.perso.math.cnrs.fr/ANR_EcoNet.html">ANR ECONET</a> <br> <em>This five-day training course is an introduction to networks, classical metrics (including modularity, nesteness, clustering), null models, generative models (including SBM), multilayer networks</em>.</p>
</section>
<section id="coming-soon" class="level3">
<h3 class="anchored" data-anchor-id="coming-soon">Coming soon</h3>
<hr>
</div>
</div>
<p><i class="fa-solid fa-globe" aria-label="globe"></i> &nbsp;<a href="https://econetoolbox.github.io/" class="uri">https://econetoolbox.github.io/</a> <br> <i class="fa-brands fa-github" aria-label="github"></i> &nbsp;<a href="https://github.com/econetoolbox/" class="uri">https://github.com/econetoolbox/</a></p>
<p><br></p>
<div class="columns">
<div class="column" style="width:30%;">
<p><img src="../images/logo-networks_150dpi.png" width="80%"></p>
<p><a href="https://biodiversitydata.github.io/"> <img src="../images/logo-biodiversitydata_150dpi.png" width="80%"> </a></p>
</div><div class="column" style="width:70%;">
<section id="networks-analysis" class="level4">
<h4 class="anchored" data-anchor-id="networks-analysis">Networks Analysis</h4>
<p>Planned in 2024</p>
<section id="biodiversity-data-management" class="level4">
<h4 class="anchored" data-anchor-id="biodiversity-data-management">Biodiversity Data Management</h4>
<p>Since 2024&nbsp; • &nbsp;Co-organised with the <a href="https://www.pndb.fr/">PNDB</a> &amp; <a href="http://www.gbif.fr/">GBIF France</a> <br> <em>A five-day training course on the different stages of the data cycle, from acquisition to opening, including management, storage and the drafting of data papers.</em>.</p>
</section>
</div>
</div>
<p><i class="fa-solid fa-globe" aria-label="globe"></i> &nbsp;<a href="https://biodiversitydata.github.io/" class="uri">https://biodiversitydata.github.io/</a> <br> <i class="fa-brands fa-github" aria-label="github"></i> &nbsp;<a href="https://github.com/biodiversitydata/" class="uri">https://github.com/biodiversitydata/</a></p>
<p><br></p>
</section>
<section id="coming-soon" class="level3">
<h3 class="anchored" data-anchor-id="coming-soon">Coming soon</h3>
<hr>
<p><br></p>
<div class="columns">
<div class="column" style="width:30%;">
Expand Down Expand Up @@ -306,6 +319,24 @@ <h4 class="anchored" data-anchor-id="functional-rarity-and-diversity-in-ecology"
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/frbcesab\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -340,7 +371,11 @@ <h4 class="anchored" data-anchor-id="functional-rarity-and-diversity-in-ecology"
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
26 changes: 24 additions & 2 deletions content/databases.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -220,6 +220,24 @@ <h2 class="anchored" data-anchor-id="databases"><i class="fa-solid fa-database"
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/frbcesab\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -254,7 +272,11 @@ <h2 class="anchored" data-anchor-id="databases"><i class="fa-solid fa-database"
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
26 changes: 24 additions & 2 deletions content/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -1205,6 +1205,24 @@ <h2 class="anchored" data-anchor-id="publications"><i class="fa-solid fa-book" a
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/frbcesab\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -1239,7 +1257,11 @@ <h2 class="anchored" data-anchor-id="publications"><i class="fa-solid fa-book" a
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
38 changes: 36 additions & 2 deletions content/softwares.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -137,6 +137,18 @@
<h2 class="anchored" data-anchor-id="softwares"><i class="fa-solid fa-code" aria-label="code"></i> &nbsp;Softwares</h2>
<div class="columns">
<div class="column" style="width:30%;">
<p><img src="../images/logo-planner.png" width="80%"></p>
</div><div class="column" style="width:70%;">
<section id="planner" class="level4">
<h4 class="anchored" data-anchor-id="planner">planner</h4>
<p>The goal of the R package <code>planner</code> is to create annual, monthly, and weekly calendars as PDF files in the A4 paper format. Various information can be added: events, holidays, special days, moon phases, etc.</p>
</section>
</div>
</div>
<p><i class="fa-solid fa-user" aria-label="user"></i> &nbsp;<a href="https://nicolascasajus.fr">Nicolas Casajus</a> (maintainer) <br> <i class="fa-solid fa-globe" aria-label="globe"></i> &nbsp;<a href="https://frbcesab.github.io/planner/" class="uri">https://frbcesab.github.io/planner/</a> <br> <i class="fa-brands fa-github" aria-label="github"></i> &nbsp;<a href="https://github.com/frbcesab/planner/" class="uri">https://github.com/frbcesab/planner/</a></p>
<p><br></p>
<div class="columns">
<div class="column" style="width:30%;">
<p><img src="../images/logo-rdeps.png" width="80%"></p>
</div><div class="column" style="width:70%;">
<section id="rdeps" class="level4">
Expand Down Expand Up @@ -583,6 +595,24 @@ <h4 class="anchored" data-anchor-id="funrar">funrar</h4>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/frbcesab\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -617,7 +647,11 @@ <h4 class="anchored" data-anchor-id="funrar">funrar</h4>
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
26 changes: 24 additions & 2 deletions content/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -273,6 +273,24 @@ <h2 class="anchored" data-anchor-id="tutorials"><i class="fa-solid fa-laptop-cod
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/frbcesab\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -307,7 +325,11 @@ <h2 class="anchored" data-anchor-id="tutorials"><i class="fa-solid fa-laptop-cod
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
Binary file added images/logo-biodiversitydata_150dpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added images/logo-planner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 24 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.550">
<meta name="generator" content="quarto-1.4.553">

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

Expand Down Expand Up @@ -236,6 +236,24 @@ <h2 class="anchored" data-anchor-id="resources-developed-by-frb-cesab-researcher
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/frbcesab\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -270,7 +288,11 @@ <h2 class="anchored" data-anchor-id="resources-developed-by-frb-cesab-researcher
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
68 changes: 34 additions & 34 deletions search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit dc03ec8

Please sign in to comment.