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:xingfu [2009/02/24 15:00]
gsmith28
wiki:people:xingfu [2019/12/18 23:55] (current)
Line 5: Line 5:
 \\ \\
 \\ \\
-Xing Fu is a Ph.D. student in the Department of Electrical Engineering and Computer Science at the University of Tennessee, Knoxville. He received the M.S. degree in Telecommunications and Information System and the B.S. degree in Telecommunications Engineering from Beijing University of Posts and Telecommunications,​ China in 2008 and 2005 respectively. 
 \\ \\
 \\ \\
 +
 \\ \\
 +**Xing Fu** is now a senior software engineer at Bloomberg L.P. in New York City. He received his Ph.D. from the Department of Electrical Engineering and Computer Science at the University of Tennessee, Knoxville. He received the M.S. degree in Telecommunications and Information System and the B.S. degree in Telecommunications Engineering from Beijing University of Posts and Telecommunications,​ China in 2008 and 2005 respectively.
 +
 \\ \\
 \\ \\
 \\ \\
-\\ 
-\\ 
-\\ 
-\\ 
-\\ 
- 
 ===== Research Interests ===== ===== Research Interests =====
-  * Distributed real time systems with power or thermal ​constrains+  * Distributed real-time systems with power or thermal ​constraints
   * Real-time middleware   * Real-time middleware
-  * Multi-core ​realtime ​systems+  * Multi-core ​real-time ​systems 
 ========== ==========
-  * <php+<html
-include '​pubfunctions.php';​ +<script type="text/​javascript"> 
-$dispxingfu=$_GET["dispxingfu"]; +<!-- 
- +function resettoggle() { 
- +var e document.getElementById('publications')
-if($dispxingfu=='​1'​){ +e.style.display ​= 'none';
-    ​$dispxingfu='0'; +
-}else{ +
-    $dispxingfu='1';+
 } }
  
-$link="/doku.php?id=people:​xingfu&​dispxingfu=$dispxingfu#​xing_fu"​+function toggle_visibility(id) { 
-if($dispxingfu=='1'){ +var e document.getElementById(id)
-    ​$dispxingfu='0'; +if(e.style.display ​== 'none') 
-}else{ +e.style.display ​= 'block'; 
-    ​$dispxingfu='1';+else 
 +e.style.display ​= 'none';
 } }
 +//-->
 +</​script>​
  
-echo "<a href=\"$link\" ​class=\"​wikilink1\"​ title=\"​Show My Publications\">​Show My Publications</​a>";​ +<body onLoad="resettoggle()">
-</php>+
  
 +</p>
 +<ul>
 +<li class="​level1"><​div class="​li"> ​
 +<a href="#"​ class="​wikilink1"​ onclick="​toggle_visibility('​publications'​);">​Show My Publications</​a>​
 +</li>
 +</ul>
 +<p>
 +
 +
 +<div id="​publications">​
 +<​h2>​Publications</​h2>​
 +</​html>​
 <php> <php>
-$dispxingfu=$_GET[dispxingfu];​ +include ​'pubfunctions.php'; 
-if($dispxingfu=='1'){ +displayAuthorsPublications("​Xing Fu");
-     ​displayAuthorsPublications("​Xing Fu"); +
-}+
 </​php>​ </​php>​
 +<​html>​ 
 +</​div>​ 
 +</​body>​ 
 +</​html>​

Personal Tools