-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathresources.html
More file actions
107 lines (89 loc) · 4.8 KB
/
resources.html
File metadata and controls
107 lines (89 loc) · 4.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>CU Math Society</title>
<meta name="og:title" content="CarletonU Math Society">
<meta name="og:image" content="https://cumathsoc.github.io/images/logo/logo-square.png">
<meta name="og:description"
content="CarletonU Student Math Society dedicated to bringing students and faculty of Mathematics together">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="CarletonU Math Society, CarletonU, Math, Stats, CUMathSoc">
<meta name="description" content="CarletonU Student Math Society Resources">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/png" href="images/logo/logo.png">
<!--I am lazy to make a proper favicon-->
<script charset="utf-8" src="script.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<img src = 'images/tux.png' id = "tux"/>
<header>
<div id="logo"><a href="index.html"><img src="images/logo/logo.png" /></a></div>
<a href="javascript:void(0);" class="hamburger-nav" onclick="toggleMenu()"><i class="fa fa-bars"></i></a>
<h1 id="club-name">CU Math & Stat Society</h1>
<nav id="header-nav">
<a href="index.html">News</a>
<a href="gallery.html">Gallery</a>
<a href="video.html">Videos</a>
<a href="resources.html">Resources</a>
<a href="merch.html">Merch</a>
<a href="about.html">About</a>
</nav>
<nav id="nav-social">
<a href="https://discord.gg/4ttYNMWkVw"><i class="fa-brands fa-discord"></i></a>
</nav>
</header>
<button onclick="toTop()" id="top_btn" title="Go to top">Top</button>
<div class="content">
<h2 class="section-title">Resources</h2>
<div id="resources">
<h2>Learning Resources</h2>
<a href="https://carleton.ca/math/math-tutorial-centre/">Math Tutorial Center (MTC):</a>
<ul style="margin: 0px">
<li>MTC is a study space with teaching assistants available to answer any of your Math questions</li>
<li>View the schedule:</li>
<div><u>Last updated</u>: February 3rd, 2024
<img src="images/resources/MTC-Winter-2024.png" style="width: 90%;">
</div>
</ul>
<p><b>MSLAP:</b> A homework video bank that provides step by step explanation and solutions to homework
questions. Provided via Brightspace</p>
<hr />
<h2>General University Information</h2>
<p><a href="https://calendar.carleton.ca/academicyear/">Academic Year - Important Dates</a><br />
<p><a href="https://central.carleton.ca/prod/bwysched.p_select_term?wsea_code=EXT">Public Class
Schedule</a><br />
<p><a href="https://carleton.ca/ses/exam-schedule/">Exam Schedule</a><br />
<hr />
<h2>Math Program Information</h2>
<p><a href="https://carleton.ca/math/">School of Math and Stats</a><br />
<p><a href="https://calendar.carleton.ca/undergrad/undergradprograms/mathematicsandstatistics/">Math/Stats
Program Requirements</a><br />
<p style="margin-bottom:5px"><b><u>Course Descriptions:</u></b>
<ul style="margin:0%;">
<li><a href="https://calendar.carleton.ca/undergrad/courses/MATH/">MATH</li></a>
<li><a href="https://calendar.carleton.ca/undergrad/courses/STAT/">STAT</li></a>
</ul>
<p><a href="https://carleton.ca/math/course-outlines/">Course Outlines</a></p>
<p><a href="https://carleton.ca/math/current-students/undergrad-current/honours-project/">Honours
Project Information</a></p>
<p><a href="https://carleton.ca/math/current-students/undergrad-current/teaching-assistants/">TA
Information</a></p>
<!--<p><a href="outlines.html">MathSoc Course Outlines Archive</a></p>-->
<img src = "images/logo/mathsoc-88x31.png" class = "pixel-button">
<!--<div id = "linux">Li <img src = "images/tux.gif" alt = "linux penguin"/></div> -->
</div>
</div>
<footer>
<p>Join CarletonU Math Society on <a href="https://discord.gg/4ttYNMWkVw" onmouseover="showTux()" onmouseout="hideTux()"><i
class="fa-brands fa-discord"></i></a></p>
<div class = "secret">Linux for Life</div>
</footer>
</body>
<script>
piTime();
</script>
</html>