This is the submission repository for the ReScience journal.
-
Create a github account
-
Fork the ReScience submission repository
-
Clone this new repository into your desktop environment
$ git clone https://github.com/YOUR-USERNAME/ReScience-submission
-
Create a branch (the branch name should be author names separated with dashes)
$ git checkout -b AUTHOR1-AUTHOR2
-
Add your code & article (see author guidelines) and commit your changes:
$ git commit -a -m "Some comment"
-
Push to github
$ git push origin AUTHOR1-AUTHOR2
-
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.
-
Assign the PR to an editor from the editorial board.
-
Answer questions and requests made in the PR conversation page.