We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565c934 commit b203409Copy full SHA for b203409
1 file changed
src/components/teaching.tsx
@@ -10,14 +10,14 @@ export function Teaching() {
10
code: "DCE797",
11
name: "Project and analysis of algorithms",
12
level: "Undergraduate",
13
- semester: "2025-2",
+ semester: "2026-1",
14
link: "https://github.com/iagoac/dce797",
15
},
16
{
17
code: "EAB067",
18
name: "Machine learning",
19
level: "Graduate",
20
21
link: "https://github.com/iagoac/eab067",
22
23
@@ -29,12 +29,12 @@ export function Teaching() {
29
30
31
code: "DCE792",
32
- name: "Laboratory of data Structures and algorithms",
+ name: "Laboratory of data structures and algorithms",
33
34
semester: "2025-1",
35
link: "https://github.com/iagoac/dce792",
36
37
-
+
38
]
39
40
const stats = [
0 commit comments