Skip to content

Commit

Permalink
Deploying to gh-pages from @ a68a2f6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
KatjaGlassConsulting committed Mar 11, 2024
1 parent ba66775 commit b427acc
Show file tree
Hide file tree
Showing 22 changed files with 589 additions and 100 deletions.
30 changes: 26 additions & 4 deletions OSmodels.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.549">
<meta name="generator" content="quarto-1.4.551">

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

Expand Down Expand Up @@ -401,6 +401,24 @@ <h2 data-number="15.3" class="anchored" data-anchor-id="guidance"><span class="h
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
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 @@ -435,7 +453,11 @@ <h2 data-number="15.3" class="anchored" data-anchor-id="guidance"><span class="h
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 Expand Up @@ -711,12 +733,12 @@ <h2 data-number="15.3" class="anchored" data-anchor-id="guidance"><span class="h
</script>
<nav class="page-navigation">
<div class="nav-page nav-page-previous">
<a href="./legal.html" class="pagination-link aria-label=" &lt;span="" concerns&lt;="" span&gt;"="">
<a href="./legal.html" class="pagination-link" aria-label="Legal Concerns">
<i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-number">14</span>&nbsp; <span class="chapter-title">Legal Concerns</span></span>
</a>
</div>
<div class="nav-page nav-page-next">
<a href="./whatelse.html" class="pagination-link" aria-label="<span class='chapter-number'>16</span>&nbsp; <span class='chapter-title'>What Else?</span>">
<a href="./whatelse.html" class="pagination-link" aria-label="What Else?">
<span class="nav-page-text"><span class="chapter-number">16</span>&nbsp; <span class="chapter-title">What Else?</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
Expand Down
30 changes: 26 additions & 4 deletions art.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.549">
<meta name="generator" content="quarto-1.4.551">

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

Expand Down Expand Up @@ -401,6 +401,24 @@ <h2 data-number="7.3" class="anchored" data-anchor-id="guidance"><span class="he
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
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 @@ -435,7 +453,11 @@ <h2 data-number="7.3" class="anchored" data-anchor-id="guidance"><span class="he
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 Expand Up @@ -711,12 +733,12 @@ <h2 data-number="7.3" class="anchored" data-anchor-id="guidance"><span class="he
</script>
<nav class="page-navigation">
<div class="nav-page nav-page-previous">
<a href="./reg_accept.html" class="pagination-link aria-label=" &lt;span="" acceptance&lt;="" span&gt;"="">
<a href="./reg_accept.html" class="pagination-link" aria-label="Regulatory Acceptance">
<i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-number">6</span>&nbsp; <span class="chapter-title">Regulatory Acceptance</span></span>
</a>
</div>
<div class="nav-page nav-page-next">
<a href="./users.html" class="pagination-link" aria-label="<span class='chapter-number'>8</span>&nbsp; <span class='chapter-title'>User Support</span>">
<a href="./users.html" class="pagination-link" aria-label="User Support">
<span class="nav-page-text"><span class="chapter-number">8</span>&nbsp; <span class="chapter-title">User Support</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
Expand Down
30 changes: 26 additions & 4 deletions cost.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.549">
<meta name="generator" content="quarto-1.4.551">

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

Expand Down Expand Up @@ -400,6 +400,24 @@ <h2 data-number="5.3" class="anchored" data-anchor-id="guidance"><span class="he
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
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 @@ -434,7 +452,11 @@ <h2 data-number="5.3" class="anchored" data-anchor-id="guidance"><span class="he
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 Expand Up @@ -710,12 +732,12 @@ <h2 data-number="5.3" class="anchored" data-anchor-id="guidance"><span class="he
</script>
<nav class="page-navigation">
<div class="nav-page nav-page-previous">
<a href="./doc_trust.html" class="pagination-link aria-label=" &lt;span="" trust&lt;="" span&gt;"="">
<a href="./doc_trust.html" class="pagination-link" aria-label="Documenting Trust">
<i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-number">4</span>&nbsp; <span class="chapter-title">Documenting Trust</span></span>
</a>
</div>
<div class="nav-page nav-page-next">
<a href="./reg_accept.html" class="pagination-link" aria-label="<span class='chapter-number'>6</span>&nbsp; <span class='chapter-title'>Regulatory Acceptance</span>">
<a href="./reg_accept.html" class="pagination-link" aria-label="Regulatory Acceptance">
<span class="nav-page-text"><span class="chapter-number">6</span>&nbsp; <span class="chapter-title">Regulatory Acceptance</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
Expand Down
30 changes: 26 additions & 4 deletions doc_trust.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.549">
<meta name="generator" content="quarto-1.4.551">

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

Expand Down Expand Up @@ -457,6 +457,24 @@ <h2 data-number="4.3" class="anchored" data-anchor-id="how-to-contribute"><span
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
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 @@ -491,7 +509,11 @@ <h2 data-number="4.3" class="anchored" data-anchor-id="how-to-contribute"><span
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 Expand Up @@ -767,12 +789,12 @@ <h2 data-number="4.3" class="anchored" data-anchor-id="how-to-contribute"><span
</script>
<nav class="page-navigation">
<div class="nav-page nav-page-previous">
<a href="./trust.html" class="pagination-link aria-label=" &lt;span="" trust&lt;="" span&gt;"="">
<a href="./trust.html" class="pagination-link" aria-label="Establishing Trust">
<i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Establishing Trust</span></span>
</a>
</div>
<div class="nav-page nav-page-next">
<a href="./cost.html" class="pagination-link" aria-label="<span class='chapter-number'>5</span>&nbsp; <span class='chapter-title'>Cost of Open Source</span>">
<a href="./cost.html" class="pagination-link" aria-label="Cost of Open Source">
<span class="nav-page-text"><span class="chapter-number">5</span>&nbsp; <span class="chapter-title">Cost of Open Source</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
Expand Down
30 changes: 26 additions & 4 deletions fundOS.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.549">
<meta name="generator" content="quarto-1.4.551">

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

Expand Down Expand Up @@ -402,6 +402,24 @@ <h2 data-number="12.3" class="anchored" data-anchor-id="guidance"><span class="h
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
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 @@ -436,7 +454,11 @@ <h2 data-number="12.3" class="anchored" data-anchor-id="guidance"><span class="h
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 Expand Up @@ -712,12 +734,12 @@ <h2 data-number="12.3" class="anchored" data-anchor-id="guidance"><span class="h
</script>
<nav class="page-navigation">
<div class="nav-page nav-page-previous">
<a href="./longrun.html" class="pagination-link aria-label=" &lt;span="" in="" the="" long="" run&lt;="" span&gt;"="">
<a href="./longrun.html" class="pagination-link" aria-label="OS in the Long Run">
<i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-number">11</span>&nbsp; <span class="chapter-title">OS in the Long Run</span></span>
</a>
</div>
<div class="nav-page nav-page-next">
<a href="./liability.html" class="pagination-link" aria-label="<span class='chapter-number'>13</span>&nbsp; <span class='chapter-title'>Liability with OS</span>">
<a href="./liability.html" class="pagination-link" aria-label="Liability with OS">
<span class="nav-page-text"><span class="chapter-number">13</span>&nbsp; <span class="chapter-title">Liability with OS</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
Expand Down
32 changes: 27 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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.549">
<meta name="generator" content="quarto-1.4.551">

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

<meta name="author" content="PHUSE">
<meta name="dcterms.date" content="2024-02-02">
<meta name="dcterms.date" content="2024-03-11">

<title>Open Source Technology in Clinical Data Analysis</title>
<style>
Expand Down Expand Up @@ -302,7 +302,7 @@ <h1 class="title">Open Source Technology in Clinical Data Analysis</h1>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">February 2, 2024</p>
<p class="date">March 11, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -442,6 +442,24 @@ <h2 class="anchored" data-anchor-id="thank-you">Thank you</h2>
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
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 @@ -476,7 +494,11 @@ <h2 class="anchored" data-anchor-id="thank-you">Thank you</h2>
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 Expand Up @@ -754,7 +776,7 @@ <h2 class="anchored" data-anchor-id="thank-you">Thank you</h2>
<div class="nav-page nav-page-previous">
</div>
<div class="nav-page nav-page-next">
<a href="./summary.html" class="pagination-link" aria-label="<span class='chapter-number'>1</span>&nbsp; <span class='chapter-title'>What is Open Source?</span>">
<a href="./summary.html" class="pagination-link" aria-label="What is Open Source?">
<span class="nav-page-text"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">What is Open Source?</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
Expand Down
Loading

0 comments on commit b427acc

Please sign in to comment.