-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_eng.html
More file actions
531 lines (510 loc) · 25.8 KB
/
Copy pathindex_eng.html
File metadata and controls
531 lines (510 loc) · 25.8 KB
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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!DOCTYPE html>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hackathon</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="styles/styles-for-hq-pc-screen.css">
<link rel="stylesheet" media="screen and (min-width: 300px) and (max-width: 424px)"
href="styles/styles-for-mobile.css">
<link rel="stylesheet" media="screen and (min-width: 425px) and (max-width: 539px)"
href="styles/styles-for-mobile-large.css">
<link rel="stylesheet" media="screen and (min-width: 540px) and (max-width: 750px)"
href="styles/styles-for-mobile-portable.css">
<link rel="stylesheet" media="screen and (min-width: 751px) and (max-width: 992px)"
href="styles/styles-for-tablet.css">
<link rel="stylesheet" media="screen and (min-width: 993px) and (max-width: 1366px)"
href="styles/styles-for-lq-pc-screen.css">
<!-- <link rel="icon" type="image/png" href="images/Logo_CPS.png">-->
</head>
<body>
<div class='light x1'></div>
<div class='light x2'></div>
<div class='light x3'></div>
<div class='light x4'></div>
<div class='light x5'></div>
<div class='light x6'></div>
<div class='light x7'></div>
<div class='light x8'></div>
<div class='light x9'></div>
<div class="header-wrapper panel" data-color="uranianBlue">
<header>
<div class="header container clearfix">
<img class="logo" href="" src="images/Logo_CPS.png">
<div class="nav">
<ul>
<li><a href="#about">About Hackathon</a></li>
<li><a href="#program">Agenda</a></li>
<li><a href="#referees">Judges</a></li>
<li>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc6gSjIhN5GY-SpZQSShELU8r4i3o8HtmdaL7nXwuZ8jngz9A/viewform"
target="_blank"
class="regButt">
Registration</a>
</li>
<li><a href="#contacts">Contacts</a></li>
</ul>
</div>
</div>
</header>
<div class="languages">
<a href="index.html"><img src="images/ukr.jpg" alt=""></a>
<a href="index_eng.html"><img src="images/eng.jpg" alt=""></a>
</div>
<div class="container" id="registration">
<div class="logogif">
<img src="images/Final.gif" height="200" width="200">
</div>
<div class="header-images">
<a href="http://www.univer.kharkov.ua/ua" target="_blank"><img src="images/karazin-logo.png" width="60"
height="60"
alt=""></a>
<a href="http://www-csd.univer.kharkov.ua/" target="_blank"> <img src="images/csd-logo.png" width="60"
height="60"
alt=""></a>
<a href="https://t.me/csd_HNU" target="_blank"> <img src="new_images/telegram-logo.png" width="60"
height="60"
alt=""></a>
</div>
<!-- <div id="progressbar" style="height: 0px%"></div>-->
<!-- <div id="scrollPath"></div>-->
<h1>Smart Kharkiv 2021<br> CYBER-PHYSICAL SYSTEMS</h1>
<h4>⠀48-hour Hackathon for developers</h4>
<div class="banner">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc6gSjIhN5GY-SpZQSShELU8r4i3o8HtmdaL7nXwuZ8jngz9A/viewform"
target="_blank"
class="button">
<span class="button__line button__line--top"></span>
<span class="button__line button__line--right"></span>
<span class="button__line button__line--bot"></span>
<span class="button__line button__line--left"></span>
⠀⠀Challenge⠀⠀
</a>
</div>
</div>
</div>
<div class="header-wrapper panel" data-color="lightSkyBlue" id="about">
<div class="container">
<div class="challenge-title">
<h3 id="challengeH" style="opacity: 0"></h3>
</div>
<div class="clearfix">
<div class="challenge-text" id="big-text_1" style="opacity: 0"><p> This autumn we offer
to gifted students of Kharkiv to take part
in the new-format Hackathon - SMART KHARKIV 2021 & CPS.<br><br>
A Hackathon is a marathon for programmers, where they can <br>
put their idea into a cool project within a limited time. <br>
There will be mentors during the marathon. They are qualified specialists, who will guide teams<br>
and answer their questions. Also participants will be given an opportunity
to get aquainted with employers.<br><br>
After a Hackathon`s finishing teams present their projects to the other participants
and judges, who selects the winners. Team-winners
are rewarded with prizes in appropriate nominations. <br>
Even if you have no team
but have a desire to take part in the Hackathon - we will help
you to find a team for creating a project together.<br><br>
</div>
<div class="challenge-img">
<img src="images/phone.png" alt="">
</div>
</div>
</div>
</div>
<div class="about-wrapper panel" data-color="blueJeans">
<div class="title-wrapper">
<h3 style="opacity: 0" id="aboutH">SMART KHARKIV 2021 & CPS</h3>
</div>
<div class="container">
<div class="about-blocks-wrapper clearfix" style="opacity: 0">
<div class="about-block">
<img src="new_images/block-1.png" alt="">
<p>
<span class="mark-text"> 48 hours</span>
for creativity
and creating a product<br></p>
</div>
<div class="about-block">
<img src="new_images/block-2.png" alt="">
<p>
<span class="mark-text">Meetings with the best leading specialists</span>
of the field: <br>- partners <br>- investors</p>
</div>
<div class="about-block">
<img src="new_images/block-3.png" alt="">
<p>
<span class="mark-text"> From development of innovative</span>
project to global progress</p>
</div>
<div class="about-block">
<img src="new_images/block-4.png" alt="">
<p>
<span class="mark-text">The place for<br>
making brave ideas come true</span>
and realizing projects
</p>
</div>
</div>
</div>
<div class="mainpart-wrapper panel" data-color="blueJeans2">
<div class="title-wrapper">
<h3 id="wayH" style="opacity: 0">5 nominations - 5 winners</h3>
</div>
<div class="mainpart-content-wrapper">
<div class="container clearfix">
<div class="mainpart-ul">
<ul id="ul-ways" style="opacity: 0">
<li> 1. The best code</li>
<li> 2. The best idea</li>
<li> 3. The best concept</li>
<li> 4. The best application</li>
<li> 5. The best business decision</li>
</ul>
</div>
<div class="mainpart-img">
<img src="images/about.png" alt="">
</div>
</div>
</div>
</div>
<div class="partners-wrapper container panel" data-color="tuftsBlue">
<div class="partners-line">
<h3>General partners</h3>
<div class="partner-img-text clearfix">
<a href="https://www.teaminternational.com/" target="_blank"><img
src="images/partners/TI_logo_on_dark.png"
alt=""></a>
<!-- <p>TEAM International Services Inc., founded in 1991,<br>-->
<!-- is a US nearshore software solutions provider </p>-->
</div>
<div class="partner-img-text5 clearfix">
<a href="https://www.globallogic.com/about/news/press-kit/" target="_blank"><img src="images/partners/gl.png" alt=""></a>
<!-- <p>Next-Gen Product Development<br>-->
<!-- For Better Business Outcome</p>-->
</div>
<div class="partner-img-text2 clearfix">
<a href="https://www.nixsolutions.com/" target="_blank"><img src="images/partners/NIX%20Logo.png"
alt=""></a>
<!-- <p>Next-Gen Product Development<br>-->
<!-- For Better Business Outcome</p>-->
</div>
</div>
<div class="partners-line">
<!-- <h3>Премiум партнери</h3>-->
<div class="partner-img-text clearfix">
<a href="https://ajax.systems/" target="_blank"><img
src="images/partners/Ajax_name_black-removebg-preview.png" alt="_"></a>
<!-- <p>We Build Teams<br>-->
<!-- That Build Your Software</p>-->
</div>
<div class="partner-img-text4 clearfix">
<a href="https://www.softserveinc.com/en-us" target="_blank"><img
src="images/partners/SoftServe_logo_vector-removebg-preview.png" height="" alt=""></a>
<!-- <p>Next-Gen Product Development<br>-->
<!-- For Better Business Outcome</p>-->
</div>
<div class="partner-img-text3 clearfix">
<a href="https://droid-technologies.com/" target="_blank"><img
src="images/partners/droid.png" height="" alt=""></a>
<!-- <p>Next-Gen Product Development<br>-->
<!-- For Better Business Outcome</p>-->
</div>
</div>
<div class="partners-line-2">
<h3>Media partners</h3>
<div class="clearfix partner-img-wrapper">
<div class="partner-img4">
<a href="https://softprom.com/ua" target="_blank"><img src="images/partners/SoftpromLogo.png"
alt=""></a>
</div>
<div class="partner-img">
<a href="https://a-level.com.ua/" target="_blank"><img src="images/partners/a-level.png" alt=""></a>
</div>
<div class="partner-img">
<a href="https://dou.ua/" target="_blank"><img src="images/partners/dou.png" alt=""></a>
</div>
<div class="partner-img">
<a href="http://it-kharkiv.com/ru/" target="_blank"><img src="images/partners/itcluster.png" alt=""></a>
</div>
<div class="partner-img2">
<a href="https://m.facebook.com/univer.studrada/?locale2=ru_RU" target="_blank"><img
src="images/partners/karazin.png" alt=""></a>
</div>
<div class="partner-img3">
<a href="https://t.me/csd_HNU" target="_blank"><img src="images/partners/csd-logo.png" alt=""></a>
</div>
</div>
</div>
<span>Would like to become a partner? Let us know - <a href="mailto:hackathon@karazin.ua" target="_blank">hackathon@karazin.ua</a></span>
</div>
</div>
<div class="program-wrapper panel" data-color="blueDeFrance" id="program">
<div class="title-wrapper">
<h3 id="programH" style="opacity: 0">Timeline</h3>
</div>
<div class="program-blocks-wrapper" id="programBlock" style="opacity: 0">
<div class="container clearfix">
<div class="program-block">
<div class="program-block-title">
<h4>
The 12th of November</h4>
</div>
<div class="program-block-content dropdown">
<!-- <p>13:00 - Registration & welcome coffee<br>-->
<!-- 15:00 - The Hackaton opening<br>-->
<!-- 16:30 - Start of the project developing<br>-->
<!-- 17:00 - Team briefings<br>-->
<!-- 18:00 - Mentor session<br>-->
<!-- 22:00 - Working on the drafts</p>-->
</div>
</div>
<div class="program-block">
<div class="program-block-title">
<h4>The 13th of November</h4>
</div>
<div class="program-block-content">
<p>
<br>
<br>
The format and the timeline of hackathon will be announced later.<br>
<br>
<br>
<br>
</p>
<!-- <p>10:00 - Working on the drafts<br>-->
<!-- 12:00 - An interim supervision<br>-->
<!-- 16:00 - Consultations on the drafts<br>-->
<!-- 17:00 - Mentor session<br>-->
<!-- 22:00 - Working on the drafts<br></p>-->
</div>
</div>
<div class="program-block">
<div class="program-block-title">
<h4>The 14th of November</h4>
</div>
<div class="program-block-content">
<!-- <p>11:00 - Working on the drafts<br>-->
<!-- 15:30 - Finishing working, preparing presentations and prototypes<br>-->
<!-- 17:00 - Project presentations, prototype demonstrations<br>-->
<!-- 18:00 - Project examination<br>-->
<!-- 19:00 - Rewarding of winners</p>-->
</div>
</div>
</div>
<div class="bottom-span">
<span id="ev_place" style="opacity: 0"></span>
<!-- The venue: The Column hall of the North building of V. N. Karazin Kharkiv National University-->
</div>
</div>
</div>
<div class="referees-wrapper panel" data-color="brightNavyBlue" id="referees">
<div class="referees-title-wrapper">
<h3>Judges are specified</h3>
</div>
<div class="referees-button-block">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc6gSjIhN5GY-SpZQSShELU8r4i3o8HtmdaL7nXwuZ8jngz9A/viewform"
target="_blank" class="button">
<span class="button__line button__line--top"></span>
<span class="button__line button__line--right"></span>
<span class="button__line button__line--bot"></span>
<span class="button__line button__line--left"></span>
Registration
</a>
</div>
</div>
<div class="support-wrapper panel" data-color="denim">
<div class="hands clearfix">
<!-- <div class="handleft"><img src="images/handleft.png" alt=""></div>
<div class="handright"><img src="images/handright.png" alt=""></div> -->
</div>
<div class="support-title-wrapper">
<h3 id="helpH" style="opacity: 0">FAQ</h3>
</div>
<div class="container">
<div class="textsup" id="sup" style="opacity: 0">
<div class="question-pair">
<div class="question">
<p># What is SMART KHARKIV 2021 & CPS?</p>
</div>
<div class="answer" style="display: none">
<p>The Hackathon "SMART KHARKIV 2021 & CPS" is an new-format event, which lasts 48 hours
on the Computer Science Department of V. N. Karazin Kharkiv National University base
for the teams from different universities with involvement of specialists and judges from
IT-companies.</p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># For what SMART KHARKIV 2021 & CPS is?</p>
</div>
<div class="answer" style="display: none">
<p>The Hackathon`s main purpose is creating of available and socially important innovative
devices, applications and services for improving economical and informational efficiency,
health and safety.</p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># Who can take part in it?</p>
</div>
<div class="answer" style="display: none">
<p>SMART KHARKIV 2021 & CPS is created for students of each course of every Kharkiv university.
If you can code, want to improve your skills and create something new and important
in cyberphysical systems field, entirely diving in project realization,
this event is just for you!</p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># How many members can a team include?</p>
</div>
<div class="answer" style="display: none">
<p>The maximum number of members is 5, but you can work on your own if
you`re sure about yourself. If all team members are registered, then its staff
remains as you wish. We recommend a team has a programmer, a designer, a soft
skills managers. </p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># Can we show on Hackathon exisitng project?</p>
</div>
<div class="answer" style="display: none">
<p>Taking part in the Hackathon means creating the product from nothing. You can bring necessary
materials for project realization, but it shouldn`t be a ready project.
If you want to work at the existing project with a new team, you need to announce it
during your presentation and tell how you want to improve the project during the Hackathon.</p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># What I need to take?</p>
</div>
<div class="answer" style="display: none">
<ul>
<li>A laptop with installed software for programming</li>
<li>Suite of components for project realization</li>
<li>All you need for the rest and breaks (e.g. plaid, toothbrush and so on)</li>
</ul>
<p>If you don`t have components or hardware, let organizers know beforehand
hackathon@karazin.ua.</p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># Where can I sleep?</p>
</div>
<div class="answer" style="display: none">
<p>Hackathon is a long marathon. You can sleep just at the boiling point. Is such a case,
you`d better to take with you a sleeping bag.
Also you can go home to sleep there.</p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p>#How will the project presentation take place?</p>
</div>
<div class="answer" style="display: none">
<p>You can show your presentation in Google Presentations (presentation time is not longer
then 5 minutes). Your presentation must include the essence of the project, the prototype, for
whom is it
developed and what it does, and also the description of technologies / methods which you`ve been
using for
project writing. For presenting the project in English you can gain extra points or bonus.</p>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># How will be winners decided?</p>
</div>
<div class="answer" style="display: none">
<p>Winners will be decided by judges in 5 nominations. The evaluation criteria:</p>
<ul>
<li>Innovativeness</li>
<li>Project relevance for Kharkiv</li>
<li>Quality of the presentation</li>
<li>Quality of the prototype</li>
<li>Creativity and originality</li>
<li>Potential social effect from using an idea (project)</li>
<li>Possibility of idea (project) commercialization</li>
<li>Team work</li>
</ul>
</div>
</div>
<div class="question-pair">
<div class="question">
<p># Will qualified specialists help me?</p>
</div>
<div class="answer" style="display: none">
<p>There will be mentors - qualified specialists in their branches,
who can guide you and answer all your questions in the Hackathon.</p>
</div>
</div>
</div>
<div class="bottom-span">
<span id="inf_q" style="opacity: 0">Have another question? Ask here - <a href="mailto:hackathon@karazin.ua">hackathon@karazin.ua</a></span>
</div>
</div>
</div>
<div class="contacts-wrapper panel" data-color="cobaltBlue" id="contacts">
<div class="title-wrapper">
<h3 id="contactsH" style="opacity: 0">Contacts</h3>
</div>
<div class="contacts-content">
<div class="container clearfix">
<div class="contacts-text" id="contacts-content" style="opacity: 0">
<p>SMART KHARKIV 2021 & CPS</p>
<p>V. N. Karazin Kharkiv National University<br>
Address: 6 Svobody Sq.,<br>
Kharkiv, Kharkiv Oblast, 61000</p>
<p>Organizer: School of Computer Science<br>
V. N. Karazin Kharkiv National University</p>
<p>tel: (068) 550 97 00 - Osypchuk Andrii<br>
email: <a href="mailto:hackathon@karazin.ua">hackathon@karazin.ua</a></p>
</div>
<div class="contacts-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2564.2210620715628!2d36.22870981529641!3d50.00721167941671!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4127a0dfee1d25db%3A0x3537948ba43e6375!2sKharkivs%CA%B9kyy+Natsional%CA%B9nyy+Unyversytet+Imeni+V.n.+Karazina!5e0!3m2!1sru!2sua!4v1537011170108"
width="700" height="400" frameborder="0" style="border:0" allowfullscreen>
</iframe>
</div>
</div>
</div>
<div class="sponsors-wrapper">
<div class="sponsor-images">
<div class="container clearfix">
<a href="http://www-csd.univer.kharkov.ua/"><img src="images/csd-logo.png" width="155" height="155"
alt=""></a>
<a href="http://www.univer.kharkov.ua/ua"><img src="images/karazin-logo.png" width="150" height="150"
alt=""></a>
</div>
</div>
</div>
</div>
<footer>
<div class="footerbar">
<div class="container clearfix">
<div class="footerbar-block left">
<p>SMART KHARKIV 2021 & CPS</p>
</div>
<div class="footerbar-block">
<p>Kharkiv 2021</p>
</div>
<div class="footerbar-block">
<p>V. N. Karazin Kharkiv National University<br>School of Computer Science</p>
</div>
<div class="footerbar-block right">
<ul>
<li>Developers: Alex Zhidkov</li>
<li>Valeria Piont</li>
<!-- <li>Developers: Valentyn Anzhurov</li>-->
<!-- <li>Danyl Zhmyrov</li>-->
<!-- <li>Vadym Holubnychyi</li>-->
</ul>
</div>
</div>
</div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="js/main.js"></script>
</html>