-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms.html
executable file
·588 lines (520 loc) · 34.7 KB
/
programs.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Programs of Study - 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/programs.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Programs of Study - 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/programs.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">
<div class="divPanel page-content">
<div class="breadcrumbs">
<a href="index.html">Home</a> / <span>Programs of Study</span>
</div>
<div class="row-fluid">
<!--Edit Main Content Area here-->
<div class="span12" id="divMain">
<h1>Programs of study</h1>
<hr>
<img src="big-images/programs.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt="">
</p>
<!--<div class="sidebox">
<h4>Jump to: <a href="#major">Major</a> || <a href="#honours">Honours</a> || <a href="#liberal">Liberal</a> || <a href="#MATH">Joint Majors Physiology/Mathematics</a> || <a href="#PHYS">Joint Majors Physiology/Physics</a> || <a href="#IHI">Interdepartmental Honours in Immunology (IHI)</a></h4>
</div>-->
<h2>Our programs</h2>
<p>
Welcome to physiology! In our department, three <a href="course_selection.pdf" target="_blank">programs<sup>[?]</sup></a> of study are offered: Major, Honours and Liberal. These three programs are similar in most of the curriculum, but differ at key points, making them unique. In addition, the Department also offers two joint majors with the departments of Physics and Mathematics, as well as an interdepartmental honours program in immunology. We will attempt to guide you through your choice of program. <br /><br />
</p>
<span id="major" class="anchor"></span>
<h3>Major</h3>
<p>
The Major program is the curriculum that presents to students a deep understanding of human and mammalian physiology in all of its aspects. In addition to the intensive study of physiology, a strong background in the related life and biomedical sciences is founded. Fields such as biochemistry, molecular biology, neuroscience and immunology are explored.
<br /><br />
The Major program is 65 credits in weight, and thus allows the pursuit of a minor or elective courses outside of physiology.
<br /><br />
This program of study best suits students who wish to pursue intensive studies in physiology while having the option to take courses in other areas of their interest.
<br /><br />
</p>
<span id="honours" class="anchor"></span>
<h3>Honours</h3>
<p>
The Honours program is the curriculum axed on experimental research. In addition to learning a strong theoretical background, students have the opportunity to interact with leading experts in the field of physiology while conducting guided experimental research in a laboratory setting. Courses and seminars are also offered in scientific methodology and communication, presenting students a complete preparation for a career in scientific research.
<br /><br />
The Honours program is 75 credits in weight, leaving little room for electives or a minor. Admission into the Honours program is limited, and selection is made before entering U2. Students interested in the Honours program should have a strong academic standing in U1 and are advised to speak to the departmental advisor.
<br /><br />
This program of study best suits students who wish to pursue a career in scientific research in the field of physiology.
<br /><br />
The following table summarizes some of the core Honours Physiology courses.</p>
<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>PHGY 351: Research in Physiology<br/><br/><a href="syllabus/honours/PHGY351_W2018.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Vollrath will know your name (and sometimes you’ll see her daughters <3)</li>
<li>You get to play with zebrafish</li>
<li>Bonding with honours friends!</li>
</ul>
</td>
<td>
<ul>
<li>No one really knows what’s going on</li>
<li>Lab techniques you learn are legit the same as in PHGY 212/213 and BIOL 301</li>
<li>Have to write full lab reports for every prof (x4)</li>
<li>The take home midterm is actual hell</li>
</ul>
</td>
<td>
<ul>
<li>Half lecture, half lab</li>
<li>Legit no one knows, but you’re almost guaranteed at least an A-</li>
<li>Mythical grading scheme</li>
</ul>
</td>
</tr>
<tr>
<th>PHGY 359: Tutorial in Physiology<br/><br/><a href="syllabus/honours/PHGY359_20172018.pdf" target="_blank">Syllabus</a></th>
<td>
<ul>
<li>Very little effort required</li>
<li>Can pick your supervisor</li>
<li>Pass/fail course</li>
</ul>
</td>
<td>
<ul>
<li>Have to read papers every month </li>
</ul>
</td>
<td>
<ul>
<li>Full year course (two consecutive semesters)</li>
<li>4 meetings with supervisor per semester</li>
<li>As long as you meet with your supervisor 4x, you pass! No grades!</li>
</ul>
</td>
</tr>
<tr>
<th>PHGY 459: Physiology Seminar<br/><br/><a href="syllabus/honours/PHGY459D1_F2017.pdf" target="_blank">Fall</a><br/><a href="syllabus/honours/PHGY459D2_W2018.pdf" target="_blank">Winter</a></th>
<td>
<ul>
<!--<li>THERE’S NOTHING GOOD ABOUT THIS COURSE</li>
<li>It gives you something to complain about with honours friends #bonding</li> -->
<li>Teaches you how to read and discuss scientific papers</li>
<li>Learn how to write a grant (cry)</li>
</ul>
</td>
<td>
<ul>
<!--<li>EVERYTHING</li>-->
<li>Papers are so dry and they take so long to read it sucks the life out of everything</li>
<li>You have a write a full 10 page single spaced grant</li>
<li>Spontaneous presentations of grant proposal may be required - they will give you 2 days to prep a 30 min presentation…</li>
<li>Literally nobody knows how they’re doing in this class until the end...and it’s 6 credits </li>
<li>This course is the worst experience of McGill</li>
</ul>
</td>
<td>
<ul>
<li>Full-year course (two consecutive semesters)</li>
<li>Participation: 50% (25% per semester)</li>
<li>In-class Tests: 20% (10% per semester</li>
<li>Oral Presentation: 10% (Winter)</li>
<li>Grant Application: 20% (Winter)</li>
</ul>
</td>
</tr>
<tr>
<th>PHGY 461: Experimental Physiology<br/><br/>Syllabus: N/A<br/><br/><a href="research.html#461">More</a></th>
<td>
<ul>
<li>Learn research techniques and get research experience</li>
<li>Depends on your prof and research</li>
<li>Pretty easy (about 15 hours per week)</li>
<li>Learn how to write a paper and how to discuss research</li>
</ul>
</td>
<td>
<ul>
<li>Hard to tell if you are doing well and its 9 credits :/</li>
<li>Has a long paper and a presentation</li>
<li>Depends on your prof...</li>
</ul>
</td>
<td>
<ul>
<li>Full-year course (two consecutive semesters)</li>
<li>Completely decided on by your supervisor!</li>
<li>Overall Lab Work: 60% (throughout the year)</li>
<li>Oral Presentation Progress: 15% (February)</li>
<li>Final Paper: 25%</li>
</ul>
</td>
</tr>
</table>
<br/><br/>
<span id="liberal" class="anchor"></span>
<h3>Liberal</h3>
<p>
The Liberal program allows maximum flexibility to students. Students are required to take core physiology courses, but have a reduced number of required courses outside of the Department. This allows students to explore the other sciences in their undergraduate degree while also maintaining an in-depth study of core physiological concepts.
<br /><br />
The Liberal program is 46-50 credits in weight, and students are required to take a minor in another discipline.
<br /><br />
This program of study best suits students who wish to pursue studies in physiology in conjunction with other fields of science.
<br /><br />
</p>
<span id="MATH" class="anchor"></span><span id="PHYS" class="anchor"></span>
<h3>Joint Majors Physiology-Mathematics and Physiology-Physics</h3>
<p>
The Department of Physiology offers two joint major programs with the departments of Mathematics and Physics. These joint major programs are aimed at students who wish to pursue a degree in physiology with strong physical and mathematical foundation. Subjects emphasized will be electrophysiology, biometry, mathematical modeling, and more. The joint major programs contain all core physiology courses, but a lower number life science courses outside of physiology. The aim is to complement a core physiological foundation with theoretical and applied principles in physics or mathematics. Culminating in a year-long research project, these programs also provide a strong foundation for graduate studies in experimental physiology.
<br /><br />
The Joint Major programs are 77 credits in weight, leaving little room for electives or a minor. Students interested in pursuing a joint major should speak with their departmental advisor prior to or at the start of the U1 year.
<br /><br />
This program of study best suits students who wish to pursue studies in physiology with a high degree of specialization in mathematics and physics.
<br /><br />
The following table summarizes some of the core MATH and PHYS courses in the Joint Majors program.</p>
<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>BIOL 309: Biometry<br/><br/>Syllabus: TBD<br/><br/><a href="courses.html#COMP">More</a></th>
<td>
<ul>
<li>Glass is a really interesting lecturer who uses a lot more than just notes on a whiteboard</li>
<li>The assignments are very similar to textbook questions/examples </li>
</ul>
</td>
<td>
<ul>
<li>The exams are a little harder than in class/assignments, memorizing is not enough you actually have to understand the theory </li>
<ul>
<li>You have access to all of the past midterms and finals so that is useful</li>
</ul>
</ul>
</td>
<td>
<ul>
<li>Take this before you take MATH 437 -- MATH 437 rehashes a lot of this material in more details </li>
<li>Take this at the same time as MATH 326: Non-linear Dynamics & Chaos</li>
<li>Assignemnts: 4 @ % TBD ea.</li>
<li>Midterm: % TBD</li>
<li>Paper: % TBD</li>
<li>Final: % TBD</li>
</ul>
</td>
</tr>
<tr>
<th>BMDE 519: Biomedical Signals & Systems<br/><br/>Syllabus: TBD </th>
<td>
<ul>
<li>You learn a lot about using MATLAB, and the fundamental tools used in signal analysis (either a pro or a con depending on if this interests you)</li>
<li>No other course will ever teach you to manage your time like this one (also either a pro or con depending on your outlook)</li>
<li>Midterm and final are offered over a 2 week span (you can pick 72 consecutive hours during this period to write the exam)</li>
</ul>
</td>
<td>
<ul>
<li>Lectures don’t really prepare you for the assignment questions as well as they should</li>
<li>The professor expects you to have significant knowledge before starting the class </li>
<li>A LOT OF WORK (CANNOT EMPHASIZE THIS ENOUGH)</li>
<li>You have exactly 72 hours to do a take-home midterm and final- must prepare very well for this (write a bunch of MATLAB functions to do shortcut analyses in preparation) </li>
<li>Weekly assignments take 10h+</li>
</ul>
</td>
<td>
<ul>
<li>This course requires previous knowledge of MATLAB. Either take PHGY 425 (an actual intro to MATLAB) in your 3rd year, or spend some time in the summer before your 4th year learning the basics </li>
<li>Learn how to build functions in MATLAB before doing an assignment. Often the assignments are repetitive involving using the same analysis technique for 10 signals. Save the analysis technique as a function then run each signal through it.</li>
<li>Try to get ahead on the first week’s assignment so you have two weeks to do subsequent ones </li>
<li>Weekly Assignments: % TBD</li>
<li>Midterm: % TBD</li>
<li>Final: % TBD</li>
</ul>
</td>
</tr>
<tr>
<th>MATH 326: Non-linear Dynamics & Chaos<br/><br/>Syllabus: TBD</th>
<td>
<ul>
<li>The most interesting PHGY/MATH course you’ll take</li>
</ul>
</td>
<td>
<ul>
<li>Some computational stuff about approximating dynamical systems</li>
<li>Learn this before the first quiz because it’s tested repeatedly even tho it’s only 1 or 2 lectures </li>
</ul>
</td>
<td>
<ul>
<li>2x In-class Quizzes: % TBD</li>
<li>Midterm: % TBD</li>
<li>Final: % TBD</li>
</ul>
</td>
</tr>
<tr>
<th>MATH 437: Mathematical Methods in Biology<br/><br/>Syllabus: TBD</th>
<td>
<ul>
<li>Super interesting class</li>
<li>Dr. Khadra is extremely engaging and excited about this topic</li>
<ul>
<li>You will never fall asleep in class</li>
</ul>
<li>No midterm</li>
<li>The paper/presentation project is really cool-- you pick a paper of mathematical biology of your choice to analyze and have fun with</li>
<li>Covers different mathematical models within two main biological streams: immunology and neuroscience</li>
<li>Basically a continuation of MATH 326 applied to life sciences</li>
<li>You mostly learn about how to use systems of ODEs to represent physiological systems</li>
</ul>
</td>
<td>
<ul>
<li>3 assignments throughout the term (a month to do each) but are REALLY long</li>
<li>XPPAUTO (required program used for time series and bifurcation analysis) is no friend to strangers</li>
</ul>
</td>
<td>
<ul>
<li>Assignments: 3 @ 10% ea.</li>
<li>TBD</li>
</ul>
</td>
</tr>
<tr>
<th>PHYS 519: Advanced Biophysics <br/><br/>Syllabus: TBD</th>
<td>
<ul>
<li>TBD</li>
</ul>
</td>
<td>
<ul>
<li>TBD</li>
</ul>
</td>
<td>
<ul>
<li>TBD</li>
</ul>
</td>
</tr>
</table>
<br/><br/>
<span id="IHI" class="anchor"></span>
<h3>Interdepartmental Honours in Immunology</h3>
<p>
The Interdepartmental Honours in Immunology (IHI) is a demanding and highly structured joint program between the departments of Physiology, Biochemistry, and Microbiology and Immunology aimed to give students a complete training in the field of immunology. Along with a core training in physiology, molecular biology, and biochemistry, students are exposed to research techniques and seminars, allowing them to be immersed in academic research in their undergraduate years. Culminating in a year-long research project, the IHI provides a solid preparation for graduate studies in immunology as well as related life sciences.
<br /><br />
The IHI is 77 credits in weight, leaving little room for electives or a minor. Students interested in pursuing the IHI should speak with their departmental advisor prior to or at the start of the U1 year.
<br /><br />
This program of study best suits students who wish to pursue a career in scientific research in immunology and its related fields.
<br /><br />
<hr>
</p>
</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>