-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (49 loc) · 3.4 KB
/
index.html
File metadata and controls
61 lines (49 loc) · 3.4 KB
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
---
layout: default
---
<div class='container'>
<header class="masthead text-center">
<img src="/images/logo/lablogo_2024.png" alt="Embodied Computation Group" class="center-block" style="max-width: 280px; margin-bottom: 30px;">
<p style="text-align: justify; margin: 20px auto; max-width: 90%; line-height: 1.6;">
<strong>The Embodied Computation Group is a multidisciplinary research lab located at Aarhus University and Cambridge Psychiatry, led by Dr Micah Allen. Our research investigates how our decision-making, emotion, and conscious perception are shaped by visceral and embodied processes.</strong>
</p>
<p style="text-align: justify; margin: 20px auto; max-width: 90%; line-height: 1.6;">
To probe the embodied brain, we use tools like computational modelling, psychophysics, physiological measures, and advanced neuroimaging. Our work comprises both basic research into the neural mechanisms underpinning visceral inference, and clinical research seeking to apply these mechanisms to better understand populations suffering from disordered brain-body interaction and mental illness.
</p>
<p style="text-align: justify; margin: 20px auto; max-width: 90%; line-height: 1.6;">
Our work is supported by an extensive network of international collaborations, as well as generous support from the Lundbeck Foundation, Aarhus Institute of Advanced Studies, and Cambridge Psychiatry.
</p>
<img class='img-responsive center-block' src="/images/logo/labphoto_ecg.jpg" style="max-width: 80%; margin: 20px auto;" />
<p>
<i>Computational Modelling. Psychophysics. Neuroimaging.<br>
Visceral Inference. Brain-Body Interaction.<br>
Decision-Making. Emotion. Consciousness.</i>
<span style="display: block; margin-bottom: 3em"></span>
<a href="https://github.com/embodied-computation-group"><i class="fab fa-github"></i> ECG GitHub</a>
<a href="https://bsky.app/profile/the-ecg.org"><i class="fa-brands fa-bluesky"></i> Bluesky</a>
<a href="https://twitter.com/visceral_mind"><i class="fab fa-twitter"></i> @visceral_mind</a>
<a href="mailto:micah@cfin.au.dk"><i class="far fa-envelope"></i> Contact</a>
</p>
<div class="w3-container" style="background: #f0f8ff; padding: 25px; border-radius:10px; border: 1px solid #5d8aa8">
<div style="text-align:left">
<h3> Latest from the Lab </h3>
<div>
<ul style="list-style-position:outside;padding:20px">
{% assign recent_posts = site.posts | where: "categories", "blog" %}
{% for post in recent_posts limit:5 %}
<li style="margin-bottom: 8px;">
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<span style="color: #838383; font-size: 13px;"> — {{ post.date | date: "%B %-d, %Y" }}</span>
</li>
{% endfor %}
</ul>
<p style="text-align: right; margin-top: 5px;"><a href="/blog">All posts →</a> <a href="/news">News & media →</a></p>
</div>
</div>
</div>
<span style="display: block; margin-bottom: 3em"></span>
Department of Clinical Medicine, Aarhus University<br>
Aarhus, Denmark
<span style="display: block; margin-bottom: 3em"></span>
</header>
</div>