forked from aisptech/aisptech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
140 lines (90 loc) · 3.23 KB
/
team.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<head>
<meta charset="UTF-8">
<title>Team</title>
<link rel="icon" href="images/favicon.gif" type="image/x-icon"/>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.gif" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<link type="text/css" href="css/css3.css" rel="stylesheet" />
<!--<script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>-->
<script type="text/javascript" src="https://libs.baidu.com/jquery/1.6.4/jquery.min.js">"></script>
<script type="text/javascript" src="js/jquery.pikachoose.js"></script>
<script language="javascript">
$(document).ready(
function (){
$("#pikame").PikaChoose();
});
</script>
</head>
<body>
<!--start container-->
<div id="container">
<!--start header-->
<header>
<!--start logo-->
<a href="#" id="logo"><img src="images/logo.png" width="310" height="100" alt="logo"/></a>
<!--end logo-->
<!--start menu-->
<nav>
<ul>
<li><a href="index.html" target="_blank" >AISP</a>
</li>
<li><a href="features.html" target="_blank" >Features</a></li>
<!-- <li><a href="#">Services</a></li>-->
<!-- <li><a href="#">Release notes</a></li>-->
<li><a href="team.html" class="current">Development Team</a></li>
<li><a href="tut.html" target="_blank">Tutorial</a></li>
</ul>
</nav>
<!--end menu-->
<!--end header-->
</header>
<!--start intro-->
<div id="intro2">
<div class="group_bannner_right">
<img src="images/picture.png" width="251" height="326" alt="baner">
</div>
<header class="group_bannner_left">
<hgroup>
<h1>Development Team</h1>
<h2> AISP project is supervised by <a id="prof" target="_blank" href="http://staff.ustc.edu.cn/~liqun/">Prof. Qunxiang Li </a> and <a id="prof" target="_blank" href="http://staff.ustc.edu.cn/~jlyang/">Prof.Jinlong Yang </a> at University of Science and Technology of China
</h2>
<hr/>
<ul id="ful">
<h2> <li><b>Core developers</h2>
</ul>
<h2> <b>WeiYi Wang</b></h2>
<h2> University of Science and Technology of China</h2>
<h2> Hefei, Anhui, [email protected]</h2>
<h2> <b>Jie Meng</b></h2>
<h2> University of Science and Technology of China</h2>
<h2> Hefei, Anhui, [email protected]</h2>
<hr/>
<ul id="ful">
<h2> <li><b>Cooperators</h2>
<h2> <b>Jiajun Wang</b></h2>
<h2> Tianjin Normal University</h2>
<h2> Tianjin, [email protected]</h2>
</ul>
</hgroup>
</header>
</div>
<!--end intro-->
<!--start holder-->
<div class="holder_content">
</div>
<!--end holder-->
</div>
<!--end container-->
<!--start footer-->
<footer>
<div class="container">
<div id="FooterTwo"> © 2021 AISP PROJECT </div>
<div id="FooterTree"> <a href="http://www.aisp.tech" target="_blank" title="AISP">AISP HOME</a> </div>
</div>
</footer>
<!--end footer-->
</body></html>