-
Notifications
You must be signed in to change notification settings - Fork 0
/
special_issues.html
208 lines (202 loc) · 11.9 KB
/
special_issues.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
206
207
208
<!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 Paper</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 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</a>
<a class="dropdown-item" href="program_committee.html">Program committee</a>
<a class="dropdown-item" href="previous_eann_events.html"> EANN Past and Future</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">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 active" href="special_issues.html">Special issues <span class="sr-only">(current)</span></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>Special Issues</h2>
<div class="article">
<p>Selected papers from those accepted at the EANN 2018 Conference will be considered for inclusion and publication in a volume of the<br>
<h3 style="color:#1919ff;">“Advanced Computational Intelligence Paradigms in Healthcare"</h3>
<h3 style="color:#f21717;">SPRINGER BOOK SERIES</h3>
<a style="color:#1919ff;" href="http://www.springer.com/gp/book/9783540475231">http://www.springer.com/gp/book/9783540475231</a>
<p style="color:#1919ff;">Edited by Professor Ilias Maglogiannis, University of Piraeus, Greece</p><br>
</div>
<div class="row">
<div class="column">
<p style="padding-left: 1em; ">NEW - The Springer Journal on Neural Computing and Applications (NCA)</br> will edit a Special Issue with selected papers from the EANN 2018 </br> conference.<br><br></p><a style="padding-left: 1em; color:#1919ff;" href="https://link.springer.com/journal/521">Neural Computing and Applications (NCA)</a>
</div>
<div class="column">
<img src="pictures\book.jpg" width="200" height="225" style="padding-left: 3em; ">
</div>
</div>
<h2>Past Special Issues</h2>
<ul>
<li><a>Special issue on: <a style="color:#1919ff;" href="https://link.springer.com/journal/12530">An Interdisciplinary Journal for Advanced Science and Technology, Evolving Systems</a>,<br> Vol. 8, No. 32, Eds: Plamen Angelov, Dimitar P. Filev, Nikola K. Kasabov (2017)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="https://link.springer.com/journal/12530/8/1/page/1"> Computing and Applications, Evolving Systems</a>,<br> Vol. 28, No. 155, Eds: John MacIntyre (2017)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="https://link.springer.com/journal/12530/8/1/page/1">Timely advances in evolving neural-based systems, Evolving Systems</a>,<br> Vol. 8, No. 1, Eds: Lazaros Iliadis, Konstantinos Margaritis, Ilias Maglogiannis (2017)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="https://link.springer.com/article/10.1007/s00521-016-2318-4">15th Engineering applications of neural networks</a>,<br> Neural computing and Applications Springer July 2016, Vol. 27, No. 5, Eds: Chrisina Jayne, Lazaros Iliadis, Valeri Mladenov (2016)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="https://link.springer.com/article/10.1007%2Fs00521-016-2637-5">16th Engineering applications of neural networks</a>,<br> Neural Computing and Applications, Eds: Lazaros Iliadis, Chrisina Jayne (2016)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="http://www.sciencedirect.com/science/journal/09252312/107">Timely Neural Networks Applications in Engineering Selected Papers from the 12th EANN International Conference</a>,<br> Neurocomputing, Vol. 107, pp 1-107, Eds: Lazaros Iliadis Dominic Palmer Brown (2013)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="http://www.ceser.in/ceserp/index.php/ijai/issue/view/178">Intelligent Systems Applications for Quality of life IS</a>,<br> International Journal of Artificial Intelligence, Vol. 9, No. A12, Eds: Kostas Karatzas, Mihaela Oprea, Lazaros Iliadis (2012)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="http://www.sciencedirect.com/science/journal/09252312/73/1-3">Timely developments in applied neural computing</a>,<br> Neurocomputing, Vol. 73, No. 1-3, pp 1-2, Eds: Dominic Palmer Brown, Lazaros Iliadis (2009)</a></li><br>
<li><a>Special issue on: <a style="color:#1919ff;" href="http://www.sciencedirect.com/science/journal/00200255/178/20">Industrial Applications of Neural Network</a>,<br> Information Sciences Intelligent Systems Elsevier, Vol. 178, No. 20, pp. 3799–3801, Eds: Lazaros Iliadis, (2008)</a></li><br>
</ul>
</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>