This directory contains modular content files for each section of the CV. Each file is included in the main SMasonGarrisonCV.tex file using \input{} commands.
- positions.tex - Current and past academic appointments
- education.tex - Degrees, certificates, and academic training
- research_publications.tex - Peer-reviewed publications (reverse chronological)
- research_books.tex - Books and book chapters
- research_software.tex - Software packages and tools
- research_presentations.tex - Conference presentations and invited talks
- research_abstracts.tex - Published abstracts
- working_papers.tex - Manuscripts under review or in preparation
- working_grants.tex - Grant proposals in progress
- working_presentations.tex - Upcoming presentations
- funds.tex - Awards, honors, and fellowships
- grant.tex - Funded grants and contracts
- experience_teaching.tex - Courses taught
- experience_academic.tex - Academic positions and roles
- experience_fieldwork.tex - Field research experience
- experience_consulting.tex - Consulting work
- service.tex - Professional service activities
- service_committees.tex - Committee memberships and advising
- service_outreach.tex - Community outreach and engagement
- administration.tex - Administrative roles
- training_skills.tex - Technical and professional skills
- training_coursework.tex - Relevant coursework
- training_supplement.tex - Additional training
- training_development.tex - Professional development activities
- interests.tex - Research interests and areas of expertise
All files follow these conventions:
- Lowercase only - Use lowercase letters for all filenames
- Underscores for spaces - Use
_to separate words (e.g.,research_publications.tex) - Descriptive names - Filenames should clearly indicate content
.texextension - All files must have the.texextension
- Create the file with a descriptive, lowercase name
- Add a header comment:
%---------------------------------------------------------------------------------------- % Section Title %----------------------------------------------------------------------------------------
- Include in main CV file: Add
\input{Common/content/filename.tex}toSMasonGarrisonCV.tex
Most content files follow this structure:
%----------------------------------------------------------------------------------------
% Section Title
%----------------------------------------------------------------------------------------
\begin{rSection}{\textrm{Section Title}}
Content goes here
\end{rSection}For publications and presentations, use reverse-numbered lists:
\begin{rSection}{\textrm{Publications}}
\begin{etaremune}
\item Most recent publication (appears first, highest number)
\item Earlier publication
\item Oldest publication (numbered 1)
\end{etaremune}
\end{rSection}{\bf Institution Name}\\
Title, Department \hfill{Start Date – End Date}\item Author(s). (Year). Title. \textit{Journal}, volume(issue), pages. \bluelink{url}{doi:...}{\bf University Name}\\
Degree \hfill{Date}\\
\hspace*{\pindent}Additional details or subtitle- Keep entries current - Update regularly with new content
- Maintain reverse chronological order - Most recent items first
- Use consistent formatting - Follow patterns from existing files
- Include comments - Add explanatory comments for complex sections
- Test after changes - Verify the CV compiles successfully
Some files may contain content wrapped in \begin{comment}...\end{comment} blocks. This allows you to:
- Temporarily hide content without deleting it
- Keep notes for future additions
- Maintain historical information
To re-enable commented content, remove the \begin{comment} and \end{comment} tags.
Contains supplementary content files that may be used for specific CV versions or alternative formats. These are not included in the main CV by default.