Overview ========
'research_tools' is my (John Horton's) software tools for managing papers. It is distributed under the GNU public license. It's basic purpose is to automate many of the tedious parts of writing papers and making it easier to start new projects with everything needed.
There are two main components:
create_project.py - This python script creates a new project by: a) creates complete file structure b) creates stub files for R code, LaTeX, BibTex etc. using templates.py c) creates a local "make.py" file for building the paper
create_paper.py - This orchestrates the building on the paper---it manages the running of SQL scripts, R scripts, latex/bibtex etc.
TK.