-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
executable file
·819 lines (748 loc) · 52.4 KB
/
courses.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
812
813
814
815
816
817
818
819
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Complementary courses - PULS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- FACEBOOK -->
<meta property="og:url" content="http://puls.sus.mcgill.ca/courses.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Complementary Courses - PULS" />
<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/big-images/courses.jpg" />
<meta property="fb:app_id" content="660672417416304" />
<link href="scripts/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="scripts/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- 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="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=Abel" 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_alt2.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 active">
<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="contentOuterSeparator"></div>
<div class="container" top="4px">
<div class="divPanel page-content">
<div class="breadcrumbs">
<a href="index.html">Home</a> / <span>Complementary Courses</span>
</div>
<div class="row-fluid">
<!--Edit Main Content Area here-->
<div class="span12" id="divMain">
<h1>Complementary courses</h1>
<hr>
<img src="big-images/courses.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt="">
<!-- <div class="sidebox">
<h4>
Jump to: <a href="#BIOL_BIOC">BIOL 201 vs BIOC 212</a> || <a href="#ANAT">ANAT 214 vs ANAT 261 vs ANAT 316</a> || <a href="#CHEM">CHEM 203 vs CHEM 204 vs BIOC 312</a> || <a href="#COMP">BIOL 309 vs BIOL 373 vs COMP 202 vs COMP 250 vs PSYC 305</a></h4>
</div> -->
<br/>
<p>
Here, PULS outlines a guide for course selection. Advice given here is purely based on students' opinions and past experiences. They are in no way an accurate reflection of what the courses have to give, and views expressed here are not necessarily the views expressed by the Department of Physiology, the Faculty of Science, or McGill University.
<br /><br />
This is a guide for course selection in the Major program. For other programs, please consult the official requirements from the Department of Physiology.
<br /><br />
The requirements for the programs in the Department of Physiology can change at any time. Please refer to the official website of the Department for the most up-to-date information, and in case of conflicting information, <b>always follow the information on the official departmental website.</b>
<br /><br />
<a href="https://www.mcgill.ca/physiology/undergraduate-studies/programs/liberal-program-couse-listing" target="_blank">Liberal program course listing</a><br />
<a href="https://www.mcgill.ca/physiology/undergraduate-studies/programs/major-program-course-listing" target="_blank">Major program course listing</a><br />
<a href="https://www.mcgill.ca/physiology/undergraduate-studies/programs/honours-program-course-listing" target="_blank">Honours program course listing</a><br />
<a href="https://www.mcgill.ca/physiology/undergraduate-studies/programs/physiology-physics-course-listing" target="_blank">Physiology and physics course listing</a><br />
<a href="https://www.mcgill.ca/physiology/undergraduate-studies/programs/physiology-math-course-listing" target="_blank">Physiology and mathematics course listing</a><br />
<a href="https://www.mcgill.ca/physiology/undergraduate-studies/programs/honours-immunology-course-listing" target="_blank">Interdepartmental Honours in Immunology course listing</a>
<br /><br />
<h2>Course selection</h2>
<p>In the physiology program, there exists complementary courses, which give you a little more freedom than the required core physiology courses. With complementary courses, you may choose to take one course from each specified list. Each of these categories is listed below.</p><br/>
<span class="anchor" id="BIOL_BIOC"></span>
<h3>BIOL 201 vs BIOC 212</h3>
These two courses are aimed to introduce students to the principles of cell biology and metabolism. They vary slightly, but are very similar.
<br /><br />
BIOL 201 has a stronger emphasis on metabolism and cellular kinetics such as motor proteins and cellular scaffolding. BIOC 212 has a stronger emphasis on protein quality control, cellular trafficking and the life cycle of the cell, including a distinctive section on introductory cancer biology. BIOL 201 has a cumulative final exam, whereas BIOC 212 has a non-cumulative one.
<br /><br />
These two courses are equivalent for all means and purposes when it comes to curriculum, and are the prerequisites for the same upper-level courses. The difficulty is also very similar, and the choice of students should be made on the slight nuances in content.
<br /><br />
<table cellpadding="10">
<tr>
<th width="10%" style="padding:10">Course</th>
<th width="30%">Pros</th>
<th width="30%">Cons</th>
<th width="30%">Evaluation</th>
</tr>
<tr>
<th>BIOL 201: Cell Biology and Metabolism<br/><br/><a href="syllabus/complementary/BIOL201_W2018.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Great professors (Gary Brouhard), very engaging</li>
<ul>
<li>One of the best professors at McGill</li>
</ul>
<li>Tutorials are key, super helpful, given by TA</li>
<li>Crib sheets allowed at every exam as details are not tested
</li>
</ul>
</td>
<td>
<ul>
<li>Questions involve an in depth understanding of the content. They are not memorization based.</li>
<li>Exams are thought provoking in a sense that they move away from the classic regurgitation type questions biology classes are known for. Some may find this approach more difficult.</li>
</ul>
</td>
<td>
<ul>
<li>Quizzes: 10%</li>
<ul>
<li>6 Quizzes Total</li>
<li>Lowest quiz mark dropped</li>
<li>So 5 @ 2.5% ea.</li>
</ul>
<li>2 Midterms MC (25% each)</li>
<li>Final exam all MC (40%) - cumulative</li>
</ul>
</td>
</tr>
<tr>
<th>BIOC 212: Molecular Mechanisms of Cell Function<br/><br/><a href="syllabus/complementary/BIOC212_W2017.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Interesting cancer section</li>
<li>Very straight-forward, chill final</li>
<li>Prof Young loves his compare/contrast questions, so know all there is to know about the proteins he talks about</li>
<li>NON-cumulative</li>
</ul>
</td>
<td>
<ul>
<li>Killer midterm (45%)</li>
</ul>
</td>
<td>
<ul>
<li>Midterm: 45% (MC + some written)</li>
<li>Final: 55% (MC + T/F)</li>
</ul>
</td>
</tr>
</table>
<br/><br/>
<span class="anchor" id="ANAT"></span>
<h3>ANAT 214 vs ANAT 261 vs ANAT 316</h3>
<br/>
<table cellpadding="10">
<tr>
<th width="10%">Course</th>
<th width="30%">Pros</th>
<th width="30%">Cons</th>
<th width="30%">Evaluation</th>
</tr>
<tr>
<th>ANAT 214: Systemic Human Anatomy <br/><br/><a href="syllabus/complementary/ANAT214_F2017.pdf" target="_blank"> Syllabus</a></th>
<td>
<ul>
<li>Cadaver lab!</li>
<li>Very interesting, and lots of clinical information</li>
<li>Exam questions heavily test application of anatomy knowledge to medical situations</li>
<li>Professor Gabriel Venne is clear about his expectations
<ul>
<li>Gives you a lot to learn, but examines A LOT of what he assigns</li>
<li>So most of the stuff you memorize is tested (Unlike some courses *cough* PHGY courses)</li>
</ul>
</li>
</ul>
</td>
<td>
<ul>
<li>Lots of work, not an easy A</li>
<li>Hard to get into as a non-ANAT student</li>
</ul>
</td>
<td>
<ul>
<li>*3 credits*</li>
<li>Midterm: 25% (short answer and MC)</li>
<li>Lecture Quizzes: 5 @ 2% ea.</li>
<li>Lab Quizzes: 2 @ 2.5% ea.</li>
<ul>
<li>Good practice for the lab final</li>
</ul>
<li>Lecture Final: 35% (written)</li>
<li>Lab Final: 25% (bell ringer, DIFFICULT but not worth too much)</li>
</ul>
</td>
</tr>
<tr>
<th>ANAT 261: Introduction to Dynamic Histology<br/><br/><a href="syllabus/complementary/ANAT261_F2017.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Lots of overlap with PHGY 209/210</li>
<li>Recorded, lecture slides are clear</li>
<li>Labs are super straight-forward and chill</li>
<li>Questions are straight knowledge regurgitation, minimal/no application</li>
<li>PASSIONATE profs!</li>
</ul>
</td>
<td>
<ul>
<li>Material can be very dry</li>
<li>Histology = microscopic anatomy</li>
</ul>
</td>
<td>
<ul>
<li>*4 credits*</li>
<li>Lab quizzes (bell ringer)</li>
<li>Midterm</li>
<li>Paper</li>
<li>Course final (MC, written)</li>
<li>Lab final (bell ringer)</li>
</ul>
</td>
</tr>
<tr>
<th>ANAT 316: Human Visceral Anatomy <br/><br/><a href="syllabus/complementary/ANAT316_W2018.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Recorded!!</li>
<li>Great prof - Dr. Nicole Ventura</li>
<ul>
<li>Is more like a classic teacher than a prof</li>
<li>Clear slides, fair exams</li>
<li>Demonstrations in-class to drive the point home so go to class and don't just rely on recordings</li>
</ul>
<li>Cadaver lab is SUPER COOL and you learn a lot</li>
<ul>
<li>Each lab comes with a handy lab outline which outlines everything you should know</li>
<li>TAs go over this outline/worksheet with you to reinforce the lecture material</li>
</ul>
<li>Straightforward midterm</li>
</ul>
</td>
<td>
<ul>
<li>Is generally a required class for PTOT students so you may get a "Reserve Closed" error during registration</li>
<li>ANAT 315 "pre-req"</li>
<ul>
<li>Dr. Ventura will post the relevant 315 recordings at the beginning of the course</li>
<li>You will still feel slightly "behind" the PTOT students that took ANAT 315</li>
<li>ANAT 315 material is not directly tested but generally helps with understanding and surface anatomy references</li>
</ul>
<li>Lab is "mandatory" attendance</li>
<ul>
<li>2017: 4 pop quizzes to "check" for attendance</li>
<li>2018: quizzes are online!</li>
</ul>
<li>Lab Final (bell ringer)</li>
<ul>
<li>Consists of 20 stations (with 2 questions at each station)</li>
<li>75 seconds per station to answer the question</li>
<li>Moderate difficulty as you can only study the cadavers during lab, during lab study hours booked by Dr. Ventura during finals and the pop quiz slides</li>
<li>Studying textbook diagrams are great but the cadaver anatomy isn't so clean and clear cut</li>
</ul>
</ul>
</td>
<td>
<ul>
<li>*3 credits*</li>
<li>Midterm: 25%</li>
<li>Lab Pop-Quizzes: 4 @ 2.5% ea.</li>
<li>Lecture final (MC): 45%</li>
<li>Lab Final: 20%</li>
</ul>
</td>
</tr>
</table>
<br /><br />
<span class="anchor" id="CHEM"></span>
<h3>CHEM 203 vs CHEM 204 vs BIOC 312</h3>
Students are required to take one course in basic physical chemistry. As an alternative, students can instead take a second course in intermediate biochemistry if they wish.
<br /><br />
CHEM 203 offers students a general survey of physical chemistry. It provides students with the necessary knowledge to approach physical chemistry-related questions in life sciences and a further elaboration of physical chemistry beyond the 100-level. Topics include thermodynamics, equilibrium, and chemical kinetics.
<br /><br />
CHEM 204 is one of two introductory courses offered by the Department of Chemistry as a foundation in physical chemistry tailored to life science students. As the first part of the complete package, it goes into more depth than CHEM 203, but some concepts of CHEM 203 are not discussed, left to be discussed in detail in CHEM 214. CHEM 204 is not more difficult than CHEM 203, but it approaches the questions from a more theoretical, mathematical, and proof-based point of view. Topics include thermodynamics, equilibrium, and quantum mechanics.
<br /><br />
Students who do not wish to take physical chemistry can opt to substitute it by a second course in intermediate biochemistry. BIOC 312 covers the metabolism of nucleic acids, transcription and translation in prokaryotes and eukaryotes, and post-translational modifications of proteins. Students should be warned that BIOC 312 is a challenging course, sometimes considered the hardest of all biochemistry courses. Nonetheless, students who are interested in the course should not be turned off by its difficulty, as many motivated students achieve very high grades every year.
<br /><br />
<table cellpadding="10">
<tr>
<th width="10%">Course</th>
<th width="30%">Pros</th>
<th width="30%">Cons</th>
<th width="30%">Evaluation</th>
</tr>
<tr>
<th>CHEM 203: Survey of Physical Chemistry<br/><br/><a href="syllabus/complementary/CHEM203_W2017.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Questions are very similar to his practice questions</li>
<li>Concepts are pretty simple/repetitve overall</li>
<li>Quizzes help keep up and understand the class</li>
<li>You get 2 attempts for each quiz</li>
<li>All exams are non-cumulative</li>
</ul>
</td>
<td>
<ul>
<li>Poorly organized, very confusing lectures</li>
<li>Does not use slides, uses projector if it is taught by Dr. Sanctuary</li>
<li>"Mandatory" locked digital textbook written by Dr. Sanctuary is RIDDLED with mistakes and errors (including the answer keys!)</li>
<li>The quizzes often have errors, he's also inconsistent with the way the quizzes work (they also take forever)</li>
</ul>
</td>
<td>
<ul>
<li>Quizzes: 15%</li>
<li>Midterm: 35%</li>
<li>Final: 50%</li>
</ul>
</td>
</tr>
<tr>
<th>CHEM 204: Physical Chemistry/Biological Sciences 1<br/><br/><a href="syllabus/complementary/CHEM204_F2017.pdf">Syllabus</a></th>
<td>
<ul>
<li>Interesting section on thermodynamics of protein folding (NOT in Pat's class</li>
<li>If Dr. Pat is teaching, he reuses EVERY QUESTION, so find past midterms/finals and memorize answers/questions</li>
<li>Easy A with Pat, he lets you use your phone on midterms</li>
</ul>
</td>
<td>
<ul>
<li>Considered to be more difficult than CHEM 203 (depends on which professor is teaching - Dr. Blum is known to be difficult)</li>
<li>Heavier study load than CHEM 203 (allegedly)</li>
<!--<li>Pat doesn’t really care</li>
<li>You don’t learn anything with Pat</li>-->
</ul>
</td>
<td>
<ul>
<li>3 Midterms: 22.5%, 22.5%, 12.5%</li>
<li>Final: 42.5</li>
</ul>
</td>
</tr>
<tr>
<th>BIOC 312: Biochemistry of Macromolecules<br/><br/><a href="syllabus/complementary/BIOC312_W2018.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Some profs are okay</li>
</ul>
</td>
<td>
<ul>
<li>Avoid this course - much higher difficulty than CHEM 203/204</li>
<li>Dense material - heavy focus on molecular pathways</li>
<li>Some profs are quite difficult to understand and have fairly unfocussed lecturing styles</li>
</ul>
</td>
<td>
<ul>
<li>Midterm: 40%</li>
<li>Final: 60%</li>
</ul>
</td>
</tr>
</table>
<br/><br/>
<span class="anchor" id="COMP"></span>
<h3>BIOL 309 vs BIOL 373 vs COMP 202 (or COMP 204) vs COMP 250 vs PSYC 305</h3>
Students can choose from five complementary courses in physiology. These five offer insights into fields that are not directly related to physiology, but are useful to the scientist working in physiology. A comparison table that summarizes all five courses can be found <a href="#summary">below.</a>
<br /><br />
<h4>BIOL 309 - Mathematical Models in Biology</h4>
The main objective is to give the student basic skills necessary to understand the ways mathematics can be applied to study biological systems.<br />
1) FINITE DIFFERENCE EQUATIONS IN BIOLOGY (12 lectures) Dynamics in 1-dimensional finite difference equations modeling ecosystems including concepts of steady states, cycles and chaos. Boolean switching networks as applied to genetic regulation. Cellular automata and fractals.<br />
2) DIFFERENTIAL EQUATIONS (14 lectures) One dimensional differential equations modeling growth and decay in biology. Second order linear and nonlinear differential equations modeling ecological, biochemical, and compartmental systems in biology. Stability analysis of first and second order nonlinear differential equations. Phase plane analysis of nonlinear second order differential equations.
<br /><br />
Students who wish to take this course should have a strong background in basic calculus. The instructor recommends one calculus course beyond the 100-level.
<br /><br />
<h4>BIOL 373 - Biometry</h4>
The aim of this course is to introduce students to the foundations of the analysis of biological data, while emphasizing the assumptions behind statistical tests and models. I shall not as in the mathematical statistics course, go into detail about the specific mathematical derivations. The course is designed to give a student the ability to intelligently use the statistical techniques typically available on computer packages such as SYSTAT or SPSS.
<br /><br />
<h4>COMP 202 - Foundations of Programming</h4>
This course introduces students to computer programming and is intended for those with little or no back- ground in the subject. No knowledge of computer science in general is necessary or expected. It aims to teach students a way of thinking that will enable them to build non-trivial programs. The course uses the Java programming language.
<br /><br />
Offered both in Fall and Winter semsters, this course is a very flexible and useful for students. In the rapidly growing world of computation, life scientists may find it very useful to learn the basics of programming, especially the most widely-used language in the world: Java.
<br /><br />
<h4>COMP 250 - Introduction to Computer Science</h4>
This course introduces students to two core topics in computer science: data structures and algorithms, and object oriented design. For the data structures, students will learn about various types of lists (arrays, linked lists, stacks, queues), trees, and graphs. Students will also learn the basic algorithms that use these data structures, and how to analyze such algorithms in terms of the amount of computation they use. The course also give students a deeper understanding of object oriented programming. Students will learn how classes can be organized into hierarchies, and how variables and methods defined in the classes of the hierarchy are related to each other. These relationships will be developed more fully in subsequent courses such as COMP 303.
<br /><br />
COMP 250 is the gateway to computer science. Note that computer science is not synonymous to programming. COMP 250 does not teach programming. In fact, an unofficial prerequisite for the course is the ability to program in the Java languate. Students can either opt to take COMP 202 or to learn Java on their own before taking COMP 250.
<br /><br />
<h4>PSYC 305 - Statistics for Experimental Design</h4>
An introduction to the design and analysis of experiments, including analysis of variance, planned and post hoc tests and a comparison of anova to correlational analysis.
<br /><br />
</p>
<p>
<table cellpadding="10">
<tr>
<span id="summary" class="anchor"></span>
<th width="10%">Course</th>
<th width="30%">Pros</th>
<th width="30%">Cons</th>
<th width="30%">Evaluation</th>
</tr>
<tr>
<th>BIOL 309: Mathematical Models in Biology <br/><br/>Syllabus: TBD</th>
<td>
<ul>
<li>Leon Glass is a gem of a prof</li>
<li>He'll play the French Horn for you</li>
<li>A nice introduction to nonlinear dynamics and goes at a relatively slow pace, great for going into classes like MATH 326 and MATH 437</li>
<li>A new way to think about biological applications of math</li>
<li>The textbook is super informative and the prof wrote it </li>
</ul>
</td>
<td>
<ul>
<li>When they say calculus pre-reqs they mean it! Don’t take this if you haven’t taken calc. in a few years / don’t have time to relearn all the rules of calc. (Otherwise allegedly a great course) </li>
<li>It’s almost entirely differentiation though and for the most part not crazy hard calculus, (definitely not the most important part of the class)</li>
<li>If you’re not into math and drawing/interpreting graphs this may not be the class for you</li>
</ul>
</td>
<td>
<ul>
<li>Assignments: 10% (every ~2 weeks)</li>
<li>Midterm: 20% </li>
<ul>
<li>He gives you access to midterms for the past 10 years (all super similar info)</li>
</ul>
<li>Final: 50%</li>
<li>Critique of a Paper: 20% (2-3 pages double spaced)</li>
</ul>
</td>
</tr>
<tr>
<th>BIOL 373: Biometry <br/><br/><a href="syllabus/complementary/BIOL373_F2016.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Very useful and important information for analyzing data for research</li>
<li>Lenient/fair grading on exams, quizzes, and labs </li>
<li>Chill TAs that will actually help you with the labs</li>
<li>Largely relies on R which is super useful</li>
</ul>
</td>
<td>
<ul>
<li>Reputation for being rigorous and challenging</li>
<li>Very difficult and dense material</li>
<li>Prof isn’t always very clear</li>
<li>Final Exam = DEATH</li>
<li>Must like stats to like this class</li>
</ul>
</td>
<td>
<ul>
<li>Lab Assignments: 25%</li>
<li>Class Assignments: 20%</li>
<li>Final: 55%</li>
</ul>
</td>
</tr>
<tr>
<th>COMP 202: Foundations of Programming<br/><br/><a href="syllabus/complementary/COMP202_W2018.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Manageable, easy intro to programming (Java)</li>
<li>Profs change every year, but normally have been very good</li>
<li>Content is intro level so most help can be found online</li>
<li>If you take it in the summer, like a third of the material is cut and the assignments are much easier to do as well</li>
<li>Since this course is taught Fall, Winter, and Summer, there are tons of past exams to practice and study from</li>
<li>CSUS help desk can help you with assignments, especially when TAs are swamped</li>
<li>Midterm grade may be dropped if final exam mark is better</li>
</ul>
</td>
<td>
<ul>
<li>This course will soon be replaced by COMP 204 (see below) on the complementary list</li>
<li>Many assignments</li>
<li>Can be very time consuming</li>
<li>Despite programming on a computer for all assignments, on exams you will have to code by hand which can be frustrating on a time crunch</li>
</ul>
</td>
<td>
<ul>
<li>Assignments: 5 @ 7% ea.</li>
<li>Midterm: 25%</li>
<li>Final: 45%</li>
<li>Exams now consist of MC, short answer and long answer (instead of just MC which you pay see in some older past exams)</li>
</ul>
</td>
</tr>
<tr>
<th>COMP 250: Introduction to Computer Science<br/><br/><a href="syllabus/complementary/COMP250_W2016.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Uses Java learned in COMP 202 (or elsewhere) to teach basic computer science concepts - data structures, algorithms (proofs!), efficiency</li>
<li>202 teaches you <span style="font-style:italic">how</span> to program, 250 gets you to program <span style="font-style:italic">well</span></li>
</ul>
</td>
<td>
<ul>
<li>Profs rotate every semester - some are more challenging than others</li>
<ul>
<li>Winter 2016: Crepeau was teaching this course for the first time in 15 years so it was wildly disorganized </li>
</ul>
<li>Many assignments</li>
</ul>
</td>
<td>
<ul>
<li>4-5 Assignments @ % TBD ea.</li>
<li>Midterm: % TBD</li>
<li>Final: % TBD</li>
<li>Exams are a blend of MC and written, covers knowledge, proof and programming questions</li>
<li>If taught by Crepeau, exams are OPEN BOOK (PRINT EVERYTHING!!)</li>
</ul>
</td>
</tr>
<tr>
<th>COMP 364/204: Computer Tools for Life Sciences<br/><br/><a href="syllabus/complementary/COMP364_F2017.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Prerequisites: BIOL 112 and A CEGEP level mathematics course</li>
<ul>
<li>This pre-req used to be BIOL 200 and ideally BIOL 301, but it has changed Fall 2017 - PREREQS LOWERED</li>
</ul>
<li>Uses Python, some of Bash/Unix (Terminal)</li>
<li>A real taste of Bioinformatics (not very many BINF courses available to undergrads under the Faculty of Science)</li>
<li>If Carlos and Chris are still teaching it, they record the course!!</li>
<ul>
<li>Not via McGill LMS, they record their own laptop screen and audio as they teach and then upload to mycourses later as mp4 files</li>
</ul>
<li>Double-sided letter-sized crib sheet for midterm and final</li>
</ul>
</td>
<td>
<ul>
<li>In Fall 2017, was taught by two grad students who make assumptions about your previous programming knowledge</li>
<ul>
<li>In this sense, it seems as if you’re thrown into the deep end if you have no programming background despite the absence of programming prerequisites</li>
</ul>
<li>Considered harder for those who have not taken COMP 202</li>
<li>May not be able to take (COMP 202 / COMP 206) and this course if you’re a CompSci minor (count as equivalents for that program)</li>
<li>Exams are long</li>
</ul>
</td>
<td>
<ul>
<li><a href="http://cs.mcgill.ca/~cgonza11/COMP_364/" target="_blank">Course website</a></li>
<li>Assignments: 5 @ 7% ea. (35% total)</li>
<li>Quizzes: 10 @ 0.5% ea. (5% total)</li>
<li>Midterm: 20% (MC, short answer, long answer)</li>
<li>Final: 40% (MC, short answer, long answer</li>
</ul>
</td>
</tr>
<tr>
<th>PSYC 305: Statistics for Experimental Design<br/><br/><a href="syllabus/complementary/PSYC305_W2018.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Relatively easy material (will be a breather compared to 300 level PHGYs)</li>
<li>No pre-reqs (supposed to take PSYC 204 but not necessary)</li>
<li>Rhonda Amsel is a gem </li>
<li>Heungsun Hwang has clear lecture slides, all calculations done with the computer</li>
</ul>
</td>
<td>
<ul>
<li>Depending on prof, may have to do all calculations by hand/calculator (you must know the equations)</li>
<ul>
<li>Hwang doesn’t require you to do calculations by hand but Rhonda does require calculations by hand</li>
</ul>
</ul>
</td>
<td>
<ul>
<li>3 Assignments: 25% </li>
<ul>
<li>opportunity to resubmission to increase your mark</li>
</ul>
<li>Midterm: 20%</li>
<li>Final: 55%</li>
</ul>
</td>
</tr>
</table>
</p>
<br/><br/>
<h2>Flowchart</h2>
This flowchart indicates the possible curricula for the Major program in physiology. Arrows represent prerequisites. A chart supplied by the Physiology department can also be find <a href="course_selection.pdf" target="_blank">here</a>.
<img src="big-images/courses_diagram.png" class="img-polaroid" style="margin:5px 0px 15px;" alt="">
</div>
</div>
<!--End Main Content Area-->
</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 © 2018 PULS McGill. All Rights Reserved.
</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>
</body>
</html>