-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign-up.html
140 lines (132 loc) · 5.61 KB
/
sign-up.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>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title> ICDAR 2019 cTDaR | Sign Up</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12 overflow">
</div>
</div>
</div>
<div class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<!-- <span class="sr-only">Toggle navigation</span> -->
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<h1><img src="images/logo.png" alt="logo" style="width: 45%; height: 40%; max-width: 500px; padding-left: 45px" ></h1>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="sign-up.html">Sign Up</a></li>
<li><a href="index.html">Home</a></li>
<li class="dropdown"><a href="#">Tasks<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="tasks.html">Tasks</a></li>
<li><a href="results.html">Results</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Dataset<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="dataset-description.html">Description</a></li>
<li><a href="dataset-training.html">Training Dataset</a></li>
<li><a href="dataset-testing.html">Test Dataset</a></li>
</ul>
</li>
<li><a href="evaluation.html">Evaluation</a></li>
<li><a href="organizers.html">Organizers</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
<!-- <div class="search">
<form role="form">
<i class="fa fa-search"></i>
<div class="field-toggle">
<input type="text" class="search-form" autocomplete="off" placeholder="Search">
</div>
</form>
</div> -->
</div>
</div>
</header>
<!--/#header-->
<section id="page-breadcrumb">
<div class="vertical-center sun">
<div class="container">
<div class="row">
<div class="action">
<div class="col-sm-12">
<h1 class="title">How to Participate</h1>
<!-- <p>Why our Clients love to work with us.</p> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#page-breadcrumb-->
<section id="features">
<div class="container">
<div class="row">
<div class="single-features">
<div class="col-sm-10 col-sm-offset-1 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms" style="">
<p>
1 - Register your interest through e-mail (team name, institution, name and email address for each team member and participating Tasks (A,B, A&B) by sending an e-mail to <a href="mailto:[email protected]">[email protected]</a> with the title "Registration" before <strong>15 April 2019</strong>.
</p>
<p>
2 - Submit the <strong>description</strong> (as txt or docx) and the <strong>results</strong> (see Submission Protocol) of your methods <strong>before 20 April 2019</strong>.
</p>
<!-- <p>Register your team by sending an e-mail to <a href="mailto:[email protected]">[email protected]</a> with the title "Registration" (before April 30, 2019). The e-mail must contain the name of team, the name and email address of the participant(s), the educational institution or research group they belong and in which of the tasks will participate: Task A only, Task B1 only, Task B2 only or /all of them.</p> -->
</div>
</div>
</div>
</div>
</section>
<!--/#features-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-text text-center">
<p>© PKU Founder Group 2019. All Rights Reserved.</p>
<p>Designed by <a target="_blank" href="http://www.themeum.com">Themeum</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>