Skip to content

Commit 6530971

Browse files
committed
updates
1 parent 214c8f6 commit 6530971

File tree

149 files changed

+2239
-13033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+2239
-13033
lines changed

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
window.dataLayer = window.dataLayer || [];
111111
function gtag(){dataLayer.push(arguments);}
112112
gtag('js', new Date());
113+
114+
gtag('consent', 'default', {
115+
'ad_storage': 'denied',
116+
'analytics_storage': 'denied'
117+
});
113118
gtag('config', 'G-JHTF9WDBJG', { 'anonymize_ip': true});
114119
</script>
115120

docs/index_projects.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,20 @@
102102
}
103103
})
104104
</script>
105+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-JHTF9WDBJG"></script>
106+
107+
<script type="text/javascript">
108+
109+
window.dataLayer = window.dataLayer || [];
110+
function gtag(){dataLayer.push(arguments);}
111+
gtag('js', new Date());
112+
113+
gtag('consent', 'default', {
114+
'ad_storage': 'denied',
115+
'analytics_storage': 'denied'
116+
});
117+
gtag('config', 'G-JHTF9WDBJG', { 'anonymize_ip': true});
118+
</script>
105119

106120
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
107121
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
@@ -421,6 +435,10 @@
421435
<a class="nav-link" href="./subsite/conferences.html">
422436
<span class="menu-text">Presentations</span></a>
423437
</li>
438+
<li class="nav-item">
439+
<a class="nav-link" href="./subsite/theses.html">
440+
<span class="menu-text">Theses and dissertations</span></a>
441+
</li>
424442
</ul>
425443
</div> <!-- /navcollapse -->
426444
<div class="quarto-navbar-tools tools-wide">

docs/listings.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"listing": "/index_projects.html",
4+
"items": [
5+
"/subsite/projects/AMI-cryoEM.html",
6+
"/subsite/projects/AmyloGraph2.html",
7+
"/subsite/projects/imputomics2.html",
8+
"/subsite/projects/LIMAD.html",
9+
"/subsite/projects/OneTick.html"
10+
]
11+
},
212
{
313
"listing": "/index.html",
414
"items": [
@@ -48,15 +58,5 @@
4858
"/subsite/posts/2024_05_18.html",
4959
"/subsite/posts/2024_05_01.html"
5060
]
51-
},
52-
{
53-
"listing": "/index_projects.html",
54-
"items": [
55-
"/subsite/projects/AMI-cryoEM.html",
56-
"/subsite/projects/AmyloGraph2.html",
57-
"/subsite/projects/imputomics2.html",
58-
"/subsite/projects/LIMAD.html",
59-
"/subsite/projects/OneTick.html"
60-
]
6161
}
6262
]

docs/search.json

Lines changed: 681 additions & 681 deletions
Large diffs are not rendered by default.

docs/site_libs/crosstalk-1.2.1/css/crosstalk.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)