-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacademics.html
More file actions
77 lines (72 loc) · 3.58 KB
/
academics.html
File metadata and controls
77 lines (72 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57344315-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-57344315-2');
</script>
<meta charset="UTF-8">
<title>Derek Ng | Academics</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/favicon.png" type="image/icon" sizes="16x16">
<script src="scripts.js"></script>
</head>
<body onscroll="navScroll(315)">
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="academics.html">Academics</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="aboutMe.html">About Me</a></li>
</ul>
</nav>
<div class="acaBckgd title darkenImg darkenText">
<br><br><br><br>
<h1>Academics</h1>
<br><br><br><br><br>
</div>
<div class="pLeft">
<h2>Northeastern University</h2>
<img src="images/ell.jpg" alt="Northeastern University">
<p>
I am currently a student at <a href="https://northeastern.edu/" target="_blank">Northeastern University</a>
in Boston, MA, majoring in cybersecurity and minoring in mathematics. Some classes that I have taken here
include Discrete Structures (CS 1800), Object-Oriented Design (CS 3500), Computer Systems (CS 3650),
Foundations of Cybersecurity (CY 2550), Linear Algebra (MATH 2331), and Probability and Statistics
(MATH 3081). Classes I am currently taking include Algorithms and Data (CS 3000), Networks and Distributed
Systems (CS 3700), and Theory of Computation (CS 3800).
</p>
</div>
<div class="pRight">
<h2>Massachusetts Academy of Math and Science at WPI</h2>
<img src="images/massacademy.jpg" alt="Mass Academy"><!-- src: https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/85_Prescott_St%2C_Worcester_MA.jpg/1280px-85_Prescott_St%2C_Worcester_MA.jpg -->
<p>
The <a href="http://www.massacademy.org/" target="_blank">Massachusetts Academy of Math and Science at WPI</a>
is a public magnet high school for 100 academically-accelerated juniors and seniors from Massachusetts. It was
created in 1992 by the Massachusetts State Legislature to promote STEM education. Mass Academy is administered
by Worcester Polytechnic Institute in Worcester, MA. All juniors take eight classes throughout the year, some
of which are at a level above AP classes. Seniors take college classes at WPI, as if they were a first-year
student there. Classes I chose to take include Calculus I-IV (MA 1021 - MA 1024), Introduction to Program
Design (CS 1101), Object-Oriented Design Concepts (CS 2102), System Programming Concepts (CS 2303), and Machine
Organization & Assembly Language (CS 2011).
</p>
</div>
<footer id="footer">
<br><br><br>
<p>Contact: <a href="mailto:ng.d@northeastern.edu" target="_top">ng.d@northeastern.edu</a></p>
<p>Hand-coded by Derek Ng</p>
<p>© 2017-2020</p>
<p><a href="https://github.com/dng24" target="_blank"><img src="images/github.png" alt="Git Hub"></a>
<a href="https://www.linkedin.com/in/ng-derek/" target="_blank"><img src="images/linkedin.png" alt="LinkedIn"></a></p>
<br><br>
</footer>
</body>
</html>