Fox
Version 0.0.1-1-g385406b
Fox [1] is a complete solution for scientific paper scaffolding, tooling and author support. It allows the bootstrapping or generation of dummy default paper with a rails scaffold like commandline tool.
Fox supports the configuration of various methods of pdf push to remote locations to allow for efficient file sharing with co-authors.
Fox, supports currently the following international journals:
- None, TBD
Fox, supports currently the following international conferences:
- IEEE Robotics & Automation Society (ICRA) [2]
Fox, supports currently the following domestic conferences:
- None, TBD
[1] Paper Fox, named after an in similar spirit deviation from the german "papier tiger" [2] IEEE Robotics and Automation Society's flagship conference, IEEE Robotics & Automation Society, http://icra2015.org/
Installing
By running gem comand
gem install fox
or by adding to Gemfile
gem 'fox', git: 'https://github.com/rennhak/fox'
Usage
As library
2.1.2 :001 > require 'fox'
=> true
or from the command line
~# fox
Commands:
fox generate
Contributing
- Fork it ( https://github.com/rennhak/fox/fork )
- Create your feature branch (
git checkout -b my_new_feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my_new_feature) - Create a new Pull Request
Authors
Copyright & License
Please refer to the COPYING.md and LICENSE.md file.