Basket
Basket is a tool for publishing scientific findings. It's the last piece of the 🍞 framework for scientific computing. But it's the first thing I've tried to build in that framework.
When the Poster
module is finished it will make scientific posters.
In the future however, bread-basket
should help make
figures, presentations, and maybe even full journal articles.
Installation and Usage
Since 🍞 hasn't been built (at all) yet, this little piece of the framework is pretty lonely. So for now it's just a command-line utility for making scientific posters. To use it, first get it into your Ruby environment with
$ gem install bread-basket
(If you're brand new to Ruby and not so sure about the above line, I plan to put an introduction to Ruby for scientists on the bread homepage. So just sit tight until I get that built.)
Once that's installed you should be able to convert a suitable markdown file (with your poster's content) and stylesheet into a nice pdf like so
$ bread-basket poster my-poster.md
and it will produce a pdf that you can take to the printers!
For more information on how to write the markdown file for your poster check out the example below, or email me. In the future a website will provide some good documentation.
Example
The samples folder contains an example poster lorem_flow.md
along with the pdf
this software creates. Right now this is the only sample that works so go check it
out.
Contributing
- Fork it ( https://github.com/bread/bread-basket/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