-
Notifications
You must be signed in to change notification settings - Fork 152
/
index.html
59 lines (46 loc) · 2.53 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
---
layout: default
---
<div class='container'>
<header class="masthead text-center">
<img class='img-responsive center-block' src="/images/people/KLab_Fall_2021.png" width="100%" height="100%" />
<p>
<i>Causality and Machine learning. <br> Machine Learning and Deep Learning for Neuroscience.<br>
Neuroscience for Deep Learning.<br>
and Machine Learning for Movement/Meta-Science.</i>
<span style="display: block; margin-bottom: 3em"></span>
<a href="https://github.com/KordingLab"><i class="fa fa-github"></i> KordingLab</a>
<a href="https://twitter.com/KordingLab"><i class="fa fa-twitter"></i> KordingLab</a>
<a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i> [email protected]</a>
</p>
<div class="w3-container" style=" background: #f0f8ff; padding: 25px; border-radius:10px; border: 1px solid #5d8aa8">
<div style="text-align:left">
<h3> Recent News </h3>
<u>Happenings of the last few months</u>
<span style="display: block; margin-bottom: 1em"></span>
<div class="news">
{% capture now %}{{'now' | date: '%s' | minus: 7776000 %}}{% endcapture %}
<ul style="list-style-position:outside;padding:20px" >
{% for new in site.data.news %}
{% capture date %}{{new.date | date: '%s' | plus: 0 %}}{% endcapture %}
{% if date > now %}
<li>
<span>
{{ new.details }}
</span>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div >
</div>
<span style="display: block; margin-bottom: 3em"></span>
<a class="twitter-timeline" href="https://twitter.com/KordingLab" data-widget-id="695051708246941697">Tweets by @KordingLab</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<span style="display: block; margin-bottom: 3em"></span>
Department of Bioengineering and Department of Neuroscience at University of Pennsylvania<br>
404 Richards Building, 3700 Hamilton Walk, Philadelphia, PA 19104
<span style="display: block; margin-bottom: 3em"></span>
</header>
</div>