personal-site/notes.html

59 lines
2.8 KiB
HTML
Raw Normal View History

2022-04-02 22:57:23 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2024-05-16 21:23:54 +00:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Class Notes - Arthur Lu</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="styles/style.css" type="text/css">
2022-04-02 22:57:23 +00:00
</head>
<body>
<main>
2024-05-16 21:23:54 +00:00
<h1>Class Notes</h1>
<section>
<h2>CSE</h2>
<ul>
<li><a href = "notes/CSE 20.pdf" download>CSE 20 - Discrete Mathematics</a></li>
<li><a href = "notes/CSE 21.pdf" download>CSE 21 - Mathematics for Algorithms and Systems</a></li>
<li><a href = "notes/CSE 100.pdf" download>CSE 100 - Advanced Data Structures & C++</a></li>
<li><a href = "notes/CSE 101.pdf" download>CSE 101 - Design and Analysis of Algorithms</a></li>
<li><a href = "notes/CSE 110.pdf" download>CSE 110 - Software Engineering</a></li>
<li><a href = "notes/CSE 120.pdf" download>CSE 120 - Principles of Computer Operating Systems</a></li>
2023-06-18 07:02:15 +00:00
<li><a href = "notes/CSE 127.pdf" download>CSE 127 - Intro to Computer Security</a></li>
<li><a href = "notes/CSE 134B.pdf" download>CSE 134B - Web Client Languages</a></li>
<li><a href = "notes/CSE 140.pdf" download> CSE 140 - Components and Design Techniques for Digital Systems </a></li>
<li><a href = "notes/CSE 141.pdf" download> CSE 141 - Introduction to Computer Architecture </a></li>
<li><a href = "notes/CSE 167.pdf" download>CSE 167 - Computer Graphics</a></li>
</ul>
2024-05-16 21:23:54 +00:00
</section>
<section>
<h2>ECE</h2>
<ul>
<li><a href = "notes/ECE 35.pdf" download>ECE 35 - Introduction to Analog Design</a></li>
<li><a href = "notes/ECE 45.pdf" download>ECE 45 - Circuits & Systems</a></li>
<li><a href = "notes/ECE 65.pdf" download>ECE 65 - Components & Circuits Laboratory</a></li>
<li><a href = "notes/ECE 101.pdf" download>ECE 101 - Linear Systems Fundamentals</a></li>
<li><a href = "notes/ECE 109.pdf" download>ECE 109 - Engineering Probability and Statistics</a></li>
<li><a href = "notes/ECE 111.pdf" download>ECE 111 - Advanced Digital Design Project</a></li>
</ul>
2024-05-16 21:23:54 +00:00
</section>
<section>
<h2>MATH</h2>
<ul>
<li><a href = "notes/MATH 18.pdf" download>MATH 18 - Linear Algebra</a></li>
<li><a href = "notes/MatLab.pdf" download>MatLab for Math 18</a></li>
<li><a href = "notes/MATH 20C.pdf" download>MATH 20C - Calculus and Analytic Geometry</a></li>
<li><a href = "notes/MATH 20D.pdf" download>MATH 20D - Introduction to Differential Equations</a></li>
</ul>
2024-05-16 21:23:54 +00:00
</section>
<section>
<h2>PHYS</h2>
<ul>
<li><a href = "notes/PHYS 2C.pdf" download>PHYS 2C - Fluids, Waves, Thermodynamics, and Optics</a></li>
</ul>
2024-05-16 21:23:54 +00:00
</section>
</main>
<footer>&copy; 2023 - Arthur Lu</footer>
2022-04-02 22:57:23 +00:00
</body>
2022-04-02 23:58:03 +00:00
</html>