forked from chentan/chentan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-blog.html
80 lines (74 loc) · 3.63 KB
/
blog-blog.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R2VZSBQF98"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R2VZSBQF98');
</script>
<title>Blog</title>
<link rel="icon" href="./content/mtu-logo.png" />
<link type="text/css" rel="stylesheet" media="screen" href="style-blog.css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Homepage of Shivayogi Akki, Michigan Technological University." />
<meta name="keywords"
content="Shivayogi Akki, RoLAC, MTU, robotics, control theory, legged robots, manipulators, industrial robots" />
<meta name="author" content="Shivayogi Akki" />
</head>
<body>
<table id="tlayout" summary="Table for page layout">
<tr valign="top">
<td id="layout-menu">
<div id="center">
<div class="imgdivcntr">
<img src="content/mtu-logo.png" width="100px" alt="" title="" />
</div>
</div>
<div class="menu-category">About</div>
<div class="menu-item"><a href="about-home.html" class="current">home</a></div>
<div class="menu-item"><a href="about-biography.html">biography</a></div>
<div class="menu-category">Research</div>
<div class="menu-item"><a href="research-projects.html">projects</a></div>
<div class="menu-item"><a href="research-publications.html">publications</a></div>
<div class="menu-item"><a href="research-media.html">media</a></div>
<!--<div class="menu-category"><a href="blog-blog.html">Blog</a></div>-->
<!--<div class="menu-item"><a href="research-resources.html">resources</a></div>-->
<!--<div class="menu-item"><a href="research-seminars.html">seminars</a></div>-->
<!--<div class="menu-item"><a href="research-software.html">software</a></div>-->
<!-- <div class="menu-item"><a href="research-talks.html">talks</a></div> -->
<!--div class="menu-category">Teaching</div>
<div class="menu-item"><a href="teach-mtu.html">mtu</a></div>
<div class="menu-item"><a href="teach-nd.html">notre dame</a></div>
<div class="menu-item"><a href="teach-sjtu.html">sjtu</a></div -->
</td>
<td id="layout-content">
<div class="banner">
<h1>Blog</h1>
</div>
<h2>To be updated!!!</h2>
<ol>
<li><a href="blog1.html">Reinforcement Learning</a></li>
<li><a href="blog2.html">Blog2</a></li>
</ol>
<p>
Yay
</p>
<br />
</td>
</tr>
</table>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-49200719-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>