1
0
Fork 0
nix-typst-resume/resumes/systems/education/lib.typ
2025-08-29 02:11:20 -05:00

22 lines
593 B
Typst

// SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
//
// SPDX-License-Identifier: MIT
#import "@preview/linguify:0.4.2": linguify
#import "../../../base/education/lib.typ": coursework
#let utd-coursework = coursework(
completed: (
"Advanced Operating Systems",
"Systems Programming in UNIX",
"Computer Architecture (CS 2340 & CS 6304)",
"Cyber Attack & Defense Lab",
"Digital Logic & Computer Design",
"Database Systems",
),
current: (
"Real-Time Systems",
"Computer Networks",
"Design and Analysis of Computer Algorithms",
),
)