This repository has been archived by the owner on Nov 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.en.html
652 lines (609 loc) · 27.6 KB
/
index.en.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
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CWI - Cooperation with Industry</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="img/appletouchicon.png"/>
<link href="img/favicon.png" rel="icon" type="image/png"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/dropdown.css">
<link rel="stylesheet" href="css/custom-desk.css" media="(min-width: 800px)">
<link rel="stylesheet" href="css/custom-mob.css" media="(max-width: 799px)">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/Hyphenator.js" type="text/javascript"></script>
<script type="text/javascript">
Hyphenator.run();
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-60779786-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<div id="all">
<header>
<h1>
Cooperation with Industry Portal
</h1>
<div class="black no-select">
<nav>
<div class="languages">
<img alt="languages" class="ico" src="img/icotriangle.svg"/>
<a href=""><img src="img/langen.svg" alt="EN"/></a>
<span class="divider">|</span>
<a href="index.html"><img src="img/langcs.svg" alt="CZ"/></a>
</div>
<ul class="dropdown">
<li>
<img alt="links" class="ico output-links" src="img/icotriangles.svg"/>
<ul class="output-links">
<li>
<a href="https://www.facebook.com/fitssp?fref=ts">Facebook</a>
</li>
<li>
<a href="https://twitter.com/sspfit">Twitter</a>
</li>
<li>
<a href="https://wiki.cvut.cz/confluence/pages/viewpage.action?pageId=14057588">Wiki ČVUT</a>
</li>
<li>
<a href="https://ssp.test.fit.cvut.cz">Sandbox</a>
</li>
<li>
<a href="https://ssp.test.fit.cvut.cz">Contact form</a>
</li>
</ul>
</li>
<li>
<img alt="roles in CWI" class="ico navigation" src="img/icolist.svg"/>
<ul class="navigation">
<li>
<a href="#about">About CWI</a>
</li>
<li>
<a href="#student">Student</a>
</li>
<li>
<a href="#university">University</a>
</li>
<li>
<a href="#teacher">Teacher</a>
</li>
<li>
<a href="#expert">Expert</a>
</li>
<li>
<a href="#industryPartner">Industry partner</a>
</li>
<li>
<a href="#contacts">Contacts</a>
</li>
</ul>
</li>
</ul>
</nav>
<img alt="Cooperation with Industry Portal" src="img/cwi.svg" draggable="false" class="headline"/>
</div>
<img alt="" src="img/headerslope.svg" draggable="false" class="background"/>
</header>
<section id="content">
<article class="intro" id="about">
<div class="left-big">
<img alt="" class="pull-right ssplanet" draggable="false" src="img/ssplanet.svg"/>
<img alt="" class="pull-right planets" draggable="false" src="img/planets.svg"/>
<h3 class="margin">
Plan:NET
</h3>
<p class="hyphenate">
<strong>COOPERATION WITH INDUSTRY</strong> portal(
<abbr title="Cooperation with Industry">CWI</abbr>
) is a complex system - a network connecting academic world with commercial sphere thanks to
intelligent web application.
</p>
<h3>
<span class="inline">CWI =</span>
<span class="inline" style="font-size: 80%;">Companies Want Innovations</span>
</h3>
<div>Students +</div>
<div>Universities +</div>
<div>Industry partners (Companies)</div>
</div>
<div class="right">
<h3 class="left-aligned">
What is this all about?
</h3>
<ol class="no-bullets hyphenate" style="text-align: left">
<li>
Assignment (challenge) >>>
</li>
<li>
(co)operation on a project >>>
</li>
<li>
real outputs/solution/innovations
</li>
</ol>
<p style="display: flex" class="hyphenate">
Industry partner performs as a assignment creator for students at the University. Teacher approves
which projects are suitable for his course and then student/team can start to solve it within the
course.
</p>
<h3>
(X)change
</h3>
<p class="hyphenate">
<abbr title="Cooperation with Industry">CWI</abbr> is a place for active creating and developing
cooperation, a place for a reciprocal exchange and effective implementation of changes.
</p>
</div>
<div class="benefits">
<div class="eye">
<img alt="" draggable="false" src="img/eye.svg"/>
</div>
<ul class="no-bullets hyphenate">
<li>
<span class="strong mobile-new-line">STUDENTS > PARTNERS:</span>
ideas, skills, talent, new perspective, solution
</li>
<li>
<span class="strong mobile-new-line">PARTNERS > STUDENTS:</span>
new opportunities, practice, financial reward
</li>
<li>
<span class="strong mobile-new-line">PARTNERS > UNIVERSITY:</span>
investment to innovations and research, feedback from commercial sphere
</li>
<li>
<span class="strong mobile-new-line">UNIVERSITY > PARTNERS:</span>
innovative base, new technologies , theoretical knowledge, many enthusiastic students and
academics, expert services/advice
</li>
<li>
<strong><abbr title="Cooperation with Industry">CWI</abbr> ></strong>
systematization (defined processes, methodologies, know-how), legal treatment, simplicity
</li>
</ul>
</div>
</article>
<article>
<h3>
WHY STAND ON THE GROUND?
</h3>
<p class="hyphenate">
CWI represents a unique concept which is - in its scope and degree of integration with
the academic community - FIRST OF ITS KIND! In CWI are used innovative smart algorithms which help to
recommend the most qualified students for assignments.
</p>
<p class="hyphenate">
Recommendation of the suitability of candidates comes from the Guaranteed evaluation which is based on
the calculation of skills (e.g. study results from already completed courses). This system also
motivates the student to improve his star profile and thus given skills (= gamification ELEMENT).
</p>
</article>
<nav class="who">
<div class="menu-headline center-aligned">
<span style="font-size: 60%">
WHO ARE YOU?
</span>
</div>
<ul class="no-bullets no-select">
<li>
<a href="#student">Student</a>
</li>
<li>
<a href="#university">University</a>
</li>
<li>
<a href="#teacher">Teacher</a>
</li>
<li>
<a href="#expert">Expert</a>
</li>
<li>
<a href="#industryPartner">Industry partner</a>
</li>
</ul>
</nav>
<article>
<h2 id="student" class="right-aligned with-line">
<span class="dashed-line"></span>
<span class="white">Student</span>
</h2>
<span class="right-aligned triangles">
</span>
<div class="table">
<div class="wider pipe">
<h3 class="no-margin-top">
Space, Man!
</h3>
<p class="hyphenate">
Are you ready for a flying start? CWI portal presents you the most effective way to connect your
study with practice, true story! You won’t believe… You will be able to co-pilot real projects
of successful companies - you will get the space to use your theoretical knowledge and improve
your skills. What more? Outputs of your work can be accepted in courses you are studying. You
won’t miss neither star evaluation. Strike!
</p>
<div class="closer with-image spaceman desktop-invisible">
<img alt="" draggable="false" src="img/spaceman.svg"/>
</div>
<h3 class="white inline no-margin-bottom">
ArmStrong!!!
</h3>
</div>
<div class="closer with-image spaceman mobile-invisible">
<img alt="" draggable="false" src="img/spaceman.svg"/>
</div>
</div>
<div class="table">
<div class="wider top">
<p class="hyphenate">
Show what is your superpower in and proFIT!
</p>
<h4>
Benefits of Cooperation with Industry - hand on it:
</h4>
<ul class="hyphenate">
<li>
Credits from courses
</li>
<li>
practice/experience, contact, feedback, CV tunning/
</li>
<li>
financial reward
</li>
</ul>
</div>
<div class="closer with-image ">
<img alt="" draggable="false" src="img/hand.svg"/>
</div>
</div>
<p class="hyphenate">
Your mission do not have to be only a matter of months - working on your semester project can be just
start of long-term cooperation with some partner. So you can lead the way of your future career. It is
worth to participate on interesting assignments… don’t you think?
</p>
</article>
<article>
<h2 id="university" class="left-aligned with-line">
<span class="dashed-line"></span>
<span class="white">University</span>
</h2>
<span class="left-aligned triangles">
</span>
<div class="table">
<div class="closer with-image mobile-invisible">
<img alt="" draggable="false" src="img/spaceship.svg"/>
</div>
<div class="wider">
<h3>
Across the UNIverse
</h3>
<p class="hyphenate">
Cooperation with Industry portal is drafted to (co)operate across the universities. Do you want
to join? “
<del>Nothing’s</del>
It’s [CWI] gonna change my world.” - Hear the music of the future!
</p>
<h3>
ALMA - the Mothership
</h3>
<p class="hyphenate">
We are on the same board - we all wish your students were happy! Sailing the world of academic
formulas is good, but what about adding some real drive into academic (aero)plan? Hurry to
commercial (atmo)sphere.
</p>
</div>
</div>
<div class="closer with-image desktop-invisible">
<img alt="" draggable="false" src="img/spaceship.svg"/>
</div>
<h4>
Create alliance with CWI… Why?
</h4>
<ul class="hyphenate">
<li>
strengthen the relationship with current partners
</li>
<li>
get new partners/investors for cooperation with your university workplace
</li>
<li>
realize contract research (new areas, data) and apply already known theoretical knowledge into
practice
</li>
<li>
get the feedback from industry partners - you can respond on real needs of the market by updating
contents of courses
</li>
<li>
your graduates will be able to succeed better on the labor market
</li>
<li>
practical oriented courses are more attractive for potencial candidates interested in studying >
involment in CWI portal represents a competitive advantage in the fight universities of young
talents
</li>
</ul>
</article>
<article>
<h2 id="teacher" class="right-aligned with-line">
<span class="dashed-line"></span>
<span class="white">Teacher</span>
</h2>
<span class="right-aligned triangles">
</span>
<p style="margin-bottom: 0;" class="hyphenate">
Don’t be a star of academical death - do not raise the clons without practical use who does still the
same semester work. Find and develop students’ individual talent. Advise, encourage and give them
ENERGY/FORCE for cooperation with Industry partners...
</p>
<div class="table">
<div class="closer with-image middle flip right">
<img alt="" draggable="false" src="img/ioda.svg"/>
</div>
<div class="wider middle flip left">
<p class="hyphenate">
In the CWI teacher approves nominated courses to
the published assignments, validates their content due to taught curriculum, specifies
parametres and required outputs for accepting the within the attended course. Teacher
accompanies his students on their way to the right solution.
</p>
<h4>
What's it worth?
</h4>
<ul class="hyphenate">
<li>
more interesting work - … with students (motivation, more activity and participation), … on
the assignments
</li>
<li>
topicality and updates of the courses content (a feedback from Industry partners)
</li>
<li>
application of the courses to the practice (efficiency)
</li>
<li>
practical course orientation > increase its attractiveness - prestige of the course,
students are more interested in
</li>
<li>
financial reward
</li>
<li>
building relationships with Industrial partners
</li>
<li>
SHINING YOU WILL BE!
</li>
</ul>
</div>
</div>
</article>
<article>
<h2 id="expert" class="left-aligned with-line">
<span class="dashed-line"></span>
<span class="white">University expert</span>
</h2>
<span class="left-aligned triangles">
</span>
<div class="table">
<div class="half flip right">
<p class="hyphenate">
Each project needs its own captain. Whereas Industry partner performs as the assignment creator,
university expert leads the whole work on the project (can be delegated for that by Industry
partner).
</p>
<h3>
Expert as a commander of the expedition
</h3>
<ul class="no-bullets hyphenate">
<li>
<span class="strong mobile-new-line">CREATES MISSION</span>
= expert can help Industry partners to specify assignments, he can evaluate suitability and
usage of the assignments according to the taught courses
</li>
<li>
<span class="strong mobile-new-line">RECRUITS STAR CREW</span>
= he helps partners to find the most suitable candidates for cooperation among talented
students
</li>
<li>
<span class="strong mobile-new-line">GUIDES THE COURSE</span>
= expert coordinates and navigates created team
</li>
</ul>
</div>
<div class="half with-image flip left">
<img alt="" draggable="false" src="img/capitain.svg"/>
<div class="left-aligned">
<h4>
Became an expert for CWI and...
</h4>
<ul class="hyphenate">
<li>
build relationships with Industry partners
</li>
<li>
meet young talents
</li>
<li>
cooperate on interesting projects
</li>
<li>
promote development of your university workplace
</li>
<li>
get the financial reward
</li>
</ul>
</div>
</div>
</div>
</article>
<article>
<h2 id="industryPartner" class="right-aligned with-line">
<span class="dashed-line"></span>
<span class="white">Industry partner</span>
</h2>
<span class="right-aligned triangles">
</span>
<div class="table">
<div class="closer">
<h3>
Adventure time!
</h3>
<p class="hyphenate">
Go to discover a world full of new innovations, meet people and create contacts with academical
teachers and university experts, probe new talented students for cooperation! How? Build your
own (data)base on the CWI portal and colonize UNIverse! It’s not sci-fi…
</p>
<div class="wider with-image desktop-invisible">
<img alt="" draggable="false" src="img/satellite.svg"/>
</div>
<h4>
Why to join CWI
</h4>
<p class="no-margin-bottom">
As an Industry partner you get the opportunity to:
</p>
</div>
<div class="wider with-image mobile-invisible">
<img alt="" draggable="false" src="img/satellite.svg"/>
</div>
</div>
<ul class="hyphenate">
<li>
use university background and its innovative platforms (new knowledge, development + testing +
introduction of prototypes)
</li>
<li>
(long-term) cooperate with young talents (= new perspective, ideas, ...)
</li>
<li>
form students profiles (get an overview of their skills, influence the content of the taught
courses, ...)
</li>
<li>
bring up a future employer/colleague
</li>
<li>
benefit from the experience of the university experts and teachers while solving assignments
</li>
<li>
save human resources (CWI offers services such as team management or managed talent acquisition)
</li>
</ul>
</article>
<article>
<h2 class="left-aligned with-line big-bang" id="statistics">
<span class="dashed-line"></span>
<span class="white">Big bang!</span>
</h2>
<div class="center-aligned">
<h3 class="inline big-bang">
We are still expanding
</h3>
<span class="inline title-note">
{number of <span class="mobile-invisible">connected </span>students : <span class="mobile-invisible">registered </span>companies}
</span>
</div>
<div class="center-aligned">
<span class="inline big black" id="numberOfStudents">
?
</span>
<span class="inline big orange">
:
</span>
<span class="inline big black" id="numberOfPartners">
?
</span>
</div>
<script type="text/javascript">
function findPublicInfo(data) {
var numberOfStudentsElement = document.getElementById("numberOfStudents");
var numberOfPartnersElement = document.getElementById("numberOfPartners");
numberOfStudentsElement.innerHTML = data.studentCount;
numberOfPartnersElement.innerHTML = data.partnersCount;
}
</script>
<script type="application/javascript"
src="https://is.fit.cvut.cz/delegate/sspservices/publicinfo/jsonp?callback=findPublicInfo">
</script>
<div class="center-aligned">
<div class="margin-top enter">
<a class="enter" href="https://ssp.test.fit.cvut.cz">
<span class="title enter">
ENTER THE EXTRA(TERRESTRIAL) PROGRAM...
<span class="inline">
WELL, COME >>>
<span class="btn enter" draggable="false">
</span>
</span>
</span>
</a>
</div>
</div>
</article>
</section>
<footer style="position: relative;">
<div class="contact" id="contacts">
<div>
<abbr class="strong" title="Email">E:</abbr>
<a href="mailto:ssp@fit.cvut.cz">ssp@fit.cvut.cz</a>
</div>
<div>
<abbr class="strong" title="Telefon">T:</abbr> +420 224 359 834
</div>
</div>
<div class="output-links">
<a href="https://www.facebook.com/fitssp?fref=ts"><img alt="Facebook" src="img/facebook.svg"></a>
<a href="https://twitter.com/sspfit"><img alt="Twitter" src="img/twitter.svg"></a>
<a href="https://wiki.cvut.cz/confluence/pages/viewpage.action?pageId=14057588"><img alt="ČVUT WIKI"
src="img/wiki.svg"></a>
</div>
<div class="lajka title">
Laika likes it!
</div>
<img alt="" class="background" draggable="false" src="img/footer.svg">
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script>
$(function () {
$('a[href*=#]:not([href=#])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>