Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:people:yefuwang [2013/07/30 02:13]
xwang [Yefu Wang]
wiki:people:yefuwang [2019/12/18 23:55] (current)
Line 1: Line 1:
 +~~NOCACHE~~
 +===== Yefu Wang =====
 +{{:​yefuwangportrait.jpg |}}
  
 +\\
 +\\
 +\\
 +<​html>​
 +<ul>
 +
 +<a href="#"​ class="​wikilink1"​ onclick="​toggle_visibility('​publications'​);">​Show My Publications</​a>​
 +</ul>
 +</​html>​
 +\\
 +\\
 +\\
 +\\
 +**Yefu Wang** received his Ph.D. degree in Computer Engineering in 2011 from the Department of Electrical Engineering and Computer Science at the University of Tennessee, Knoxville. He received the M.S. degree in Control Science and Engineering in 2006, B.S. in Finance in 2004, B.S. in Automation, all from Harbin Institute of Technology, China. From 2006 to 2007, he worked as a project manager at Beijing Suwell Co. Ltd., China. ​
 +\\
 +\\
 +<​html>​
 +<script type="​text/​javascript">​
 +<!--
 +function resettoggle() {
 +var e = document.getElementById('​publications'​);​
 +e.style.display = '​none';​
 +}
 +
 +function toggle_visibility(id) {
 +var e = document.getElementById(id);​
 +if(e.style.display == '​none'​)
 +e.style.display = '​block';​
 +else
 +e.style.display = '​none';​
 +}
 +//-->
 +</​script>​
 +
 +<body onLoad="​resettoggle()">​
 +
 +</p>
 +
 +<p>
 +
 +
 +<div id="​publications">​
 +<​h2>​Publications</​h2>​
 +</​html>​
 +<php>
 +include '​pubfunctions.php';​
 +displayAuthorsPublications("​Yefu Wang"​);​
 +</​php>​
 +<​html>​
 +</​div>​
 +</​body>​
 +</​html>​

Personal Tools