-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (54 loc) · 2.35 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
---
title: BrainetLab
layout: default
---
<!-- Featured -->
<div id="featured">
<div class="container">
<strong>BrainetLab</strong> is an independent research line of the <strong>Center for Neuroscience and Cognitive Systems</strong> of <strong>Istituto Italiano di Tecnologia</strong>, hosted at the University of Trento. The Center for Neuroscience and Cognitive Systems (CNCS) of IIT@UniTn focuses on a multidisciplinary approach to understanding the computational abilities of the brain.
<hr/>
<div class="row">
<section class="3u">
<center>
<span class="pennant"><span class="fa fa-briefcase"></span></span>
<h3>Projects</h3>
<a href="sections/projects/projects.html" class="button button-style1">Read More</a>
</center>
</section>
<section class="3u">
<center>
<span class="pennant"><span class="fa fa-group"></span></span>
<h3>Members</h3>
<a href="sections/members/members.html" class="button button-style1">Read More</a>
</center>
</section>
<section class="3u">
<center>
<span class="pennant"><span class="fa fa-archive"></span></span>
<h3>Publications</h3>
<a href="sections/publications/publications.html" class="button button-style1">Read more</a>
</center>
</section>
<section class="3u">
<center>
<span class="pennant"><span class="fa fa-code"></span></span>
<h3>Code</h3>
<a href="sections/software/software.html" class="button button-style1">Read more</a>
</center>
</section>
</div>
<hr>
</div>
<div class="container">
<ul>
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2> {{ post.excerpt }}
</li>
<hr/> {% endfor %}
</ul>
</div>
</div>