https://github.com/tsutterley/usra-npmp-latex
LaTeX template for NASA Postdoctoral Management Program (NPMP) applications
https://github.com/tsutterley/usra-npmp-latex
Last synced: 3 months ago
JSON representation
LaTeX template for NASA Postdoctoral Management Program (NPMP) applications
- Host: GitHub
- URL: https://github.com/tsutterley/usra-npmp-latex
- Owner: tsutterley
- License: mit
- Created: 2017-03-24T20:37:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T20:27:46.000Z (almost 9 years ago)
- Last Synced: 2025-01-02T12:27:58.871Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
usra-npmp-latex
================
#### A LaTeX template for fellowship applications for the NASA Postdoctoral Management Program (NPMP).
- [How to Apply](https://npp.usra.edu/apply/)
- [Applicant Portal](https://npp.usra.edu/applicant_connect/)
- [Policies and Procedures](https://npp.usra.edu/policies-procedures/)
- [FAQ's for Applicants](https://npp.usra.edu/about/faq/applicants/)
- [Contacts for More Information](https://npp.usra.edu/about/contacts/)
#### Download
The template homepage is:
https://github.com/tsutterley/usra-npmp-latex
A zip archive of the latest version is available directly at:
https://github.com/tsutterley/usra-npmp-latex/archive/master.zip
#### Usage
The main file for creating your proposal is `NPMP.tex`. Auxiliary files are included for overall style and to create bibliographies. Compile `NPMP.tex` with `pdflatex` to create your PDF file (required for submission).
#### Disclaimer
This template is not sponsored or maintained by the Universities Space Research Association (USRA) or NASA. It is provided here for your convenience but _with no guarantees whatsoever_.
#### Why use Git for manuscripts?
- Single files: using git simplifies things as there's only a single version of a manuscript.
- Merging: if two people work on the same file at the same time, they can be merged without much issue.
- Simplified "diff" documents: can also use latexdiff-vc (latexdiff with version control) to make pdf files similar to Word documents with "Track Changes".
- Easier collaboration: No need to email files back and forth.