Skip to content

Commit

Permalink
corr draft 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-grubor committed Nov 6, 2024
1 parent 471884d commit 11006fe
Show file tree
Hide file tree
Showing 119 changed files with 155,639 additions and 2,871 deletions.
47 changes: 18 additions & 29 deletions docs/about.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.5.56">
<meta name="generator" content="quarto-1.4.553">

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


<title>Dr Nikola N. Grubor – Medicinska statistika i informatika</title>
<title>Medicinska statistika i informatika - Dr Nikola N. Grubor</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -81,7 +81,7 @@
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" role="menu" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<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">
Expand All @@ -92,7 +92,7 @@
</li>
</ul>
</div> <!-- /navcollapse -->
<div class="quarto-navbar-tools">
<div class="quarto-navbar-tools">
</div>
</div> <!-- /container-fluid -->
</nav>
Expand All @@ -103,7 +103,7 @@
<!-- margin-sidebar -->

<!-- main -->
<div class="quarto-about-solana column-body">
<div class="quarto-about-solana column-body content">
<div class="about-entity">
<div class="entity-contents">
<header id="title-block-header" class="quarto-title-block default">
Expand Down Expand Up @@ -164,7 +164,18 @@ <h1 class="title">Dr Nikola N. Grubor</h1>
}
return false;
}
const onCopySuccess = function(e) {
const clipboard = new window.ClipboardJS('.code-copy-button', {
text: function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
});
clipboard.on('success', function(e) {
// button target
const button = e.trigger;
// don't keep focus
Expand Down Expand Up @@ -196,37 +207,15 @@ <h1 class="title">Dr Nikola N. Grubor</h1>
}, 1000);
// clear code selection
e.clearSelection();
}
const getTextToCopy = function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
text: getTextToCopy
});
clipboard.on('success', onCopySuccess);
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
// For code content inside modals, clipBoardJS needs to be initialized with a container option
// TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
text: getTextToCopy,
container: window.document.getElementById('quarto-embedded-source-code-modal')
});
clipboardModal.on('success', onCopySuccess);
}
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):not(.about-link)');
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)) {
Expand Down
93 changes: 41 additions & 52 deletions docs/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.5.56">
<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 @@ -81,7 +81,7 @@
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" role="menu" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<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">
Expand All @@ -92,7 +92,7 @@
</li>
</ul>
</div> <!-- /navcollapse -->
<div class="quarto-navbar-tools">
<div class="quarto-navbar-tools">
</div>
</div> <!-- /container-fluid -->
</nav>
Expand Down Expand Up @@ -131,10 +131,10 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_pd4tdj2yeii9ulh5ql29</title>
<title>tinytable_04w46u24mnexv2ouadgf</title>
<style>
.table td.tinytable_css_viy0c5iok3sf9ics2g2r, .table th.tinytable_css_viy0c5iok3sf9ics2g2r { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_kl508d3gdoi0rt8sn6um, .table th.tinytable_css_kl508d3gdoi0rt8sn6um { font-size: 1em; }
.table td.tinytable_css_88ifzag553d3zhpt5rzs, .table th.tinytable_css_88ifzag553d3zhpt5rzs { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_s1cjji08exdxi9r8rf6a, .table th.tinytable_css_s1cjji08exdxi9r8rf6a { font-size: 1em; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -152,7 +152,7 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_pd4tdj2yeii9ulh5ql29" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_04w46u24mnexv2ouadgf" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down Expand Up @@ -191,21 +191,21 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
</div>

<script>
function styleCell_tinytable_1lagdcj58z9rb39awzic(i, j, css_id) {
var table = document.getElementById("tinytable_pd4tdj2yeii9ulh5ql29");
function styleCell_tinytable_8gce0rnug3c3a51zhzj2(i, j, css_id) {
var table = document.getElementById("tinytable_04w46u24mnexv2ouadgf");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_pd4tdj2yeii9ulh5ql29');
var table = document.getElementById('tinytable_04w46u24mnexv2ouadgf');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_tinytable_1lagdcj58z9rb39awzic(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_pd4tdj2yeii9ulh5ql29");
function spanCell_tinytable_8gce0rnug3c3a51zhzj2(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_04w46u24mnexv2ouadgf");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -232,22 +232,22 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(0, 0, 'tinytable_css_viy0c5iok3sf9ics2g2r') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(0, 1, 'tinytable_css_viy0c5iok3sf9ics2g2r') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(0, 0, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(0, 1, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(1, 0, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(1, 1, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(2, 0, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(2, 1, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(3, 0, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(3, 1, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(4, 0, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(4, 1, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(5, 0, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(5, 1, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(6, 0, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_1lagdcj58z9rb39awzic(6, 1, 'tinytable_css_kl508d3gdoi0rt8sn6um') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 0, 'tinytable_css_88ifzag553d3zhpt5rzs') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 1, 'tinytable_css_88ifzag553d3zhpt5rzs') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(1, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(1, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(2, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(2, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(3, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(3, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(4, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(4, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(5, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(5, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(6, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(6, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
</script>


Expand Down Expand Up @@ -287,7 +287,18 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
}
return false;
}
const onCopySuccess = function(e) {
const clipboard = new window.ClipboardJS('.code-copy-button', {
text: function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
});
clipboard.on('success', function(e) {
// button target
const button = e.trigger;
// don't keep focus
Expand Down Expand Up @@ -319,37 +330,15 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
}, 1000);
// clear code selection
e.clearSelection();
}
const getTextToCopy = function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
text: getTextToCopy
});
clipboard.on('success', onCopySuccess);
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
// For code content inside modals, clipBoardJS needs to be initialized with a container option
// TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
text: getTextToCopy,
container: window.document.getElementById('quarto-embedded-source-code-modal')
});
clipboardModal.on('success', onCopySuccess);
}
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):not(.about-link)');
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)) {
Expand Down
Loading

0 comments on commit 11006fe

Please sign in to comment.