Skip to content
The Journal of Open Source Software
Ruby HTML CSS JavaScript CoffeeScript
Branch: master
Clone or download

Latest commit

Latest commit 7209f32 Mar 2, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update FUNDING.yml (#631) Nov 13, 2019
app Colour Mar 2, 2020
bin remove/deactivate Webpacker Aug 21, 2019
config Adding search box for papers#index (#683) Feb 15, 2020
db Show EiC information on pre-review issue (#669) Feb 7, 2020
docs Minor update to accept/publish handoff between editors and EiCs (#694) Mar 2, 2020
lib Show EiC information on pre-review issue (#669) Feb 7, 2020
log Initial commit of Rails application. Jan 27, 2016
public Updating Twitter card May 19, 2019
spec Dashboard refresh (#695) Mar 2, 2020
vendor/assets update hash syntax in specs Aug 20, 2019
.gitignore Dashboard refresh (#695) Mar 2, 2020
.pryrc Upgrades and locks gem versions Nov 9, 2017
.rspec Upgrades and locks gem versions Nov 9, 2017
.ruby-gemset Upgrades and locks gem versions Nov 9, 2017
.ruby-version Ruby 2.6.3 Jun 26, 2019
.travis.yml Rails version up to 6.0.2 (#651) Dec 17, 2019
CODE_OF_CONDUCT.md Fixed typo in CODE_OF_CONDUCT Mar 27, 2017
COI.md Create COI.md Sep 8, 2017
Gemfile update rails version to latest security release Jan 1, 2020
Gemfile.lock Bump nokogiri from 1.10.7 to 1.10.8 Feb 25, 2020
Guardfile added LiveReload for development Apr 24, 2019
LICENSE Initial commit Jan 24, 2016
Procfile Adding some Heroku configs Feb 22, 2016
README.md Add 'donate' links and badges (#627) Nov 14, 2019
Rakefile Initial commit of Rails application. Jan 27, 2016
app.json Adding Rake task for Portico deposits Sep 27, 2019
config.ru Debug params Mar 16, 2018

README.md

The Journal of Open Source Software

Build Status Powered by NumFOCUS Donate to JOSS

The Journal of Open Source Software (JOSS) is a developer friendly journal for research software packages.

What exactly do you mean by 'journal'

The Journal of Open Source Software (JOSS) is an academic journal with a formal peer review process that is designed to improve the quality of the software submitted. Upon acceptance into JOSS, a CrossRef DOI is minted and we list your paper on the JOSS website.

Don't we have enough journals already?

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.

You said developer friendly, what do you mean?

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 site

The JOSS submission tool is hosted at https://joss.theoj.org

JOSS Reviews

If you're looking for the JOSS reviews repository head over here: https://github.com/openjournals/joss-reviews/issues

Code of Conduct

In order to have a more open and welcoming community, JOSS adheres to a code of conduct adapted from the Contributor Covenant code of conduct.

Please adhere to this code of conduct in any interactions you have in the JOSS community. It is strictly enforced on all official JOSS repositories, the JOSS website, and resources. If you encounter someone violating these terms, please let the Editor-in-Chief (@arfon) or someone on the editorial board know and we will address it as soon as possible.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

⚙️ Development

LiveReload enables the browser to automatically refresh on change during development.

  1. Download the LiveReload Chrome plugin
  2. Run bundle exec guard
You can’t perform that action at this time.