It takes a lot of time preparing a job application package. So for my own applications, I created a "modular" template in LaTeX to satisfy the following two objectives.
- To assemble content modules for an application. For instance, I may want to include two out of three prepared research topics for one position, but another two for a different position.
- To eliminate "hard-coded" repetitions. If certain content appears in more than one place, I can edit the corresponding module, and the updates will appear in all the places that link to that module.
Doing so not only has saved me lots of time, but it also helps me avoid inconsistency caused by hard-coding. Now, I want to make this template publicly available.
In the .tex
files, I removed as much information that is specific to me as possible. However, I think it more helpful for some files (e.g., the CV template) to retain such information. All information specific to me can also be found on my personal website.
- Modular Faculty Template is now available as an Overleaf template
- Click on "Menu" and choose one of the following files as the "Main document" to compile:
1_cover.tex
: cover letter2_cv.tex
: CV3_research.tex
: research statement4_teaching.tex
: teaching statement5_edi.tex
: equity, diversity, and inclusion statement6_references.tex
: list of reference contacts7_publication.tex
: list of publications8_beamer.tex
: job talk with animation8_handout.tex
: job talk without animation (handout mode)
- Change the first line (root) in
main.tex
to one of the main documents
definitions.tex
: acronym definitions and glossary shortcuts (see my LaTeX package for details)library.tex
: university-specific and position-specific informationreferences.bib
: example bibliography fileresume.cls
: custom resume class for CVyu_*.sty
: custom LaTeX style files (see my LaTeX package for details)fig/
: figure directoryslide/
: presentation directoryexample_slide.tex
: sample slide with animation, bullet points, an in-text citation, and a figureresearch_tree.tex
: example research tree slide (extracted from my personal website)
module/
: module directorybio_unique_background.tex
: background modulecv_*.tex
: example modules for CVedi.tex
: equity, diversity, and inclusion module for the equity, diversity, and inclusion statement abd the teaching statementlist_presentations.tex
: list of publications module for CVlist_publications.tex
: list of presentations module for CVresearch_opening.tex
: opening paragraph module used by both the cover letter and the research statementresearch_topic.tex
: proposed research topic module
- Added an Introduction
- Modular Faculty Template is now available as an Overleaf template
- This README is the new default main file