-
Notifications
You must be signed in to change notification settings - Fork 4
/
software.html
232 lines (202 loc) · 8.96 KB
/
software.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
<!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 | Software</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 | Software" />
<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">
</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
==================================== -->
<section class="single-page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Open Source Software</h2>
<ol class="breadcrumb header-bradcrumb justify-content-center">
<li class="breadcrumb-item"><a href="index.html" class="text-white">Home</a></li>
<li class="breadcrumb-item"><a href="research.html" class="text-white">Research</a></li>
<li class="breadcrumb-item active">Open Source Software</li>
</ol>
</div>
</div>
</div>
</section>
<!--
Start About Section
==================================== -->
<section class="about-2 section" id="about">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-12">
<div class="title text-center">
<h2>We Are a Part of the Open Source Community</h2>
<p>We aim to make data science and artificial intelligence more accessible to interdisciplinary research by
bridging gaps between data, software, and end users.</p>
<div class="border"></div>
</div>
</div>
<!-- /section title -->
<div class="col-md-5">
<img src="images/about/about-2.png" class="img-fluid" alt="">
</div>
<div class="col-md-6">
<ul class="checklist system-style">
<li>Do better research with our accessible, scalable, and sustainable design guided by both machine learning
experts and end users.</li>
<li>Enable and accelerate artificial intelligence research in various applications.</li>
<li>Provide tutorials for end-users to extend out software.</li>
<li>Do better research with our accessible, scalable, and sustainable design guided by both machine learning
experts and end users.</li>
<li>Enable and accelerate artificial intelligence research in various applications.</li>
<li>Provide tutorials for end-users to extend out software.</li>
</ul>
<a href="https://github.com/shef-ai" class="btn btn-main mt-20" target="_blank">Learn More</a>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!-- Start Software section
=========================================== -->
<section class="pricing-table " id="pricing">
<div class="container">
<div class="row" id="software-section">
<!-- section title -->
<div class="col-12">
<div class="title title-white text-center ">
<h2>Current Software</h2>
<p>This is a list of open source software and open data provided by researchers at the University of
Sheffield.</p>
<div class="border"></div>
</div>
</div>
<!-- /section title -->
<script src="js/script-software.js"></script>
</div> <!-- End row -->
</div> <!-- End container -->
</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>