-
Notifications
You must be signed in to change notification settings - Fork 0
/
marshall.html
207 lines (198 loc) · 13.5 KB
/
marshall.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marshall College</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script defer src="node_modules/swup/dist/swup.min.js"></script>
<script defer src="script.js"></script>
</head>
<header>
<nav>
<div class="header-nav">
<a href="/ucsdcolleges.github.io/index.html"><img class="logo" src="images/UCSD_logo.png" alt="image of ucsd logo"></a>
</div>
<div class="header-nav">
<ul id="list">
<li><a href="/ucsdcolleges.github.io/revelle.html"> Revelle</a></li>
<li><a href="/ucsdcolleges.github.io/muir.html"> Muir</a></li>
<li><a href="/ucsdcolleges.github.io/marshall.html"> Marshall</a></li>
<li><a href="/ucsdcolleges.github.io/warren.html"> Warren</a></li>
<li><a href="/ucsdcolleges.github.io/roosevelt.html"> Roosevelt</a></li>
<li><a href="/ucsdcolleges.github.io/sixth.html"> Sixth</a></li>
<li><a href="/ucsdcolleges.github.io/seventh.html"> Seventh</a></li>
</ul>
<input type="checkbox" id="check" onclick="openMenu()">
<label for="check" class="checkbtn">
<i class="material-icons" style="font-size: 3rem;"> menu</i>
</label>
</div>
</nav>
</header>
<body>
<main id="swup" class="transition-fade">
<div class="college">
<div id="revelle" class="college-header">
<div class="class-top">
<span class="college-name">Marshall</span>
<span class="moto">The Student and Scholar and Citizen </span>
<div class="line"></div>
<span class="phil"> The educational philosophy of Marshall College is guided by the belief that regardless of a
student’s major, a broad liberal arts education must include an awareness and understanding of one’s role
in society. Therefore, the distinctive core sequence, which serves as the centerpiece of the general-education
requirements, emphasizes a critical examination of the human condition in our dynamic American society.
</span>
<div class="phil"><a href="https://marshall.ucsd.edu/academics/general-education-requirements.html">General Education Requirements</a></div>
<div class="phil">Enrollment(2020): 5,107 - <b>16.0%</b> of total enrollment</div>
<hr>
<div class="college-images">
<img class="ci" src="images/marshall-map.JPG">
<img class="ci" src="images/marshall-college.jpg">
</div>
<span class="phil">
There are a total of <b>6</b> general education requirements for Marshall College: Dimensions of Culture,
Natural Sciene, Mathematics, Statistics and Logic, Humanities and Cultural Studies, Fne Arts, and
Disciplinary Breadth. This totals to <b>15</b> general education requirements courses.
</span>
<span class="ge-name">Dimensions of Culture</span>
<div class="ge-container">
<span class="ge-body">Students are required to complete a three-quarter core sequence entitled Dimensions of Culture:
Diversity, Justice, and Imagination. Courses in this sequence are only offered in certain quarters.
</span>
<span class="ge-body"></span>
<ul class="ge-courses">
<li>DOC 1: Diversity (4 units) Fall Quarter only</li>
<li>DOC 2: Justice (6 units) Winter Quarter only</li>
<li>DOC 3: Imagination (6 units) Spring Quarter only</li>
</ul>
<span class="ge-body">All studnets must satisfy UC Entry Level Writing Requirement before enrolling
in DOC 2 and DOC 3. Must be take for a <b>Letter Grade</b>
</span>
</div>
<span class="ge-name">Natural Science</span>
<div class="ge-container">
<span class="ge-body">Students are required to complete a total of three (3) Natural Science courses:
one in Biology, one in Chemistry, and one in Physics.
</span>
<br>
<span class="ge-body"><b>Biology Courses</b></span>
<ul class="ge-courses">
<li>ANTH 2</li>
<li>COGS 17</li>
<li>BILD 1, 2, 3, 7, 10, 12, 20, 22, 26, 30, 36, 38</li>
</ul>
<span class="ge-body"><b>Chemistry Courses</b></span>
<ul class="ge-courses">
<li>CHEM 4, 6A, 6B, 6C, 6AH, 6BH, 6CH, 11, 12, 13</li>
</ul>
<span class="ge-body"><b>Physics Courses</b></span>
<ul class="ge-courses">
<li>PHYS 1A & 1AL, 1B & 1BL, 1C & 1CL, 2A, 2B, 2C, 4A, 4B, 4C, 5, 7, 8, 9, 10, 11, 12, 13</li>
<li>SIO 1, 10, 12, 15, 16, 20, 30, 35, 40, 45, 50</li>
</ul>
<span class="ge-body">Students are encouraged to select Natural Science courses that
can overlap with sciences courses in their major.</span>
</div>
<span class="ge-name">Mathematics, Statistics and Logic</span>
<div class="ge-container">
<span class="ge-body"> Students are required to complete two (2) courses for Mathematics, Statistics and Logic.
Students have three options to complete this requirement from the approved list of courses:
</span>
<br>
<span class="ge-body"><b>Option A</b>: Complete two courses in the Mathematics/Advanced Statistics category.
</span>
<br>
<span class="ge-body"><b>Option B</b>: Complete one course in the Mathematics/Advanced Statistics category and one
course in either the Introductory Statistics category or the Computer Programming & Logic category.
</span>
<br>
<span class="ge-body"><b>Option C</b>: Complete one course in the Introductory Statistics category and one
course in the Computer Programming & Logic category.
</span>
<br>
<span class="ge-body"><b>Mathematics, Advanced Satistics Courses</b></span>
<ul class="ge-courses">
<li>Biology (BIEB) 100</li>
<li>MATH 3C</li>
<li>MATH 4C</li>
<li>MATH 10A, 10B, or 10C</li>
<li>MATH 20A, 20B, or 20C</li>
<li>MATH 180A or 181A</li>
</ul>
<span class="ge-body"><b>Introductory Statistics Courses</b></span>
<ul class="ge-courses">
<li>Cognitive Science (COGS) 14A</li>
<li>Human Developmental Sciences (HDS) 60</li>
<li>Political Science (POLI) 30</li>
<li>Psychology (PSYC) 60</li>
<li>Sociology (SOCI) 60</li>
</ul>
<span class="ge-body"><b>Computer Programming & Logic</b></span>
<ul class="ge-courses">
<li>CSE 8A or 11</li>
<li>CSS 1</li>
<li>Linguistics (LIGN) 17</li>
<li>MAE 5, 9 or 10</li>
<li>Philosophy (PHIL) 10 or 12</li>
</ul>
</div>
<span class="ge-name">Humanities and Cultural Studies</span>
<div class="ge-container">
<span class="ge-body">Students are required to complete two Humanities and Cultural Studies
courses from the approved list of courses in domestic and global cultures.</span>
<ul class="ge-courses">
<li>African American Studies (AAS) 10</li>
<li>Ethnic Studies (ETHN) 1, 2, 3 or 20</li>
<li>History (HILD) 7A, 7B, 7C, 10, 11, 12 or 14</li>
<li>Latin American Studies (LATI) 10, 50</li>
<li>Literatures in English (LTEN) 27, 28 or 29</li>
<li>Literatures in Cultural Studies (LTCS) 50, 52</li>
<li>Study of Religion (RELI) 2</li>
<li>Global South Studies (GSS) 20, 21, 22, 23, 24, 25, or 26 (formerly Third World Studies [TWS])</li>
</ul>
</div>
<span class="ge-name">Fine Arts Requirement</span>
<div class="ge-container">
<span class="ge-body">Students are required to complete one Fine Arts course among the list of approved
courses in Music, Theatre & Dance, or Visual Arts.</span>
<ul class="ge-courses">
<li>Music (MUS) 4 - 19, 20, 80 (MUS 80 must be taken for 4 units to count towards GE)</li>
<li>Theatre/General (TDGE) 1, 5, 10-12</li>
<li>Theatre/History (TDHT) 21, 22, 23</li>
<li>Visual Arts (VIS) 1-3, 20-22 or 84</li>
</ul>
<span class="ge-body">Keep in mind that
<a href="https://catalog.ucsd.edu/_files/advanced-placement-credit-chart.pdf"
target="_blank">AP</a> and
<a href="https://catalog.ucsd.edu/_files/international-baccalaureate-credits-chart.pdf"
target="_blank">IB</a> Credits can exempt general education requirements.
</span>
</div>
<span class="ge-name">Disciplinary Breadth</span>
<div class="ge-container">
<span class="ge-body">Students are required to complete four 4-unit Disciplinary Breadth courses -
two (2) of which must be upper-division - outside the major field of study. At least one of the
upper-division courses must include <a href="https://marshall.ucsd.edu/_files/academics/sigwriting.pdf">
significant writing.</a></span>
<span class="ge-body">Please
<a href="https://marshall.ucsd.edu/academics/general-education-requirements.html#Disciplinary-Breadth-(4-courses">click here</a>
to determine which departments you may choose from to satisfy this requirement.</span>
</div>
<span class="ge-name">Transfer Student</span>
<div class="ge-container">
<span class="ge-body">If you are a transfer students, please refer
<a href="https://revelle.ucsd.edu/academics/general-education/index.html"> here </a>
and scroll to the bottom of the page to learn more about your general education requirements</span>
</div>
</div>
<div class="class-top">
<img class="college-logo" src="images/marshall_logo_5401.png" alt="logo of revelle college">
</div>
</div>
</div>
</main>
</body>
</html>