-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedual.html
86 lines (78 loc) · 3.4 KB
/
schedual.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
<!DOCTYPE html>
<html>
<head>
<title>ICDAR 2017 Page Object Detection Competition</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- styles -->
<link href="css/styles.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-5">
<!-- Logo -->
<div class="logo">
<h1><a href="index.html">ICDAR 2017 POD Competition</a></h1>
</div>
</div>
</div>
</div>
</div>
<div class="page-content">
<div class="row">
<div class="col-md-2">
<div class="sidebar content-box" style="display: block;">
<ul class="nav">
<!-- Main menu -->
<li class="current"><a href="index.html"><i class="glyphicon glyphicon-home"></i> Home</a></li>
<li><a href="schedual.html"> Schedual</a></li>
<li><a href="dataset.html"> Dataset</a></li>
<li><a href="evaluation.html"> Evaluation</a></li>
<li><a href="protocol.html"> Protocol</a></li>
<li><a href="results.html"> Results</a></li>
<li><a href="organizer.html"> Organizers</a></li>
</ul>
</div>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-md-12 panel-warning">
<div class="content-box-header panel-heading">
<div class="panel-title ">Schedual</div>
</div>
<div class="content-box-large box-with-header">
<li>Competition announcement: February 1, 2017 </li>
<li>Release samples with ground truths of the Competition: March 20, 2017 </li>
<li>Release the Competition Training Dataset: <s>April 1, 2017</s> <font color="#FF0000">April 20, 2017</font> </li>
<li>Release the Competition Testing Dataset: <s>April 10, 2017</s> <font color="#FF0000">May 1, 2017</font> </li>
<li>Deadline of results submission: <s>May 10, 2017</s> <font color="#FF0000"><s>May 30, 2017</s> June 7,2017</font> </li>
<li>Release the Annotations of Testing Dataset and Evaluation Tools: June 30, 2017 </li>
</div>
</div>
</div>
</div>
</div>
</div>
<!--<footer>
<div class="container">
<div class="copy text-center">
Copyright 2014 <a href='#'>Website</a>
</div>
</div>
</footer>-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>