-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawards.html
174 lines (125 loc) · 5.88 KB
/
awards.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0">
<base target="_blank">
<title>PAMIGroup</title>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<div class="row" id="header">
<div class="logo col-md-1 col-sm-1">
<!--logo to be add-->
<a href="/" target="_self">
<img src="static/image/logo.png" class="img-circle" style="height: 50%;margin-top: 15px;margin-left: 15px">
</a>
</div>
<div class="row col-md-11 col-sm-11" style="margin-top: 10px">
<div class="col-md-9 col-sm-9 pull-left">
<h3>Pattern Analysis and Machine Intelligence Group</h3>
</div>
<div class="col-md-1 col-sm-1 visible-lg visible-md" style="margin-top: 10px">
<ul class="list-unstyled">
<li><a href="members.html" target="_self">Members</a></li>
<li><a href="publications.html" target="_parent">Publications</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 visible-lg visible-md" style="margin-top: 10px">
<ul class="list-unstyled">
<li><a href="funds.html" target="_parent">Funds</a></li>
<li><a href="awards.html" target="_parent">Awards</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 visible-lg visible-md" style="margin-top: 10px">
<ul class="list-unstyled">
<li><a href="activities.html" target="_parent">Activities</a></li>
<li><a href="contact.html" target="_parent">Contact</a></li>
</ul>
</div>
</div>
</div>
<hr style="height:3px;background-color:rgb(51,101,171);" />
<div class="container visible-sm">
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="members.html" target="_self">Members</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="publications.html" target="_parent">Publications</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="funds.html" target="_parent">Funds</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="awards.html" target="_parent">Awards</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="activities.html" target="_parent">Activities</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="contact.html" target="_parent">Contact</a></li>
</ul>
</div>
</div>
<div class="container">
<h3 class="title-h3 col-md-12">Selected Awards</h3>
<div id="awards">
<img class="display_img" tabindex="1" src="static/resource/awards/zhang1.jpg" alt= "Emy1">
<img class="display_img" tabindex="2" src="static/resource/awards/zhang2.jpg" alt= "Emy1">
<img class="display_img" tabindex="3" src="static/resource/awards/zhang3.jpg" alt= "Emy1">
<img class="display_img" tabindex="4" src="static/resource/awards/zhang4.jpg" alt= "Emy1">
<img class="display_img" tabindex="5" src="static/resource/awards/zhang5.jpg" alt= "Emy1">
<img class="display_img" tabindex="6" src="static/resource/awards/zhang6.jpg" alt= "Emy1">
<img class="display_img" tabindex="7" src="static/resource/awards/zhang7.jpg" alt= "Emy1">
<img class="display_img" tabindex="8" src="static/resource/awards/zhizhong_ccf.jpg" alt= "Emy1">
<img class="display_img" tabindex="9" src="static/resource/awards/gao1.jpg" alt= "Emy1">
</div>
</div>
<hr style="height:3px;background-color:rgb(51,101,171);">
<div class="footer" style="height:50px;bottom:115px;left:0px; width: 100%">
<div class="footer-1 col-md-12">
<div class="container">
<div class="footerLogo col-sm-6">
<!--<img class="img-circle pull-left" src="logo.png" style="height: 50%">-->
<ul>
<li><h6>Pattern Recognition and Machine Intelligence Group</h6></li>
<li><h6><span class="address_text_span">复旦大学 江湾校区二号交叉学科楼</span></h6></li>
</ul>
</div>
<div class="navs pull-right visible-lg visible-md">
<div class=" nav pull-left" style="margin-top: 10px">
<h4> Links:</h4>
<ul>
<li><a href="http://www.fudan.edu.cn/2016/index.html" target="_parent">Fudan University</a></li>
<li><a href="http://www.iipl.fudan.edu.cn" target="_parent">Shanghai Key Laboratory of Intelligent Information Processing</a></li>
</ul>
</div>
</div><!--navs end-->
</div><!--container end-->
</div><!--footer_1 end-->
<div class="footer-2 col-md-12">
<div class="text-center">
<p><strong>This page has been accessed <span id="busuanzi_value_site_pv"></span> times since Jan. 20th , 2016 </strong></p>
</div>
<div>
<p class="text-center">Copyright © 2018 Fudan University Pattern Analysis and Machine Intelligence Group | Last Modified: <span> 12/20/2022 </span> </p>
</div>
</div><!--footer_2 end-->
</div>
<script src="static/js/jquery.js"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script src="static/js/bootstrap.js"></script>
</body>
</html>