-
Notifications
You must be signed in to change notification settings - Fork 0
/
Projects.html
87 lines (79 loc) · 3.43 KB
/
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
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>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/current-projects.html">Current Projects</a></li>
<li><a href="/category/cv.html">CV</a></li>
<li><a href="/category/past-projects.html">Past Projects</a></li>
<li class="active"><a href="/category/projects.html">Projects</a></li>
<li><a href="/category/publications.html">Publications</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/projects.html" rel="bookmark"
title="Permalink to Projects">Projects</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Thu 14 November 2019</span>
<span>| tags: <a href="/tag/projects.html">Projects</a></span>
</footer><!-- /.post-info --> <div class="section" id="ongoing-project">
<h2>Ongoing Project</h2>
<div class="section" id="feedabck-controller-identification-in-human-standing-balacne-task">
<h3>Feedabck controller identification in human standing balacne task</h3>
</div>
<div class="section" id="step-controller-identification-in-human-walking-under-perturbation">
<h3>Step controller identification in human walking under perturbation</h3>
</div>
<div class="section" id="impedance-controller-identification-in-human-walking-unber-perturbation">
<h3>Impedance controller identification in human walking unber perturbation</h3>
</div>
<div class="section" id="virtual-cycling-machine-using-indego">
<h3>Virtual Cycling Machine using Indego</h3>
</div>
</div>
<div class="section" id="past-porject">
<h2>Past Porject</h2>
<div class="section" id="capture-theory-based-on-modified-lip-models">
<h3>Capture theory based on modified LIP models</h3>
</div>
</div>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</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>