Skip to content

Commit 0b120bf

Browse files
Update study.json
1 parent 1d0a4d7 commit 0b120bf

1 file changed

Lines changed: 12 additions & 26 deletions

File tree

study.json

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@
2727
"accent": "purple",
2828
"blurb": "Thomas — limits, derivatives, integrals",
2929
"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" } ]
3532
}
3633
]
3734
},
@@ -51,11 +48,8 @@
5148
"accent": "purple",
5249
"blurb": "Thomas — series, polar, conics",
5350
"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" }
5953
]
6054
},
6155
{
@@ -66,11 +60,9 @@
6660
"accent": "teal",
6761
"blurb": "Mano — logic, K-maps, FSMs",
6862
"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" }
7466
]
7567
},
7668
{
@@ -81,10 +73,8 @@
8173
"accent": "blue",
8274
"blurb": "Liang, chapters 1–9 + exams",
8375
"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" }
8878
]
8979
},
9080
{
@@ -95,9 +85,7 @@
9585
"accent": "orange",
9686
"blurb": "PWM, sensors, projects",
9787
"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" },
10189
]
10290
},
10391
{
@@ -108,10 +96,8 @@
10896
"accent": "amber",
10997
"blurb": "Logisim builds & lab reports",
11098
"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+
115101
]
116102
}
117103
]

0 commit comments

Comments
 (0)