|
27 | 27 | "accent": "purple", |
28 | 28 | "blurb": "Thomas — limits, derivatives, integrals", |
29 | 29 | "resources": [ |
30 | | - { "label": "Calculus A summary (TikZ / pgfplots notes)", "href": "#", "type": "internal", "note": "add your LaTeX PDF" }, |
31 | | - { "label": "Paul's Online Math Notes — Calculus I", "href": "https://tutorial.math.lamar.edu/Classes/CalcI/CalcI.aspx", "type": "external" }, |
32 | | - { "label": "Khan Academy — Differential Calculus", "href": "https://www.khanacademy.org/math/differential-calculus", "type": "external" }, |
33 | | - { "label": "3Blue1Brown — Essence of Calculus", "href": "https://www.3blue1brown.com/topics/calculus", "type": "external" } |
34 | | - ] |
| 30 | + { "label": "Calculus A summary", "href": "https://drive.google.com/file/d/107pETsODF5f6OGlWJtgQtCuhlAqfLi7C/view?usp=sharing", "type": "external", "note": "" }, |
| 31 | + { "label": "Custom Practice Problems", "href": "https://drive.google.com/file/d/1-vX-wZQe6hC3NHA0gRAPjf02g-lNGo14/view?usp=drive_link", "type": "external" } ] |
35 | 32 | } |
36 | 33 | ] |
37 | 34 | }, |
|
51 | 48 | "accent": "purple", |
52 | 49 | "blurb": "Thomas — series, polar, conics", |
53 | 50 | "resources": [ |
54 | | - { "label": "Calculus B study lab (offline HTML)", "href": "#", "type": "internal", "note": "add your lab link" }, |
55 | | - { "label": "Calculus B summary (TikZ / pgfplots notes)", "href": "#", "type": "internal", "note": "add your LaTeX PDF" }, |
56 | | - { "label": "Paul's Online Math Notes — Calculus II", "href": "https://tutorial.math.lamar.edu/Classes/CalcII/CalcII.aspx", "type": "external" }, |
57 | | - { "label": "Khan Academy — Integral Calculus", "href": "https://www.khanacademy.org/math/integral-calculus", "type": "external" }, |
58 | | - { "label": "3Blue1Brown — Essence of Calculus", "href": "https://www.3blue1brown.com/topics/calculus", "type": "external" } |
| 51 | + { "label": "Calculus B study lab (offline HTML)", "href": "Sem2/calcB.html", "type": "internal", "note": "add your lab link" }, |
| 52 | + { "label": "Calculus B summary ", "href": "https://drive.google.com/file/d/1FYOIk7lpfwhTp7OzjkFX0C0OfTOT6yQz/view?usp=drive_link", "type": "external", "note": "add your LaTeX PDF" } |
59 | 53 | ] |
60 | 54 | }, |
61 | 55 | { |
|
66 | 60 | "accent": "teal", |
67 | 61 | "blurb": "Mano — logic, K-maps, FSMs", |
68 | 62 | "resources": [ |
69 | | - { "label": "DLD study lab (offline HTML)", "href": "#", "type": "internal", "note": "add your lab link" }, |
70 | | - { "label": "Digital Design solutions (Mano, Ch 1–6)", "href": "#", "type": "internal", "note": "add your LaTeX PDF" }, |
71 | | - { "label": "CircuitVerse — online logic simulator", "href": "https://circuitverse.org/", "type": "external" }, |
72 | | - { "label": "All About Circuits — digital logic", "href": "https://www.allaboutcircuits.com/textbook/digital/", "type": "external" }, |
73 | | - { "label": "Nand2Tetris — build a computer from gates", "href": "https://www.nand2tetris.org/", "type": "external" } |
| 63 | + { "label": "DLD study lab (offline HTML)", "href": "Sem2/logic.html", "type": "internal", "note": "add your lab link" }, |
| 64 | + { "label": "Digital Design solutions (Mano, Ch 1–6)", "href": "https://drive.google.com/file/d/14t-T-4U5W-C6WspgcVwPbKNlYgbySc9u/view?usp=drive_link", "type": "external", "note": "add your LaTeX PDF" }, |
| 65 | + { "label": "DLD Summary", "href": "https://drive.google.com/file/d/11zynGBnX-0VLKDhnr8vNtIby4qWAMpau/view?usp=drive_link", "type": "external" } |
74 | 66 | ] |
75 | 67 | }, |
76 | 68 | { |
|
81 | 73 | "accent": "blue", |
82 | 74 | "blurb": "Liang, chapters 1–9 + exams", |
83 | 75 | "resources": [ |
84 | | - { "label": "C++ Mastery Console — 529 MCQ + 32 coding problems", "href": "cpp_mastery.html", "type": "internal", "note": "quiz + implementation lab · offline" }, |
85 | | - { "label": "cppreference.com — language & STL reference", "href": "https://en.cppreference.com/", "type": "external" }, |
86 | | - { "label": "LearnCpp.com — full tutorial", "href": "https://www.learncpp.com/", "type": "external" }, |
87 | | - { "label": "Liang — Intro to C++ (textbook notes)", "href": "#", "type": "internal", "note": "add your PDF link" } |
| 76 | + { "label": "C++ Mastery Console — 529 MCQ + 32 coding problems", "href": "Sem2/cpp_mastery.html", "type": "internal", "note": "quiz + implementation lab · offline" }, |
| 77 | + { "label": "C++ Programming (1) Summary", "href": "https://drive.google.com/file/d/1h7OvJJogDXSk3Xc_-qyo-lNYi55yhx-R/view?usp=drive_link", "type": "external", "note": "add your PDF link" } |
88 | 78 | ] |
89 | 79 | }, |
90 | 80 | { |
|
95 | 85 | "accent": "orange", |
96 | 86 | "blurb": "PWM, sensors, projects", |
97 | 87 | "resources": [ |
98 | | - { "label": "IoT / ESP32 summary (slide sets + diagrams)", "href": "#", "type": "internal" }, |
99 | | - { "label": "Espressif — ESP-IDF programming guide", "href": "https://docs.espressif.com/projects/esp-idf/en/latest/", "type": "external" }, |
100 | | - { "label": "Random Nerd Tutorials — ESP32 projects", "href": "https://randomnerdtutorials.com/projects-esp32/", "type": "external" } |
| 88 | + { "label": "IoT / ESP32 summary (slide sets + diagrams)", "href": "https://drive.google.com/file/d/1W8XWIcXXM78Hm6jyTkJymSGkRyaKTQdv/view?usp=drive_link", "type": "external" }, |
101 | 89 | ] |
102 | 90 | }, |
103 | 91 | { |
|
108 | 96 | "accent": "amber", |
109 | 97 | "blurb": "Logisim builds & lab reports", |
110 | 98 | "resources": [ |
111 | | - { "label": "Logic Lab Companion (lab reports + final project)", "href": "#", "type": "internal", "note": "add your PDF link" }, |
112 | | - { "label": "24-hour digital clock (Logisim .circ)", "href": "#", "type": "internal", "note": "add your circuit file" }, |
113 | | - { "label": "Logisim Evolution — releases & download", "href": "https://github.com/logisim-evolution/logisim-evolution/releases", "type": "external" }, |
114 | | - { "label": "CircuitVerse — online logic simulator", "href": "https://circuitverse.org/", "type": "external" } |
| 99 | + { "label": "Logic Lab Summary", "href": "https://drive.google.com/file/d/1vB-8KN_lkw1ga0iZvzdC5Rs_QFNB3tyI/view?usp=drive_link", "type": "external", "note": "add your PDF link" } |
| 100 | + |
115 | 101 | ] |
116 | 102 | } |
117 | 103 | ] |
|
0 commit comments