-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
118 lines (103 loc) · 4.33 KB
/
contact.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
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ODAI</title>
<!-- <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/mystyle.css"
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body>
<div class="container" >
<div class="jumbotron">
<div class="content">
<h1 style="text-align:center; margin-top:80px; font-weight: bold; color:rgb(100,10,250); font-size: 48px;">
Object Detection in Aerial Images (ODAI)
</h1>
<!-- <p style="text-align:center; color:blue; position:relative; top:7%"> -->
<p style="text-align:center; margin-top:15px; color: rgb(10,10,250); font-size: 32px;">
<strong>
<span style="font-style:italic">A Contest on ICPR'2018 </span>
</strong>
</p>
<!-- <body background="images/largeimage2.jpg"></body> -->
<!-- <img src="images/largeimage2.jpg" class="img-responsive center-block" /> -->
</div>
</div>
<div class="row">
<div class="span6 offset2">
<ul class="nav nav-tabs">
<li> <a href="index.html">Home</a></li>
<!-- <li> <a href="dataset.html">Dataset</a></li> -->
<!-- <li><a href="tasks.html">Tasks</a></li> -->
<li><a href="evaluation.html">Evaluation</a></li>
<li><a href="results.html">Results</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
<br />
</ul>
</div>
</div>
<div class="row">
<div class="span12">
<h2>
Organization Team
</h2>
<ul>
<li>
<strong><a href="http://captain.whu.edu.cn/xia_En.html">Gui-Song Xia</a></strong> Professor at LIESMARS, Wuhan University, China
</li>
<li>
<strong><a href="http://mclab.eic.hust.edu.cn/~xbai/">Xiang Bai</a></strong> Professor of the School of Electronic Information and Communications, Huazhong University of Science and Technology, China
</li>
<li>
<strong><a href="http://vision.cornell.edu/se3/people/serge-belongie/">Serge Belongie</a></strong> Professor at Cornell Tech and the Department of Computer Science at Cornell University, United States
</li>
<li>
<strong><a href="http://www.cs.rochester.edu/u/jluo/">Jiebo Luo</a></strong> Professor of Computer Science, University of Rochester, United States
</li>
<li>
<strong><a href="http://www.dlr.de/caf/en/desktopdefault.aspx/tabid-5242/8788_read-933/sortby-lastname/">Mihai Datcu</a></strong> Scientist with the German Aerospace Center (DLR), Germany
</li>
<li>
<strong><a href="http://www.dsi.unive.it/~pelillo/">Marcello Pelillo</a></strong> Professor of Computer Science, Ca’ Foscari University of Venice, Italy
</li>
<li>
<strong><a href="http://www.lmars.whu.edu.cn/prof_web/zhangliangpei/rs/xueshu.htm">Liangpei Zhang</a></strong> Professor at LIESMARS, Wuhan University, China
</li>
<li>
<strong><a href="http://captain.whu.edu.cn/hufan.html">Fan Hu</a></strong> Postdoctoral researcher at the Electronic Information School, Wuhan University, China
</li>
</ul>
<h2>
Contact
</h2>
<p>
If you have any the problem or feedback in using ODAI-18, please contact
<ul>
<li>Gui-Song Xia at <strong>[email protected]</strong>, </li>
<li>Xiang Bai at <strong>[email protected]</strong>, </li>
<li>Jian Ding at <strong>[email protected]</strong>,</li>
<li>Zhen Zhu at <strong>[email protected]</strong>.</li>
</ul>
</p>
<br>
</div>
</div>
</div>
<br>
<div align="center">
<a href="http://www.amazingcounters.com"><img border="0" src="http://cc.amazingcounters.com/counter.php?i=3220030&c=9660403" alt="AmazingCounters.com"></a>
</div>
<br>
</div>
<!--高速版-->
<!-- <div id="SOHUCS" sid="<?php the_ID(); ?>" ></div> -->
<!-- <script charset="utf-8" type="text/javascript" src="http://changyan.sohu.com/upload/changyan.js" ></script> -->
<!-- <script type="text/javascript"> -->
<!-- // window.changyan.api.config({ -->
<!-- // appid: 'cytsn9rgi', -->
<!-- // conf: 'prod_6a4a262c58248917342baa02ee1c0d78' -->
<!-- // }); -->
<!-- // </script> -->
</body>
</html>