All Projects → jncraton → Article Template

jncraton / Article Template

Licence: mit
This is a simple template for writing academic papers. It uses bibtex for tracking bibliographic information and Pandoc to convert the content to a correctly formatted document.

Labels

Projects that are alternatives of or similar to Article Template

Awesome Linuxaudio
[mirror] A list of software and resources for professional audio/video/live events production on Linux.
Stars: ✭ 756 (+12500%)
Mutual labels:  makefile
Forth Wiki On Reddit
forth-wiki-on-reddit
Stars: ✭ 5 (-16.67%)
Mutual labels:  makefile
Docker Alpine S6
Docker Alpine Linux images with s6 init
Stars: ✭ 6 (+0%)
Mutual labels:  makefile
Linux Lab
Docker/Qemu Based Linux Kernel Learning, Development and Testing Environment; New Linux ELF Video Course from this project author: https://www.cctalk.com/m/group/88089283
Stars: ✭ 771 (+12750%)
Mutual labels:  makefile
Android device motorola titan
Titan (Moto G 2014) Device Tree
Stars: ✭ 5 (-16.67%)
Mutual labels:  makefile
Docker Xymon
Dockerization of the Xymon monitoring system on an Ubuntu base
Stars: ✭ 5 (-16.67%)
Mutual labels:  makefile
Getting Started
This repository is a getting started guide to Singer.
Stars: ✭ 734 (+12133.33%)
Mutual labels:  makefile
Docker Debootstrap Builder
🐳 Build a debootstrap based distribution from Docker (ubuntu, debian)
Stars: ✭ 6 (+0%)
Mutual labels:  makefile
Android device htc himaul
Stars: ✭ 5 (-16.67%)
Mutual labels:  makefile
Vmware Host Modules
Patches needed to build VMware (Player and Workstation) host modules against recent kernels
Stars: ✭ 828 (+13700%)
Mutual labels:  makefile
Spec
Container Storage Interface (CSI) Specification.
Stars: ✭ 799 (+13216.67%)
Mutual labels:  makefile
Docker Python Dev
A containerized development environment to support building Python-based Deis v2 components http://deis.com
Stars: ✭ 5 (-16.67%)
Mutual labels:  makefile
Salt Fr
Blog de la communauté Saltstack francophone
Stars: ✭ 5 (-16.67%)
Mutual labels:  makefile
Caesonia
OpenBSD Email Service
Stars: ✭ 761 (+12583.33%)
Mutual labels:  makefile
Rust Ffi Examples
FFI examples written in Rust
Stars: ✭ 831 (+13750%)
Mutual labels:  makefile
Datacurator Filetree
a standard filetree for /r/datacurator [ and r/datahoarder ]
Stars: ✭ 753 (+12450%)
Mutual labels:  makefile
Rootkit detect
Repository for rootkit detection tools
Stars: ✭ 5 (-16.67%)
Mutual labels:  makefile
Rutgersclasses
a Repo for CS assignments
Stars: ✭ 6 (+0%)
Mutual labels:  makefile
Bad idea
this is a bad idea
Stars: ✭ 6 (+0%)
Mutual labels:  makefile
Webappsec Change Password Url
A Well-Known URL for Changing Passwords
Stars: ✭ 828 (+13700%)
Mutual labels:  makefile

Article Template

This is a simple template for writing academic papers. It uses bibtex for tracking bibliographic information and Pandoc to convert the content to a correctly formatted document.

Installation

  • Install Pandoc if you don't already have it.
  • Install GNU Make

Writing the paper

  • content.md - Your paper content lives in this markdown-formatted text file. This file uses Pandoc's flavor of markdown and will handle citations using citeproc.
  • bib.bibtex - Your bibliographic data should be added to this file in bibtex format. This can be easily exported from many search tools including Google Scholar.

Exporting the paper for submission or publishing

Simply run make from the command line. A new file, out.docx, should be created and should be appropriately formatted. Currently APA 6th edition is the only format supported and will be used by default.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].