Skip to content

Commit c6f89a6

Browse files
sem3
1 parent e7e1c54 commit c6f89a6

1 file changed

Lines changed: 58 additions & 3 deletions

File tree

study.json

Lines changed: 58 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tag": "S1",
1818
"icon": "fa-solid fa-1",
1919
"accent": "amber",
20-
"blurb": "foundations",
20+
"blurb": "Foundations Confirmation",
2121
"children": [
2222
{
2323
"id": "calc-a",
@@ -63,7 +63,7 @@
6363
"accent": "green",
6464
"blurb": "Programming",
6565
"resources": [
66-
{ "label": "Porgamming Basics with Python summary", "href": "https://drive.google.com/file/d/1CgBpaztko98iItkfWR815WVXvHgrzgwP/view?usp=sharing", "type": "external" , "note":"شكر للزميل المهندس محمود ابو دقة على تزويد السلايدات للمادة"}
66+
{ "label": "Porgamming Basics with Python summary", "href": "https://drive.google.com/file/d/1CgBpaztko98iItkfWR815WVXvHgrzgwP/view?usp=sharing", "type": "external", "note": "شكر للزميل المهندس محمود ابو دقة على تزويد السلايدات للمادة" }
6767
]
6868
}
6969
]
@@ -74,7 +74,7 @@
7474
"tag": "S2",
7575
"icon": "fa-solid fa-2",
7676
"accent": "teal",
77-
"blurb": "current courses",
77+
"blurb": "Sharpening Foundations",
7878
"children": [
7979
{
8080
"id": "calc-b",
@@ -151,6 +151,61 @@
151151
]
152152
}
153153
]
154+
},
155+
{
156+
"id": "sem3",
157+
"title": "Semester 3",
158+
"tag": "S3",
159+
"icon": "fa-solid fa-3",
160+
"accent": "blue",
161+
"blurb": "Math and CS Building for Specialization",
162+
"children": [
163+
{
164+
"id": "discrete-math",
165+
"title": "Discrete Math",
166+
"tag": "MATH",
167+
"icon": "fa-solid fa-diagram-project",
168+
"accent": "blue",
169+
"blurb": "Logic, sets, graphs, combinatorics",
170+
"resources": []
171+
},
172+
{
173+
"id": "linear-algebra",
174+
"title": "Linear Algebra",
175+
"tag": "MATH",
176+
"icon": "fa-solid fa-vector-square",
177+
"accent": "purple",
178+
"blurb": "Matrices, vector spaces, eigenvalues",
179+
"resources": []
180+
},
181+
{
182+
"id": "programming-2",
183+
"title": "Programming II",
184+
"tag": "CS",
185+
"icon": "fa-solid fa-laptop-code",
186+
"accent": "green",
187+
"blurb": "Data structures & OOP continuation",
188+
"resources": []
189+
},
190+
{
191+
"id": "technical-english",
192+
"title": "Technical English",
193+
"tag": "ENG",
194+
"icon": "fa-solid fa-language",
195+
"accent": "teal",
196+
"blurb": "Technical writing & communication",
197+
"resources": []
198+
},
199+
{
200+
"id": "engineering-drawing",
201+
"title": "Engineering Drawing",
202+
"tag": "DRAW",
203+
"icon": "fa-solid fa-drafting-compass",
204+
"accent": "orange",
205+
"blurb": "Projections, sketching, CAD basics",
206+
"resources": []
207+
}
208+
]
154209
}
155210
]
156211
},

0 commit comments

Comments
 (0)