mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-13 06:24:43 -05:00
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
This commit is contained in:
12
README.md
12
README.md
@@ -24,9 +24,9 @@ Replace `USERNAME` with your GitHub username after forking.
|
|||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
├── cv.tex # Extended CV template
|
├── cv.tex # Extended CV template
|
||||||
├── resume.tex # Resume template (subset of CV)
|
├── resume.tex # Resume template (subset of CV)
|
||||||
├── shared/ # Shared components
|
├── shared/ # Shared components
|
||||||
│ ├── style/ # Common LaTeX styles
|
│ ├── style/ # Common LaTeX styles
|
||||||
│ │ └── common.tex # Shared style definitions
|
│ │ └── common.tex # Shared style definitions
|
||||||
│ └── sections/ # Shared content sections
|
│ └── sections/ # Shared content sections
|
||||||
@@ -35,8 +35,10 @@ Replace `USERNAME` with your GitHub username after forking.
|
|||||||
│ ├── skills.tex
|
│ ├── skills.tex
|
||||||
│ ├── coursework.tex
|
│ ├── coursework.tex
|
||||||
│ └── publications.tex
|
│ └── publications.tex
|
||||||
├── .secrets # Personal information (git-ignored)
|
├── .secrets # Personal information (git-ignored)
|
||||||
├── build-local.sh # Local build script
|
├── build-local.sh # Local build script
|
||||||
|
├── build-docker.sh # Docker build script
|
||||||
|
├── generate-standalone-cv.sh # Generate standalone CV PDF
|
||||||
└── subfiles/
|
└── subfiles/
|
||||||
└── refs.bib # BibTeX references
|
└── refs.bib # BibTeX references
|
||||||
```
|
```
|
||||||
|
|||||||
2
cv.tex
2
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
|
\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}
|
\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]
|
\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
|
\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}
|
\end{itemize}
|
||||||
|
|||||||
Reference in New Issue
Block a user