Skip to content

Commit 4582241

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 6e34bcc commit 4582241

16 files changed

+281
-70
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b71dbd5d
1+
7b89a047

governance.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.7.32">
5+
<meta name="generator" content="quarto-1.8.24">
66

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

@@ -32,14 +32,15 @@
3232
<meta name="quarto:offset" content="./">
3333
<script src="site_libs/quarto-html/quarto.js" type="module"></script>
3434
<script src="site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
35+
<script src="site_libs/quarto-html/axe/axe-check.js" type="module"></script>
3536
<script src="site_libs/quarto-html/popper.min.js"></script>
3637
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
3738
<script src="site_libs/quarto-html/anchor.min.js"></script>
3839
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
39-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
40+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dc55a5b9e770e841cd82e46aadbfb9b0.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4041
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
4142
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
42-
<link href="site_libs/bootstrap/bootstrap-c1fac2584b48ed01fb6e278e36375074.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
43+
<link href="site_libs/bootstrap/bootstrap-1713c1db1ad41a796903378fc9ac7b2b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4344
<script id="quarto-search-options" type="application/json">{
4445
"location": "navbar",
4546
"copy-button": false,
@@ -79,6 +80,8 @@
7980
<nav class="navbar navbar-expand-lg " data-bs-theme="dark">
8081
<div class="navbar-container container-fluid">
8182
<div class="navbar-brand-container mx-auto">
83+
<a href="./index.html" class="navbar-brand navbar-brand-logo">
84+
</a>
8285
<a class="navbar-brand" href="./index.html">
8386
<span class="navbar-title">Spatial Data Science across Languages</span>
8487
</a>
@@ -197,13 +200,14 @@ <h1 class="title">Governance</h1>
197200
e.clearSelection();
198201
}
199202
const getTextToCopy = function(trigger) {
200-
const codeEl = trigger.previousElementSibling.cloneNode(true);
201-
for (const childEl of codeEl.children) {
202-
if (isCodeAnnotation(childEl)) {
203-
childEl.remove();
204-
}
203+
const outerScaffold = trigger.parentElement.cloneNode(true);
204+
const codeEl = outerScaffold.querySelector('code');
205+
for (const childEl of codeEl.children) {
206+
if (isCodeAnnotation(childEl)) {
207+
childEl.remove();
205208
}
206-
return codeEl.innerText;
209+
}
210+
return codeEl.innerText;
207211
}
208212
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
209213
text: getTextToCopy
@@ -218,7 +222,7 @@ <h1 class="title">Governance</h1>
218222
}
219223
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
220224
var mailtoRegex = new RegExp(/^mailto:/);
221-
var filterRegex = new RegExp('/' + window.location.host + '/');
225+
var filterRegex = new RegExp("https:\/\/spatial-data-science\.github\.io\/");
222226
var isInternal = (href) => {
223227
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
224228
}

index.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.7.32">
5+
<meta name="generator" content="quarto-1.8.24">
66

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

@@ -32,14 +32,15 @@
3232
<meta name="quarto:offset" content="./">
3333
<script src="site_libs/quarto-html/quarto.js" type="module"></script>
3434
<script src="site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
35+
<script src="site_libs/quarto-html/axe/axe-check.js" type="module"></script>
3536
<script src="site_libs/quarto-html/popper.min.js"></script>
3637
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
3738
<script src="site_libs/quarto-html/anchor.min.js"></script>
3839
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
39-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
40+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dc55a5b9e770e841cd82e46aadbfb9b0.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4041
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
4142
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
42-
<link href="site_libs/bootstrap/bootstrap-c1fac2584b48ed01fb6e278e36375074.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
43+
<link href="site_libs/bootstrap/bootstrap-1713c1db1ad41a796903378fc9ac7b2b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4344
<script id="quarto-search-options" type="application/json">{
4445
"location": "navbar",
4546
"copy-button": false,
@@ -79,6 +80,8 @@
7980
<nav class="navbar navbar-expand-lg " data-bs-theme="dark">
8081
<div class="navbar-container container-fluid">
8182
<div class="navbar-brand-container mx-auto">
83+
<a href="./index.html" class="navbar-brand navbar-brand-logo">
84+
</a>
8285
<a class="navbar-brand" href="./index.html">
8386
<span class="navbar-title">Spatial Data Science across Languages</span>
8487
</a>
@@ -197,13 +200,14 @@ <h1 class="title">Spatial Data Science across Languages Community</h1>
197200
e.clearSelection();
198201
}
199202
const getTextToCopy = function(trigger) {
200-
const codeEl = trigger.previousElementSibling.cloneNode(true);
201-
for (const childEl of codeEl.children) {
202-
if (isCodeAnnotation(childEl)) {
203-
childEl.remove();
204-
}
203+
const outerScaffold = trigger.parentElement.cloneNode(true);
204+
const codeEl = outerScaffold.querySelector('code');
205+
for (const childEl of codeEl.children) {
206+
if (isCodeAnnotation(childEl)) {
207+
childEl.remove();
205208
}
206-
return codeEl.innerText;
209+
}
210+
return codeEl.innerText;
207211
}
208212
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
209213
text: getTextToCopy
@@ -218,7 +222,7 @@ <h1 class="title">Spatial Data Science across Languages Community</h1>
218222
}
219223
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
220224
var mailtoRegex = new RegExp(/^mailto:/);
221-
var filterRegex = new RegExp('/' + window.location.host + '/');
225+
var filterRegex = new RegExp("https:\/\/spatial-data-science\.github\.io\/");
222226
var isInternal = (href) => {
223227
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
224228
}

reports.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.7.32">
5+
<meta name="generator" content="quarto-1.8.24">
66

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

@@ -32,14 +32,15 @@
3232
<meta name="quarto:offset" content="./">
3333
<script src="site_libs/quarto-html/quarto.js" type="module"></script>
3434
<script src="site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
35+
<script src="site_libs/quarto-html/axe/axe-check.js" type="module"></script>
3536
<script src="site_libs/quarto-html/popper.min.js"></script>
3637
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
3738
<script src="site_libs/quarto-html/anchor.min.js"></script>
3839
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
39-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
40+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dc55a5b9e770e841cd82e46aadbfb9b0.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4041
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
4142
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
42-
<link href="site_libs/bootstrap/bootstrap-c1fac2584b48ed01fb6e278e36375074.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
43+
<link href="site_libs/bootstrap/bootstrap-1713c1db1ad41a796903378fc9ac7b2b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4344
<script id="quarto-search-options" type="application/json">{
4445
"location": "navbar",
4546
"copy-button": false,
@@ -79,6 +80,8 @@
7980
<nav class="navbar navbar-expand-lg " data-bs-theme="dark">
8081
<div class="navbar-container container-fluid">
8182
<div class="navbar-brand-container mx-auto">
83+
<a href="./index.html" class="navbar-brand navbar-brand-logo">
84+
</a>
8285
<a class="navbar-brand" href="./index.html">
8386
<span class="navbar-title">Spatial Data Science across Languages</span>
8487
</a>
@@ -197,13 +200,14 @@ <h1 class="title">Reports</h1>
197200
e.clearSelection();
198201
}
199202
const getTextToCopy = function(trigger) {
200-
const codeEl = trigger.previousElementSibling.cloneNode(true);
201-
for (const childEl of codeEl.children) {
202-
if (isCodeAnnotation(childEl)) {
203-
childEl.remove();
204-
}
203+
const outerScaffold = trigger.parentElement.cloneNode(true);
204+
const codeEl = outerScaffold.querySelector('code');
205+
for (const childEl of codeEl.children) {
206+
if (isCodeAnnotation(childEl)) {
207+
childEl.remove();
205208
}
206-
return codeEl.innerText;
209+
}
210+
return codeEl.innerText;
207211
}
208212
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
209213
text: getTextToCopy
@@ -218,7 +222,7 @@ <h1 class="title">Reports</h1>
218222
}
219223
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
220224
var mailtoRegex = new RegExp(/^mailto:/);
221-
var filterRegex = new RegExp('/' + window.location.host + '/');
225+
var filterRegex = new RegExp("https:\/\/spatial-data-science\.github\.io\/");
222226
var isInternal = (href) => {
223227
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
224228
}

robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://spatial-data-science.github.io/sitemap.xml

search.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[
2+
{
3+
"objectID": "reports.html",
4+
"href": "reports.html",
5+
"title": "Reports",
6+
"section": "",
7+
"text": "The report from the SDSL workshops 2023 and 2024 has been published as an academic paper available from https://arxiv.org/abs/2503.16686."
8+
},
29
{
310
"objectID": "index.html",
411
"href": "index.html",
512
"title": "Spatial Data Science across Languages Community",
613
"section": "",
714
"text": "TBD"
815
},
9-
{
10-
"objectID": "workshops.html",
11-
"href": "workshops.html",
12-
"title": "Workshops",
13-
"section": "",
14-
"text": "Workshops\nThe ‘Spatial Data Science across Languages’ (SDSL) workshops provide a space for bridging the communities and establishing cross-language interaction between developers and users. SDSL seeks to bring together the communities from the common and emerging programming languages used for data science such as R, Python and Julia, to discuss interoperability, methodological developments, and shared challenges such as interfacing upstream libraries (including GDAL, GEOS, and PROJ), packaging and distributing software, and managing user and developer communities.\nThe SDSL workshops aim to identify commonalities and differences between spatial data science languages, to bridge language barriers and to bring the different communities together to discuss, cooperate, and synchronise the development efforts.\n\n SDSL 2023 - Münster, Germany SDSL 2024 - Prague, Czechia SDSL 2025 - Salzburg, Austria"
15-
},
1616
{
1717
"objectID": "governance.html",
1818
"href": "governance.html",
@@ -21,10 +21,10 @@
2121
"text": "TBD"
2222
},
2323
{
24-
"objectID": "reports.html",
25-
"href": "reports.html",
26-
"title": "Reports",
24+
"objectID": "workshops.html",
25+
"href": "workshops.html",
26+
"title": "Workshops",
2727
"section": "",
28-
"text": "The report from the SDSL workshops 2023 and 2024 has been published as an academic paper available from https://arxiv.org/abs/2503.16686."
28+
"text": "Workshops\nThe ‘Spatial Data Science across Languages’ (SDSL) workshops provide a space for bridging the communities and establishing cross-language interaction between developers and users. SDSL seeks to bring together the communities from the common and emerging programming languages used for data science such as R, Python and Julia, to discuss interoperability, methodological developments, and shared challenges such as interfacing upstream libraries (including GDAL, GEOS, and PROJ), packaging and distributing software, and managing user and developer communities.\nThe SDSL workshops aim to identify commonalities and differences between spatial data science languages, to bridge language barriers and to bring the different communities together to discuss, cooperate, and synchronise the development efforts.\n\n SDSL 2023 - Münster, Germany SDSL 2024 - Prague, Czechia SDSL 2025 - Salzburg, Austria"
2929
}
3030
]

site_libs/bootstrap/bootstrap-1713c1db1ad41a796903378fc9ac7b2b.min.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site_libs/bootstrap/bootstrap-c1fac2584b48ed01fb6e278e36375074.min.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

site_libs/bootstrap/bootstrap-icons.css

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
2-
* Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
3-
* Copyright 2019-2023 The Bootstrap Authors
2+
* Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
3+
* Copyright 2019-2024 The Bootstrap Authors
44
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
55
*/
66

77
@font-face {
88
font-display: block;
99
font-family: "bootstrap-icons";
1010
src:
11-
url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff");
11+
url("./bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
1212
}
1313

1414
.bi::before,
@@ -2076,3 +2076,31 @@ url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff");
20762076
.bi-suitcase2-fill::before { content: "\f901"; }
20772077
.bi-suitcase2::before { content: "\f902"; }
20782078
.bi-vignette::before { content: "\f903"; }
2079+
.bi-bluesky::before { content: "\f7f9"; }
2080+
.bi-tux::before { content: "\f904"; }
2081+
.bi-beaker-fill::before { content: "\f905"; }
2082+
.bi-beaker::before { content: "\f906"; }
2083+
.bi-flask-fill::before { content: "\f907"; }
2084+
.bi-flask-florence-fill::before { content: "\f908"; }
2085+
.bi-flask-florence::before { content: "\f909"; }
2086+
.bi-flask::before { content: "\f90a"; }
2087+
.bi-leaf-fill::before { content: "\f90b"; }
2088+
.bi-leaf::before { content: "\f90c"; }
2089+
.bi-measuring-cup-fill::before { content: "\f90d"; }
2090+
.bi-measuring-cup::before { content: "\f90e"; }
2091+
.bi-unlock2-fill::before { content: "\f90f"; }
2092+
.bi-unlock2::before { content: "\f910"; }
2093+
.bi-battery-low::before { content: "\f911"; }
2094+
.bi-anthropic::before { content: "\f912"; }
2095+
.bi-apple-music::before { content: "\f913"; }
2096+
.bi-claude::before { content: "\f914"; }
2097+
.bi-openai::before { content: "\f915"; }
2098+
.bi-perplexity::before { content: "\f916"; }
2099+
.bi-css::before { content: "\f917"; }
2100+
.bi-javascript::before { content: "\f918"; }
2101+
.bi-typescript::before { content: "\f919"; }
2102+
.bi-fork-knife::before { content: "\f91a"; }
2103+
.bi-globe-americas-fill::before { content: "\f91b"; }
2104+
.bi-globe-asia-australia-fill::before { content: "\f91c"; }
2105+
.bi-globe-central-south-asia-fill::before { content: "\f91d"; }
2106+
.bi-globe-europe-africa-fill::before { content: "\f91e"; }
3.99 KB
Binary file not shown.

0 commit comments

Comments
 (0)