-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathregistration.html
More file actions
executable file
·152 lines (139 loc) · 6.12 KB
/
Copy pathregistration.html
File metadata and controls
executable file
·152 lines (139 loc) · 6.12 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="./images/favicon.ico">
<title>ADC 2019 Conference - Registration</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="./css/bootstrap-theme.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="ADC2017CSS.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body rold="document">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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">ADC2019</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="committee.html">Organization</a>
</li>
<li class="dropdown">
<a href="callforpapers.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Submission Guidelines<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="importantdates.html">Important Dates</a>
</li>
<li>
<a href="callforpapers.html">Call for papers</a>
</li>
<li>
<a href="cameraready.html">Camera Ready Submission Guidlines</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="program.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">ADC Program<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="program.html">Program</a>
</li>
<li>
<a href="acceptedpapers.html">Accepted Papers</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="phd.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">ECR/PhD Workshop<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="phd.html">Program</a>
</li>
<li>
<a href="speaker.html">Speakers</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="attending.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Attending<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="attending.html">General Information</a>
</li>
<li>
<a href="registration.html">Registration</a>
</li>
</ul>
</li>
<li>
<a href="previous.html">Previous Conferences</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container theme-showcase" role="main">
<div id="main">
<img title="Macquarie Univeristy" src="images/ADC_2019_cover_photo1.jpg" align="center" width="100%">
<div id="maincontent">
<h1>2019 Australasian Database Conference</h1>
<h2>ADC CONFERENCE REGISTRATION</h2>
Please register through <a href="http://www.acsw.org.au/home/registration">ACSW registration</a>. Early bird registrations close <strike>30<sup>th</sup> November 2018</strike> <font color="red">21<sup>st</sup> December 2018</font>.
<h3>Important</h3>
<ul>
<li> ADC-19 requires at least one ACSW registration per accepted paper, and this registration must be made by <font color="red">21 December 2018</font>; otherwise the paper will not be included in the proceedings.</li>
<li>If you are the co-author of more than one paper, you only need to register once.</li>
<li><font color="red">ECR/PhD workshop is not included in the ADC conference registration, and must be registered separately in below.</font>
</ul>
<h2>ECR/PHD WORKSHOP REGISTRATION</h2>
Please also register through <a href="http://www.acsw.org.au/home/registration">ACSW registration</a> (select "Post-Conference Workshop Only").
<ul>
<li>The registration fee is AUD $385 for two days (31<sup>st</sup> January -- 1<sup>st</sup> February 2019).</li>
<li>The registration fee includes a ticket to the workshop dinner on Thursday evening, morning tea, lunch, and afternoon tea on both days.</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<br><br>
<div align="center">
<small>ADC 2019 - Australasian Database Conference, Sydney, Australia</small>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
window.jQuery || document.write('<script src="./js/jquery.min.js"><\/script>')
</script>
<script src="./js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>