-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
157 lines (92 loc) · 4.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!doctype html>
<html lang="en">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<title>current and former obsessions</title>
<meta content='current and former obsessions' property='title' />
<meta content='current and former obsessions' property='og:title' />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://Cumol.github.io/" />
<meta property="og:updated_time" content="2019-12-31T15:13:03+02:00"/>
<meta name="generator" content="Hugo 0.62.0" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" rel="stylesheet">
<style type="text/css">/*https://coolors.co/afd5aa-f0f2ef-a69f98-3d3d3d-8c6057*/
:root {
--main-color: #0EAD69;
--secondary-color: #EE4266;
--logo-text-color: #fff;
--body-text-color: #3d3d3d;
--heading-text-color: #383838;
--background-color: #fff;
}
</style>
<link href='/css/tachyons.min.css' rel="stylesheet">
<link href='/css/styles.css' rel="stylesheet">
<link rel="icon"
href='/favicon.ico'
type="image/x-icon"/>
<link href='/feed.xml' rel="alternate" type="application/atom+xml" title="current and former obsessions" />
</head>
<body class="global-font">
<nav class=" justify-between border-box pa3 pl3-l pr2-l mt1 mt0-ns" id="navbar">
<div class="flex">
<a class="f4 fw6 ttu no-underline dim bg-main-color pv1 ph2 br2" id="site-title" href='/' title="Home">current and former obsessions</a>
</div>
</nav>
<main class="center mv4 content-width ph3">
<ul class="list pa0">
<li class="mb2">
<a class="f4 heading-color heading-font fw6 no-underline" href="https://Cumol.github.io/posts/ly2018/">Ly et al. 2018: Psychedelics Promote Structural and Functional Neural Plasticity.</a>
<p class="f5 mt1 silver">
<time>31 Dec 2019</time>
|
categories: [ <a href='/categories/literature-review' class="link silver">literature review</a> ]
tags: [ <a href='/tags/psychedelics' class="link silver">psychedelics</a> <a href='/tags/lsd' class="link silver">lsd</a> <a href='/tags/dmt' class="link silver">dmt</a> <a href='/tags/psilocybin' class="link silver">psilocybin</a> <a href='/tags/neuroplasticity' class="link silver">neuroplasticity</a> ]
</p>
</li>
</ul>
</main>
<div class="dn tr fixed right-2" id="tag-cloud">
tags <br>
<a class="silver no-underline" href="/tags/dmt">dmt</a></li>
<a class="silver no-underline" href="/tags/lsd">lsd</a></li>
<a class="silver no-underline" href="/tags/neuroplasticity">neuroplasticity</a></li>
<a class="silver no-underline" href="/tags/psilocybin">psilocybin</a></li>
<a class="silver no-underline" href="/tags/psychedelics">psychedelics</a></li>
</div>
<footer class="content-width mt0 mt5-l mb4 f6 center ph3 gray tc tl-l">
<hr class="dn db-l ml0-l gray w3"><br>
Powered by <a href="https://gohugo.io/" target="_blank" class="link gray dim">Hugo</a>, based on the <a href="https://github.com/lingxz/er" target="_blank" class="link gray dim">Er</a> theme. <br>
</footer>
<script type="text/javascript">
var prevScrollpos = window.pageYOffset;
window.onscroll = function() {
var currentScrollPos = window.pageYOffset;
if (document.getElementById("tag-cloud") !== null) {
if (prevScrollpos > currentScrollPos) {
document.getElementById("tag-cloud").style.visibility = "visible";
document.getElementById("tag-cloud").style.opacity = "1";
} else {
document.getElementById("tag-cloud").style.visibility = "hidden";
document.getElementById("tag-cloud").style.opacity = "0";
}
}
if (document.body.scrollTop > 1000 || document.documentElement.scrollTop > 1000) {
document.getElementById("scroll-to-top").style.display = "inline";
document.getElementById("scroll-to-top").style.visibility = "visible";
document.getElementById("scroll-to-top").style.opacity = "1";
} else {
document.getElementById("scroll-to-top").style.visibility = "hidden";
document.getElementById("scroll-to-top").style.opacity = "0";
}
prevScrollpos = currentScrollPos;
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>