-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
798 lines (700 loc) · 32.8 KB
/
Copy pathindex.html
File metadata and controls
798 lines (700 loc) · 32.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
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
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127212520-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127212520-1');
</script>
<link href="https://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300|Open+Sans:300" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="pagewithslides.css">
<title>OMMIC</title>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="pictures/favicon.png">
<link href="https://cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="navbarcolour">
<div class="navbar">
<div class="centerimg">
<img src="pictures/Branding/logoblack.png" class="logoheader">
</div>
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="2018.html">OMMIC 2018</a>
<!--<a href="2017.html">OMMIC 2017</a>-->
<a href="competitions.html">Competitions</a>
<a href="2016.html">Past Events</a>
<a href="sponsorus.html">Sponsor Us</a>
<a href="contact.html">Contact</a>
<!-- <a href="FRindex.html">FR</a> -->
</div>
</div>
<!-- Slideshow at top -->
<div class="w3-content w3-section" style="background-color:#333;">
<a href="2017.html"> <img class="mySlides" src="pictures/DATE.png"></a>
<a href="appspeaker.html"> <img class="mySlides" src="pictures/THEME.png"></a>
<a href="appspeaker.html"> <img class="mySlides" src="pictures/Speakers.png"></a>
</div>
</center>
<!-- End of slideshow -->
<article>
<centre>
<div style="max-width: 85%; margin:auto;">
<center>
<h1>About OMMIC</h1>
<hr />
</center>
<p>The <b>O</b>ntario <b>M</b>akers and <b>M</b>entors <b>I</b>nnovation <b>C</b>onference is a student initiative supported by the University of Ottawa Faculty of Engineering and CEED, The Centre for Entrepreneurship and Engineering Design. The
objective of the conference is to offer an opportunity for makers, entrepreneurs, hobbyists and students to meet, learn about the maker movement and its societal impact and to compete on innovative design. </p>
<center>
<!-- <div class="buttonchange" style="background-color:transparent;border:0px;">
<div class="hover-image">
<img class="imgchange" style="width:350px" src="pictures/Makers.png" />
<center>
<p style="font-size:0.8em">The ones made for tinkering, experimenting, creating crazy things that move blink and buzz. Also known as the inventor with a million ideas or the DIY guy/gal.</p>
</center>
</div>
</div>
<div class="buttonchange" style="background-color:transparent;border:0px;">
<div class="hover-image">
<img class="imgchange" style="width:350px" src="pictures/Mentors.png" />
<center>
<p style="font-size:0.8em">The ones who give advice, provide guidance, educate, teach, and inspire. Also known as the advisor, teacher, or educator.
</p>
</center>
</div>
</div>-->
<iframe width="560" height="315" src="https://www.youtube.com/embed/kvnYUttwS2o?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</center>
<center>
<h1>The 2018 Conference
</h1>
<!-- <hr /> -->
</center>
<p>
The 2018 Ontario Makers and Mentors Innovation Conference is themed “Making Globally”. This year, we are going international! We will be exploring the global scene of makers, how they are contributing to innovation and what it means for them and their communities. There will be three main streams:
makers, mentors, and skill building, which will allow you to explore different aspects of the given theme. Makers will explore Making Globally through tinkering and building, while mentors will explain how this topic applies to those
who educate or mentor. The skill building workshops will offer different ways to improve your knowledge.
<center>
<a href=" https://www.eventbrite.ca/e/ontario-makers-and-mentors-innovation-conference-ommic-2018-tickets-48648417727 "><img class="imgbut" src="pictures/ticketsbutton.png"></a>
<a href= "Ommic file-4.pdf"><h1>Agenda</h1></a>
</center>
<!-- Friday Schedule -->
<div class="friday" <h2 style="text-align:left; color: white;font-size:1.6em; padding-bottom:50px">Friday, October 26<sup>th</sup> 17:00 - 21:00</h2>
<p>Location: Events room, STEM, 1st floor(Room 117), 150 Louis-Pasteur, Ottawa
</p>
<center>
<table class="agendatable">
<tr>
<td>
17:00
</td>
<td>
Registration
</td>
</tr>
<tr>
<td>
17:30
</td>
<td>
Dinner
</td>
</tr>
<tr>
<td>
18:15
</td>
<td>
<a href="speakers.html#Midia">
<div class="bioboxtable " style="width:200px">
<div class="hover-image">
<img class="bioimgtable" style="width:100%" src="pictures/Midia.jpg" />
<h4>Co-founder of Dextra, 3D printed prosthetics.</h4>
</div>
<h3 class="biohead">Midia Shikh Hassan</h3>
<h5 class="biohead">MC</h5>
</div>
</a>
<div class="bioboxtable " style="width:200px">
<div class="hover-image">
<img class="bioimgtable" style="width:100%" src="pictures/Z.jpg" />
<h4> Manager at the Centre for Entrepreneurship and Engineering Design, University of Ottawa </h4>
</div>
<h3 class="biohead">Zaineb Al-Faesly</h3>
<h5 class="biohead">OMMIC introduction</h5>
</div>
</td>
</tr>
<tr>
<td>
18:25
</td>
<td>
Opening Remarks<br/>
<a href="speakers.html#JacquesBeauvais">
<div class="bioboxtable " style="width:200px">
<div class="hover-image">
<img class="bioimgtable" style="width:100%" src="pictures/profile_beauvais_jacques.jpg" />
<h4> Dean of the Faculty of Engineering of the University of Ottawa</h4>
</div>
<h3 class="biohead"> Jacques Beauvais</h3>
<h5 class="biohead" style="padding:10px;font-size:0.6em">Dean of the Faculty of Engineering <br> University of Ottawa</br></h5>
</div>
</a>
</td>
</tr>
<tr>
<td>
18:30
</td>
<td>
Keynote speaker<br/>
<a href="speakers.html#DeannaBurgart">
<div class="bioboxtable " style="width:400px">
<div class="hover-image">
<img class="bioimgtable" style="width:100%" src="pictures/Deanna.JPG" />
<h4> Deanna Burgart’s passion as an “Indigeneer” has led her on a journey to seek out these approaches to connect and empower others in this work. She believes in STEAM – with the A standing for Arts; humanities, social innovation and creativity, and that blending the A into STEM outreach will lead to more successful outcomes for all youth. </h4>
</div>
<h3 class="biohead"> Deanna Burgart</h3>
<h5 class="biohead" style="padding:10px;font-size:0.6em">Redefining Mentoring - Embracing Inclusion to Expand Opportunities to Connect Cross-Mentor and Create Cultures of Innovation in a Global Era</h5>
</div>
</a>
</td>
</tr>
<tr>
<td>
19:15
</td>
<td>
Theland Kicknosway Dance Performance
</td>
</tr>
<tr>
<td>
19:30
</td>
<td>
CEED Facilities Tour
</td>
</tr>
<td>
20:00
</td>
<td>
MacLaren's on Elgin Pool Night
</tr>
</table>
</center>
</div>
<!-- Saturday agenda -->
<div style="border-radius:10px;padding:10px;margin-top:20px;overflow:auto">
<h1 style="text-align:left;">Saturday, October 27<sup>th</sup></h1>
<center>
<table class="agendatable">
<thead>
<tr>
<th>
</th>
<th>
<h3>Maker Session</h3>Events Space, STEM (Room 117)
</th>
<th>
<h3>Mentor Session</h3>Simon Nehme Design Commons, STEM (Room 102)
</th>
<th>
<h3>Workshop Session</h3>MakerLab, STEM (Room 119)
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="time">
9:00
</td>
<td>
<a href="panels.html#STEAM">
<div class="bioboxtable grey">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Chantal Rodier and STEAM TEAMS.JPG" />
<h4>A panel discussion will explore the benefits and challenges of STEAM TEAMS. </h4>
</div>
<h3 class="biohead">Panel by: Chantal Rodier</h3>
<h5 class="biohead">STEM + ART = STEAM</h5>
</div>
</a>
</td>
<td>
<a href="panels.html#Bocar">
<div class="bioboxtable green">
<div class="hover-image">
<img class="bioimgtable" src="pictures/BOCAR.png" />
<h4>How to Build a low cost, open source assistive technology toolbox for people with disabilities.</h4>
</div>
<h3 class="biohead">Panel by: Bocar Ndiaye</h3>
<h5 class="biohead"> Accessibility </h5>
</div>
</a>
</td>
<td>
<!-- <a href="speakers.html#KellyNahwegahbowMarsolais"> -->
<div class="bioboxtable lightorange">
<div class="hover-image">
<img class="bioimgtable" src="pictures/codecode.jpg" />
<h4></h4>
</div>
<h3 class="biohead">Nicolas Onyra & Madeleine Kyne</h3>
<h5 class="biohead"> Intro to Coding </h5>
</div>
<!-- </a> -->
</td>
</tr>
<tr>
<td class="time">
10:15
</td>
<td>
<a href="speakers.html#MichaelEJohnson">
<div class="bioboxtable grey">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Agenda/Michael.png" />
<h4>Building Iron-based Batteries for 1.3 Billion People Living in Light Poverty.</h4>
</div>
<h3 class="biohead">Michael Johnson</h3>
<h5 class="biohead">Shining a Light in the Dark </h5>
</div>
</a>
</td>
<td>
<a href="panels.html#Education">
<div class="bioboxtable green">
<div class="hover-image">
<img class="bioimgtable" style="width:100%" src="pictures/Agenda/Michelle.png" />
<h4>Research on Teacher Learning, Planning and Identity</h4>
</div>
<h3 class="biohead">Panel by: Michelle Hagerman</h3>
<h5 class="biohead">Making Maker Educators</h5>
</div>
</a>
</td>
<td>
<a href="speakers.html#DavidMcDougall">
<div class="bioboxtable lightorange">
<div class="hover-image">
<img class="bioimgtable" src="pictures/ommic.png" />
<h4>Artists David McDougall and Sasha Phipps’ collaborative workshop will focus on digital processes surrounding their artistic practice and will be held in the new Atelier CoFab Arts Makerspace.</h4>
</div>
<h3 class="biohead">David McDougall & Sasha Phipps</h3>
<h5 class="biohead">Digital Processes and the Visual Arts</h5>
<h6 class="biohead">CoFab Arts building:218</h6>
</div>
</a>
</td>
</tr>
<tr>
<td class="time">
11:30
</td>
<td colspan="3">
<a href="competitions.html">
<div class="bioboxtable " style="width:540px!important">
<div class="hover-image">
<img class="bioimgtable" style="width:540px!important" src="pictures/comp.png" />
<h4 style="font-size:1em!important;"> Come see as students from high schools and universities all across the region come and compete for the Student Innovative Design Awards.<br />New this year: the competition is open to the community! So while you are grabbing a bite to eat, make sure that you come check out the booths and learn all about the projects.
</h4>
</div>
<h3>Lunch<br />and<br />Competition Showcase</h3>
<h5 class="biohead">Location: STEM </h5>
</div>
</a>
</td>
</tr>
<tr>
<td class="time">
13:00
</td>
<td>
<a href="panels.html#OpenAir">
<div class="bioboxtable grey">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Open AIR logo.png" />
<h4> This panel will examine the African maker movement’s efforts to foster innovation-inclusion through outreach to grassroots innovators.</h4>
</div>
<h3 class="biohead">Panel by: Open African Innovation Research (Open AIR) network </h3>
<h5 class="biohead">Making and Inclusion in Africa: Research and Practice</h5>
</div>
</a>
</td>
<td>
<a href="speakers.html#RolaTibshirani">
<div class="bioboxtable green " style="width:200px">
<div class="hover-image">
<img class="bioimgtable" style="width:100%" src="pictures/Education.png" />
<h4>This session will explore students’ centered approach to learning </h4>
</div>
<h3 class="biohead">Rola Tibshirani & Shauna Pollock</h3>
<h5 class="biohead">How Students Enable And Design Their Learning Through Authentic Challenges?
</h5>
</div>
</td>
<td>
<a href="speakers.html#AndrewZavorotny">
<div class="bioboxtable lightorange">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Andrew Zavorotny.jpeg" />
<h4>The workshop aims to showcase the uses of a motion tracking lab in designing prosthesis and exoskeletons through a hands-on activity.</h4>
</div>
<h3 class="biohead"> Andrew Zavorotny </h3>
<h5 class="biohead">Motion Tracking in Human-Centered Design </h5>
</div>
</a>
</td>
</tr>
<tr>
<td class="time">
14:15
</td>
<td colspan="2">
<a href="speakers.html#BettinaVollmerhausen">
<div class="bioboxtable grey" style="width:400px!important">
<div class="hover-image">
<img class="bioimgtable" style="width:400px" src="pictures/Library.png" />
<h4>The story of how this organization part of the true sharing economy got started
</h4>
</div>
<h3 class="biohead">Bettina Vollmerhausen</h3>
<h5 class="biohead">Ottawa Tool Library: a journey in the sharing economy
</h5>
</div>
</a>
</td>
<!-- <td> -->
<!-- <div class="bioboxtable green ">
<div class="hover-image">
<img class="bioimgtable" src="pictures/placeholder.png" />
<h4>Education </h4>
</div>
<h3 class="biohead">TBD</h3>
<h5 class="biohead">TBD </h5>
</div> -->
<!-- </td> -->
<td>
<div class="bioboxtable lightorange" style="width:200px!important">
<div class="hover-image">
<img class="bioimgtable" style= "width: 100%" src="pictures/ceed_mit_workshops.jpg" />
<h4>Workshops and Demos </h4>
</div>
<h3 class="biohead">David Clarke & Alexandre Vendette</h3>
<h5 class="biohead">Machining workshop</h5>
</div>
</td>
</tr>
</tbody>
</table>
</center>
</div>
<br />
<!-- Sunday -->
<div style="border-radius:10px;padding:10px;margin-top:20px">
<h1 style="text-align:left;">Sunday, October 28<sup>th</sup></h1>
<center>
<table class="agendatable">
<thead>
<tr>
<th>
</th>
<th>
<h3>Maker Session</h3> Events Space, STEM (Room 117)
</th>
<th>
<h3>Mentor Session</h3> Simon Nehme Design Commons, STEM (Room 102)
</th>
<th>
<h3>Workshop Session</h3>Makerlab, STEM (Room 119)
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="time">
9:00
</td>
<td>
<div class="bioboxtable grey">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Mouhamadou Ngom.jpg" />
<h4>Challenges and accomplishments from Sénégal maker scene </h4>
</div>
<h3 class="biohead">Mouhamadou Ngom & Moctar Diallo </h3>
<h5 class="biohead">Sénégal Maker Scene </br> ( Fablab & HelloWorld )</h5>
</div>
</td>
<td>
<a href="speakers.html#ElishaPruner">
<div class="bioboxtable green">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Elisha Pruner.JPG" />
<h4>Bring your laptop, and lets work together to make a VR app from scratch </h4>
</div>
<h3 class="biohead"> Elisha Pruner </h3>
<h5 class="biohead">Let’s Make a VR App </h5>
</div>
</a>
</td>
<td>
<!-- <a href="speakers.html#KellyNahwegahbowMarsolais"> -->
<a href="speakers.html#KellyNahwegahbowMarsolais">
<div class="bioboxtable lightorange">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Kelly%20Nahwegahbow.jpeg" />
<h4>A First Nation Company called The Beading Drum Jewelry Originals.</h4>
</div>
<h3 class="biohead">Kelly Nahwegahbow Marsolais</h3>
<h5 class="biohead">First Nation Traditional Bead work </h5>
</div>
</a>
<!-- </a> -->
</td>
</tr>
<tr>
<td class="time">
10:15
</td>
<td colspan="2">
<a href="panels.html#Midia">
<div class="bioboxtable green" style="width:340px!important">
<div class="hover-image">
<img class="bioimgtable" style="width:340px!important" src="pictures/Agenda/Midia.png" />
<h4>Three social enterprises that are making an impact globally </h4>
</div>
<h3 class="biohead">Panel by: Midia Shikh Hassan </h3>
<h5 class="biohead"> Making an Impact- Soap2Hope & Beads of Awareness</h5>
</div>
</a>
</td>
<td>
<div class="bioboxtable lightorange">
<div class="hover-image">
<img class="bioimgtable" src="pictures/blog-image.png" />
<h4>This is an introductory workshop that will teach you how to create your own virtual world. We will be using Google Cardboard (provided).</h4>
</div>
<h3 class="biohead">IEEE</h3>
<h5 class="biohead">Virtual Reality 101</h5>
</div>
</td>
</tr>
<tr>
<td class="time">
11:30
</td>
<td colspan="3">
<div class="bioboxtable " style="width:540px!important">
<div class="hover-image">
<img class="bioimgtable" style="width:540px!important" src="pictures/lunch2.png" />
<h4 style="font-size:1em !important;">The Makershow will be a grand assembly of makers, tinkerers, experimenters, tech fanatics, as well as industry exhibitors.
All coming together to showcase their work and talent.<br /> Don’t miss out on this!
</h4>
</div>
<h3>Lunch<br />and<br />Makershow</h3>
<h5 class="biohead">Location: STEM </h5>
</h5>
</div>
</td>
</tr>
<tr>
<td class="time">
13:00
</td>
<td>
<a href="panels.html">
<div class="bioboxtable grey">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Agenda/heewon.png" />
<h4>
TBD
</h4>
</div>
<h3 class="biohead">Heewon Lee</h3>
<h5 class="biohead">MIT D-Lab: Designing for a more equitable world.</h5>
</div>
</a>
</td>
<td>
<a href="speakers.html#UcheAjuonuma">
<div class="bioboxtable green">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Agenda/uche.png" />
<h4>The Keynote will be about the recent struggle in building a makers community in Nigeria and the possibility of collaborating with the other makers across the world.</h4>
</div>
<h3 class="biohead"> Uche Ajuonuma </h3>
<h5 class="biohead">The State of Makers Community in Nigeria: A Need for Knowledge Exchange Network </h5>
</div>
</a>
</td>
<td>
<a href="panels.html#CRX">
<div class="bioboxtable lightorange">
<div class="hover-image">
<img class="bioimgtable" src="pictures/DISCOVER_ The Learning Crossroads, Library Spaces Tinkering Lab in CRX.jpg" />
<h4>This one-hour activity in the Tinkering Lab will allow you to manipulate maps on an 8K video wall.</h4>
</div>
<h3 class="biohead">DISCOVER:</h3>
<h5 class="biohead"> The Learning Crossroads, Library Spaces Tinkering Lab in CRX</h5>
</div>
</a>
</td>
</tr>
<tr>
<td class="time">
14:15
</td>
<td>
<div class="bioboxtable grey">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Agenda/Ralph.png" />
<h4></h4>
</div>
<h3 class="biohead">Ralph Nevins </h3>
<h5 class="biohead">Art of Slit-scan: Internals and visuals</h5>
</div>
</td>
<td >
<a href="speakers.html#OwenDeery">
<div class="bioboxtable grey" >
<div class="hover-image">
<img class="bioimgtable" src="pictures/Agenda/Owen.png" />
<h4>Discussing different techniques and processes to generate unique procedural art for games.
</h4>
</div>
<h3 class="biohead">Owen Deery</h3>
<h5 class="biohead">Exploring procedural videogame art</h5>
</a>
</td>
<td>
<div class="bioboxtable lightorange">
<div class="hover-image">
<img class="bioimgtable" src="pictures/Agenda/3d.png" />
<h4>Learn the basics of designing and creating a 3D model. Master the basic steps of exporting a model and printing it on the 3D printer. </h4>
</div>
<h3 class="biohead">Richard L'Abbé Makerspace</h3>
<h5 class="biohead">Intro to 3D printing</h5>
</div>
</td>
</tr>
</tbody>
</table>
</center>
</div>
<!-- End of Main content div -->
</div>
<div >
<center>
<img class="image" style="width: 90%" src="pictures/THANKS.png"></a>
</center>
</div>
<div style="max-width: 85%; margin-left:auto;margin-right:auto;">
<h1>Contact Us</h1>
<center>
<table class="contact">
<tr>
<td>
<h3>Mailing Address</h3>
</td>
<td>
<h3>Sponsorship Inquiries</h3>
</td>
<td>
<h3>Speaker Inquiries</h3>
</td>
</tr>
<td>
Faculty of Engineering Deans Office<br /> Attn: OMMIC Organizing Committee<br /> 161 Louis Pasture Private<br /> Ottawa, Ontario, K1N 6N5
</td>
<td>
Justine Boudreau<br /> Director of Finance<br />
<a href="mailto:finance@ommic.ca?Subject=Sponsorship%20inquiry" target="_top">finance@ommic.ca</a>
</td>
<td>
Zaineb Al-Faesly<br /> Director of Operations<br />
<a href="mailto:speakers@ommic.ca?Subject=General%20inquiry" target="_top">speakers@ommic.ca</a>
</td>
</tr>
<br />
</table>
<table class="contact">
<tr>
<td>
<h3> Marketing Inquiries
</h3>
</td>
<td>
<h3> General Inquiries
</h3>
</td>
</tr>
<tr>
<td>
Mihir Mistry <br /> Director of Marketing<br />
<a href="mailto:marketing@ommic.ca?Subject=Sponsorship%20inquiry" target="_top">marketing@ommic.ca</a>
</td>
<td>
Mohamed Elsageyer <br />Organizer <br />
<a href="mailto:info@ommic.ca?Subject=Sponsorship%20inquiry" target="_top">info@ommic.ca</a>
</td>
</tr>
</table>
</center>
</div>
</centre>
</article>
<footer>
<a href="https://www.facebook.com/OMMIConference/?hc_ref=ARQKxPGRhiPQ1ZiIPno01NPJrDnJQR-cfzyEFn9eDZWD_EigD40nkXa1DCXXiLaGZsc&fref=nf" class="fa fa-facebook"></a>
<a href="https://twitter.com/ommiconference" class="fa fa-twitter"></a>
<a href="privacy.html" class="footer">Privacy Policy</a>
<a href="terms.html" class="footer">Terms of Service</a>
</footer>
</body>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {
myIndex = 1
}
x[myIndex - 1].style.display = "block";
setTimeout(carousel, 6000); // Change image every 6 seconds
}
(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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-103811431-2', 'auto');
ga('send', 'pageview');
</script>
</html>