generated from me/nix-flake-typst-template
22 lines
593 B
Typst
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",
|
|
),
|
|
)
|