/ReScience-submission

ReScience submission repository

Primary LanguageTeX

ReScience submission repository

This is the submission repository for the ReScience journal.

How to submit an article ?

  1. Create a github account

  2. Fork the ReScience submission repository

  3. Clone this new repository into your desktop environment

    $ git clone https://github.com/YOUR-USERNAME/ReScience-submission
    
  4. Create a branch (the branch name should be author names separated with dashes)

    $ git checkout -b AUTHOR1-AUTHOR2
    
  5. Add your code & article (see author guidelines) and commit your changes:

    $ git commit -a -m "Some comment"
    
  6. Push to github

    $ git push origin AUTHOR1-AUTHOR2
    
  7. Issue a pull request (PR) to ReScience with title "Review Request" and insert the following text in the description:

**AUTHOR**

Dear @ReScience/editors,

I request a review for the reproduction of the following paper:

* References of the paper holding results you're replicating

I believe the original results have been faithfully reproduced as explained in the accompanying article.
  1. Assign the PR to an editor from the editorial board.

  2. Answer questions and requests made in the PR conversation page.