-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
75 lines (73 loc) · 3.75 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Changhe Li's Home Page</title><style type="text/css">
<!--
.STYLE1 {
font-size: x-large;
font-weight: bold;
}
a:link {
color: #006666;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
color: #000000;
}
.STYLE4 {font-size: 14; color: #006699; font-weight: bold; }
.STYLE5 {color: #0000FF}
.STYLE6 {color: #006699}
-->
</style>
</head>
<body>
<p class="STYLE1">Welcome to Changhe Li's Home Page</p>
<hr />
<table width="908" height="23" border="0" bordercolor="#ECE9D8" bgcolor="#ECE9D8">
<tr bgcolor="#0066FF">
<td width="81" nowrap="nowrap" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4">About Me </td>
<td width="51" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="news.html" class="STYLE4">News</a></td>
<td width="81" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="research.html" class="STYLE4">Research</a></td>
<td width="79" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="teachingRes/Cplusplus.html" class="STYLE4">Teaching</a></td>
<td width="110" nowrap="nowrap" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="publications.html" class="STYLE4">Publications</a></td>
<td width="81" nowrap="nowrap" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="ecidue.html" class="STYLE4">Activity</a></td>
<td width="61" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="EAlib.html" class="STYLE4">OFEC</a></td>
<td width="94" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="downloads.html" class="STYLE4">Downloads</a></td>
<td width="66" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4"><a href="funding.html">Funding</a></td>
<td width="87" bordercolor="#ECE9D8" bgcolor="#ECE9D8" class="STYLE4">Links</td>
</tr>
</table>
<table width="696" border="0">
<tr>
<td width="124" rowspan="3"><img src="images/changhe.jpg" width="197" height="255" /></td>
<td width="562">Dr. <strong>Changhe Li </strong></td>
</tr>
<tr>
<td height="15"><p>Room 710, School of Automation, China University of Geosciences, 388 Lumo Road, Wuhan, Hubei Province, China, 430074 </p>
</td>
</tr>
<tr>
<td height="15"><p>Email: [email protected] </p>
<p>Fax: +86 (0)27 67883716 </p></td>
</tr>
</table>
<p>I am a professor with the <a href="http://au.cug.edu.cn/index.html" target="_blank">School of Automation</a>, <a href="http://www.cug.edu.cn/" target="_blank">China University of Geosciences</a>, Wuhan, China. </p>
<p>I received the PhD degree in computer science at the <a href="http://www.cs.le.ac.uk" target="_blank">Department of Computer Science</a>, <a href="http://www.le.ac.uk" target="_blank">University of Leicester</a> U.K. in July 2011. I received the MSc and BSc degree at China University of Geosciences in June 2005 and June 2008, respectively. </p>
<p>My research interests are particle swarm optimization, swarm intelligence, evolutionary algorithms, dynamic optimization, multi-objective optimization and artificial intelligence in game. Currently, I am the vice-chair of the Task Force on Evolutionary Computation in Dynamic and Uncertain Environments (<a href="https://ieee-tf-ecidue.cug.edu.cn/">ECiDUE</a>), <br />
</p>
<hr />
<script language="JavaScript">
<!--hide script from old browsers
document.write("last updated: " + document.lastModified + "")
// end hiding -->
</script>
</body>
</html>