|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
9 | 9 |
|
10 | | -<title>index – European Network for Open Criminology</title> |
| 10 | +<title>ENOC Newsletter – European Network for Open Criminology</title> |
11 | 11 | <style> |
12 | 12 | code{white-space: pre-wrap;} |
13 | 13 | span.smallcaps{font-variant: small-caps;} |
|
30 | 30 | <script src="../site_libs/quarto-search/fuse.min.js"></script> |
31 | 31 | <script src="../site_libs/quarto-search/quarto-search.js"></script> |
32 | 32 | <meta name="quarto:offset" content="../"> |
| 33 | +<script src="../site_libs/quarto-listing/list.min.js"></script> |
| 34 | +<script src="../site_libs/quarto-listing/quarto-listing.js"></script> |
33 | 35 | <script src="../site_libs/quarto-html/quarto.js" type="module"></script> |
34 | 36 | <script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script> |
35 | 37 | <script src="../site_libs/quarto-html/axe/axe-check.js" type="module"></script> |
|
68 | 70 | "search-label": "Search" |
69 | 71 | } |
70 | 72 | }</script> |
| 73 | +<script> |
71 | 74 |
|
| 75 | + window.document.addEventListener("DOMContentLoaded", function (_event) { |
| 76 | + const listingTargetEl = window.document.querySelector('#listing-listing .list'); |
| 77 | + if (!listingTargetEl) { |
| 78 | + // No listing discovered, do not attach. |
| 79 | + return; |
| 80 | + } |
| 81 | + |
| 82 | + const options = { |
| 83 | + valueNames: [{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-date-sort'] },{ data: ['listing-file-modified-sort'] }], |
| 84 | + |
| 85 | + searchColumns: [], |
| 86 | + }; |
| 87 | + |
| 88 | + window['quarto-listings'] = window['quarto-listings'] || {}; |
| 89 | + window['quarto-listings']['listing-listing'] = new List('listing-listing', options); |
| 90 | + |
| 91 | + if (window['quarto-listing-loaded']) { |
| 92 | + window['quarto-listing-loaded'](); |
| 93 | + } |
| 94 | + }); |
| 95 | + |
| 96 | + window.addEventListener('hashchange',() => { |
| 97 | + if (window['quarto-listing-loaded']) { |
| 98 | + window['quarto-listing-loaded'](); |
| 99 | + } |
| 100 | + }) |
| 101 | + </script> |
| 102 | + |
| 103 | + <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script> |
| 104 | + <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script> |
| 105 | + |
| 106 | +<script type="text/javascript"> |
| 107 | +const typesetMath = (el) => { |
| 108 | + if (window.MathJax) { |
| 109 | + // MathJax Typeset |
| 110 | + window.MathJax.typeset([el]); |
| 111 | + } else if (window.katex) { |
| 112 | + // KaTeX Render |
| 113 | + var mathElements = el.getElementsByClassName("math"); |
| 114 | + var macros = []; |
| 115 | + for (var i = 0; i < mathElements.length; i++) { |
| 116 | + var texText = mathElements[i].firstChild; |
| 117 | + if (mathElements[i].tagName == "SPAN" && texText && texText.data) { |
| 118 | + window.katex.render(texText.data, mathElements[i], { |
| 119 | + displayMode: mathElements[i].classList.contains('display'), |
| 120 | + throwOnError: false, |
| 121 | + macros: macros, |
| 122 | + fleqn: false |
| 123 | + }); |
| 124 | + } |
| 125 | + } |
| 126 | + } |
| 127 | +} |
| 128 | +window.Quarto = { |
| 129 | + typesetMath |
| 130 | +}; |
| 131 | +</script> |
72 | 132 |
|
73 | 133 | <link rel="stylesheet" href="../styles.css"> |
74 | | -<meta property="og:title" content="European Network for Open Criminology"> |
| 134 | +<meta property="og:title" content="ENOC Newsletter – European Network for Open Criminology"> |
75 | 135 | <meta property="og:description" content=""> |
76 | 136 | <meta property="og:site_name" content="European Network for Open Criminology"> |
77 | 137 | <meta property="og:locale" content="en_GB"> |
78 | | -<meta name="twitter:title" content="European Network for Open Criminology"> |
| 138 | +<meta name="twitter:title" content="ENOC Newsletter – European Network for Open Criminology"> |
79 | 139 | <meta name="twitter:description" content=""> |
80 | 140 | <meta name="twitter:card" content="summary"> |
81 | 141 | </head> |
|
143 | 203 | <div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article page-navbar"> |
144 | 204 | <!-- sidebar --> |
145 | 205 | <!-- margin-sidebar --> |
146 | | - <div id="quarto-margin-sidebar" class="sidebar margin-sidebar zindex-bottom"> |
147 | | - |
| 206 | + <div id="quarto-margin-sidebar" class="sidebar margin-sidebar"> |
| 207 | + <nav id="TOC" role="doc-toc" class="toc-active"> |
| 208 | + <h2 id="toc-title">On this page</h2> |
| 209 | + |
| 210 | + <ul> |
| 211 | + <li><a href="#enoc-bi-annual-newsletter" id="toc-enoc-bi-annual-newsletter" class="nav-link active" data-scroll-target="#enoc-bi-annual-newsletter">ENOC Bi-annual Newsletter</a></li> |
| 212 | + </ul> |
| 213 | +</nav> |
148 | 214 | </div> |
149 | 215 | <!-- main --> |
150 | | -<main class="content" id="quarto-document-content"><header id="title-block-header" class="quarto-title-block"></header> |
| 216 | +<main class="content" id="quarto-document-content"> |
| 217 | + |
| 218 | +<header id="title-block-header" class="quarto-title-block default"> |
| 219 | +<div class="quarto-title"> |
| 220 | +<h1 class="title">ENOC Newsletter</h1> |
| 221 | +</div> |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | +<div class="quarto-title-meta"> |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + </div> |
| 231 | + |
151 | 232 |
|
152 | 233 |
|
| 234 | +</header> |
153 | 235 |
|
154 | 236 |
|
| 237 | +<section id="enoc-bi-annual-newsletter" class="level2"> |
| 238 | +<h2 class="anchored" data-anchor-id="enoc-bi-annual-newsletter">ENOC Bi-annual Newsletter</h2> |
| 239 | +<ul> |
| 240 | +<li><a href="https://mailchi.mp/d6127976d232/enoc-newsletter-1?e=be1d69501b">March 2026</a></li> |
| 241 | +</ul> |
155 | 242 |
|
156 | 243 |
|
157 | 244 |
|
158 | | -<p>The contents of this website is available for re-use under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International Licence</a>.</p></main> <!-- /main --> |
| 245 | +</section> |
| 246 | + |
| 247 | +<div class="quarto-listing quarto-listing-container-default" id="listing-listing"> |
| 248 | +<div class="list quarto-listing-default"> |
| 249 | + |
| 250 | +</div> |
| 251 | +<div class="listing-no-matching d-none">No matching items</div> |
| 252 | +</div><p>The contents of this website is available for re-use under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International Licence</a>.</p></main> <!-- /main --> |
159 | 253 | <script id="quarto-html-after-body" type="application/javascript"> |
160 | 254 | window.document.addEventListener("DOMContentLoaded", function (event) { |
161 | 255 | const icon = ""; |
|
0 commit comments