-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into initiatives
- Loading branch information
Showing
342 changed files
with
29,047 additions
and
886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0.37"> | ||
<meta name="generator" content="quarto-1.2.335"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
|
||
|
@@ -11,10 +11,15 @@ | |
<style> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.columns{display: flex; gap: min(4vw, 1.5em);} | ||
div.column{flex: auto; overflow-x: auto;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
ul.task-list li input[type="checkbox"] { | ||
width: 0.8em; | ||
margin: 0 0.8em 0.2em -1.6em; | ||
vertical-align: middle; | ||
} | ||
</style> | ||
|
||
|
||
|
@@ -66,9 +71,9 @@ | |
} | ||
|
||
const options = { | ||
valueNames: ['listing-categories',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-date-sort'] },{ data: ['listing-file-modified-sort'] }], | ||
valueNames: ['listing-date','listing-title','listing-author','listing-image','listing-description','listing-categories',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-date-sort'] },{ data: ['listing-file-modified-sort'] }], | ||
|
||
searchColumns: ["listing-categories"], | ||
searchColumns: ["listing-date","listing-title","listing-author","listing-image","listing-description","listing-categories"], | ||
}; | ||
|
||
window['quarto-listings'] = window['quarto-listings'] || {}; | ||
|
@@ -102,19 +107,24 @@ | |
<header id="quarto-header" class="headroom fixed-top"> | ||
<nav class="navbar navbar-expand-lg navbar-dark "> | ||
<div class="navbar-container container-fluid"> | ||
<a class="navbar-brand" href="./index.html"> | ||
<img src="./images/logo/logo.png" alt=""> | ||
</a> | ||
<div class="navbar-brand-container"> | ||
<a href="./index.html" class="navbar-brand navbar-brand-logo"> | ||
<img src="./images/logo/logo.png" alt="The Openscapes logo -- orange text that reads 'openscapes' sitting above small berry 'data points'" class="navbar-logo"> | ||
</a> | ||
</div> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarCollapse"> | ||
<ul class="navbar-nav navbar-nav-scroll ms-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="./index.html">HOME</a> | ||
<a class="nav-link" href="./index.html"> | ||
<span class="menu-text">HOME</span></a> | ||
</li> | ||
<li class="nav-item dropdown "> | ||
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-about" role="button" data-bs-toggle="dropdown" aria-expanded="false">ABOUT</a> | ||
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-about" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
<span class="menu-text">ABOUT</span> | ||
</a> | ||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-about"> | ||
<li> | ||
<a class="dropdown-item" href="./who_are_we.html"> | ||
|
@@ -127,11 +137,21 @@ | |
<li> | ||
<a class="dropdown-item" href="./media.html"> | ||
<span class="dropdown-text">MEDIA</span></a> | ||
</li> | ||
<li> | ||
<a class="dropdown-item" href="./team.html"> | ||
<span class="dropdown-text">OUR TEAM</span></a> | ||
</li> | ||
<li> | ||
<a class="dropdown-item" href="./code_of_conduct.html"> | ||
<span class="dropdown-text">CODE OF CONDUCT</span></a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item dropdown "> | ||
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-initiatives" role="button" data-bs-toggle="dropdown" aria-expanded="false">INITIATIVES</a> | ||
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-initiatives" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
<span class="menu-text">INITIATIVES</span> | ||
</a> | ||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-initiatives"> | ||
<li> | ||
<a class="dropdown-item" href="./champions_program.html"> | ||
|
@@ -140,10 +160,13 @@ | |
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" href="./blog.html" aria-current="page">BLOG</a> | ||
<a class="nav-link active" href="./blog.html" aria-current="page"> | ||
<span class="menu-text">BLOG</span></a> | ||
</li> | ||
<li class="nav-item dropdown "> | ||
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-get-involved" role="button" data-bs-toggle="dropdown" aria-expanded="false">GET INVOLVED</a> | ||
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-get-involved" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
<span class="menu-text">GET INVOLVED</span> | ||
</a> | ||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-get-involved"> | ||
<li> | ||
<a class="dropdown-item" href="./connect.html"> | ||
|
@@ -158,17 +181,17 @@ | |
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://github.com/openscapes"><i class="bi bi-github" role="img"> | ||
</i> | ||
</a> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://twitter.com/openscapes"><i class="bi bi-twitter" role="img"> | ||
</i> | ||
</a> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="mailto:[email protected]"><i class="bi bi-envelope" role="img"> | ||
</i> | ||
</a> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
</ul> | ||
<div id="quarto-search" class="" title="Search"></div> | ||
|
@@ -188,6 +211,7 @@ <h1 class="title">BLOG</h1> | |
<div class="quarto-title-meta"> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
@@ -197,7 +221,7 @@ <h1 class="title">BLOG</h1> | |
<!-- margin-sidebar --> | ||
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar"> | ||
|
||
<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(0)</span></div></div></div> | ||
<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(2)</span></div><div class="category" data-category="test">test <span class="quarto-category-count">(2)</span></div></div></div> | ||
<!-- main --> | ||
<main class="content quarto-banner-title-block column-page-left" id="quarto-document-content"> | ||
|
||
|
@@ -214,7 +238,76 @@ <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-list | |
|
||
<div class="quarto-listing quarto-listing-container-default" id="listing-listing"> | ||
<div class="list quarto-listing-default"> | ||
<div class="quarto-post image-right" data-index="0" data-categories="test" data-listing-date-sort="1679468400000" data-listing-file-modified-sort="1679502908884" data-listing-reading-time-sort="0.025"> | ||
<div class="thumbnail"> | ||
<p><a href="./blog/2023-03-22-new-test/index.html"> <img src="./blog/2023-03-22-new-test/horst_openscapes_arctic_1500px.png" class="thumnail-image"> </a></p> | ||
</div> | ||
<div class="body"> | ||
<a href="./blog/2023-03-22-new-test/index.html"> | ||
<h3 class="no-anchor listing-title"> | ||
Test Post 2 | ||
</h3> | ||
<div class="listing-subtitle"> | ||
|
||
</div> | ||
</a> | ||
<div class="listing-categories"> | ||
<div class="listing-category" onclick="window.quartoListingCategory('test'); return false;"> | ||
test | ||
</div> | ||
</div> | ||
<a href="./blog/2023-03-22-new-test/index.html"> | ||
<div class="listing-description"> | ||
<p>testing description 2</p> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="metadata"> | ||
<a href="./blog/2023-03-22-new-test/index.html"> | ||
<div class="listing-date"> | ||
Mar 22, 2023 | ||
</div> | ||
<div class="listing-author"> | ||
Samantha Csik | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="quarto-post image-right" data-index="1" data-categories="test" data-listing-date-sort="1679382000000" data-listing-file-modified-sort="1679441527768" data-listing-reading-time-sort="0.02"> | ||
<div class="thumbnail"> | ||
<p><a href="./blog/2023-03-21-test/index.html"> <img src="./blog/2023-03-21-test/horst_openscapes_grassland_1500px.png" class="thumnail-image"> </a></p> | ||
</div> | ||
<div class="body"> | ||
<a href="./blog/2023-03-21-test/index.html"> | ||
<h3 class="no-anchor listing-title"> | ||
Test Post | ||
</h3> | ||
<div class="listing-subtitle"> | ||
|
||
</div> | ||
</a> | ||
<div class="listing-categories"> | ||
<div class="listing-category" onclick="window.quartoListingCategory('test'); return false;"> | ||
test | ||
</div> | ||
</div> | ||
<a href="./blog/2023-03-21-test/index.html"> | ||
<div class="listing-description"> | ||
<p>testing description</p> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="metadata"> | ||
<a href="./blog/2023-03-21-test/index.html"> | ||
<div class="listing-date"> | ||
Mar 21, 2023 | ||
</div> | ||
<div class="listing-author"> | ||
Samantha Csik | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="listing-no-matching d-none"> | ||
No matching items | ||
|
@@ -261,7 +354,24 @@ <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-list | |
button.classList.add('code-copy-button-checked'); | ||
var currentTitle = button.getAttribute("title"); | ||
button.setAttribute("title", "Copied!"); | ||
let tooltip; | ||
if (window.bootstrap) { | ||
button.setAttribute("data-bs-toggle", "tooltip"); | ||
button.setAttribute("data-bs-placement", "left"); | ||
button.setAttribute("data-bs-title", "Copied!"); | ||
tooltip = new bootstrap.Tooltip(button, | ||
{ trigger: "manual", | ||
customClass: "code-copy-button-tooltip", | ||
offset: [0, -8]}); | ||
tooltip.show(); | ||
} | ||
setTimeout(function() { | ||
if (tooltip) { | ||
tooltip.hide(); | ||
button.removeAttribute("data-bs-title"); | ||
button.removeAttribute("data-bs-toggle"); | ||
button.removeAttribute("data-bs-placement"); | ||
} | ||
button.setAttribute("title", currentTitle); | ||
button.classList.remove('code-copy-button-checked'); | ||
}, 1000); | ||
|
@@ -289,31 +399,50 @@ <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-list | |
for (var i=0; i<noterefs.length; i++) { | ||
const ref = noterefs[i]; | ||
tippyHover(ref, function() { | ||
let href = ref.getAttribute('href'); | ||
// use id or data attribute instead here | ||
let href = ref.getAttribute('data-footnote-href') || ref.getAttribute('href'); | ||
try { href = new URL(href).hash; } catch {} | ||
const id = href.replace(/^#\/?/, ""); | ||
const note = window.document.getElementById(id); | ||
return note.innerHTML; | ||
}); | ||
} | ||
const findCites = (el) => { | ||
const parentEl = el.parentElement; | ||
if (parentEl) { | ||
const cites = parentEl.dataset.cites; | ||
if (cites) { | ||
return { | ||
el, | ||
cites: cites.split(' ') | ||
}; | ||
} else { | ||
return findCites(el.parentElement) | ||
} | ||
} else { | ||
return undefined; | ||
} | ||
}; | ||
var bibliorefs = window.document.querySelectorAll('a[role="doc-biblioref"]'); | ||
for (var i=0; i<bibliorefs.length; i++) { | ||
const ref = bibliorefs[i]; | ||
const cites = ref.parentNode.getAttribute('data-cites').split(' '); | ||
tippyHover(ref, function() { | ||
var popup = window.document.createElement('div'); | ||
cites.forEach(function(cite) { | ||
var citeDiv = window.document.createElement('div'); | ||
citeDiv.classList.add('hanging-indent'); | ||
citeDiv.classList.add('csl-entry'); | ||
var biblioDiv = window.document.getElementById('ref-' + cite); | ||
if (biblioDiv) { | ||
citeDiv.innerHTML = biblioDiv.innerHTML; | ||
} | ||
popup.appendChild(citeDiv); | ||
const citeInfo = findCites(ref); | ||
if (citeInfo) { | ||
tippyHover(citeInfo.el, function() { | ||
var popup = window.document.createElement('div'); | ||
citeInfo.cites.forEach(function(cite) { | ||
var citeDiv = window.document.createElement('div'); | ||
citeDiv.classList.add('hanging-indent'); | ||
citeDiv.classList.add('csl-entry'); | ||
var biblioDiv = window.document.getElementById('ref-' + cite); | ||
if (biblioDiv) { | ||
citeDiv.innerHTML = biblioDiv.innerHTML; | ||
} | ||
popup.appendChild(citeDiv); | ||
}); | ||
return popup.innerHTML; | ||
}); | ||
return popup.innerHTML; | ||
}); | ||
} | ||
} | ||
}); | ||
</script> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.