-
Notifications
You must be signed in to change notification settings - Fork 0
/
All Projects.html
76 lines (68 loc) · 3.12 KB
/
All Projects.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>All Projects</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Huawei Wang </a></h1>
<nav><ul>
<li><a href="/category/about.html">About</a></li>
<li><a href="/category/cv.html">CV</a></li>
<li class="active"><a href="/category/projects.html">Projects</a></li>
<li><a href="/category/publications.html">Publications</a></li>
</ul>
<form id="search" action"#" onsubmit="javascript:window.open('https://duckduckgo.com/?q='+document.getElementById('keywords').value+'+site:');">
<input id="keywords" type="text" />
</form>
</nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/All Projects.html" rel="bookmark"
title="Permalink to All Projects">All Projects</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Thu 14 November 2019</span>
<span>| tags: <a href="/tag/all-projects.html">All Projects</a></span>
</footer><!-- /.post-info --> <div class="section" id="current-porjects">
<h2>Current Porjects</h2>
<p><a class="reference external" href="/step-strategy-id.html">Step controller identification in perturbed walking</a></p>
<p><a class="reference external" href="/virtual-cycling-Indego.html">Virtual Cycling Machine using Indego</a></p>
<p><a class="reference external" href="/walking-impedance-id.html">Impedance controller identification in human walking unber perturbation</a></p>
</div>
<div class="section" id="past-projects">
<h2>Past Projects</h2>
</div>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>related webs</h2>
<ul>
<li><a href="www.linkedin.com/in/huawei-wang-biomech">Linkedin</a></li>
<li><a href="http://chms.csuohio.edu/">CHMS</a></li>
<li><a href="http://hmc.csuohio.edu/">HMC</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://twitter.com/Peter_W_Wang">Tiwtter</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
</body>
</html>