<html>
<head>
<title>Daisy's Homepage</title>
<meta http-equiv=Content-Type content="text/html;
charset=iso-8859-1" />
<meta content="Daisy Tang, Cal Poly Pomona"
name=description />
<meta content="" name=keywords />
<link rel="stylesheet" type="text/css"
href="mystyle.css" />
<script language="JavaScript">
function change() {
el
= document.getElementById('header');
el.style.background
= '#293f6f';
}
function change_back() {
el
= document.getElementById('header');
el.style.background
= '#607c8c';
}
function startTime()
{
var today=new Date()
var h=today.getHours()
var m=today.getMinutes()
var s=today.getSeconds()
// add a zero in front of numbers<10
m=checkTime(m)
s=checkTime(s)
document.getElementById('clock').innerHTML=h+":"+m+":"+s
t=setTimeout('startTime()',500)
}
function checkTime(i)
{
if (i<10)
{i="0" +
i}
return i
}
</script>
</head>
<body onload="startTime()">
<div id="mypage">
<table
border="0" width="100%">
<tr>
<td width="50%"><img border="0"
src="www/pic/TANG.jpg" width="131"
height="197"></td>
<td id = "name" width="50%"><div
onMouseOver="change()" onMouseOut="change_back()">Fang
("Daisy") Tang</div></td>
</tr>
</table>
<div align="justify">
<table id = "header" border="0"
width="100%">
<tr>
<td
width="42%">
<font
class="bh"> Home </font> |
<a
href="www/teaching.htm">Teaching</a> |
<a
href="www/research.htm">Research</a> |
<a
href="www/publications.htm">Publications</a> |
<a
href="www/bio.htm">Biosketch</a> |
<a
href="www/links.htm">Links</a>
</td>
<td
id="clock" width="30%" align="right">
</td>
</tr>
</table>
</div>
<table id =
"mybody" border="0" width="100%">
<tr>
<td width="50%">Assistant Professor<br>
<a
href="http://www.csupomona.edu/~cs/">Computer Science
Department</a><br>
<a
href="http://www.csupomona.edu/">Cal Poly Pomona</a></font></td>
</tr>
</table>
<br>
<table id =
"mybody" border="0" width="100%">
<tr>
<td width="50%">
<font
class="b">Contact Information</font><br>
Dr. Fang Tang<br>
Computer Science
Department<br>
California State
Polytechnic University, Pomona<br>
Building 8, Room
42<br>
3801 W. Temple
Avenue<br>
Pomona, CA
91768</td>
<td width="50%"><br>
Email: ftang AT
csupomona.edu<br>
Phone: (909)
869-2157<br>
CS Department Office:
(909) 869-3440<br>
Fax: (909)
869-4733 <br>
URL: <a
href="http://www.csupomona.edu/~ftang/">www.csupomona.edu/~ftang/</a>
</td>
</tr>
</table>
<hr
class="end">
<font id =
"mybody" class="i">Last modified: Jan. 24,
2007</font>
<div
align="right">
<a
href="http://www.amazingcounters.com" target="_top">
<img
border="0"
src="http://www.amazingcounters.com/counter.php?i=499216&c=1497961"
alt="Web Counter"></a>
<br>
</div>
</div>
</body>
</html>