-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
57 lines (51 loc) · 2.21 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
---
layout: default
title: Home
notitle: true
---
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5M45VDWTDP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5M45VDWTDP');
</script>
<div class="jumbotron">
<div><p>
Welcome to the homepage of the <b>N</b>euro<b>I</b>maging <b>S</b>tatistics <b>Ox</b>ford (<b>NISOx</b>) research group lead by Professor Thomas Nichols's at the <a href="https://www.bdi.ox.ac.uk">Oxford Big Data Institute</a>.
<br/>
<p style = "float:left;margin-right:1em;padding-top:5px;"><img src="./img/people/group.jpeg" alt="group" width="322"></p><p style="text-align:justify">
The NISOx group develops inference methods and tools for large scale, population neuroimaging studies. Current areas of focus are Coordinate-Based and Image-Based Meta-Analysis, Data Sharing, Best Practice and Effective Connectivity. </p>
<p>For a full list of research publications presented by the NISOx group please see the <a href="./publications">publications page</a>. </p>
</p><br></div>
</div>
<table width="100%">
<tr>
<td width="70%" style="vertical-align: top;">
<h2>News</h2>
<ul class="news list-unstyled">
{% for post in site.posts limit: site.front_page_news %}
{% if post.shortnews %}
<li class="shortnews">
<span class="date">{{ post.date | date_to_long_string }}</span>
{{ post.content }}
</li>
{% else %}
<li class="shortnews">
<span class="date">{{ post.date | date_to_long_string }}</span>
{{post.excerpt | remove: '<p>' | remove: '</p>'}} <a href="{{ post.url }}"> ... see more.</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% assign numposts = site.posts | size %}
{% if numposts >= site.front_page_news %}
<p><a href="{{ site.github.url }}/news.html">Older posts…</a></p>
{% endif %}
</td>
<td width="30%">
<a class="twitter-timeline" data-width="220" data-height="300" data-dnt="true" href="https://twitter.com/ten_photos">Tweets by ten_photos</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</td>
</tr>
</table>