Skip to content

ReScience-Archives/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReScience submission repository

This is the submission repository for the ReScience journal.

Reference implementation of:

The cell-type specific cortical microcircuit: relating structure and activity in a full-scale spiking network model. (2014)

The source code is written in Python (version 2.7.5) Brian (version 2.0.1) using Numpy (version 1.11.1) Pandas (version 0.19.2) and Matplotlib (version 2.0.0).

  • article -> This folder contains the accompanying text.
  • code -> Here is the source code.
  • data -> This folder is empty.
  • notebook -> There is no notebook for this implementation.

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.