forked from Shef-AI/shef-ai.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (310 loc) · 13.7 KB
/
index.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html>
<!--<![endif]-->
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TCTKHLK');
</script>
<!-- End Google Tag Manager -->
<title>Shef.AI | Sheffield Data Science and AI</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicons/favicon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="images/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="manifest" href="images/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- HTML Meta Tags -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Data Science and Artificial Intelligence at The University of Sheffield">
<meta name="keywords" content="Data Science, Artificial Intelligence, Sheffield, University, Health, Medical Sciences, Science, Engineering, Software, Open Source">
<meta name="author" content="Sina Tabakhi">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- Facebook Meta Tags -->
<meta property="og:title" content="Shef.AI | Sheffield Data Science and AI" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://shef-ai.github.io/" />
<meta property="og:description" content="Data Science and Artificial Intelligence at The University of Sheffield" />
<meta property="og:image" content="https://shef-ai.github.io/images/favicons/favicon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<meta property="og:image:alt" content="Shef.AI Logo" />
<!-- CSS
================================================== -->
<!-- Themefisher Icon font -->
<link rel="stylesheet" href="plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<!-- Lightbox.min css -->
<link rel="stylesheet" href="plugins/lightbox2/dist/css/lightbox.min.css">
<!-- animation css -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- bootstrap icons css-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body id="body">
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TCTKHLK" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!--
Start Preloader
==================================== -->
<div id="preloader">
<div class='preloader'>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--
End Preloader
==================================== -->
<!--
Fixed Navigation
==================================== -->
<div id="header-section"></div>
<!--
End Fixed Navigation
==================================== -->
<div class="hero-slider">
<div class="slider-item th-fullpage hero-area" style="background-image: url(images/slider/slider-bg-1.jpg);">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 data-duration-in=".3" data-animation-in="fadeInUp" data-delay-in=".1">
Sheffield Data Science and AI Community</h1>
<p data-duration-in=".3" data-animation-in="fadeInUp" data-delay-in=".5">
Building a vibrant, collaborative AI community across the region.</p>
<a data-duration-in=".3" data-animation-in="fadeInUp" data-delay-in=".8" class="btn btn-main"
href="research.html">MORE</a>
</div>
</div>
</div>
</div>
<div class="slider-item th-fullpage hero-area" style="background-image: url(images/slider/slider-bg-2.jpg);">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 data-duration-in=".3" data-animation-in="fadeInDown" data-delay-in=".1">
Strengthen Multidisciplinary Research Areas
</h1>
<p data-duration-in=".3" data-animation-in="fadeInDown" data-delay-in=".5">
We research essential data science and AI areas, including Health and Medical Sciences, Data-centric
Engineering, <br>
Science, Humanities and Social Sciences, Security, Business, and Public Policy.</p>
<a data-duration-in=".3" data-animation-in="fadeInDown" data-delay-in=".8" class="btn btn-main"
href="research-areas.html">MORE</a>
</div>
</div>
</div>
</div>
</div>
<!--
Start About Section
==================================== -->
<section class="service-2 section">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<!-- section title -->
<div class="title full text-center system-link">
<h2>Who We Are</h2>
<p>This Sheffield Data Science and AI Community website was created with partial support from the <a
href="https://www.turing.ac.uk/news/uk-universities-receive-first-ever-turing-network-development-awards"
target="_blank">Turing
Network Development Award (TNDA) </a> by the <a href="https://www.turing.ac.uk/" target="_blank">Alan
Turing
Institute</a>. It aims to grow the data science and AI community at Sheffield and the region. Please note
at present the following links are only accessible to users who are members of the University of Sheffield.</p>
<div class="border"></div>
</div>
<!-- /section title -->
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row text-center">
<div class="col-md-4 col-sm-6 about-forms">
<div class="service-item system-link">
<i class="tf-ion-ios-world-outline"></i>
<h4>Join our community</h4>
<p>Join our community to participate in our activities via completing the <a
href="https://forms.gle/5PQgKdbSqaGoNuLRA">Shef.AI Registration and Interest Groups Update Form</a>.</p>
</div>
</div><!-- END COL -->
<div class="col-md-4 col-sm-6 about-forms">
<div class="service-item system-link">
<i class="tf-ion-ios-personadd-outline"></i>
<h4>Add a profile</h4>
<p>Add a short profile of yourself and your research interests to our people page by completing the <a href="https://forms.gle/p8UtULxLHweSaVEq9">Shef.AI Profile Form</a>.</p>
</div>
</div><!-- END COL -->
<div class="col-md-4 col-sm-6 about-forms">
<div class="service-item system-link">
<i class="tf-ion-ios-information-outline"></i>
<h4>Add content</h4>
<p>Please see the guidance on <a href="https://docs.google.com/document/d/1I5PPnLATV-FP85RUqgvSXJjKG6PwwdUYXEavwMI06Ps/edit?usp=sharing">how to add content</a> to the
website.</p>
</div>
</div><!-- END COL -->
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!--
Start Events Section
=========================================== -->
<section class="section-sm latest-item-index-dark">
<div class="container">
<div class="row" id="latest-events-section">
<!-- section title -->
<div class="col-12">
<div class="title text-center">
<h2> Latest <span class="color">Events</span></h2>
</div>
</div>
<script src="js/script-latest-events.js"></script>
</div>
<div style="margin-top: 20px;">
<a href="events.html" class="btn btn-main">full events archive</a>
</div>
</div>
</section><!-- end section -->
<!--
Start Opportunities Section
=========================================== -->
<section class="services" id="services">
<div class="container">
<div class="row no-gutters" id="latest-opportunities-section">
<!-- section title -->
<div class="col-12">
<div class="title text-center">
<h2> Latest <span class="color">Opportunities</span></h2>
</div>
</div>
<script src="js/script-latest-opportunities.js"></script>
</div>
<div style="margin-top: 20px;">
<a href="opportunities.html" class="btn btn-main">full opportunities archive</a>
</div>
</div>
</section><!-- end section -->
<!--
Start News Section
=========================================== -->
<section class="blog" id="blog">
<div class="container">
<div class="row justify-content-center">
<!-- section title -->
<div class="col-xl-6 col-lg-8">
<div class="title text-center ">
<h2> Latest <span class="color">News</span></h2>
<!-- <div class="border"></div> -->
</div>
</div>
<!-- /section title -->
</div>
<div class="row" id="latest-news-section">
<script src="js/script-latest-news.js"></script>
</div> <!-- end row -->
<a href="news.html" class="btn btn-main">full news archive</a>
</div> <!-- end container -->
</section> <!-- end section -->
<!--
Start Twitter Section
=========================================== -->
<section class="section-sm call-to-action">
<div class="container">
<div class="row" id="latest-events-section">
<!-- section title -->
<div class="col-12">
<div class="title text-center text-light">
<h2><span class="text-light">Social Media</span></h2>
</div>
</div>
<div class="col-md-6 social-media">
<div class="title text-center">
<h4><span class="text-light">Latest Tweets</span></h4>
</div>
<a class="twitter-timeline" data-width="90%" data-height="500"
href="https://twitter.com/sheffielduni?ref_src=twsrc%5Etfw">Tweets by shefcompsci</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-md-6" id="media-linkedin">
<div class="title text-center">
<h4><span class="text-light">Latest Linkedin Post</span></h4>
</div>
<script src="js/media-linkedin.js"></script>
</div>
</div>
</div>
</section><!-- end section -->
<div id="footer-section"></div>
<!-- end Footer Area
========================================== -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Form Validation -->
<script src="plugins/form-validation/jquery.form.js"></script>
<script src="plugins/form-validation/jquery.validate.min.js"></script>
<!-- Bootstrap4 -->
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Parallax -->
<script src="plugins/parallax/jquery.parallax-1.1.3.js"></script>
<!-- lightbox -->
<script src="plugins/lightbox2/dist/js/lightbox.min.js"></script>
<!-- Owl Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/filterizr/jquery.filterizr.min.js"></script>
<!-- Smooth Scroll js -->
<script src="plugins/smooth-scroll/smooth-scroll.min.js"></script>
<!-- Custom js -->
<script src="js/script.js"></script>
<script>
$(function () {
$("#header-section").load("header.html");
$("#footer-section").load("footer.html");
});
</script>
</body>
</html>