MIT Computer Science and Engineering Curriculum
http://catalog.mit.edu/degree-charts/computer-science-engineering-course-6-3/
Insert below styles into the HTML for better readability.
```html
<style>
h2 {color: green !important}
h3 {color: blue !important}
h4, h5, h6, h7 {color: cyan !important}
th {color: magenta !important}
td span, td strong {color: #75b1a9 !important}
.active.self a {color: red !important}
</style>
```
How: <kbd>F12</kbd> > `Elements` tab > right click on html code > `Edit as HTML`
6 subjects for `Science Requirement`: https://ocw.mit.edu/courses/mit-curriculum-guide/
```
A six-subject science requirement:
Two terms of calculus
Two terms of physics
One term of chemistry
One term of biology
```
`freshman_subjects`: introduction for freshman
http://www.eecs.mit.edu/docs/ug/freshman_subjects.pdf
Insert below styles into the HTML for better readability.
```html
<style>
h2 {color: green !important}
h3 {color: blue !important}
h4, h5, h6, h7 {color: cyan !important}
th {color: magenta !important}
td span, td strong {color: #75b1a9 !important}
.active.self a {color: red !important}
</style>
How: <kbd>F12</kbd> > `Elements` tab > right click on html code > `Edit as HTML`
6 subjects for `Science Requirement`: https://ocw.mit.edu/courses/mit-curriculum-guide/
```
A six-subject science requirement:
Two terms of calculus
Two terms of physics
One term of chemistry
One term of biology
```
`freshman_subjects`: introduction for freshman
http://www.eecs.mit.edu/docs/ug/freshman_subjects.pdf
评论
发表评论