-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (46 loc) · 2.53 KB
/
index.html
File metadata and controls
59 lines (46 loc) · 2.53 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
---
layout: default
---
<div class='container'>
<header class="masthead text-center">
<img class='img-responsive center-block' src="/images/others/home_pic_1.png" width="100%" height="100%" />
<p>
<i>Signal Processing, Machine Learning and Deep Learning for Radar and Biomedical Data.<br>
Sensors for non-invasive Health Monitoring.<br>Compressive Sensing.
</i>
<span style="display: block; margin-bottom: 3em"></span>
<a href="https://github.com/SenSE-Lab-OSU"><i class="fa fa-github"></i> SenSE-Lab @ OSU</a>
<!--<a href="https://twitter.com/KordingLab"><i class="fa fa-twitter"></i> KordingLab</a>
<a href="mailto:kording@upenn.edu"><i class="fa fa-envelope-o"></i> kording@upenn.edu</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 two months. Updated 11/21/2020</u>
<span style="display: block; margin-bottom: 1em"></span>
<div class="news">
{% capture now %}{{'now' | date: '%s' | minus: 5184000 }}{% 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 Electrical and Computer Engineering at The Ohio State University<br>
205 Dreese Lab, 2015 Neil Avenue, Columbus, OH 43210
<span style="display: block; margin-bottom: 3em"></span>
</header>
</div>