-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (327 loc) · 16.2 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
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Keep-Current Project</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta http-equiv="refresh" content="5; URL=https://www.keep-current.dev/" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon//apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon//apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon//apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115527810-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115527810-2');
</script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#eaf7f7",
"text": "#5c7291"
},
"button": {
"background": "#56cbdb",
"text": "#ffffff"
}
},
"theme": "classic"
})});
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1><a href="/"><img src="images/logo/keep current small logo.png" alt="Keep-Current Project"></a></h1>
<p class="major">Keep-Current is an educational project aimed to assist and promote machine learning and biotech research.</p>
<ul class="actions stacked">
<li><a href="#kc-project" class="button big wide smooth-scroll-middle">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/laptop-2562325_1920.jpg" alt="" />
</div>
</section>
<!-- Two -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="kc-project">
<div class="content">
<h2>What is the Keep-Current Project?</h2>
<p>Keep Current Project is an <a href="https://github.com/Keep-Current">open-source</a> project that aims to assist students, researchers and courious to stay current with their profession, by filtering freshly released academic papers. It makes use of natural language processing (NLP), machine learning and recommendation system (RecSys) technics to adapt to the topics you wish to stay current with.</p><p>Currently, Quantitive Biology and Machine Learning articles are supported.</p>
<ul class="actions stacked">
<li><a href="https://keep-current.dev" class="button">Take me there!</a></li>
</ul>
</div>
<div class="image">
<img src="images/AdobeStock_109605508_Preview.jpeg" alt="" />
</div>
</section>
<!-- Three -->
<section class="spotlight style2 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Machine Learning Seminar</h2>
<p>We meet once a month to dive deeper into machine learning topics. Every meeting, a different topic is chosen. The participants are expected to read it in advance and during the meetup, we discuss and enrich each other with new and personal views, as well as teaching each other.</p>
<p>Our topic on March 1st 2019 is <a href="http://interpretable.ml/">Model Interpretability</a>.</p>
<ul class="actions stacked">
<li><a href="https://www.meetup.com/WeAreDevelopers/" target="_blank" class="button">To our Meetup</a></li>
</ul>
</div>
<div class="image">
<img src="images/rawpixel-653764-unsplash.jpg" alt="" />
</div>
</section>
<!-- Four -->
<section class="spotlight style5 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Applied Deep Learning Course</h2>
<p>Learn applied deep learning using the <a href="https://www.fast.ai/">fast.ai MOOC</a> in a group with us. The course is done in an "inverse-classroom" method. After watching the MOOC videos at home, you get a chance to explain and teach during the meeting what you've learnt. By helping each other, and teaching each other, it helps to make clear what was well undestood and what is still missing. Together, we dive even deeper with the theory behind deep learning.</p>
<p>To apply to this course, you should have programming and a basic mathematical background. Preferably, you should feel comfortable with programming in <a href="https://www.python.org/">Python</a> as well as having basic knowledge in Calculus and Linear Algebra.</p>
<p>In addition, you are required to arrive to all the course meetings. This is important to keep track with the course progress, and to build your knowledge in the field.</p>
<ul class="actions ">
<li><a href="ml-course.html" class="button">More details</a></li>
<li><a href="https://docs.google.com/forms/d/1bEFDFO3RB_1bHN4jwltb8GChHriSDpvEg8EhNDubVVY" class="button">Apply Now</a></li>
</ul>
</div>
<div class="image">
<img src="images/course/20190401_190509.jpg" alt="Applied Deep Learning Course - Vienna 2019" />
</div>
</section>
<!-- Five -->
<section class="wrapper style1 align-center" style="display:none">
<div class="inner">
<h2>Who are we?</h2>
<p>The project was born in the <a href="https://www.meetup.com/Vienna-Data-Science-Group-Meetup">Vienna Data Science Group Cafe Meetup</a>, but grown since then. We are a group of volunteers who promotes machine learning and AI, while building a community around it. We advocate new methods of learning and promote education through learning by doing and having a better understanding of studied material by teaching it. Coming from different disciplines and having differnet ways of seeing things is a way to learn from and enrich each other. There is no smarter than all of us.</p>
</div>
<!-- Gallery -->
<div class="gallery style2 medium lightbox onscroll-fade-in">
<article>
<a href="images/gallery/fulls/liad.jpg" class="image">
<img src="images/gallery/thumbs/liad.jpg" alt="" />
</a>
<div class="caption">
<h3>Liad Magen</h3>
<p>Software Engineer; data scientist.</p><p><a href="https://www.linkedin.com/in/liadmagen/" class="icon style1 fa-linkedin"><span class="label">LinkedIn</span></a></p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/02.jpg" class="image">
<img src="images/gallery/thumbs/02.jpg" alt="" />
</a>
<div class="caption">
<h3>Rania Wazir</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/03.jpg" class="image">
<img src="images/gallery/thumbs/03.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Amet</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/04.jpg" class="image">
<img src="images/gallery/thumbs/04.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Tempus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/05.jpg" class="image">
<img src="images/gallery/thumbs/05.jpg" alt="" />
</a>
<div class="caption">
<h3>Ultrices Magna</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/06.jpg" class="image">
<img src="images/gallery/thumbs/06.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Tempus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/07.jpg" class="image">
<img src="images/gallery/thumbs/07.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/08.jpg" class="image">
<img src="images/gallery/thumbs/08.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Risus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/09.jpg" class="image">
<img src="images/gallery/thumbs/09.jpg" alt="" />
</a>
<div class="caption">
<h3>Tempus Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/10.jpg" class="image">
<img src="images/gallery/thumbs/10.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Etiam</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/11.jpg" class="image">
<img src="images/gallery/thumbs/11.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/12.jpg" class="image">
<img src="images/gallery/thumbs/12.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
</div>
</section>
<!-- Six -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>AI-related Event Calendar in Vienna</h2>
<p>This is a calendar of AI related, machine learning, big data and more events in Vienna</p>
<div class="content" style="overflow: hidden; padding-top: 50%; position: relative;">
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Europe%2FVienna&src=Y3NrZDZibmNkYWU1amphcmJjNjd0ampudWtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23F4511E&mode=MONTH&showTabs=1&showCalendars=0&showTz=0&showPrint=1&showDate=1&showNav=1&showTitle=1" style="border-width:0;height: 100%;position: absolute;border: 0;top: 0;left: 0;width: 100%;" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Get in touch</h2>
<form id="contactform" method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" alt="Name" required />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" alt="Email" required />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6" alt="Message" required></textarea>
</div>
</div>
<ul class="actions special">
<li><input type="submit" name="submit" id="submit" value="Send Message" /></li>
</ul>
</form>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/_keepcurrent" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/KeepCurrentNow/" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.linkedin.com/in/liadmagen/" class="icon style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.meetup.com/WeAreDevelopers/" class="icon style2 fa-meetup"><span class="label">Meetup</span></a></li>
<li><a href="https://github.com/Keep-Current" class="icon style2 fa-github"><span class="label">Github</span></a></li>
</ul>
<p>© Liad Magen. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>