-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnews.html
29 lines (24 loc) · 1.06 KB
/
news.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
---
layout: default
title: News
---
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148321121-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148321121-1');
</script>
<meta name="description" content="Todd Murphey's Lab at the Northwestern University Center for Robotics and Biosystems">
<meta name="keywords" content="murphey lab, robotics, murphey, machine learning, human machine, human robot, human robot interaction, active learning, optimal control, shared control, autonomy, robotic, robot, northwestern,emergent,cyber physical,information theory,ergodic,ergodicity,haptic,nonlinear systems">
</head>
<h1>News</h1>
<body>
{% for post in site.posts %}
<p style="font-size:1em; margin-bottom:-.3em;">{{ post.date | date: "%B %-d, %Y" }}</p>
<p style="font-size:1.2em;"><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></p>
<hr>
{% endfor %}
</body>