-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathyak.html
More file actions
544 lines (467 loc) · 26.3 KB
/
yak.html
File metadata and controls
544 lines (467 loc) · 26.3 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
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lightning Yak</title>
<!-- Meta Tags Start -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Lightning Yak">
<meta name="description" content="Monadical is a full-stack software development consultancy. We specialize in full-stack web development and custom software solutions.">
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Monadical is a full-stack software development consultancy. We specialize in full-stack web development and custom software solutions.">
<meta property="og:image" name="image" content="https://monadical.com/static/core/img/og.jpg">
<meta property="og:title" content="Lightning Yak">
<meta property="og:type" content="website">
<meta property="og:url" content=https://monadical.com/yak.html />
<meta property="og:site_name" content="Monadical Consulting" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:description" content="Monadical is a full-stack software development consultancy. We specialize in full-stack web development and custom software solutions.">
<meta property="twitter:image" content="https://monadical.com/static/core/img/og.jpg">
<meta property="twitter:site" content="@MonadicalHQ">
<meta property="twitter:title" content="Lightning Yak">
<meta property="twitter:url" content=https://monadical.com/yak.html />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Meta Tags End -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans|Ubuntu" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fjalla+One" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css">
<link rel="stylesheet" href="/static/bootstrap4-pleasant.min.css" type="text/css">
<link rel="stylesheet" href="/static/core/css/base.css" type="text/css">
<link rel="canonical" href="https://monadical.com/yak.html" />
<link rel="apple-touch-icon" sizes="76x76" href="/static/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
<link rel="mask-icon" href="/static/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/atom-one-light.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="/static/core/css/research.css" type="text/css">
</head>
<body>
<header>
<div id="header-container" class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" id="monadical-brand" href="/index.html">
<img srcset="/static/core/img/logo@3x.png 3x,
/static/core/img/logo@2x.png 2x"
src="/static/core/img/logo.png"
id="brand-img" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="navbar-content-container">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link "
href="/index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link "
href="/portfolio.html">Portfolio</a>
</li>
<div class="nav-item dropdown">
<button class="nav-link btn-link dropdown-toggle" type="button"
id="dropdownservicesButton" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Services
</button>
<div class="dropdown-menu" aria-labelledby="dropdownservicesButton">
<a class="dropdown-item nav-link"
href="/ai-services.html">AI</a>
<a class="dropdown-item nav-link"
href="/services.html">Web Dev</a>
</div>
</div>
<li class="nav-item">
<a class="nav-link "
href="/about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank"
href="https://careers.monadical.com/">Careers</a>
</li>
<li class="nav-item">
<a class="nav-link "
href="/blog.html">Insights</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="/contact-us.html">LET'S TALK</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<article>
<div class="container-full research-full">
<div class="images-container">
<img src="/static/core/img/section-one-background.png" class="section-one-background">
<img src="/static/core/img/section-one-sky.png" class="section-one-sky">
</div>
<section style="position: relative" class="container ">
<div class="col-md-10 col-lg-8 col-xl-8 mt-5 mt-lg-0">
<div id="tilte-container" class="row">
<div class="col-2 mx-auto">
<img src="/static/core/img/light-yak-logo.png" alt="lightening yak logo" />
</div>
<div class="col-10 title-container">
<h1 class="title">Lightning <span class="blue-text">Yak</span></h1>
</div>
<div class="col-12">
<p class="subtitle">by Monadical</p>
</div>
<div class="row">
<div class="col-12 margin-top-20">
<h2 class="welcome">Lightning Yak will return in Fall 2022.</h2>
<h2 class="welcome">Stay tuned!</h2>
<h2 class="welcome">Welcome!</h2>
</div>
<div class="col-12 margin-top-20">
<p class="intro-text">
We're creating a video series called Lightning Yak. Québec-based graduate students, or undergraduate
students doing a research or thesis project, will have the chance to work with us and
collaborate with their peers to develop a quick, concise, and engaging four-minute long
video on their research, which they can then share with the world!
</p>
<p class="intro-text">
The series is part of our goal as a Montréal-based company to share research and ideas from
Québec researchers, foster collaboration between people interested in the computer sciences,
and demystify scientific research.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-12 mobile-image-container">
<img src="/static/core/img/section-one-background.png">
</div>
</section>
<div class="images-container">
<img src="/static/core/img/section-two-yak.png" class="section-two-background">
<img src="/static/core/img/section-two-sky.png" class="section-two-sky">
</div>
<section class="container-fluid">
<div class="container">
<div class="col-12">
<h2 class="section-header text-center">Is this for you?</h2>
</div>
<div class="col-12 col-sm-12 margin-top-20 text-center">
<p class="section-subheader text-justify blue-text font-weight-700">We want to hear from any Master’s,
PhD, or undergraduate thesis student in:
</p>
</div>
<div class="container col-sm-12 col-md-8">
<div class="row justify-content-md-center px-md-3 px-xl-4">
<ul class="col-md-12 col-xl-10">
<li class="list-subjects margin-30">Computer Science</li>
<li class="list-subjects margin-30">Engineering (software or otherwise)</li>
<li class="list-subjects margin-30">Math and Statistics</li>
<li class="list-subjects margin-30">Physics</li>
<li class="list-subjects margin-30">Cognitive Psychology / Neuroscience</li>
<li class="list-subjects margin-30">Computational Arts</li>
<li class="list-subjects margin-30">UX / UI</li>
</ul>
</div>
</div>
<div class="col-12 col-md-10 col-xl-8 px-md-4 px-xl-3 mx-auto margin-top-20">
<p class="other">
Or any other subject, as long as your thesis involves programming, software engineering and/or
computer science in some way.
</p>
</div>
</div>
</section>
<div class="images-container">
<img src="/static/core/img/section-three-background.png" class="section-three-background">
<img src="/static/core/img/section-three-sky.png" class="section-three-sky">
</div>
<section class="container ">
<div class="col-xl-10 offset-xl-2">
<h2 class="section-header text-center">What you get</h2>
<div class="col-md-9 col-xl-12 offset-md-3 offset-xl-0">
<ul>
<li class="paragraph margin-30">
The chance to <strong class="blue-text">share your research</strong> through a
professionally-made video. Showcase your
work to fellow researchers, future grant agencies, employers or family members.
</li>
<li class="paragraph margin-30">
Time to <strong class="blue-text">collaborate with peers.</strong> Selected students
will participate in a half-day workshop where you’ll hear from science communication
experts and have the opportunity to mingle with other people in your field.
</li>
<li class="paragraph margin-30">
<strong class="blue-text">New or improved SciComm skills.</strong> Work with our communications
team to hone your script before filming and learn better scicomm practices.
</li>
<li class="paragraph margin-30">
<strong class="blue-text">Cold, hard cash.</strong> Participants will receive a CAD $200 monetary
compensation in recognition of their excellent work.
</li>
</ul>
</div>
</div>
</section>
<div class="images-container" style="position: relative">
<img src="/static/core/img/section-four-background.png" class="section-four-background">
<img src="/static/core/img/section-four-sky.png" class="section-four-sky">
<img src="/static/core/img/section-four-adorment.png" class="section-four-adorment">
</div>
<section class="container hiw">
<div class="col-xl-10 col-md-10 margin-top-20">
<h1 class="section-header text-center">How it works</h1>
</div>
<div class="col-xl-8 col-md-8 offset-md-1 offset-xl-1">
<p class="paragraph margin-30">You'll submit an <strong><a
href="https://nick764452.typeform.com/to/N57mNTlc"
onclick="_paq.push(['trackEvent', 'Lightning Yark Form', 'Clicked']);">application form</a></strong> along with a 30-45 second
pitch telling us
what you research and why.</p>
<p class="paragraph margin-30">From there, we’ll select a group of students to write a 4-minute long script
detailing their work. Those students will work directly with our science communication team to perfect
their scripts into works of science communication art.</p>
<p class="paragraph margin-30">The students will also participate in a half-day workshop where they’ll work
on their video script before filming, hear from science communication professionals, and mingle with
other people in their field.</p>
<p class="paragraph margin-30">Each student will then come film their talk in our downtown Montreal office,
after which we’ll edit their talk into an awesome video that will be available to view online.</p>
<p class="paragraph margin-30">Participants will also receive <span
class="font-weight-bold blue-text">CAD $200</span> in compensation for their efforts.</p>
</div>
<div class="col-sm-10 mobile-image-container">
<img src="/static/core/img/img-portfolio-001.png">
</div>
</section>
<div class="images-container" style="position: relative">
<img src="/static/core/img/section-five-background.png" class="section-five-background">
<img src="/static/core/img/section-five-sky.png" class="section-five-sky">
</div>
<section class="container ">
<div class="col-12 text-center">
<h1 class="section-header">Ready to apply?</h1>
</div>
<div class="col-12 margin-top-20">
<h4 class="action">Fill out the application form <a
href="https://nick764452.typeform.com/to/N57mNTlc">here</a> by July 15
</h4>
</div>
<div class="col-12 margin-top-20">
<p class="paragraph">
Included in the application is a 30-45 second video telling us what your research is and why are you
doing it. It doesn't have to be fancy or well-produced! A quick video recorded on your phone is fine. We
just want to know what the project is about.
</p>
</div>
<div class="col-12 margin-top-20">
<p class="unsure">If you're stuck or aren't sure where to start, think about: </p>
<div class="col-md-12 col-lg-9 col-xl-9 col-sm-12">
<ul>
<li class="paragraph margin-30">
What inspired you to study what you’re studying? Do you have a personal story or interest
that goes along with it?
</li>
<li class="paragraph margin-30">
Why is this research interesting – scientifically, practically, personally?
</li>
<li class="paragraph margin-30">
What’s the main question or questions you’re trying to answer?
</li>
<li class="paragraph margin-30">
Is your research trying to solve a major problem/obstacle in a particular industry or field?
</li>
<li class="paragraph margin-30">
How are you going about answering your question/s? What methods are you using?
</li>
<li class="paragraph margin-30">
What spinoffs might the findings of your research have in the future?
</li>
</ul>
</div>
</div>
<div class="col-11 margin-bottom-50 margin-top-50">
<p class="no-pressure">
Don’t feel you have to answer all these questions. They’re just a starting point to get you thinking.
</p>
</div>
</section>
<div class="images-container">
<img src="/static/core/img/section-five-adorment.png" class="section-six-adorment">
<img src="/static/core/img/section-six-background-left.png" class="section-six-background-left">
<img src="/static/core/img/section-six-background-right.png" class="section-six-background-right">
</div>
<section class="container margin-bottom-100">
<div class="col-12 text-center">
<p class="section-subheader text-center font-weight-500 good-luck">We look forward to hearing about your awesome
research! <br />
<p class="section-subheader text-center font-weight-500 good-luck">Questions? Contact yak-jasette@monadical.com<br /><br /><span class="blue-text font-weight-bold"> Good luck!</span></p>
</div>
</section>
</div>
</article>
<footer>
<div class="container footer">
<div class="row">
<div class="col-12 col-md-4">
<ul>
<li><b title="Montréal, Canada">Montréal</b></li>
<li><b title="New York, USA">New York</b></li>
<li><b title="San Francisco, USA">San Francisco</b></li>
<li><b title="Vancouver, Canada">Vancouver</b></li>
<li><b title="Medellín, Colombia">Medellín</b></li>
</ul>
</div>
<div class="col-12 col-md-3">
<ul>
<li>
<b>Monadical</b>
</li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="col-12 col-md-3">
<ul>
<li>
<b>About Us</b>
</li>
<li><a href="/about.html">About</a></li>
<li><a href="/team.html">Team</a></li>
<li><a href="/principles.html">Principles</a></li>
</ul>
</div>
<div class="col-12 col-md-2">
<ul>
<li>
<b>Contact Us</b>
</li>
<li><a href="https://cal.com/monadical/widget">Get a Quote</a></li>
<li><a href="https://careers.monadical.com/">Careers</a></li>
<li><a href="/contact-us.html">Contact us</a></li>
</ul>
</div>
</div>
<div class="row social">
<div class="col-12">
<ul>
<li>
<a href="https://twitter.com/MonadicalHQ" title="Monadical Twitter" target="_blank"
rel="noopener">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://facebook.com/monadical" title="Monadical Facebook" target="_blank"
rel="noopener">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/company/monadical" title="Monadical LinkedIn" target="_blank"
rel="noopener">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/Monadical-SAS" title="Monadical Github" target="_blank"
rel="noopener">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
// hide all the tags containing fake contact info that are there to throw off scrapers
// most scrapers dont run JS, so this fairly effectively masks our real info from bots
for (const elem of document.querySelectorAll('.please-scrape-this-fake-info')) {
elem.style.display = 'none'
}
</script>
<script src="/static/squares.js"></script>
<!-- Smooth Scroll to Anchor Links Animation -->
<script>
function getUnicodeHash(reference) {
return "#\\" + reference.codePointAt(1).toString(16) + " " + reference.slice(2)
}
function smoothScroll(e) {
const hash = decodeURIComponent(this.hash)
e.preventDefault()
e.stopPropagation()
console.log('Scrolling to', this.getAttribute('href'))
let reference = this.getAttribute('href')
if (reference.match(/^#[0-9]+/)) {
reference = getUnicodeHash(reference)
}
document.querySelector(reference).scrollIntoView({
behavior: 'smooth'
});
setTimeout(() => {
window.location.hash = hash
}, 500/*arbitrary value, not standartized*/);
}
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('a[smoothhashscroll]').forEach(elem => {
/*
this code drops all the event listeners that were attached so far;
we need to do it here because the event listeners themselves are not under control of this repo
this content together with js files (that are executed) is presumably downloaded from hedgedoc
this is a very hacky hack, we shall negate it "as soon as we can"
*/
elem.parentNode.outerHTML = elem.parentNode.outerHTML
})
document.querySelectorAll('a[href^="#"], a[smoothhashscroll]').forEach(anchor => {
anchor.addEventListener('click', smoothScroll);
});
})
</script>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setCookieDomain", "*.monadical.com"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
// accurately measure the time spent in the visit
_paq.push(['enableHeartBeatTimer']);
(function () {
var u = "//analytics.zervice.io/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '12']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript';
g.async = true;
g.defer = true;
g.src = u + 'matomo.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<!-- Highlight Code -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<!-- End Highlight Code -->
</body>
</html>