From 685b5f584753c4afcef839f8cf799b1e204fec88 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Thu, 6 Feb 2025 14:51:22 -0500 Subject: [PATCH] Update CV tutor role dates and README project structure - Modify Engineering Study Spot Tutor date range in CV - Update README.md with additional build scripts and refined project structure description --- README.md | 12 +++++++----- cv.tex | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 69814a3..73b7de1 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Replace `USERNAME` with your GitHub username after forking. ``` . -├── cv.tex # Extended CV template -├── resume.tex # Resume template (subset of CV) -├── shared/ # Shared components +├── cv.tex # Extended CV template +├── resume.tex # Resume template (subset of CV) +├── shared/ # Shared components │ ├── style/ # Common LaTeX styles │ │ └── common.tex # Shared style definitions │ └── sections/ # Shared content sections @@ -35,8 +35,10 @@ Replace `USERNAME` with your GitHub username after forking. │ ├── skills.tex │ ├── coursework.tex │ └── publications.tex -├── .secrets # Personal information (git-ignored) -├── build-local.sh # Local build script +├── .secrets # Personal information (git-ignored) +├── build-local.sh # Local build script +├── build-docker.sh # Docker build script +├── generate-standalone-cv.sh # Generate standalone CV PDF └── subfiles/ └── refs.bib # BibTeX references ``` diff --git a/cv.tex b/cv.tex index e7aae4d..66b60a7 100644 --- a/cv.tex +++ b/cv.tex @@ -70,7 +70,7 @@ \item Assisted students with classwork, homework, and lab assignments, focusing on teaching students how to find the answers to their questions using existing documentation \end{itemize} -\textbf{Engineering Study Spot Tutor - Computer Science} \hfill \textbf{Aug 2024 - Present} +\textbf{Engineering Study Spot Tutor - Computer Science} \hfill \textbf{Aug 2024 - Dec 2024} \begin{itemize}[noitemsep,topsep=2pt] \item Held drop-in help sessions for computer science students throughout all stages of the curriculum, assisting with introductory courses, software engineering, and systems programming assignments \end{itemize}