forked from ADC2019/adc2019.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphd.html
More file actions
executable file
·140 lines (128 loc) · 4.98 KB
/
Copy pathphd.html
File metadata and controls
executable file
·140 lines (128 loc) · 4.98 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
<!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 2020 Conference - ECR/PhD Workshop Program</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">ADC2020</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="Melbourne" src="images/ADC_2020_cover_photo1.jpg" align="center" width="100%">
<div id="maincontent">
<h1>2020 Australasian Database Conference</h1>
<h2>ECR/PhD Workshop Tutorials</h2>
<br>
<h4>Please see <a href="ADC-ECR-PhD-Workshop-Program.pdf">program</a>.</h4>
</div>
</div>
</div>
<div id="footer">
<br><br>
<div align="center">
<small>ADC 2020 - Australasian Database Conference, Melbourne, 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>