Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:people:lili [2014/04/10 14:58]
xuz
wiki:people:lili [2019/12/18 23:55] (current)
Line 1: Line 1:
 +~~NOCACHE~~
 +~~NOTOC~~ ​
 +======LiLi======
 +{{:​lili.jpg?​150}}
  
 +LiLi is a PhD student with the Department of Electrical and Computer Engineering at the Ohio State University, Columbus. He received his BS degree in Electrical Engineering at Tianjin University.
 +
 +===Research Interests===
 + * Data Center Power Management
 +
 +========
 +<​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>
 +<ul>
 +
 +<a href="#"​ class="​wikilink1"​ onclick="​toggle_visibility('​publications'​);">​Show My Publications</​a>​
 +
 +</ul>
 +<p>
 +
 +
 +<div id="​publications">​
 +<​h2>​Publications</​h2>​
 +</​html>​
 +<php>
 +include '​pubfunctions.php';​
 +displayAuthorsPublications("​Li Li");
 +</​php>​
 +<​html>​
 +</​div>​
 +</​body>​
 +</​html>​

Personal Tools