The Journal of Open Source Software (JOSS) is a developer friendly journal for research software packages.
The Journal of Open Source Software (JOSS) is a legitimate academic journal. We have a rigorous peer review process and a first-class editorial board. Upon acceptance into JOSS, a CrossRef DOI is minted and we list your paper on the JOSS website.
Perhaps, and in a perfect world we'd rather papers about software weren't necessary but we recognize that for most researchers, papers and not software are the currency of academic research and that citations are required for a good career.
We built this journal because we believe that after you've done the hard work of writing great software, it shouldn't take weeks and months to write a paper1 about your work.
We have a simple submission workflow and extensive documentation to help you prepare your submission. If your software is already well documented then paper preparation should take no more than an hour.
1 After all, this is just advertising.
The JOSS submission tool is hosted at http://joss.theoj.org
If you're looking for the JOSS reviews repository head over here: https://github.com/openjournals/joss-reviews/issues
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request