Giter VIP home page Giter VIP logo

nih-proposal-template's Introduction

NIH Grant Proposal Template

Motivation

Grantwriting is an increasingly important component of academic research, and early-career researchers in particular need to hone our written communication alongside our investigative and networking skills. This template aims to simplify the grant proposal formatting process in order to allow grantwriters to concentrate more on the writing.

Usage

The template uses Markdown formatting with LaTeX metadata adapted from this NIH Grant Proposal template. Use the following Pandoc call to produce the PDF via the LaTeX engine:

pandoc nih-proposal.md \
  -t latex \
  -N \
  --bibliography=nih-proposal.bib \
  --citeproc \
  --csl=national-institute-of-health-research.csl \
  -o nih-proposal.pdf

Alternatively, use the following call to produce a Microsoft Word (.docx) file, using the style template "nih-reference.docx":

pandoc nih-proposal.md \
  --bibliography=nih-proposal.bib \
  --citeproc \
  --csl=national-institute-of-health-research.csl \
  --reference-doc=nih-reference.docx \
  -o nih-proposal.docx

Both calls are commented out at the end of nih-proposal.md.

Needs

The current template omits important elements of document structure, including wrapped figures, which require more proficiency than i can bring. So i invite anyone with ideas for improving this template to suggest them via an issue or a pull request!

nih-proposal-template's People

Contributors

corybrunson 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.