-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_elections_2018.html
executable file
·811 lines (616 loc) · 58.6 KB
/
index_elections_2018.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
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
799
800
801
802
803
804
805
806
807
808
809
810
811
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>PULS McGill</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Since its inception, the Physiology Undergraduate League of Students has been the elected student society at the service of undergraduate students in the Department of Physiology at McGill University.">
<meta name="author" content="Jiachen Liang">
<meta name="title" content="Physiology Undergraduate League of Students">
<link rel="image_src" href="http://puls.sus.mcgill.ca/big-images/elections_temp.png"/>
<!-- FACEBOOK -->
<meta property="og:url" content="http://puls.sus.mcgill.ca/index.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Physiology Undergraduate League of Students" />
<meta property="og:description" content="Since its inception, the Physiology Undergraduate League of Students has been the elected student society at the service of undergraduate students in the Department of Physiology at McGill University." />
<meta property="og:image" content="http://puls.sus.mcgill.ca/images/logo_color.png" />
<meta property="fb:app_id" content="660672417416304" />
<!--<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> <!-- Remove this Robots Meta Tag, to allow indexing of site -->
<link href="scripts/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="scripts/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link rel="images/logo_color.png" href="http://puls.sus.mcgill.ca/images/logo_color.png" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Icons -->
<link href="scripts/icons/general/stylesheets/general_foundicons.css" media="screen" rel="stylesheet" type="text/css" />
<link href="scripts/icons/social/stylesheets/social_foundicons.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if lt IE 8]>
<link href="scripts/icons/general/stylesheets/general_foundicons_ie7.css" media="screen" rel="stylesheet" type="text/css" />
<link href="scripts/icons/social/stylesheets/social_foundicons_ie7.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
<link rel="stylesheet" href="scripts/fontawesome/css/font-awesome.min.css">
<!--[if IE 7]>
<link rel="stylesheet" href="scripts/fontawesome/css/font-awesome-ie7.min.css">
<![endif]-->
<link href="scripts/carousel/style.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Palatino+Linotype" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="styles/custom.css" rel="stylesheet" type="text/css" />
</head>
<body id="pageBody">
<div id="decorative2">
<div class="container">
<div class="divPanel topArea notop nobottom">
<div class="row-fluid">
<div class="span12">
<div id="divLogo" class="span4">
<a href="index.html" id="divSiteTitle">
<img src="images/logo_wide_alt2naked.png" width="50" height="50">
</a>
<!--
<a href="index.html" id="divSiteTitle">P U L S</a><br>
<a href="index.html" id="divTagLine">At mcgill university</a>
-->
</div>
<div id="divMenuRight" class="pull-right">
<div class="navbar">
<button type="button" class="btn btn-navbar-highlight btn-large btn-primary" data-toggle="collapse" data-target=".nav-collapse">
NAVIGATION <span class="icon-chevron-down icon-white"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav nav-pills ddmenu">
<!--<li class="dropdown active"><a href="index.html">Home</a></li>-->
<li class="dropdown"><a href="about.html">About</a></li>
<li class="dropdown">
<a class="dropdown-toggle">Academics <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="u1.html">U1 Courses</a></li>
<li><a href="u2.html">U2 Courses</a></li>
<li><a href="u3.html">U3 Courses</a></li>
<li><a href="courses.html">Complementary Courses</a></li>
<li><a href="programs.html">Programs of Study</a></li>
<li><a href="writing.html">Writing Resources</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle">Services <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="ntc.html">NTCs</a></li>
<li><a href="coursepacks.html">Course Packs</a></li>
<li><a href="clothing.html">Clothing</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="journal.html">Journal Club</a></li>
<li><a href="synapse.html">Synapse Program</a></li>
<li><a href="volunteering.html">Volunteering</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="documents.html">Documents</a></li>
<li class="dropdown">
</li>
</ul>
</li>
<li class="dropdown"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="decorative1" style="position:relative">
<div class="container">
<div class="divPanel headerArea">
<div class="row-fluid">
<div class="span12">
<div id="headerSeparator"></div>
<div id="divHeaderText" class="page-content">
<div id="divHeaderLine1">Physiology Undergraduate League of Students<br /><br /></div><br />
<!-- <div id="divHeaderLine2">**ADD SUBTITLE HERE**</div><br /> -->
<div id="divHeaderLine3"></div>
</div>
<div id="headerSeparator2"></div>
</div>
</div>
</div>
</div>
</div>
<div id="contentOuterSeparator"></div>
<div class="container">
<div class="divPanel page-content">
<div class="row-fluid">
<div class="span12" id="divMain">
<h1></h1>
<p></p>
<div class="lead">
<h2>Welcome</h2>
<h3>Since its inception, the Physiology Undergraduate League of Students has been the elected student society at the service of undergraduate students in the Department of Physiology at McGill University.</h3>
</div>
<br />
<div class="list_carousel responsive">
<ul id="list_photos">
<li><img src="images/1.jpg" class="img-polaroid"> <p style="text-align: center">Photo Credits: <a href=https://photos.thesebnet.com target="_blank">Seb Vautour</a></p> </li>
<li><img src="images/2.jpg" class="img-polaroid"> <p style="text-align:center">PHGY Friday</p> </li>
<li><img src="images/ultimate_win.jpg" class="img-polaroid"> <p style="text-align:center"> Intercalated Discs: Ultimate Intramurals</p> </li>
<li><img src="images/4.jpg" class="img-polaroid"> <p style="text-align: center">Photo Credits: <a href=https://photos.thesebnet.com target="_blank">Seb Vautour</a></p> </li>
<li><img src="images/5.jpg" class="img-polaroid"> <p style="text-align: center">PULS Retreat: HSM Edition</p> </li>
<li><img src="images/6.jpg" class="img-polaroid"> <p style="text-align:center">Thanksgiving at MUHC</p> </li>
<li><img src="images/7.jpg" class="img-polaroid"> <p style="text-align: center">Photo Credits: <a href=https://photos.thesebnet.com target="_blank">Seb Vautour</a></p> </li>
<li><img src="images/8.jpg" class="img-polaroid"> <p style="text-align:center" >PULS U1 Breakfast</p> </li>
<li><img src="images/9.jpg" class="img-polaroid"> <p style="text-align: center">Photo Credits: <a href=https://photos.thesebnet.com target="_blank">Seb Vautour</a></p> </li>
<li><img src="images/halloween_crawl.jpg" class="img-polaroid"> <p style="text-align: center">Crawl-O-Ween: Halloween Apartment Crawl</p> </li>
<li><img src="images/untouchaballs2.jpg" class="img-polaroid"> <p style="text-align: center">Untouchaballs: Dodgeball Intramurals</p></li>
</ul>
</div>
<hr style="margin:45px 0 35px" />
<div class="row-fluid">
<!--Edit Main Content Area here-->
<div class="span12" id="divMain">
<div id="abouthead">
<h1>PULS Executive Council Elections</h1>
<p><h4><strong>We are currently in election season. See below for the individual candidate platforms. You can also see all their Facebook events.</strong></h4></p>
<p>
All students registered in a physiology undergraduate program are eligible to vote in the elections. <br />
This includes students from Major Physiology, Liberal Physiology, Honours Physiology, Joint Physiology and Mathematics, Joint Physiology and Physics, and Interdepartmental Honours in Immunology. <br /><br />
The campaigning period is currently ongoing and the voting period is scheduled from Mar 25 at 12:00AM to Mar 31, 2018 at 11:59PM. Voting is done online using the <a href="http://ssmu.simplyvoting.com/" target="_blank">SSMU Simply Voting system</a> and is easy, secure, and confidencial. Please make sure to vote for next year's council! It literally takes 30 seconds!
<br /><br />
</p>
</div>
<hr>
<h2>Candidates</h2><br />
<div class="row-fluid">
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Zoe Verzani</h3>
<h4>Candidate for President</h4>
<div class="span3">
<img src="images/e_zoe.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
I’m Zoe, a U2 Physiology student pursuing a minor in Environment, and I’m running for PULS president! Anyone that knows me knows how much I love PULS and PHGY! I have been on council for the past two years, first as U1 Representative and now as VP Finance, and have found my involvement in PULS to be such an incredibly rewarding experience that I would love to continue being part of it next year. <br/><br/>
As PULS president, I have three major objectives that I plan to address throughout the upcoming year. <br/>
<ol>
<li>Connect the Physiology Department with the Physiology Student Body <br/><br/>
<ul style="padding-left: 5%">
<li>Though the Department has our best interest in mind, they are sometimes not aware of what the students actually want and need.</li>
<li>Create anonymous feedback forms for students to fill out after each semester so PULS can help address these concerns in collaboration with the department.</li>
<li>Continue this year’s councils work on hiring official TAs for PHGY 311.</li>
</ul>
</li>
<br/>
<li>Host more Academic Events and Writing/Research Workshops <br/><br/>
<ul style="padding-left: 5%">
<li>I plan on continuing Synapse (U1-U3 mentorship program) and expanding its influence on U1 PHGYs.</li>
<ul style="padding-left: 5%">
<li>I want PHGY students to scream “Hey that’s my PHGY mentor!” louder than most McGill students scream “Hey that’s my frosh leader!”</li>
</ul>
<li>Hosting writing and research workshops for PHGY 300 courses.</li>
<li>Continuing the PHGY in Research Event PULS organized last year to help connect students to the latest research in the Physiology department and help students find lab positions.</li>
</ul>
</li>
<br/>
<li>
PHGY Pride <br/><br/>
<ul style="padding-left:5%">
<li>Hosting more social events like PHGY Fridays.</li>
<li>Expanding the turnout to the Physiology Intramural Teams by getting more U1 PHGY students involved.</li>
<li>Creating new social events like PHGY Run (monthly running session up the mountain in the Fall semester)</li>
</ul>
</li>
</ol>
I’d make it my duty to make sure you get the best Physiology has to offer.
<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Kelsey Capiendo</h3>
<h4>Candidate for Vice-President</h4>
<div class="span3">
<img src="images/e_kelsey.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hey PHGY! I'm Kelsey and I'm excited to be running for your Vice President!! Serving as U2 Representative on PULS, I have become more involved in the physiology community and would love the opportunity to continue strengthening it. Yes, I know this is always said, but I truly feel like our sense of community has grown this past year and can continue doing so! <br/><br/>
Part of building a community is inclusivity. Ideally, I want all physiology students, including PHGY Physics, PHGY Math and IHI students, to not only feel welcomed at PHGY events, but also be excited to come! Thus, I plan on making sure there are events in different areas to accommodate all the interests of PHGY students. An idea I plan on helping implement is creating a sub-committee for PULS, so students who aren't on council can still be involved! <br/><br/>
I feel the VP's responsibility of attending SUS GC meetings is often overlooked and improving the communication between SUS and PHGY students would be beneficial. I feel as though a lot of PHGY students didn't know about many great events held by SUS. Thus, I plan on making SUS information and events more apparent to all PHGY students. <br/><br/>
Lastly, I want to improve awareness and help mental health issues among PHGY students. McGill is hard and physiology isn't the easiest major. I want to make information about mental health services such as McGill Psychiatry, Counselling and OSD more accessible, as well as information and advice specifically in a PHGY aspect on deferring exams/midterms, supplemental exams or what to do if you fail a class. Furthermore, I want to prevent future PHGY students from feeling overwhelmed by improving class curriculums and providing more class resources.<br/><br/>
Overall, I want to help all PHGY students have a positive experience in PHGY!<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Yossef Levin</h3>
<h4>Candidate for Vice-President</h4>
<div class="span3">
<img src="images/e_yossef.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span4">
<p>
Hey PHGY/IHI friends, my name is Yossef Levin and I’m excited to announce that I am running for PULS Vice-President for the 2018-2019 academic year. Over the past year, I have had the amazing opportunity of being the PULS U2 Representative and I plan to use that experience moving into next year. On that note, if elected, I hope to play a more active Vice-Presidential role by helping-out other members on council with their relevant activities so that they can be accomplished more quickly and effectively. For instance, working together with the VP-Academic, I plan to finally obtain “official” TAs for the PHGY 311 course, something that has been an issue, over the past few years. <br/><br/><br/>
Furthermore, historically, attendance to PULS events has not always been very high, especially the year specific events, amongst others. As Vice-President, I plan to work on this situation in order to increase attendance by making students feel more welcome. On that note, if students ever have any issues they want to bring up, or even a personal grievance, I will work very hard to ensure that everything they have to say is attended to in the best way possible. <br/><br/>
Finally, one of the defined roles of the Vice-president is to work with SUS and by virtue other councils in the Faculty of Science. Given this responsibility, I plan to push for more joint events that would involve more departments than in previous years. By doing such, physiology students will be able to feel more involved with the McGill community at large beyond the people they meet in their classes. All in all, by creating more inter-departmental events, students will feel more comfortable expanding their horizons beyond the physiology department, which will inevitably be beneficial for their university experience. <br/><br/><br/><br/>
Together, let’s a make a difference next year!
</p>
</div>
<div class="span4">
<p>
Salut, je m'appelle Yossef Levin et je suis heureux de vous annoncer ma candidature de vice-président pour l'année académique 2018-2019. Au cours de la dernière année, j'ai eu l'occasion incroyablement enrichissante d'être le représentant de l’année U2 en PULS et je prévois utiliser cette expérience pour l'année prochaine. Par conséquent, si je suis élu, j'espère de jouer un rôle plus actif de vice-président en aidant les autres membres du conseil avec leurs activités pertinentes afin qu'elles puissent être accomplies plus rapidement et plus efficacement. Par exemple, en travaillant avec le VP-Académique, j'ai l'intention d'obtenir finalement des TA «officielles» pour le cours PHGY 311, ce qui été un problème, au cours des dernières années. <br/><br/>
En outre, historiquement, la participation aux événements PULS n'a pas été toujours très élevée. En tant que vice-président, j'ai l'intention de travailler sur cette situation afin d'augmenter la participation en faisant en sorte que les étudiants se sentent plus bienvenus. Pour ajouter, si les étudiants ont des problèmes qu'ils veulent soulever, ou même un grief personnel, je travaillerai très fort pour s'assurer que tout ce qu'ils ont à dire est traité de la meilleure façon possible.<br/><br/>
Enfin, l'un des rôles définis du vice-président est de travailler avec SUS et d'autres conseils de la Faculté des sciences. Compte tenu de cette responsabilité, j'ai l'intention d’ajouter plus d'événements-conjoints qui impliqueraient plus de départements que les années précédentes. En faisant cela, les étudiants en physiologie pourront se sentir plus impliqués dans la communauté de McGill au-delà des personnes qu'ils rencontrent dans leurs cours. Dans l'ensemble, en créant plus d'événements interdépartementaux, les étudiants se sentiront plus à l'aise d'élargir leurs horizons au-delà du département de physiologie, ce qui sera inévitablement bénéfique pour leur expérience universitaire.<br/><br/>
Ensemble, faisons une différence!
</p>
<br/><br/>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Jamie Halperin</h3>
<h4>Candidate for VP Finance</h4>
<div class="span3">
<img src="images/e_jamie.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hey PHGY! My name is Jamie and I’m very excited to be running for VP Finance on PULS! After serving as U1 Rep this year, I’m extremely motivated to continue to serve the PHGY community! <br/><br/>
<strong style="font-style:italic">- A budget that makes sense -</strong><br/><br/>
Regardless of the specific elected position you hold, it is my belief that representation should <strong>always</strong> be the top priority. That’s why my #1 goal as VP Finance would be to make small changes to the budget so that it would better reflect the interests of the student body.
<ul style="padding-left:5%">
<li>This past year, PULS spent $200-300 on U1/U2/U3 events that sometimes attracted less than 5 people</li>
<li>But we’ve been capping free beer at PHGY Fridays at around $150 even though we usually get 20-30 people!</li>
<li>We can do better!</li>
</ul>
If elected, my goal is to survey 100 PHGY students before the end of the semester to find out which PULS events and services matter most to you, and to try to make our budget more reflective of that!
<br/><br/>
<strong style="font-style:italic">- A bigger budget! -</strong><br/><br/>
I also want to increase fundraising efforts next year so we can make PULS events even more memorable (especially by including more free food)!<br/><br/>
<ul style="padding-left:5%">
<li>To achieve this, my first strategy is to schedule more food sales around campus, with the goal of having 1 each week. Samosas, baked goods, even pancakes fresh off the griddle are coming your way!</li>
<li>My second strategy is to sell ad space in NTCs. I would target services that could be relevant to PHGY students, such as MCAT prep courses. <br/><span style="font-style:italic">These ads would <strong style="font-style:italic">never</strong> appear in the middle of the notes themselves but be printed on separate pages that can easily be discarded!</span></li>
</ul>
Thank-you for your consideration and good luck on finals!<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Sakiko Ohashi</h3>
<h4>Candidate for VP Finance</h4>
<div class="span3">
<img src="images/e_sakiko.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hello PHGY+IHI! My name is Sakiko Ohashi and I am honored to announce my candidacy for the position of VP Finance in the 2018-2019 PULS election! <br/>
Having the privilege to be a part of PULS as a U1 Representative this year has been a humbling experience, and I would love to have the opportunity to be your next VP Finance. <br/>
Currently holding the title of VP Events on the Japanese Student Association, I hope to utilize the experience I have gained through this position to efficiently budget PULS finances. <br/><br/>
Some goals I would like to achieve if elected include the following:<br/><br/>
<span style="font-style:italic">Transparency</span>—I would make sure that students in the department are aware of how PULS budgets their finances. If elected, I would make sure that PULS ’s budgets and audits for specific events are made available for viewing and discussion to students upon request.<br/>
<span style="font-style:italic">Sponsorship</span>—I believe that sponsorships play a key role in the success of many of PULS’s endeavors throughout the year. That being said, I would find and recruit more sponsors should I be elected; this would not only potentially increase our budget but would additionally increase connections and opportunities for students. <br/>
<span style="font-style:italic">Connections with the department</span>—I would take the initiative and effort to better connect with the administrative department, especially in terms of finances, for more efficient and transparent processes on various projects. <br/>
<span style="font-style:italic">Funding and fundraising</span>—I would collaborate closely with the Charity Director to take initiative in increasing fund raising. Moreover, I would apply early for more funding, which would include (but are not limited to) the SUS Special Projects Fund and Student Space Improvement Fund. This would reduce the financial strain on PULS, allowing for a higher quality in the provision of services.<br/><br/>
Thank you so much for your time and consideration!!<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Elya Quesnel</h3>
<h4>Candidate for VP Academic</h4>
<div class="span3">
<img src="images/e_elya.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span4">
<p>
Hi! <br/><br/>
My name is Elya Quesnel, I’m a U2 student in Physiology, and I am super excited to be running to be your next VP Academic! <br/><br/><br/>
My goal is to work to make hands-on opportunities more easily accessible, while continuing to push for more learning resources.<br/><br/>
During my years in physiology, be it in class, at PHGY Fridays, or at ultimate and/or dodgeball games, I have had the chance to meet many hard-working people. However, I have also realized how dense and difficult this program can be. It becomes hard to pursue outside opportunities and keep up with the workload.<br/><br/>
As your VP Academic, I would act as a liaison between physiology students and the department. I have become very familiar with the faculty this past year, as I have worked for professors in our courses through research. I have also had the chance to work with directors and faculty lecturers at McGill on launching <a style="text-decoration: underline" href="https://www.mentalhealthbridge.com" target="_blank">mentalhealthbridge.com</a> to increase mental health resources’ awareness.<br/><br/><br/><br/>
Regarding courses, I want to push for:
<ul style="padding-left: 5%">
<li><strong>Practice sets and textbooks</strong> – as <strong>optional</strong> additional resources.</li><br/>
<li><strong>Tutorials</strong> in PHGY 311 and PHGY 312, offered by the faculty.</li><br/>
<li><strong>Slides to be released before every class.</strong> </li>
</ul>
<br/>
Additionally, I wish to: <br/><br/>
<ul style="padding-left: 5%">
<li><strong>Have additional options for humanity and writing courses</strong> as complementary courses. This was started by our current VP Academic Simona Bene Watts, I would really like to continue it.</li><br/>
<li><strong>Build a platform as a page on our PULS website</strong>, where professors can post research opportunities, like 396 projects, and clubs can list volunteering positions. </li>
</ul>
<br/>
The people and content of this program make me very proud to be a part of it. I want to do my absolute best to ensure that whatever your goal, the resources and opportunities you need are available and/or more easily accessible. <br/><br/>
</p>
</div>
<div class="span4">
<p>
Bonjour, <br/><br/>
Je m’appelle Elya Quesnel, je suis actuellement en U2 Physiologie. Je suis très heureuse de me présenter pour devenir votre prochain VP Académique.<br/><br/>
Mon objectif est de pousser pour plus de ressources en cours, comme d’opportunités en dehors de la classe. <br/><br/>
Depuis que j’ai commencé Physiologie, j’ai pu rencontrer en cours, au PHGY Fridays, et pendant nos jeux sportifs de nombreux élèves qui travaillent dure pour ce programme. Aussi je me suis aussi vite rendue compte de la charge importante de travail et qui rend difficile de participer à d’autres activités extrascolaires. <br/><br/>
En tant que votre VP Académique, je serais chargée d’établir une ligne de communication entre le département et les élèves. Cette année j’ai eu la chance de mieux connaître la faculté. J’ai pu travailler pour plusieurs de nos professeurs, dans leurs laboratoires. J’ai aussi travaillé à mettre en place <a style="text-decoration: underline" href="https://www.mentalhealthbridge.com" target="_blank">mentalhealthbridge.com</a> avec plusieurs membres de la communauté McGill pour agrandir la sensibilisation au nombre de ressources qui est accessible aux étudiants. <br/><br/>
Comme projets, je veux travailler à ajouter :
<ul style="padding-left: 5%">
<li>Des <strong>Practice Sets et Manuels</strong> comme ressources <strong>optionnelles.</strong></li><br/>
<li>Des <strong>tutoriels offerts par la faculté en PHGY 311 et PHGY 312.</strong></li><br/>
<li><strong>Que les slides soient distribuées avant chaque lecture.</strong></li>
</ul>
Je veux insister pour : <br/><br/>
<ul style="padding-left: 5%">
<li><strong>Avoir plus d’options</strong> pour prendre des cours en sciences humaines comme cours complémentaires. Ceci a été commencé par notre VP Académique actuelle, Simona Bene Watts. J’aimerai beaucoup le continuer.</li><br/>
<li><strong>Créer une plateforme</strong>, comme une page sur le site PULS, où des opportunités de recherches, comme des 396 projets, ou d’autres de type volontariat, seront postées.</li>
</ul>
<br/>
Si je suis élue VP Académique, je veux travailler de mon mieux pour que tous, dans ce programme, puissent avoir les ressources et les opportunités dont ils ont besoin pour leur trajectoire personnelle. <br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Mish Hukamdad</h3>
<h4>Candidate for VP Academic</h4>
<div class="span3">
<img src="images/e_mish.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hi, I’m Mish and I’m running to be your VP Academic next year! I’m in U2 Honours Physiology and I’ve served as the Charity Director for PULS this year. <br/><br/><!--<br/>-->
Currently, Physiology students have a very limited selection of ULS courses available to them. If elected, I will ensure that students have <strong style="text-decoration: underline">a broader range of ULS/ULP courses to choose from</strong>, which will give students more variety and flexibility in their final years of study. <br/><br/><!--<br/>-->
One of my goals is to <strong style="text-decoration: underline">create more research opportunities for students.</strong> If elected, I plan to organize numerous events throughout the semester which will aim to:
<ol style="padding-left: 5%">
<li>Inform students of the current research being undertaken by professors in Physiology.</li>
<li>Provide students with the opportunity to network and communicate with professors currently undertaking research.</li>
<li>Advise students on how they can successfully acquire research positions.</li>
</ol>
I plan to introduce a platform through which students in Physiology can anonymously voice their comments and concerns. I will bring up these concerns during Faculty of Science Academic Committee meetings, which will <strong style="text-decoration: underline">give students the opportunity to be heard.</strong> This way, common concerns within the study body can be successfully addressed. <br/><br/><!--<br/>-->
PHGY 212/213 courses are currently worth only 1 credit, however these courses take up a significant amount of weekly hours. If elected, I plan to bring up this issue at the monthly Academic Committee meetings and <strong style="text-decoration: underline">advocate that these courses be worth more than 1 credit.</strong> <br/><br/>
In past years, a common problem has been that the final exams for PHGY courses have been scheduled very close together. I will ensure that there is <strong style="text-decoration:underline">no overlap between PHGY courses in the final exam schedule,</strong> which will allow students to devote more time and focus to each individual course. <br/><br/>
</p>
</div>
<!-- <div class="span4">
<p>
Bonjour, je m’appelle Mish et je cours pour être votre VP académique l'année prochaine! Je suis en U2 Honors Physiology et j'ai été directeur de la charité pour PULS cette année.<br/><br/>
Presentement, les étudiants en physiologie ont une sélection très limitée de cours ULS à leur disposition. Si je suis élu, je ferai en sorte que les étudiants aient une plus grande variété de cours ULS / ULP à choisir, ce qui donnera aux étudiants plus de variété et de flexibilité dans leurs dernières années d'études.<br/><br/>
Un de mes objectifs est de créer plus d'opportunités de recherche pour les étudiants. Si je suis élu, j'ai l'intention d'organiser de nombreux événements tout au long du semestre qui viseront à:
<ol>
<li>Informer les étudiants de la recherche conduit par des professeurs en physiologie.</li>
<li>Fournir aux étudiants l'occasion de réseauter (networking???) et de communiquer avec les professeurs qui entreprennent des recherches.</li>
<li>Informer les étudiants sur la façon dont ils peuvent acquérir des postes de recherche avec succès.</li>
</ol>
J'ai l'intention de présenter une plateforme à travers laquelle les étudiants en physiologie peuvent exprimer anonymement leurs commentaires et leurs préoccupations. J'évoquerai ces préoccupations lors des réunions du Comité des études de la faculté des sciences, qui permettront aux étudiants de se faire entendre. De cette façon, les préoccupations communes au sein du corps de l'étude peuvent être traitées avec succès.<br/><br/>
Les cours PHGY 212/213 ne valent actuellement qu'un crédit, mais ces cours occupent une quantité importante d'heures hebdomadaires. Si je suis élu, j'ai l'intention de soulever cette question lors des réunions mensuelles du Comité académique et de préconiser que ces cours valent plus d'un crédit.
<br/><br/>
Au cours des dernières années, un problème commun a été que les examens finaux pour les cours PHGY ont été programmés très étroitement. Je ferai en sorte qu'il n'y ait pas de chevauchement entre les cours PHGY dans le calendrier final des examens, ce qui permettra aux étudiants de consacrer plus de temps et de concentration à chaque cours individuel. <br/><br/>
</p>
</div>-->
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Meaghan Storey</h3>
<h4>Candidate for VP Internal</h4>
<div class="span3">
<img src="images/e_meaghan.png" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hey PHGY!! I’m Meaghan and I’m very excited to be running for VP Internal for 2018-2019. <br/><br/>I chose to run for VP Internal because I have met so many amazing PHGY students through the events organized by VP Internals in the past. This position plays a crucial role in creating a community outside of lectures and labs. As a U1 student, I really didn’t know anyone majoring in physiology. Social events were a great way to meet people and get awesome advice and insight from upper year students. PHGY is not an easy major, to say the least, so I plan on creating events that are fun and stress-free. PHGY Fridays and free beer are very near and dear to my heart, and I plan on continuing this tradition into next year. Beyond apartments crawls, Science Games, and semi-formal, I plan on looking into other events such as laser tag, paint balling, karaoke, and potentially starting a new annual event - PHGY Olympics. I would also love to hear ideas from other PHGY students as these events are for you to forget about school and have some fun. I am very excited to return for my final year and make it my most memorable year with PHGY! <br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Angel Yu</h3>
<h4>Candidate for VP Athetlics & Publicity</h4>
<div class="span3">
<img src="images/e_angel.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
“Exercise gives you endorphins. Endorphins make you happy. Happy people ace their exams. They just do.” <br/>
–Elle Woods (sort of).<br/><br/>
Hi Phgy/IHI peeps,<br/><br/>
My name is Angel and I'm hoping to become your VP Athletics & Publicity for the 2018-2019 academic year. <br/><br/>
Due to the rigorous nature of our program, it is absolutely essential that we take care of ourselves, both physically and mentally. And as a varsity athlete, I can confidently attest to the fact that regular exercise does just that and more. (I'm sure I don't need to tell a group of science students all the benefits of exercise and endorphins.) <br/><br/>
However, in sort of a catch-22 situation, due to the rigorous nature of our program, it can be so hard to find the time and the motivation to exercise. That's where I come in. As VP Athletics & Publicity, I want to organize a variety of initiatives, so that there's something for everyone. I'd like to continue the tradition of organizing Phgy intramural teams, start a gym club where members would go to the gym together once a week (it's so much easier to motivate yourself to go when there are other people counting on you too), and organize events that involve fun ways of exercising such as visiting a trampoline or a rock-climbing gym, as well as regular hikes up Mont Royal for that beautiful view. These are just some examples, and I'm always open to suggestions!
<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Monika Noble</h3>
<h4>Candidate for U3 Representative</h4>
<div class="span3">
<img src="images/e_monika.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hey phgy friends! My name is Monika, I’m currently working towards completing my major in physiology (and classics minor) and I’m super excited to be running for the U3 Rep of PULS. <br/><br/>
As U3 rep my main responsibilities would be planning the Grad Dinner, sending you listservs every week, and planning our events for the year. If I get elected, I promise to send listservs that are both informative and fun, and ensure that Grad dinner is accessible, enjoyable and runs smoothly. For our events, I’d love to hear what you’d like to do - I’d say that my most important job is making sure that our final year is fun and memorable, and I plan on making sure that your voices are heard. <br/><br/>
Beyond those duties, something that I would like to focus on is continued community building and support. Physiology is a tough program, and sometimes can be overwhelming. Support from my friends has helped me get through tough times, and I want to ensure that everybody in the department feels that support too. To facilitate this I’d like to plan more informal events, such as going to workplaces other than the McGill libraries, where people can get work done but also get away from what I think can be a stressful environment. <br/><br/>
Most importantly, I really want to make sure that I’m a voice for phgy students (that’s you!). If you have any concerns or ideas, please reach out to me - I would love to hear your thoughts and together work towards making this year a great finale. If you have any questions or want to know why I think I’m qualified for this position or simply want to make a new friend, please don’t hesitate to say hi!<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Pierre Revil</h3>
<h4>Candidate for U3 Representative</h4>
<div class="span3">
<img src="images/e_pierre.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hello PHGYs! <br/>
I’m Pierre Revil, currently a U2 Honours physiology student. I am very excited to be running for U3 rep of PULS for the 2018-2019 school year! <br/><br/>
As U3 Rep, my job will be to communicate you all the events happening across the department, words and decisions coming from the council, and pretty much everything that might interest you!
<br/><br/>
As a future U3 student, I feel directly associated to the synapse program and would like to work with the next VP academic and U1 Rep to improve it and help more U1 students entering in the department to get through this ‘not so easy’ major. I hope you will all be with me on that!
<br/><br/>
Next year is unfortunately already our last year all together as undergraduate in this vibrant department. Let’s make it unforgettable!
I am really excited for this function and I will do everything to make sure everyone has a wonderful year in the best department at McGill!<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Camy Zeitouni</h3>
<h4>Candidate for U2 Representative</h4>
<div class="span3">
<img src="images/e_camy.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hi PHGY friends! My name is Camy Zeitouni and I’m running to be your U2 Representative for PULS! <br/><br/>
If elected, I have two main goals for next year. Firstly, I will make sure that all the U2 PHGY students have the resources they need to succeed academically and secondly, I want to make U2 a fun year! <br/><br/>
To accomplish my first goal, I will make sure that the NTCs for the 300 level physiology courses are of good quality and are well organized. As well, I plan to ensure that the class recordings work correctly and are uploaded promptly. Moreover, I plan on starting weekly study groups so that U2 PHGY students can get together, ask each other questions and provide support for one another; I also plan on increasing the frequency of these study groups as midterms and finals draw nearer to make sure everyone can attend at least once if their schedules conflict. <br/><br/>
To accomplish my second goal, I would like to plan fun events for the U2 PHGY students so that we can all get to know each other in non-class settings. Since U2 is a hard year for PHGY students, it’s super important that we stick together and help each other out; remember that we’re all in this together! <br/><br/>
Most importantly, I will act as a link between PULS and the U2 students so that you all hear about all the fun events that are going on and are aware of the resources that are here to help you.
<br/><br/>
It would be a big honour to be your representative and I would love to make next year the best it can be! :) #PHGYFAM<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Kelsey Smolash</h3>
<h4>Candidate for U2 Representative</h4>
<div class="span3">
<img src="images/e_kelseys.png" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hey PHGY people! I’m Kelsey, I’m in U1 and I am running to be your U2 representative. <br/><br/>
As U2 rep, I would ensure that all your PHGY classes are recorded and NTCs are distributed in a prompt and timely manner, for all your studying needs. It can be stressful balancing school with everything else, and I believe that making these fundamental resources readily available to students is a key factor to academic success. I will also take part in organizing events where all students are welcome. I would like to try new things while also keeping with PHGY traditions, and as with anything, I am always open to suggestions. I want to make sure that all students have a great and successful year, whether that be through social events, making new friends, or just getting those straight A’s. Most importantly, I want to make your voice heard and for you to feel well represented in your PHGY community!<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
<!--START OF MEMBER-->
<div class="row-fluid">
<h3>Nasri Balit</h3>
<h4>Candidate for U2 Representative</h4>
<div class="span3">
<img src="images/e_nasri.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""> </div>
<div class="span8">
<p>
Hey PHGY squad! My name is Nasri Balit and I’m really looking forward to be running for U2 rep in hopes of representing you guys next semester. <br/><br/>
Because U2 Physiology is the hardest year of our major (or so I’ve heard, I guess we’ll find out together next semester), it is super important to make sure all our NTCs are up to date and our class recordings are working properly and are uploaded as soon as possible, after all we all know how hard those 8am walks to McIntyre in the middle of winter are. Also, because U2 classes are much smaller and more PHGY focused than U1 or U0 classes, we will all hopefully get to know each other and become friends. This is great because my job as U2 rep would be to act as your voice to PULS, so if you have any questions or concerns feel free to let me know and I’ll do my best to help or forward those concerns to the PULS executive council.<br/><br/>
I’ll also be working with the other U2 representative to plan events for U2 students and let you know of events and activities that sound interesting or fun. I would like to organize a get together at the beginning of next semester so we could all get to know each other before classes start, however I am also open to any other suggestions.<br/><br/>
Finally, if elected, I hope to help make your U2 year both academically successful and enjoyable!<br/><br/>
</p>
</div>
</div>
<!--END OF MEMBER-->
</div>
</div>
</div>
</div>
</div>
<div id="footerInnerSeparator"></div>
</div>
</div>
<div id="footerOuterSeparator"></div>
<div id="divFooter" class="footerArea">
<div class="container">
<div class="divPanel">
<div class="row-fluid">
<div class="span6" id="footerArea1">
<h3>About us</h3>
<p>The Physiology Undergraduate League of Students (PULS) is the elected student government of the Department of Physiology at McGill University in Montreal, Quebec, Canada.<br /><br />
<!--
We are a team of 14 dynamic students who have a passion for academic and student life. We do everything from planning wine and cheese with professors, talent shows, Ski Trip, tutorials, NTC's (read more about NTCs in the U1 and U2 pages), apartment crawl, clothing, and much more. We are also the student voice in meetings with administration, and work together to bring you Undergraduate Research Day and Physiology Career Day. <br /><br />
-->
Views expressed on this site are not necessarily those of McGill University, or McGill University's Department of Physiology. <br/><br/>
For more information, please visit our <a href="about.html">About</a> page. <br/> <br/>
Or better yet, come visit us in person! (See details on your right.)
</p>
<!--
<p>
<a href="#" title="Terms of Use">Terms of Use</a><br />
<a href="#" title="Privacy Policy">Privacy Policy</a><br />
<a href="#" title="FAQ">FAQ</a><br />
<a href="#" title="Sitemap">Sitemap</a>
</p>
-->
</div>
<div class="span3" id="footerArea3">
<!--
<h3>About us</h3>
<p>
We are a team of 14 dynamic students who have a passion for academic and student life. We do everything from planning wine and cheese with professors, talent shows, Ski Trip, tutorials, NTC's (read more about NTCs in the U1 and U2 pages), apartment crawl, clothing, and much more. We are also the student voice in meetings with administration, and work together to bring you Undergraduate Research Day and Physiology Career Day. <br /><br />
Views expressed on this site are not necessarily those of McGill University, or McGill University's Department of Physiology.
</p>
-->
</div>
<div class="span3" id="footerArea4">
<h3>Get in Touch</h3>
<ul id="contact-info">
<!--
<li>
<i class="general foundicon-phone icon"></i>
<span class="field">Phone:</span>
<br />
000 000 0000
</li>
-->
<li>
<i class="general foundicon-mail icon"></i>
<span class="field">
Email:</span>
<br />
<a href="mailto:[email protected]" title="Email">[email protected]</a><br /><br />
</li>
<li>
<i class="general foundicon-home icon" style="margin-bottom:70px"></i>
<span class="field">Address:</span>
<br />
Room 1017<br />
McIntyre Medical Building<br />
3655 Promenade Sir William Osler, Montréal QC H3A 1A3 <br/> <br/>
</li>
<li>
<i class="general foundicon-time icon" style=margin-bottom:14px></i>
<span class="field">Office hours: </span>
<br/>
Monday - Friday <br/>
10:30 am - 2:30 pm
</li>
</ul>
</div>
</div>
<br /><br />
<div class="row-fluid">
<div class="span12">
<p class="copyright">
Copyright © 2017 PULS McGill. All Rights Reserved. <br /> Designed by Jiachen Liang <br/> Run by Diana Lin
</p>
<h4>
<p class="social_bookmarks">
<a href="https://www.facebook.com/pulsmcgill"><i class="social foundicon-facebook"></i> Facebook</a>
<a href="https://twitter.com/puls_mcgill"><i class="social foundicon-twitter"></i> Twitter</a>
<!--
<a href="#"><i class="social foundicon-pinterest"></i> Pinterest</a>
<a href="#"><i class="social foundicon-rss"></i> Rss</a>
-->
</p>
</h4>
</div>
</div>
<br />
</div>
</div>
</div>
<script src="scripts/jquery.min.js" type="text/javascript"></script>
<script src="scripts/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="scripts/default.js" type="text/javascript"></script>
<script src="scripts/carousel/jquery.carouFredSel-6.2.0-packed.js" type="text/javascript"></script><script type="text/javascript">$('#list_photos').carouFredSel({ responsive: true, width: '100%', scroll: 1, items: {width: 480,visible: {min: 1, max: 3}} });</script>
</body>
</html>