Git Product home page Git Product logo

georgia-tech-cv's Introduction

Georgia Tech CV Template

This is an unofficial LaTeX CV template that closely follows Georgia Tech's CV template required for reappointment, promotion, and tenure of academic faculty. The official template is only available in MS Word, hence this unofficial repository. It closely matches the official one at the following timestamps:

  • March 2023
  • March 2024: Still up to date, now includes the newly required PDF table of contents/bookmarks
  • May 2024: Updated to fix asterisk from items before Gatech to during Gatech

Note: This CV template is not useful for Gatech students.

Submit a PR to improve if needed.

How to use

Most of this is pretty straightforward. There are only a few hacks that you have to deal with.

  1. Gatech wants your student's names in boldface
    Accomplish this by putting your students' last names in the \makeauthorsbold{} command at the top of cv.tex. This makes them bold everywhere in the document, which is required per the existing RPT template. Here is an example:

    \makeauthorsbold{Le Berre, Radhakrishnan, Zeng, Kothari, Arias, Bati, Chrit, Kocherla}

  2. Gatech wants asterisks in front of items that occurred during your time at Gatech.
    Accomplished this by, in ref.bib, using options = {extsym={*}} for all items that occurred while you were at Georgia Tech. Here is an example:

    georgia-tech-cv/ref.bib

    Lines 72 to 78 in e34f48d

    @incollection{conference_1,
    author = {S. H. Bryngelson and J. B. Freund},
    title = {Buckling and its effect on the confined flow of a capsule suspension},
    note = {American Physical Society},
    year = {2015},
    options = {extsym={*}},
    }

  3. You'll probably want a clean way to maintain one .bib file for your entire CV (I do).
    To do this, while maintaining separation of different types of talks and publications maintain autosorting via biblatex. I used some keywords in ref.bib to this sorting:

  • Add keywords = "invited" to an @incollection{} type to indicate an invited talk.
  • @report{} and @thesis{} types will go into section "B3. Other Refereed Material," which can be seen in this code snippet in preamble.tex
    % Define some filters for convenience
    \defbibfilter{other}{
    type=report or
    type=thesis
    }
    You can change this as appropriate for your case.

Maintain a single .bib file for your CV and website

The same biblatex + ref.bib configuration can be used with Jekyll Scholar for maintaining one .bib file for your CV and your website. I do this for my research group here, and the corresponding template is here.

License

MIT

georgia-tech-cv's People

Contributors

sbryngelson avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.