-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprevious_eann_events.html
205 lines (201 loc) · 10.4 KB
/
previous_eann_events.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="styles.css">
<!-- Calling the JavaScript file -->
<script src="scripts.js"></script>
</head>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<body>
<!-- This is the start of gallery -->
<div class="slider" id="main-slider">
<div class="slider-wrapper">
<img src="pictures/picture2.jpg" class="slide"/>
<img src="pictures/picture1.jpg" class="slide"/>
<img src="pictures/picture3.jpg" class="slide"/>
<img src="pictures/picture4.jpg" class="slide"/>
<img src="pictures/picture5.jpg" class="slide"/>
<img src="pictures/picture6.jpg" class="slide"/>
<img src="pictures/picture7.jpg" class="slide"/>
<img src="pictures/picture8.jpg" class="slide"/>
</div>
</div>
<!-- This is the end of gallery -->
<!-- This is the start of navbar -->
<nav class="navbar navbar-expand-md navbar-dark nav-bg-dark horizontalLine">
<!-- This is the menu button for small screen devices -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#menuID" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- This is they main menu for bigger screen devices -->
<div class="collapse navbar-collapse" id="menuID">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="dates.html">Important Dates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="venue.html">Venue</a>
</li>
<li class="nav-item">
<a class="nav-link" href="registration.html">Registration</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Call For</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="cf_papers.html">Call For Papers</a>
<a class="dropdown-item" href="cf_workshop.html">Call For Workshops</a>
<a class="dropdown-item" href="cf_student.html">Call For Student Forum</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Workshops</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="w_one.html">Workshop NIANN2018</a>
<a class="dropdown-item" href="w_two.html">Tutorial 1</a>
</div>
</li>
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Organisation</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="organisation_committee.html">Organisation committee <span class="sr-only">(current)</span></a>
<a class="dropdown-item" href="program_committee.html">Program committee</a>
<a class="dropdown-item active" href="previous_eann_events.html"> EANN Past and Future</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Publications & Keynotes</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="keynote_speakers.html">Keynote Speakers</a>
<a class="dropdown-item" href="special_issues.html">Special issues</a>
<a class="dropdown-item" href="submission.html">Submission</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_us.php">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- This is the end of navbar -->
<!-- This is the start of main content -->
<main role="main" class="container">
<div id="main-content" class="verticalLine">
<br>
<br>
<div class="article">
<h2> EANN Past and Future</h2>
<p>This is the area you will need to keep up to date with to find out about all the dates about the conference. Incase there is any changes within the conference.</p>
<br>
<p><b>EANN 2019 to be held in Athens Greece – dates to be advised</b></p>
<br>
</div>
<div>
<dl class="dates_list">
<li><a href="">1995, held in Otaniemi, Finland, in August</a></li>
<li><a href="">1996, held in London, UK, in 17- 19 June</a></li>
<li><a href="">1997, held in Stockholm,Sweden, in 16-18 June</a></li>
<li><a href="">1998, held in Gibraltar, in June</a></li>
<li><a href="">1999, held in Warsaw, Poland, in September</a></li>
<li><a href="">2000, held in Kingston-upon-Thames, UK, in July</a></li>
<li><a href="">2001, held in Cagliari, Italy, in 16-18 July</a></li>
<li><a href="">2003, held in Malaga, Spain, in September</a></li>
<li><a href="">2005, held in Lille, France, in 24-26 August</a></li>
<li><a href="http://delab.csd.auth.gr/eann2007/">2007, held in Thessaloniki, Hellas, in 29-31 August</a></li>
<li><a href="">2009, held in London, UK, in 27-29 August</a></li>
<li><a href="http://delab.csd.auth.gr/eann2011/">2011, held in Corfu, Greece, in 15-18 September</a></li>
<li><a href="http://eann.org.uk/eann2012/index.php">2012, held in London, UK, in 20-23 September</a></li>
<li><a href="http://delab.csd.auth.gr/eann2013/">2013, held in Halkidiki, Greece, in 13-16 September</a></li>
<li><a href="">2014, held in Sofia, Bulgaria, in 5-7 September</a></li>
<li><a href="http://delab.csd.auth.gr/eann2015/">2015, held in Rhodes island, Greece, in 25-28 September</a></li>
<li><a href="http://www.eann.org.uk/eann2016/index.php">2016, held in Aberdeen, UK, in 2-5 September</a></li>
<li><a href="https://conferences.cwa.gr/eann2017/">2017, held in Athens, Greece, in 25-27 August</a></li>
</dl>
</div>
<br>
<br>
</div>
<div id="news">
<br>
<br>
<div class="news-article">
<h3></h3>
<br>
<a href="http://www.uwe.ac.uk/"><img src="pictures\UWE_logo.png" width="180" height="100"></a>
<br>
<br>
<a href="https://www.inns.org/"><img src="pictures\INNS_logo.png" width="180" height="100"></a>
<br>
<br>
<a href="http://www.springer.com/gb/"><img src="pictures\Springer_logo.png" width="180" height="80"></a>
<br>
<br>
<a style="padding-left: 1.1em;" href="http://www.springer.com/series/7899"><img src="pictures\ccis.jpg" width="140" height="80"></a>
<br>
<br>
<br>
<h3>Links</h3>
<ml class="menu_list">
<li><a href="index.html"> Home</a></li>
<li><a href="dates.html"> Important Dates</a></li>
<li><a href="venue.html"> Venue</a></li>
<li><a href="cf_papers.html"> Call For Papers</a></li>
<li><a href="organisation_committee.html"> Organisation committee</a></li>
<li><a href="previous_eann_events.html"> EANN Past and Future</a></li>
<li><a href="contact_us.php"> Contact Us</a></li>
</ml>
</div>
</div>
</main>
<!-- This is the end of main content -->
<!-- This is the start of footer -->
<div id="footer">
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 footerleft ">
<h6 class="heading7">LOCATION</h6>
<p>The University of the West of England, Bristol is a public university located in and around Bristol, United Kingdom.</p>
<p><i class="fa fa-map-pin"></i> Coldharbour Lane, Stoke Gifford, Bristol BS16 1QY</p>
<p><i class="fa fa-phone"></i> Phone (UK) : 011732 86091</p>
<p><i class="fa fa-envelope"></i> E-mail : [email protected]</p>
</div>
<div class="col-md-2 col-sm-6 paddingtop-bottom">
<h6 class="heading7">LINKS</h6>
<ul class="footer-ul">
<li><a href="index.html"> Home</a></li>
<li><a href="dates.html"> Important Dates</a></li>
<li><a href="venue.html"> Venue</a></li>
<li><a href="cf_papers.html"> Call For Papers</a></li>
<li><a href="organisation_committee.html"> Organisation committee</a></li>
<li><a href="contact_us.php"> Contact Us</a></li>
</ul>
</div>
<div class="col-md-5 col-sm-6 paddingtop-bottom">
<h6 class="heading7">LATEST NEWS</h6>
<div class="post">
<p>EANN 2018 website has just been put online and ready for members to view all the information. <span>November 20,2017</span></p>
<p>Make sure you keep a eye on the important dates just in-case they change. <span>November 21,2017</span></p>
<!--<form>
<input type="text" id="search_id" name="search" placeholder="Search...">
</form>-->
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- This is the end of footer -->
</body>
</html>